Skip to content

Releases: vueuse/motion

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! ❤️

v2.1.0

21 Feb 18:53
Compare
Choose a tag to compare

v2.0.0

25 May 13:30
Compare
Choose a tag to compare

This PR follows the notes on #81.

It contains quite a lot of breaking changes that has been spread across the last 29 beta versions that has been released.

As mentioned in the issue, the most notable one is the drop of Vue 2 support.

Be aware that all the coming versions of @vueuse/motion will only support Vue 3.

New maintainer

@cpreston321 is joining the repository and will help efforts stabilizing the v2 and moving towards a v3 that is lighter and has better API and features.

Changelog

  • chore(ts): update ts setup ; fix build (1af3c64)
  • feat(v2): prepare v2 (#75) (76538c8)
  • chore(package): fix pnpm peerdeps (83dc886)
  • Merge branch 'main' of github.com:Tahul/vue-use-motion (842b8a5)
  • Update use-motion-controls.md (#78) (8b62c5a)
  • fix(nuxt): update compatibility field (#80) (a76237e)
  • Fix bad URLs in Readme.md (#70) (bd5e59d)
  • Add transition examples (#67) (08e7601)
  • Fix ssr error (#65) (cc3a27d)
  • feat(transform): add variantToStyle util (cdbd98f)
  • feat(module): update module auto imports (448aa58)
  • chore(lint): the script blocks are on top now (01f763f)
  • feat(playground): update nuxt playground; start using Motion component (2271474)
  • feat(directive): unref initial binding (supports refs in object) (b84a42b)
  • feat(exports): update index (a996c9d)
  • feat(build): update runtime copy (778e98c)
  • docs(config): reference new pages (12550ee)
  • docs(reactive-transform): add new docs page (6d6140a)
  • docs(reactive-style): add new docs page (4188472)
  • feat(module): update module config injection ; initial Motion component :) (2c0b852)
  • chore(deps): upgrade deps (6fe23f5)
  • docs(nuxt): fix typo (#57) (73ec11b)

v2.0.0-beta.27

27 Jan 02:30
Compare
Choose a tag to compare
v2.0.0-beta.27 Pre-release
Pre-release
  • chore(up): upgrade to latest nuxt (dd6ff13)

v2.0.0-beta.26

12 Dec 17:18
Compare
Choose a tag to compare
v2.0.0-beta.26 Pre-release
Pre-release
  • chore(deps): upgrade deps (80342f6)