Skip to content

Releases: unovue/motion-vue

v0.9.0

02 Feb 16:06
Compare
Choose a tag to compare

What's Changed

v0.8.1

25 Jan 17:14
Compare
Choose a tag to compare

What's Changed

  • fix: after shared layout rm unmount dom by @rick-hup in #53

Full Changelog: v0.8.0...v0.8.1

v0.8.0

24 Jan 07:25
Compare
Choose a tag to compare

πŸš€ Features

  • add useAnimationControls、 useDragControls hook.
  • support focus、pan gesture.

Full Changelog: v0.7.1...v0.8.0

v0.7.0

17 Jan 14:10
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.2...v0.7.0

v0.6.2

12 Jan 14:26
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.6.2

v0.6.1

10 Jan 15:31
Compare
Choose a tag to compare

What's Changed

  • fix: when asChild=true,update child reset style by @rick-hup in #29
  • fix: tabindex prop has been override by @rick-hup in #30

Full Changelog: v0.6.0...v0.6.1

v0.6.0

28 Dec 12:28
Compare
Choose a tag to compare

πŸš€ Features

  • MotionConfig component
  • layoutGroup namespace layoutId

🐞 Bug Fixes

  • Initial prop in AnimatePresence disables animations on all renders #23
  • shared animation not smooth #24

v0.5.0

22 Dec 07:08
Compare
Choose a tag to compare

πŸš€ Features

  • [Motion] drag gesture support #1
  • [AnimatePresence] support AnimatePresence poplayout mode
  • support animate variants children

v0.5.0-beta.2

18 Dec 13:39
Compare
Choose a tag to compare
v0.5.0-beta.2 Pre-release
Pre-release

πŸš€ Features

  • support AnimatePresence poplayout
  • support animate variants children

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.5.0-beta.2

v0.4.0

07 Dec 14:55
Compare
Choose a tag to compare

πŸš€ Features

  • layout animation support #9

🐞 Bug Fixes