Skip to content

Releases: nuxt-community/nuxt-property-decorator

2.8..3

18 Sep 03:00
Compare
Choose a tag to compare
  • Fully updated all the core dependencies:
    "vue-class-component": "7.2.6",
    "vue-property-decorator": "9.0.0",
    "vuex": "3.5.1",
    "vuex-class": "0.3.2",
    "vuex-module-decorators": "0.17.0"

  • Fixed tests

v2.7.2

21 Apr 21:17
Compare
Choose a tag to compare

Released

v.2.5.0

18 Oct 17:52
Compare
Choose a tag to compare

This release fixes a number of issues and updates to latest dependencies.

  • adds meta hook
  • add missing exports for PropSync and Ref
  • updated number of dependencies and notably vue-property-decorator to "8.3.0"
  • updated documentation, mentioned Nuxt specific On, Off, Once and NextTick decorators

v2.1.3

26 Feb 14:51
Compare
Choose a tag to compare

Full dependency update including

  • vue 2.6.7
  • vue-class-component 7.0.1 (with serverPrefetch hook added)
  • and many other dependencies
  • added some more hooks
    • watchQuery
    • key
    • loading

v2.0.1

26 Feb 11:24
Compare
Choose a tag to compare
chore(release): 2.0.1

v1.3.1

04 Dec 16:41
f1bd941
Compare
Choose a tag to compare
Merge pull request #18 from husayt/patch-1

fix to prevent error in Ts 2.7+