Skip to content

Releases: floating-ui/floating-ui

@floating-ui/react@0.26.10

26 Mar 11:05
21f1282
Compare
Choose a tag to compare

Patch Changes

  • fix(FloatingFocusManager): return focus to the first tabbable descendant of the reference element if the reference element itself is not focusable

@floating-ui/dom@1.6.3

12 Feb 11:39
f7bc5d3
Compare
Choose a tag to compare

Patch Changes

  • fix: calculate reference element offset relative to offsetParent iframe. Fixes issue with positioning in nested iframes, such as the following:
<html>
  <iframe>
    <div>floating</div>
    <iframe>
      <div>reference</div>
    </iframe>
  </iframe>
</html>

@floating-ui/dom@1.6.2

11 Feb 18:07
53973c8
Compare
Choose a tag to compare

Patch Changes

  • fix: top layer element positioning and collision detection when using absolute strategy

@floating-ui/react@0.26.9

03 Feb 03:09
86526a7
Compare
Choose a tag to compare

Patch Changes

  • fix(useFocus): avoid closing floating element when focus moves inside shadow roots

@floating-ui/vue@1.0.6

28 Jan 05:32
f74524d
Compare
Choose a tag to compare

Patch Changes

  • Update dependencies: @floating-ui/dom@1.6.1

@floating-ui/react@0.26.8

28 Jan 05:32
f74524d
Compare
Choose a tag to compare

Patch Changes

  • Update dependencies: @floating-ui/react-dom@2.0.8

@floating-ui/react-dom@2.0.8

28 Jan 05:32
f74524d
Compare
Choose a tag to compare

Patch Changes

  • Update dependencies: @floating-ui/dom@1.6.1

@floating-ui/dom@1.6.1

28 Jan 05:32
f74524d
Compare
Choose a tag to compare

Patch Changes

  • perf: avoid getContainingBlock call for non-top layer elements

@floating-ui/vue@1.0.5

26 Jan 01:45
2ab9f9a
Compare
Choose a tag to compare

Patch Changes

  • Update dependencies: @floating-ui/dom@1.6.0

@floating-ui/react@0.26.7

26 Jan 01:44
2ab9f9a
Compare
Choose a tag to compare

Patch Changes

  • chore: improve JSDocs
  • fix(FloatingPortal): unconditional rendering with Suspense
  • Update dependencies: @floating-ui/react-dom@2.0.7