Releases: floating-ui/floating-ui
Releases · floating-ui/floating-ui
@floating-ui/vue@1.1.9
Patch Changes
- Update dependencies:
@floating-ui/dom@1.7.4
@floating-ui/react@0.27.16
Patch Changes
- Update dependencies:
@floating-ui/react-dom@2.1.6
@floating-ui/react-dom@2.1.6
Patch Changes
- Update dependencies:
@floating-ui/dom@1.7.4
@floating-ui/dom@1.7.4
Patch Changes
- fix(getViewportRect): account for space left by
scrollbar-gutter: stable
@floating-ui/vue@1.1.8
Patch Changes
- Update dependencies:
@floating-ui/dom@1.7.3
@floating-ui/react@0.27.15
Patch Changes
- Update dependencies:
@floating-ui/react-dom@2.1.5
@floating-ui/react-dom@2.1.5
Patch Changes
- Update dependencies:
@floating-ui/dom@1.7.3
@floating-ui/dom@1.7.3
Patch Changes
- Update dependencies:
@floating-ui/core@1.7.3
@floating-ui/core@1.7.3
Patch Changes
- fix(flip): ensure perpendicular axis flips with crossAxis alignment
@floating-ui/react@0.27.14
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