Skip to content

Releases: ycs77/headlessui-float

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)

v0.11.0

11 Mar 17:19
Compare
Choose a tag to compare

@headlessui-float/react

Added

  • Add composable mode (add <Float.Reference> and <Float.Content>)
  • Add dialog support
  • Add virtual element support (add <Float.Virtual>, <Float.ContextMenu> and <Float.Cursor>)
  • Add more "render prop"

Fixed

  • Fix autoUpate() trigger time
  • Fix the hydration on SSR (#44) by @doseofted and @ycs77
  • Fix the as and the floating-as resolve component
  • Fix origin class no reactive change

Removed

  • Remove the throttle when auto-updating floating element

Example

  • Refactor examples

@headlessui-float/vue

Added

  • Add composable mode (add <FloatReference> and <FloatContent>)
  • Add dialog support
  • Add virtual element support (add <FloatVirtual>, <FloatContextMenu> and <FloatCursor>)
  • Add slots props type hint
  • Add more "slots props"

Changed

  • Rename export type FloatPropsType to FloatProps

Fixed

  • Fix autoUpate() trigger time
  • Fix the hydration on SSR
  • Fix the as and the floating-as resolve component
  • Fix origin class no reactive change

Removed

  • Remove the throttle when auto-updating floating element

Example

  • Refactor examples

v0.10.1

11 Dec 01:29
Compare
Choose a tag to compare

@headlessui-float/react

Fixed

  • Bump @headlessui/react to ^1.7.4

@headlessui-float/vue

Fixed

  • Fix throw "cannot read property of undefined" error on vue >=3.2.34 - by @ycs77 (#34)
  • Bump @headlessui/vue to ^1.7.4

Migration

Upgrade @headlessui/vue to ^1.7.4

v0.10.0

15 Oct 06:09
Compare
Choose a tag to compare

@headlessui-float/react

Added


@headlessui-float/vue

Added

Fixed

v0.9.2

09 Oct 16:55
Compare
Choose a tag to compare

@headlessui-float/react

Changed

  • Rename headlessui-float.js to headlessui-float.mjs (fixed #22) (30400cc)

@headlessui-float/vue

Fixed

  • Fix ImportInfo interface properties of vue component resolver - by @ycs77 (#25)

Changed

  • Rename headlessui-float.js to headlessui-float.mjs (fixed #22) (30400cc)

Migration

Upgrade unplugin-vue-components version to above ^0.19.0

v0.9.1

13 Sep 09:27
Compare
Choose a tag to compare

@headlessui-float/react

nothing


@headlessui-float/vue

Changed

  • Fix unmount prop element position breaking - by @ycs77 (#21)