Skip to content

@floating-ui/react@0.26.4

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Dec 05:53
· 154 commits to master since this release
aad8c19

Patch Changes

  • 7dc269c: feat(useRole): add select and combobox component roles and allow
    dynamic/derivable item props based on active and selected states. Also
    adds menuitem role for nested menu reference elements, and automatically
    adds an id to the item props for the new component roles for virtual focus.
  • d9be248: fix(useListNavigation): apply aria-activedescendant prop on
    floating element only for non typeable-combobox reference elements. Fixes
    issues with Firefox VoiceOver on Mac forcing DOM focus into the listbox.