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
,hover
andSelected
states (1304) - Added
align
prop toTextField
(#1428) - Added
clearButton
prop toTextField
(#1226)
Bug fixes
- Fixed
Checkbox
from improperly toggling when disabled (#1467) - Fixed
Popover
fade-in flutter on iOS by switching Transition component for CSSTransition (#1400) - Improved the visibility of focus styles for the
Link
component. (#1425)
Documentation
- Updated accessibility testing documentation (#1449)
- Added guidelines for tertiary actions in modals to
Modal
component 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)