Releases: vueuse/motion
Releases · vueuse/motion
v3.0.3
🐞 Bug Fixes
- Nuxt build externalize types - by @BobbieGoede (532cf)
- Add
defu
as dependency - by @BobbieGoede (ce62d)
View changes on GitHub
v3.0.2
🐞 Bug Fixes
- externalize
CSSProperties
types by @BobbieGoede (143c2) - Access
meta.env.X
with optional chaining - by @BobbieGoede (fb9ed)
View changes on GitHub
v3.0.1
Bump to trigger release automation 🙇
No significant changes
v3.0.0
🚨 Breaking Changes
Changes
- docs: fix
StyleProperties
link andintroduction.md
import by @imfenghuang in #242
New Contributors
- @imfenghuang made their first contribution in #242
Full Changelog: v2.2.6...v3.0.0
v2.2.6
🐞 Bug Fixes
- Export
useMotionFeatures
- by @NoelDeMartin in #235 (c5b16) - Dev environment variable undefined - by @BobbieGoede in #236 (bd6fa)
View changes on GitHub
v2.2.5
v2.2.4
- fix: motion component not using and merging custom presets (#205) (c23efca)
- fix: build nuxt module using
@nuxt/module-builder
(#224) (5f0119e) - fix: use
toRaw
when cloning proxy object (#221) (47ad58d) - ci: implement
pkg.pr.new
(#220) (a33c5b9) - fix: augment
vue
rather than@vue/runtime-core
(#217) (eb7c01d) - docs: add click for preset previews (#210) (2da37f2)
- fix: add utils for types (#211) (4c0fd3b)
- fix(component): preserve variant style on rerender (#203) (94ef364)
- fix(nuxt): merge options with public runtime config (#204) (54971c6)
- fix: not applying motion to child nodes in v-for (#200) (3a6c840)
thanks again @BobbieGoede :)
v2.2.3
v2.2.1
v2.2.0
- feat(repo): move to antfu eslint config ; fix all errors ; cleanup (b0af564)
- feat(npm): update dependencies in all packages (d0cd904)
- feat(npm): lockfile (047f7de)
- fix: leaving hovered state when pointer hovers child element (#194) (a8a5624)
- docs: add documentation for
<Motion>
component (#192) (d237079) - fix: transition
onComplete
triggers after each property animation (#189) (e0dec92) - feat: separate component logic, add
<MotionGroup>
and tests (#187) (5e2346a) - fix: prevent preset variants from being mutated (#182) (e8b0b47)
- feat: transition
duration
shorthand prop (#185) (cd99fda) - fix(component): apply delay to visibility variants (#184) (7a77272)
- fix: return to previous state after hovered event variant (#183) (05e7251)
- docs: fix useSpring example and rewrite docs (#181) (c9161f9)
- chore: add reproduire actions (#178) (6695d58)
- fix: types (#175) (ac48adf)
- chore: add pull request template (#176) (0046b51)
- chore(readme): fix broken readme (8fc1095)
- chore(docs): cleanup docs from my old childish bold bad habit (7998806)
- fix(readme): Y U SO BOLD README? (6c81980)
Thanks to @BobbieGoede for all the heavy lifting provided on that PR release! ❤️