v0.10.0
Pre-release
Pre-release
🐛 Bugfixes
menu-button
- Fix broken
onSelect
is broken in Menu render function (@mxfs)
- Fix broken
slider
- #527 Fix issues with touch events (@danielberndt)
📝 Documentation
accordion
- Add animation example
rect
dialog
- #528 Fix modal dialog animation examples with syntax error (@thayannevls)
tabs
- #518 Update animated example (@indiesquidge)
✨ Enhancements
accordion
- Add
useAccordionContext
anduseAccordionItemContext
hooks
- Add
listbox
- Add
useListboxContext
hook - Deprecate
expanded
in favor ofisExpanded
- Add
tabs
- Add support for manual tab activation (@ZebraFlesh)
- Add
orientation
andkeyboardActivation
props - Add
useTabsContext
hook
descendants
- #522 descendants: Remove unnecessary loop (@michaeldfoley)
combobox
- #517 Remove escape-regexp dependency (@indiesquidge)
- Add
useComboboxContext
hook - Add
as
prop support forComboboxOption
menu-button
- Deprecate
isOpen
in favor orisExpanded
- Add
useMenuButtonContext
hook - Add support for
as
prop onMenuButton
andMenuItems
- Deprecate
slider
- Add
getAriaLabel
prop - Rename
getValueText
togetAriaValueText
- Support devices/browsers without pointer events
- Allow
as
prop on all components
- Add
🤜🤛 8 Committers
- Chance Strickland (@chancestrickland)
- Rauno Freiberg (@raunofreiberg)
- Austin Wood (@indiesquidge)
- Lou Acresti (@namuol)
- Mario (@mxfs)
- Michael Foley (@michaeldfoley)
- Thayanne Luiza (@thayannevls)
- Zebra Flesh (@ZebraFlesh)