Skip to content

Releases: floating-ui/floating-ui

@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

@floating-ui/devtools@0.2.2

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

Patch Changes

  • d824150: chore: add license field to package.json

@floating-ui/devtools@0.2.1

12 Jan 10:30
270b2e5
Compare
Choose a tag to compare

Patch Changes

  • 180d1ad: fix: devtools controller emits event once the selected element is removed

@floating-ui/devtools@0.2.0

10 Jan 12:49
f331d8e
Compare
Choose a tag to compare

Minor Changes

  • 3d0368e: feat!: introduce serialized data as an array

@floating-ui/utils@0.2.1

07 Jan 15:07
Compare
Choose a tag to compare

Patch Changes

  • fix: remove react peer dependency