Skip to content

v0.15.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@chaance chaance released this 20 Apr 16:00

🐛 Bugfixes

  • checkbox
    • Use dev warning for ref issues instead of throwing (#763)
  • menu-button
    • Fix: popover does not consistently close when clicking between menu buttons (#566)
    • Remove wrapping div around MenuLink to fix an ARIA violation (#751). NOTE: This is potentially a breaking change if you rely on the outer div or the nested DOM structure for your styling selectors, though that shouldn't be necessary. If this is a problem you can simply add your own div wrapper around your MenuLink abstraction, though updating your CSS selector is probably a better solution.

✨ Enhancements

  • accordion
    • Add data-state selector to AccordionButton

🏡 Housekeeping

  • combobox
    • Prune unneccesary dependencies

🤜🤛 3 Committers