Skip to content

2.2.0

Compare
Choose a tag to compare
@IlCallo IlCallo released this 07 Mar 17:46
· 7 commits to develop since this release

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';