Skip to content

v0.14.0

Latest
Compare
Choose a tag to compare
@ycs77 ycs77 released this 24 May 19:11
· 2 commits to main since this release

@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