This repository was archived by the owner on Aug 25, 2025. It is now read-only.
v0.11.0
@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
asand thefloating-asresolve 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
FloatPropsTypetoFloatProps
Fixed
- Fix
autoUpate()trigger time - Fix the hydration on SSR
- Fix the
asand thefloating-asresolve component - Fix origin class no reactive change
Removed
- Remove the throttle when auto-updating floating element
Example
- Refactor examples