v3.15.0
This release fixes an issue introduced in v3.14.0 that caused the esnext build not to succeed resulting in build errors for consumers (#1466)
Enhancements
- Enhanced
NavigationItem's color accessibility foractive,focus,hoverandSelectedstates (1304) - Added
alignprop toTextField(#1428) - Added
clearButtonprop toTextField(#1226)
Bug fixes
- Fixed
Checkboxfrom improperly toggling when disabled (#1467) - Fixed
Popoverfade-in flutter on iOS by switching Transition component for CSSTransition (#1400) - Improved the visibility of focus styles for the
Linkcomponent. (#1425)
Documentation
- Updated accessibility testing documentation (#1449)
- Added guidelines for tertiary actions in modals to
Modalcomponent documentation (#1336)
Development workflow
- Updated the a11y shitlist and re-enabled the pa11y job in CI. The job always passes for now, as a way for us to judge whether it is stable and can be made a required check. (#1456)
Code quality
- Simplified logic in Checkbox component (#1453)