Releases: ycs77/headlessui-float
Releases · ycs77/headlessui-float
v0.15.0
v0.14.4
v0.14.3
v0.14.2
v0.14.1
v0.14.0
@headlessui-float/react
nothing
@headlessui-float/vue
Added
Changed
- Using Headless UI's
<TransitionRoot>
to instead Vue built-in<Transition>
component, addedvue-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
v0.13.2
v0.13.1
@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
@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
@headlessui-float/react
Added
Changed
Fixed
@headlessui-float/vue
Added
- Add
FloatReference
andFloatContent
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