Skip to content

Releases: dreamonkey/quasar-app-extension-animate

v2.2.2

2.2.0

07 Mar 17:46
Compare
Choose a tag to compare

What's Changed

  • refactor: export helpers directly from package to allow tree-shaking
  • fix: get correct root element when dealing with fragments

Migration strategy

To allow tree-shaking, useAnimate and AnimateMixin don't export anymore animation helpers into the component scope, import them directly from the package like import { whenPast, animateIn } from '@dreamonkey/quasar-app-extension-animate';

2.1.0

03 Mar 19:24
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/dreamonkey/quasar-app-extension-animate/commits/v2.1.0

Migration strategy

  • useAnimate doesn't require anymore a ref to the current component root element