File tree Expand file tree Collapse file tree 5 files changed +21
-5
lines changed Expand file tree Collapse file tree 5 files changed +21
-5
lines changed Original file line number Diff line number Diff line change 1+ # [ 2.7.0-alpha.1] ( https://github.com/vuejs/vue/compare/v2.6.14...v2.7.0-alpha.1 ) (2022-05-31)
2+
3+
4+ ### Bug Fixes
5+
6+ * ** v-on:** add removing all dom event listeners when vnode destroyed ([ #10085 ] ( https://github.com/vuejs/vue/issues/10085 ) ) ([ 3d29ba8] ( https://github.com/vuejs/vue/commit/3d29ba863b89fd90dabd0856c0507eacdf5fef22 ) )
7+
8+
9+ ### Features
10+
11+ * ** compiler:** condenses staticClass whitespace (fix [ #12113 ] ( https://github.com/vuejs/vue/issues/12113 ) ) ([ #12195 ] ( https://github.com/vuejs/vue/issues/12195 ) ) ([ 515467a] ( https://github.com/vuejs/vue/commit/515467a618479792abedf01a7b1dcef2ac2a17ed ) )
12+
13+
14+
115## [ 2.6.14] ( https://github.com/vuejs/vue/compare/v2.6.13...v2.6.14 ) (2021-06-07)
216
317
Original file line number Diff line number Diff line change 11{
22 "name" : " vue" ,
3- "version" : " 2.6.14 " ,
3+ "version" : " 2.7.0-alpha.1 " ,
44 "packageManager" : " pnpm@7.1.0" ,
55 "description" : " Reactive, component-oriented view layer for modern web interfaces." ,
66 "main" : " dist/vue.runtime.common.js" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @vue/compiler-sfc" ,
3- "version" : " 2.6.14 " ,
3+ "version" : " 2.7.0-alpha.1 " ,
44 "description" : " compiler-sfc for Vue 2" ,
55 "main" : " dist/compiler-sfc.js" ,
66 "types" : " dist/compiler-sfc.d.ts" ,
7- "files" : [" dist" ],
7+ "files" : [
8+ " dist"
9+ ],
810 "dependencies" : {
911 "@babel/parser" : " ^7.16.4" ,
1012 "source-map" : " ^0.6.1" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " vue-server-renderer" ,
3- "version" : " 2.6.14 " ,
3+ "version" : " 2.7.0-alpha.1 " ,
44 "description" : " server renderer for Vue 2.0" ,
55 "main" : " index.js" ,
66 "types" : " types/index.d.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " vue-template-compiler" ,
3- "version" : " 2.6.14 " ,
3+ "version" : " 2.7.0-alpha.1 " ,
44 "description" : " template compiler for Vue 2.0" ,
55 "main" : " index.js" ,
66 "unpkg" : " browser.js" ,
You can’t perform that action at this time.
0 commit comments