Skip to content

Releases: floating-ui/floating-ui

@floating-ui/react@0.26.5

06 Jan 08:25
44e0f7f
Compare
Choose a tag to compare

Patch Changes

  • 672e458: feat(useListNavigation, Composite): support grid navigation over items with variable sizes
  • 4c04669: chore: export .d.mts types, solves #2472
  • 6af9808: fix(react/utils): cross-browser isVirtualPointerEvent issues
  • Updated dependencies [afb7e5e]
    • @floating-ui/react-dom@2.0.5
    • @floating-ui/utils@0.2.0

@floating-ui/react-native@0.10.2

06 Jan 08:25
44e0f7f
Compare
Choose a tag to compare

Patch Changes

  • 4c04669: chore: export .d.mts types, solves #2472
  • Updated dependencies [4c04669]
    • @floating-ui/core@1.5.3

@floating-ui/react-dom@2.0.5

06 Jan 08:25
44e0f7f
Compare
Choose a tag to compare

Patch Changes

  • 4c04669: chore: export .d.mts types, solves #2472
  • Updated dependencies [0d18e37]
    • @floating-ui/dom@1.5.4

@floating-ui/dom@1.5.4

06 Jan 08:25
44e0f7f
Compare
Choose a tag to compare

Patch Changes

  • 4c04669: chore: export .d.mts types, solves #2472
  • 0d18e37: refactor: avoid $ property appearing in rects dimensions
  • Updated dependencies [afb7e5e]
    • @floating-ui/utils@0.2.0
    • @floating-ui/core@1.5.3

@floating-ui/devtools@0.0.4

06 Jan 08:25
44e0f7f
Compare
Choose a tag to compare

Patch Changes

  • 4c04669: chore: remove repeated code between devtools & extension
  • 4c04669: chore: export .d.mts types, solves #2472
  • Updated dependencies [0d18e37]
    • @floating-ui/dom@1.5.4

@floating-ui/core@1.5.3

06 Jan 08:25
44e0f7f
Compare
Choose a tag to compare

Patch Changes

  • 4c04669: chore: export .d.mts types, solves #2472
  • Updated dependencies [afb7e5e]
    • @floating-ui/utils@0.2.0

@floating-ui/react@0.26.4

11 Dec 05:53
aad8c19
Compare
Choose a tag to compare

Patch Changes

  • 7dc269c: feat(useRole): add select and combobox component roles and allow
    dynamic/derivable item props based on active and selected states. Also
    adds menuitem role for nested menu reference elements, and automatically
    adds an id to the item props for the new component roles for virtual focus.
  • d9be248: fix(useListNavigation): apply aria-activedescendant prop on
    floating element only for non typeable-combobox reference elements. Fixes
    issues with Firefox VoiceOver on Mac forcing DOM focus into the listbox.

@floating-ui/core@1.5.2

06 Dec 03:54
78e8d87
Compare
Choose a tag to compare

Patch Changes

  • 23f32f5: fix(types): avoid ts 4.2+ syntax

@floating-ui/core@1.5.1

30 Nov 21:27
cff301f
Compare
Choose a tag to compare

Patch Changes

  • 88bf976: fix(offset): avoid doubling calculation on same placement reset when
    arrow changes alignment of floating element

@floating-ui/react@0.26.3

27 Nov 02:54
a655f3b
Compare
Choose a tag to compare

Patch Changes

  • 9170b9e: fix(useDismiss): targetRootAncestor check for third party outside
    presses

    The Grammarly extension no longer closes upon clicking when inside floating
    elements.

  • 66efdaf: fix(FloatingFocusManager): return focus to last connected element