Skip to content

Releases: floating-ui/floating-ui

@floating-ui/vue@1.1.5

15 Sep 06:07
ecd627e
Compare
Choose a tag to compare

Patch Changes

  • fix(useFloating): avoid setting isPositioned to true when open is false
  • Update dependencies: @floating-ui/utils@0.2.8

@floating-ui/utils@0.2.8

15 Sep 06:07
ecd627e
Compare
Choose a tag to compare

Patch Changes

  • fix: make element utils ssr-friendly

@floating-ui/react@0.26.24

15 Sep 06:07
ecd627e
Compare
Choose a tag to compare

Patch Changes

  • fix(FloatingOverlay): correct multiple locks behavior on iOS
  • fix(FloatingFocusManager): avoid returning focus to nearest tabbable element of the reference if it gets removed when the floating element closes to avoid unwanted focus effects of unrelated elements firing. Tab index context remains preserved if the floating element is portaled.
  • refactor: use React.JSX.Element types. Ensure you've upgraded to the latest @types/react patches (versions since May 6, 2023)
  • fix(FloatingArrow): avoid requiring leading space for manually specified transform style property
  • fix(inner): round maxHeight and apply minItemsVisible only when scrollable
  • Update dependencies: @floating-ui/react-dom@2.1.2, @floating-ui/utils@0.2.8

@floating-ui/react-dom@2.1.2

15 Sep 06:07
ecd627e
Compare
Choose a tag to compare

Patch Changes

  • fix(useFloating): avoid setting isPositioned to true when open is false

@floating-ui/dom@1.6.11

15 Sep 06:07
ecd627e
Compare
Choose a tag to compare

Patch Changes

  • fix: handle html relative offset
  • Update dependencies: @floating-ui/utils@0.2.8

@floating-ui/core@1.6.8

15 Sep 06:08
ecd627e
Compare
Choose a tag to compare

Patch Changes

  • fix(size): fill viewport along an axis if shift is enabled on that axis
  • fix(offset): avoid NaN when mainAxis or crossAxis is undefined
  • Update dependencies: @floating-ui/utils@0.2.8

@floating-ui/react@0.26.23

25 Aug 12:03
f2552f4
Compare
Choose a tag to compare

Patch Changes

  • feat: add onOpenChange reason string for FloatingFocusManager's closeOnFocusOut handling
  • fix(inner): correctly handle borders
  • fix(FloatingArrow): ignore staticOffset prop if floating element is shifted. Fixes an issue where the arrow could potentially point to nothing if it was shifted enough from its reference element.
  • fix(useListNavigation, Composite): prevent onNavigate from potentially passing in an undefined value instead of null
  • fix(useHover): blockPointerEvents no longer adds pointer-events: none to unintended <body> elements.
  • fix: manage focus on element with floating props spread on it
  • fix(FloatingFocusManager): support keepMounted behavior with disabled prop

@floating-ui/vue@1.1.4

07 Aug 11:45
8313202
Compare
Choose a tag to compare

Patch Changes

  • Update dependencies: @floating-ui/utils@0.2.7

@floating-ui/utils@0.2.7

07 Aug 11:45
8313202
Compare
Choose a tag to compare

Patch Changes

  • fix(getFrameElement): ensure win.parent is an object

@floating-ui/react@0.26.22

07 Aug 11:45
8313202
Compare
Choose a tag to compare

Patch Changes

  • Update dependencies: @floating-ui/utils@0.2.7