Skip to content

Releases: motiondivision/motion-vue

v1.0.0

26 Apr 13:44
Compare
Choose a tag to compare

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

12 Apr 02:31
Compare
Choose a tag to compare
v1.0.0-beta.2 Pre-release
Pre-release

   🐞 Bug Fixes

    View changes on GitHub

v1.0.0-beta.1

04 Apr 12:13
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release

   🐞 Bug Fixes

    View changes on GitHub

v1.0.0-beta.0

02 Apr 06:02
Compare
Choose a tag to compare

🚀 Features

🐞 Bug Fixes

Full Changelog: v0.13.1...v1.0.0-beta.0

v0.13.1

20 Mar 15:55
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.0...v0.13.1

v0.13.0

15 Mar 14:01
Compare
Choose a tag to compare

🚀 Features

Full Changelog: v0.12.0...v0.13.0

v0.12.0

13 Mar 15:56
Compare
Choose a tag to compare

🚀 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

v0.11.3

09 Mar 12:27
Compare
Choose a tag to compare

What's Changed

  • fix: resolve variant merging and child animation execution by @rick-hup in #102

v0.11.2

08 Mar 06:51
Compare
Choose a tag to compare

What's Changed

  • fix: custom transition broken exit transition by @rick-hup in #101

v0.11.1

07 Mar 12:18
Compare
Choose a tag to compare

What's Changed

  • feat: enhance useSpring with reactive config support by @rick-hup in #96
  • chore: upgrade framer-motion and remove motion-dom dependency by @rick-hup in #98

Full Changelog: v0.11.0...v0.11.1