Skip to content

0.7.0

Latest
Compare
Choose a tag to compare
@guastallaigor guastallaigor released this 07 Dec 15:05
· 1 commit to master since this release

0.7.0 (2021-12-07)

chore

  • remove david badge (e11e435)
  • small style changes. update all dependencies (7493f28)

feat

  • add get-type event + changes for PR + update storybook and tests (8889d3d), closes #37

Observation:

Decrease in the coverage is because we are now supporting Vue 2 and Vue 3 thanks to @vein101
We are able to run the project only using one version and right now we are using Vue 2.
Because beforeDestroy was changed to beforeUnmount in Vue 3, we can't test both.