Skip to content

v0.9.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@chaance chaance released this 14 Mar 00:34

🐛 Bugfixes

  • listbox
    • Add portal prop to top-level Listbox component
    • Prevent default behavior on Spacebar to prevent scrolling
    • Fixed misalignment of aria-selected with aria-activedescendant to fix screen-reader issues while navigating
    • Removed data-highlighted in favor of aria-selected for navigation values; add data-current to represent option that matches the current value of the input
    • Add inline comment references to explain aria conformance

📝 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
  • 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