1.0.0-pre.13 (2023-07-10)
⚠ BREAKING CHANGES
- segmentedbutton: remove with-* token prefixes
- button: remove with-* prefix from tokens
- dialog: remove with-icon prefix from with-icon-icon-color and with-icon-icon-size
- textfield: remove autocomplete-specific features for now
Features
- field: add supporting/error text logic (b4b3e67)
Bug Fixes
- button: remove with-* prefix from tokens (25be982)
- dialog: fire a change event when using arrow keys. (65d31a6)
- dialog: fix two close icons in demo (dc0ac97)
- dialog: remove with-icon prefix from with-icon-icon-color and with-icon-icon-size (1893e08)
- dialog: use dialog-action and dialog-focus in demo (332836c)
- segmentedbutton: remove with-* token prefixes (cc786d1)
- supported tokens were not being verified (2922914)
- tab: add closure conformance types (d80b7b5)
- textfield: make label strict string type (6762b00)
- textfield: remove autocomplete-specific features for now (8fee0a7)
Miscellaneous Chores
- update next version (b1077d8)