Skip to content

Releases: floating-ui/floating-ui

@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

@floating-ui/react-dom@2.0.4

09 Nov 16:30
1ddb830
Compare
Choose a tag to compare

Patch Changes

  • 9d22d83: fix: package type import

@floating-ui/react@0.26.2

08 Nov 12:18
fba43a6
Compare
Choose a tag to compare

Patch Changes

  • c1965f6: refactor: minor jsdoc/type improvements
  • 3bd42f2: feat: reason strings as third param of onOpenChange
  • 14cb168: fix(FloatingFocusManager): avoid returning focus to reference if
    focus moved elsewhere
  • 628fd11: feat(useRole): add label role
  • Updated dependencies [c1965f6]
    • @floating-ui/react-dom@2.0.3

@floating-ui/react-dom@2.0.3

08 Nov 12:18
fba43a6
Compare
Choose a tag to compare

Patch Changes

  • c1965f6: refactor: minor jsdoc/type improvements

@floating-ui/react@0.26.1

14 Oct 15:40
a70e4e2
Compare
Choose a tag to compare

Patch Changes

  • ac17abb: feat(Composite): allow controlled mode with activeIndex and
    onNavigate props
  • c3bfd04: fix(useFocus): improve visibleOnly detection
  • 43725a2: feat(useDismiss): add capture option and default outsidePress to
    true