Skip to content

Releases: ycs77/headlessui-float

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

v0.12.0

26 Oct 12:47
Compare
Choose a tag to compare

@headlessui-float/react

Added

  • Apply subpixel and accelerated positioning - by @ycs77 (#84)

Changed

  • Rename type OriginClassResolver to ClassResolver - by @ycs77 (1b839ff)
  • Rename directory origin-class-resolvers to class-resolvers - by @ycs77 (6ddcdb3)
  • Support RTL for tailwind css origin class resolver - by @ycs77 (#82)
  • Change transform prop default to false - by @ycs77 (#83)

@headlessui-float/vue

Added

  • Apply subpixel and accelerated positioning - by @ycs77 (#84)

Changed

  • Rename type OriginClassResolver to ClassResolver - by @ycs77 (1b839ff)
  • Rename directory origin-class-resolvers to class-resolvers - by @ycs77 (6ddcdb3)
  • Support RTL for tailwind css origin class resolver - by @ycs77 (#82)
  • Change transform prop default to false - by @ycs77 (#83)

v0.11.4

27 Sep 13:46
Compare
Choose a tag to compare

@headlessui-float/react

nothing


@headlessui-float/vue

Fixed

  • Fix Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element' - by @ycs77 (#81)

v0.11.3

02 Sep 09:20
Compare
Choose a tag to compare

@headlessui-float/react

Fixed

  • Fix onShow and onHide is called every time the component rendered - by @ycs77 (#77)

@headlessui-float/vue

Fixed

  • Fix onShow and onHide is called every time the component rendered - by @ycs77 (#77)

v0.11.2

05 May 16:05
Compare
Choose a tag to compare

@headlessui-float/react

nothing


@headlessui-float/vue

Fixed

  • Fix incorrect <FloatContent>'s as default value - by @ycs77 (a4090fd)
  • Fix override <Float> and <FloatContent> props bug - by @ycs77 (ef135bb)

v0.11.1

20 Apr 13:16
Compare
Choose a tag to compare

@headlessui-float/react

Fixed

  • Add exports types path for TypeScript 5 moduleResolution bundler - by @ycs77 (c927ff7)

@headlessui-float/vue

Fixed

  • Add exports types path for TypeScript 5 moduleResolution bundler - by @ycs77 (c927ff7)
  • Fix Hide events being emitter before each Show event - by @ycs77 (#52)