Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

v0.11.0

Choose a tag to compare

@ycs77 ycs77 released this 11 Mar 17:19
· 122 commits to main since this release

@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