Releases: vuejs/vue-class-component
Releases · vuejs/vue-class-component
v6.3.2
15 Oct 19:08
Compare
Sorry, something went wrong.
No results found
Bug Fixes
fix incorrect Reflect checking (ca460c6 )
v6.3.1
15 Oct 18:39
Compare
Sorry, something went wrong.
No results found
v6.3.0
13 Oct 04:52
Compare
Sorry, something went wrong.
No results found
Features
Added reflection support (#227 )
Bug Fixes
Collect value from decorator (#254 )
v6.2.0
16 Feb 04:55
Compare
Sorry, something went wrong.
No results found
v6.1.2
17 Dec 13:22
Compare
Sorry, something went wrong.
No results found
v6.1.1
03 Dec 13:21
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Improvements
Use class name as Vue component's name (#76 @hjkcai )