File tree 3 files changed +917
-13
lines changed 3 files changed +917
-13
lines changed Original file line number Diff line number Diff line change
1
+ # [ 8.0.0-alpha.3] ( https://github.com/vuejs/vue-class-component/compare/v8.0.0-alpha.2...v8.0.0-alpha.3 ) (2020-04-26)
2
+
3
+
4
+ ### Features
5
+
6
+ * support composition functions in property initializers ([ 744f6ca] ( https://github.com/vuejs/vue-class-component/commit/744f6ca0328a02e0a2f5368cf5830ad8922b9e5f ) )
7
+
8
+
9
+ ### BREAKING CHANGES
10
+
11
+ * remove component name inference from class name
12
+
13
+
14
+
15
+ # [ 8.0.0-alpha.2] ( https://github.com/vuejs/vue-class-component/compare/v8.0.0-alpha.1...v8.0.0-alpha.2 ) (2020-04-12)
16
+
17
+
18
+ ### Features
19
+
20
+ * make it work with vue-loader ([ 5bfebad] ( https://github.com/vuejs/vue-class-component/commit/5bfebad9af02f81a3076b49e8616c1481dc7cce5 ) )
21
+
22
+
23
+
24
+ # [ 8.0.0-alpha.1] ( https://github.com/vuejs/vue-class-component/compare/v7.2.3...v8.0.0-alpha.1 ) (2020-04-12)
25
+
26
+ ---
27
+
28
+ For changes prior to v8, please see [ GitHub release note] ( https://github.com/vuejs/vue-class-component/releases ) .
Original file line number Diff line number Diff line change 25
25
"test:babel" : " BABEL_TEST=1 jest" ,
26
26
"docs:dev" : " vuepress dev docs" ,
27
27
"docs:build" : " vuepress build docs" ,
28
+ "changelog" : " conventional-changelog -p angular -i CHANGELOG.md -s" ,
28
29
"release" : " bash build/release.sh"
29
30
},
30
31
"repository" : {
57
58
"@vue/compiler-sfc" : " ^3.0.0-beta.4" ,
58
59
"babel-jest" : " ^25.1.0" ,
59
60
"babel-loader" : " ^8.0.6" ,
61
+ "conventional-changelog-cli" : " ^2.0.31" ,
60
62
"css-loader" : " ^3.4.2" ,
61
63
"jest" : " ^25.1.0" ,
62
64
"prettier" : " ^2.0.5" ,
You can’t perform that action at this time.
0 commit comments