v0.15.1
Pre-release
Pre-release
🐛 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
aroundMenuLink
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 owndiv
wrapper around yourMenuLink
abstraction, though updating your CSS selector is probably a better solution.
✨ Enhancements
accordion
- Add
data-state
selector toAccordionButton
- Add
🏡 Housekeeping
combobox
- Prune unneccesary dependencies