Skip to content

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 10 Jun 09:43
· 5 commits to main since this release
e780da0

Patch Changes

  • 13f6f5c: Add alertdialog support to mid-dialog; add type mismatch validation to mid-textfield

    Fixes and improvements

    • mid-dialog has a new alertdialog boolean attribute that switches the dialog role to alertdialog and focuses it on open, for blocking dialogs requiring immediate user attention
    • mid-dialog close button now has a translated aria-label in all supported languages (nb, nn, se, en)
    • mid-textfield now validates email and url input types using a typeMismatchValidator, surfacing native browser type-mismatch errors through the component's validation API