🌐 AI搜索 & 代理 主页
Skip to content

Releases: floating-ui/floating-ui

@floating-ui/vue@1.1.9

21 Aug 06:33
7c33a3d

Choose a tag to compare

Patch Changes

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

@floating-ui/react@0.27.16

21 Aug 06:33
7c33a3d

Choose a tag to compare

Patch Changes

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

@floating-ui/react-dom@2.1.6

21 Aug 06:33
7c33a3d

Choose a tag to compare

Patch Changes

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

@floating-ui/dom@1.7.4

21 Aug 06:33
7c33a3d

Choose a tag to compare

Patch Changes

  • fix(getViewportRect): account for space left by scrollbar-gutter: stable

@floating-ui/vue@1.1.8

30 Jul 09:17
38f8b5a

Choose a tag to compare

Patch Changes

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

@floating-ui/react@0.27.15

30 Jul 09:17
38f8b5a

Choose a tag to compare

Patch Changes

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

@floating-ui/react-dom@2.1.5

30 Jul 09:17
38f8b5a

Choose a tag to compare

Patch Changes

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

@floating-ui/dom@1.7.3

30 Jul 09:17
38f8b5a

Choose a tag to compare

Patch Changes

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

@floating-ui/core@1.7.3

30 Jul 09:17
38f8b5a

Choose a tag to compare

Patch Changes

  • fix(flip): ensure perpendicular axis flips with crossAxis alignment

@floating-ui/react@0.27.14

27 Jul 04:30
3343310

Choose a tag to compare

Patch Changes

  • fix(FloatingFocusManager): allow marking ancestor nodes with data-floating-ui-inert. Fixes outside presses not working when clicking on a parent ancestor node.
  • feat(FloatingPortal): support ShadowRoot containers
  • fix(useRole): ensure aria-selected=true is present without being active with select role
  • fix: only use blur capture to mark inside floating tree if FloatingPortal exists. Prevents blocking closeOnFocusOut behavior.
  • fix(FloatingFocusManager): clear previously focused elements that are disconnected more often