v0.9.0
Pre-release
Pre-release
🐛 Bugfixes
listbox
- Add
portal
prop to top-levelListbox
component - Prevent default behavior on Spacebar to prevent scrolling
- Fixed misalignment of
aria-selected
witharia-activedescendant
to fix screen-reader issues while navigating - Removed
data-highlighted
in favor ofaria-selected
for navigation values; adddata-current
to represent option that matches the current value of the input - Add inline comment references to explain aria conformance
- Add
📝 Documentation
- Add documentation and examples illustrating accordion buttons as section headers
- Update documentation for updated style selectors
✨ Enhancements
- Added a bunch of tests. Woohoo!
skip-nav
- Add support for custom ID to support multiple
SkipNavLink
components on a page
- Add support for custom ID to support multiple
combobox
- Updated to support ARIA 1.2 spec for improved screen-reader experience
- Add inline comment references to explain aria conformance
menu-button
- Default to hidden popover instead of conditional rendering to support CSS animations
- Add inline comment references to explain aria conformance
accordion
- Remove redundant data attributes in favor or aria
- Add inline comment references to explain aria conformance
🤜🤛 2 Committers
- Austin Wood (@indiesquidge)
- Chance Strickland (@chancestrickland)