Skip to content

Releases: vuejs/vue-class-component

v6.3.2

15 Oct 19:08
Compare
Choose a tag to compare

Bug Fixes

  • fix incorrect Reflect checking (ca460c6)

v6.3.1

15 Oct 18:39
Compare
Choose a tag to compare

Bug Fixes

v6.3.0

13 Oct 04:52
Compare
Choose a tag to compare

Features

  • Added reflection support (#227)

Bug Fixes

  • Collect value from decorator (#254)

v6.2.0

16 Feb 04:55
Compare
Choose a tag to compare

Features

v6.1.2

17 Dec 13:22
Compare
Choose a tag to compare

Bug Fixes

  • fix memory leak of detached DOM tree (#210) (7580098)

v6.1.1

03 Dec 13:21
Compare
Choose a tag to compare

Bug Fixes

  • avoid to inherit __decorators__ property to sub classes (#200) (b6a12a8)
  • avoid to overwrite component options on IE <= 10 (#203) (8905f8c)
  • forward static functions in babel (#187) (2bc36c5)

v6.1.0

03 Nov 17:09
Compare
Choose a tag to compare

Features

Bug Fixes

  • allow to define decorators that define props or methods in Babel (#184) (e9f0e6b)
  • fix nullable type in ts 2.6 (#182) (95d9e65)

v6.0.0

12 Oct 02:40
Compare
Choose a tag to compare

Breaking Changes

  • TypeScript type declarations have been updated to be compatible with Vue core >= 2.5, and no longer work with lower versions.

v5.0.2

30 Jun 15:02
Compare
Choose a tag to compare

Fixes

  • #104 Fix the bug that property decorators are not applied correctly if the component are created inline (#110)

v5.0.1

28 Mar 14:53
Compare
Choose a tag to compare

Improvements

  • Use class name as Vue component's name (#76 @hjkcai)