Releases: motiondivision/motion-vue
Releases · motiondivision/motion-vue
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)
View changes on GitHub
v1.0.0-beta.1
🐞 Bug Fixes
- Update AsTag type to allow for component type - by @rick-hup (7f20b)
- Rm svg stroke-width style - by @rick-hup (2c541)
View changes on GitHub
v1.0.0-beta.0
v0.13.1
v0.13.0
v0.12.0
🚀 Features
- feat(reorderItem): pass dragging state to default slot by @rick-hup in #108
- feat(AnimatePresence)t: enhance unwrapElement prop to support function for custom eleme… by @rick-hup in #109
- feat(AnimatePresence): remove multiple prop by @rick-hup in #105
🐞 Bug Fixes
- fix: every motion.div gets tabindex="0"by @rick-hup in #111
- fix: initial render transform-origin issues with SVG elements by @rick-hup in #104
- fix: handle 'none' animate value with null check by @rick-hup in #107
Full Changelog: v0.11.3...v0.12.0