-
v0.5.0 Stable
released this
2026-08-30 08:55:16 +00:00 | 254 commits to main since this releaseBreaking
- The framework-agnostic controllers are gone; their behavior now lives in
Vue composables.@[secure]/ui/utils/controllers/*(mountDialog,
mountPopover,mountDisclosure,mountMenuand their types) no longer
exists — importuseDialog,usePopover,useDisclosure, anduseMenu
from@[secure]/ui/composables/<name>instead. The composables carry the
same behavior and options but own the lifecycle themselves: they take an
element ref plus options at setup, wire on mount, follow a controlled
opengetter, and clean up on unmount, so the mount/watch/teardown dance
every component repeated is gone.Placementmoved to
@[secure]/ui/composables/usePopover. Component behavior is unchanged.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- The framework-agnostic controllers are gone; their behavior now lives in