Skip to content

Releases: floating-ui/floating-ui

@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

@floating-ui/react-native@0.10.4

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

Patch Changes

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

@floating-ui/react-dom@2.0.7

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

Patch Changes

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

@floating-ui/dom@1.6.0

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

Minor Changes

  • fix: handle CSS :top-layer elements inside containing blocks. It's no longer
    necessary to implement the middleware workaround outlined in
    #1842 (comment).

Patch Changes

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

@floating-ui/core@1.6.0

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

Minor Changes

  • fix: handle CSS :top-layer elements inside containing blocks. It's no longer
    necessary to implement the middleware workaround outlined in
    #1842 (comment).

@floating-ui/vue@1.0.4

16 Jan 12:28
5d025db
Compare
Choose a tag to compare

Patch Changes

  • de70c04: fix: change isComponentPublicInstance implementation

@floating-ui/react@0.26.6

16 Jan 11:44
ba3e498
Compare
Choose a tag to compare

Patch Changes

  • c9c5058: fix(useListNavigation): sync internal indexRef to selectedIndex on open. Fixes an issue where if selectedIndex changed after initial render before opening, activeIndex would not be correctly synced.
  • 8b3c93b: fix(utils): check if env is JSDOM for isVirtualPointerEvent. Fixes issue when testing visibleOnly prop in useFocus.
  • Updated dependencies [d3a773b]
    • @floating-ui/react-dom@2.0.6

@floating-ui/react-native@0.10.3

16 Jan 17:21
8e449ab
Compare
Choose a tag to compare

Patch Changes

  • 7d201f7: fix: check for virtual elements when measuring

@floating-ui/react-dom@2.0.6

16 Jan 11:44
ba3e498
Compare
Choose a tag to compare

Patch Changes

  • d3a773b: fix: make whileElementsMounted reactive with respect to changing from a function to undefined