Skip to content

Releases: ycs77/headlessui-float

v0.15.0

29 Aug 05:14
Compare
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
Compare
Choose a tag to compare

@headlessui-float/react

Fixed


@headlessui-float/vue

nothing


@headlessui-float/nuxt

nothing

v0.14.3

23 Aug 18:22
Compare
Choose a tag to compare

@headlessui-float/react

Changed


@headlessui-float/vue

Changed


@headlessui-float/nuxt

nothing

v0.14.2

13 Aug 15:17
Compare
Choose a tag to compare

Mark this package unnecessary

v0.14.1

06 Aug 08:32
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

v0.13.0

25 Nov 18:39
Compare
Choose a tag to compare

@headlessui-float/react

Added

  • Support hide feature of Floating UI - by @ycs77 (#95)

Changed

Fixed


@headlessui-float/vue

Added

  • Add FloatReference and FloatContent into Vue auto-import resolver - by @piotrjoniec (#90)
  • Add Nuxt module - by @ycs77 (#94)
  • Support hide feature of Floating UI - by @ycs77 (#95)

Changed

Fixed


@headlessui-float/nuxt

Package initial