floating-ui-vue-skilld

Installation
SKILL.md

floating-ui/floating-ui @floating-ui/vue@1.1.11

Tags: latest: 1.1.11

References: Docs

API Changes

This section documents version-specific API changes for @floating-ui/vue — prioritize the v1.0.0 major release and subsequent minor updates.

  • BREAKING: x and y coordinates now default to 0 instead of null since v1.0.0. Use isPositioned to check if layout is ready source

  • NEW: floatingStyles — Returns a pre-configured style object for the floating element (position, top, left, transform) since v1.0.0 source

  • NEW: MaybeReadonlyRefOrGetteruseFloating options now support getters (e.g., () => props.placement) and refs since v1.1.0 source

  • NEW: isPositioned — Boolean ref returned by useFloating that indicates if the floating element has been positioned since v0.2.0 source

  • NEW: open option — Optional boolean ref in useFloating to synchronize isPositioned with the element's open state since v0.2.0 source

  • IMPROVED: ArrowOptions.element — Widened type to MaybeElement<Element> to improve compatibility with Vue Template Refs since v1.0.2 source

Related skills
Installs
63
GitHub Stars
161
First Seen
Feb 19, 2026