@floating-ui/react@0.27.14
·
7 commits
to master
since this release
Patch Changes
- fix(FloatingFocusManager): allow marking ancestor nodes with
data-floating-ui-inert. Fixes outside presses not working when clicking on a parent ancestor node. - feat(FloatingPortal): support
ShadowRootcontainers - fix(useRole): ensure
aria-selected=trueis present without being active withselectrole - fix: only use blur capture to mark inside floating tree if
FloatingPortalexists. Prevents blockingcloseOnFocusOutbehavior. - fix(FloatingFocusManager): clear previously focused elements that are disconnected more often