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