Releases: motiondivision/motion-vue
Releases · motiondivision/motion-vue
v1.7.1
v1.7.0
🚀 Features
- Children of variants with delayChildren: stagger() will now be staggered correctly alongside their newly-entering siblings. - by @rick-hup (2076f)
View changes on GitHub
v1.6.1
🐞 Bug Fixes
- Update @vueuse/core peer dependency version constraint to allow any version >=10.0.0 - by @rick-hup (184e8)
View changes on GitHub
v1.6.0
v1.5.0
🚀 Features
View changes on GitHub
v1.4.0
🚀 Features
update motion to v12.22.0
- Allow
delayChildren
to acceptstagger()
. This enablesfrom
andease
options when staggering variant children. - Deprecated
staggerChildren
andstaggerDirection
options.
View changes on GitHub
v1.3.1
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)