Skip to content

Refactored

Latest
Compare
Choose a tag to compare
@presidenten presidenten released this 15 Nov 14:16
· 5 commits to master since this release

While 2.0.6 fixed hmr in newer vue versions, this version mainly consists of refactoring changes.

Changes since 2.0.0
(Also present in 2.0.6)

  • root.get/dispatch can be used from vue components with $parent alias in path if used together with vnode: root.get({ path: '$root/count', vnode: this });
  • Normal mixins trigger on beforeCreate to work better with vues watches.
  • HMR works again for vue components on newer vue versions & webpack 3.

New in 3.0.0

  • Code is refactored and lots of unnecessary code was removed
  • The decorated property module.$api is removed