Skip to content

Releases: vueuse/motion

v3.0.3

10 Mar 23:25
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v3.0.2

10 Mar 20:37
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v3.0.1

10 Mar 14:08
Compare
Choose a tag to compare

Bump to trigger release automation 🙇

No significant changes

v3.0.0

10 Mar 14:16
Compare
Choose a tag to compare

🚨 Breaking Changes

  • feat!: drop CJS and use VueUse v13 by @Tahul in #254

Changes

  • docs: fix StyleProperties link and introduction.md import by @imfenghuang in #242

New Contributors

Full Changelog: v2.2.6...v3.0.0

v2.2.6

11 Oct 18:52
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v2.2.5

06 Sep 13:35
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v2.2.4

05 Sep 11:27
Compare
Choose a tag to compare
  • fix: motion component not using and merging custom presets (#205) (c23efca)
  • fix: build nuxt module using @nuxt/module-builder (#224) (5f0119e)
  • fix: use toRaw when cloning proxy object (#221) (47ad58d)
  • ci: implement pkg.pr.new (#220) (a33c5b9)
  • fix: augment vue rather than @vue/runtime-core (#217) (eb7c01d)
  • docs: add click for preset previews (#210) (2da37f2)
  • fix: add utils for types (#211) (4c0fd3b)
  • fix(component): preserve variant style on rerender (#203) (94ef364)
  • fix(nuxt): merge options with public runtime config (#204) (54971c6)
  • fix: not applying motion to child nodes in v-for (#200) (3a6c840)

thanks again @BobbieGoede :)

v2.2.3

30 May 14:21
Compare
Choose a tag to compare

thakks @BobbieGoede

v2.2.1

30 May 14:19
Compare
Choose a tag to compare
  • fix: x, y, z not accepting relative units (#195) (0abe4d0)
  • fix(ci): drop nvmrc (049e8a0)

thanks @BobbieGoede :)

v2.2.0

30 May 00:37
Compare
Choose a tag to compare
  • feat(repo): move to antfu eslint config ; fix all errors ; cleanup (b0af564)
  • feat(npm): update dependencies in all packages (d0cd904)
  • feat(npm): lockfile (047f7de)
  • fix: leaving hovered state when pointer hovers child element (#194) (a8a5624)
  • docs: add documentation for <Motion> component (#192) (d237079)
  • fix: transition onComplete triggers after each property animation (#189) (e0dec92)
  • feat: separate component logic, add <MotionGroup> and tests (#187) (5e2346a)
  • fix: prevent preset variants from being mutated (#182) (e8b0b47)
  • feat: transition duration shorthand prop (#185) (cd99fda)
  • fix(component): apply delay to visibility variants (#184) (7a77272)
  • fix: return to previous state after hovered event variant (#183) (05e7251)
  • docs: fix useSpring example and rewrite docs (#181) (c9161f9)
  • chore: add reproduire actions (#178) (6695d58)
  • fix: types (#175) (ac48adf)
  • chore: add pull request template (#176) (0046b51)
  • chore(readme): fix broken readme (8fc1095)
  • chore(docs): cleanup docs from my old childish bold bad habit (7998806)
  • fix(readme): Y U SO BOLD README? (6c81980)

Thanks to @BobbieGoede for all the heavy lifting provided on that PR release! ❤️