Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Releases: ycs77/headlessui-float

v0.15.1

25 Aug 19:12

Choose a tag to compare

Add unmaintain alert

v0.15.0

29 Aug 05:14

Choose a tag to compare

@headlessui-float/react

Version compatibility

  • Drop react 16 and 17 version compatibility - by @ycs77 (2e6bba7)

@headlessui-float/vue

nothing


@headlessui-float/nuxt

nothing

v0.14.4

29 Aug 04:56

Choose a tag to compare

@headlessui-float/react

Fixed


@headlessui-float/vue

nothing


@headlessui-float/nuxt

nothing

v0.14.3

23 Aug 18:22

Choose a tag to compare

@headlessui-float/react

Changed


@headlessui-float/vue

Changed


@headlessui-float/nuxt

nothing

v0.14.2

13 Aug 15:17

Choose a tag to compare

Mark this package unnecessary

v0.14.1

06 Aug 08:32

Choose a tag to compare

@headlessui-float/react

Changed

  • Fix type error and incorrect importing for VirtualElement - by @ycs77 (e7aea0f)

@headlessui-float/vue

Changed

  • Fix type error and incorrect importing for VirtualElement - by @ycs77 (e7aea0f)

@headlessui-float/nuxt

nothing

v0.14.0

24 May 19:11

Choose a tag to compare

@headlessui-float/react

nothing


@headlessui-float/vue

Added

  • Add width attribute option for adaptive-width - by @ycs77 (#117)

Changed

  • Using Headless UI's <TransitionRoot> to instead Vue built-in <Transition> component, added vue-transition prop - by @ycs77 (#112)

Migration

This version was changed to using the Headless UI's <TransitionRoot> instead Vue built-in <Transition> component, if there is a problem due to this, please add vue-transition to return to the original state.

If you using the transition-name or transition-type prop, must be set the vue-transition to change back Vue built-in Transition component:

 <Float
+  vue-transition
   transition-name="fade"
 >

@headlessui-float/nuxt

nothing

v0.13.3

09 Apr 16:26

Choose a tag to compare

@headlessui-float/react

Fixed

  • Fix transition missing unmount prop - by @ycs77 (#110)

@headlessui-float/vue

Fixed

  • Fix transition missing unmount prop - by @ycs77 (#110)

@headlessui-float/nuxt

nothing

v0.13.2

13 Feb 20:06

Choose a tag to compare

@headlessui-float/react

nothing


@headlessui-float/vue

Fixed

  • Fix auto scroll-up when opening listbox - by @ycs77 (#100)

@headlessui-float/nuxt

nothing

v0.13.1

20 Jan 18:28

Choose a tag to compare

@headlessui-float/react

Changed

  • Bump Floating UI version:
    • @floating-ui/core: ^1.5.3
    • @floating-ui/dom: ^1.5.4
    • @floating-ui/react: ^0.26.5

Fixed

  • Fix ContextMenu and Cursor components not working - by @ycs77 (e5522a1)

@headlessui-float/vue

Changed

  • Bump Floating UI version:
    • @floating-ui/core: ^1.5.3
    • @floating-ui/dom: ^1.5.4
    • @floating-ui/vue: ^1.0.3

Fixed


@headlessui-float/nuxt

nothing