Skip to content

v0.10.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@chaance chaance released this 05 Apr 01:12

🐛 Bugfixes

  • menu-button
    • Fix broken onSelect is broken in Menu render function (@mxfs)
  • slider

📝 Documentation

✨ Enhancements

  • accordion
    • Add useAccordionContext and useAccordionItemContext hooks
  • listbox
    • Add useListboxContext hook
    • Deprecate expanded in favor of isExpanded
  • tabs
    • Add support for manual tab activation (@ZebraFlesh)
    • Add orientation and keyboardActivation props
    • Add useTabsContext hook
  • descendants
  • combobox
    • #517 Remove escape-regexp dependency (@indiesquidge)
    • Add useComboboxContext hook
    • Add as prop support for ComboboxOption
  • menu-button
    • Deprecate isOpen in favor or isExpanded
    • Add useMenuButtonContext hook
    • Add support for as prop on MenuButton and MenuItems
  • slider
    • Add getAriaLabel prop
    • Rename getValueText to getAriaValueText
    • Support devices/browsers without pointer events
    • Allow as prop on all components

🤜🤛 8 Committers