Releases: magicasaservice/vue-equipment
Releases · magicasaservice/vue-equipment
Release 1.0.0-beta.55
🍿 Updates
- MagicMenuContent’s teleport can now be overriden
Full Changelog: v1.0.0-beta.53...v1.0.0-beta.55
Release 1.0.0-beta.53
❗️ Bug Fixes
- MagicMenu and MagicAccordion had a bug where
useId()was used inside a computed internally, leading to SSR errors.
Full Changelog: v1.0.0-beta.52...v1.0.0-beta.53
Release 1.0.0-beta.52
Full Changelog: v1.0.0-beta.51...v1.0.0-beta.52
Release 1.0.0-beta.51
❗️Bug Fixes
- MagicMenu now repositions itself after entering when transform is used in a custom transition.
Full Changelog: v1.0.0-beta.50...v1.0.0-beta.51
Release 1.0.0-beta.50
⚠️ Breaking changes
useMagicCommandonly returns theidof the activeView, without exposing internal state.
Full Changelog: v1.0.0-beta.49...v1.0.0-beta.50
Release 1.0.0-beta.49
🍿 Updates
useMagicCommandnow returns the activeView
Full Changelog: v1.0.0-beta.48...v1.0.0-beta.49
Release 1.0.0-beta.48
❗️Bug Fixes
- Expanded MagicToast animation was restored
⚠️ Breaking changes
- MagicToast timeout is now paused on
mouseenteriflayout.expandis set tohover. Otherwise its paused onpointerdown.
Full Changelog: v1.0.0-beta.47...v1.0.0-beta.48
Release 1.0.0-beta.47
❗️ Bug Fixes
- Fixes a bug that offset MagicToasts incorrectly if they had variable heights in a single stack.
Full Changelog: v1.0.0-beta.46...v1.0.0-beta.47
Release 1.0.0-beta.46
🍿 Updates
- MagicToast now accepts slots.
❗️Bug Fixes
onScopeDisposewarnings are now silenced for all plugins.
Full Changelog: v1.0.0-beta.45...v1.0.0-beta.46
Release 1.0.0-beta.45
❗️ Bug Fixes
- HMR in Nuxt Apps should work again 🤦🏼