Releases: dreamonkey/quasar-app-extension-animate
Releases · dreamonkey/quasar-app-extension-animate
v2.2.2
2.2.0
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
What's Changed
- feat: support Qv2 by @vandelpavel in #7
- feat: simplify usage with Composition API by @IlCallo in #8
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