v0.9.0
What's Changed
Fixes
- fix: changed icon imports to support ESM compilation by @wp-aberg in #111
- fix: allow for multiline labels in RadioButtons by @wp-aberg in #114
- fix(input): reorder onBlur and onChange args in order to send callbacks to proper places by @artmsilva in #108
- fix: add scoped name to test app, update Radio secondary focus by @wp-aberg in #109
- fix: removed pointer events from Label in InputText and InputTextarea by @wp-aberg in #104
- Prefer token values to hex colors lint rule by @wp-aberg in #105
- fix: updates sharedInputStyles text color by @wp-aberg in #106
Features
- feat: add RadioGroup component by @wp-aberg in #103
- feat: add Divider component by @wp-aberg in #110
- feat(theme): Integrating New Color Palette by @BrianAA in #107
Full Changelog: v0.8.0...v0.9.0