Releases: motiondivision/motion-vue
Releases · motiondivision/motion-vue
v1.3.0
🚀 Features
- Update motion to 12.18.1 - by @rick-hup (d2184)
support sequence animations relative to the start of the previous timeline segment. https://motion.dev/docs/animate#at
🐞 Bug Fixes
- Activate inView when whileInView, onViewportEnter or onViewportLeave is passed - by @rick-hup (89c77)
- AnimatePresence custom prop not working - by @rick-hup (f5772)
View changes on GitHub
v1.2.1
🐞 Bug Fixes
View changes on GitHub
v1.2.0
🚀 Features
View changes on GitHub
v1.1.1
🚀 Features
View changes on GitHub
v1.1.0-alpha.1
No significant changes
View changes on GitHub
v1.1.0-alpha.0
🚀 Features
View changes on GitHub
v1.0.2
🐞 Bug Fixes
View changes on GitHub
v1.0.1
v1.0.0
What's Changed
- fix: update AsTag type to allow for component type by @rick-hup in #139
- fix(motion): rm svg stroke-width style by @rick-hup in #141
- fix: nuxt duplicated imports "LazyMotion" warning by @rick-hup in #145
- fix(reorder): reset order on component update by @rick-hup in #147
- fix: parent initial effect child by @rick-hup in #150
- fix: incorrect initialization of SVG pathLength attribute by @rick-hup in #153
- fix: fix useScroll to handle SSR env by @rick-hup in #152
Full Changelog: v1.0.0-beta.0...v1.0.0
v1.0.0-beta.2
🐞 Bug Fixes
- Rm lazyMotion auto import - by @rick-hup (6d324)
- reorder: Reset order on component update - by @rick-hup (31526)