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
+
1
15
## [ 2.6.14] ( https://github.com/vuejs/vue/compare/v2.6.13...v2.6.14 ) (2021-06-07)
2
16
3
17
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue" ,
3
- "version" : " 2.6.14 " ,
3
+ "version" : " 2.7.0-alpha.1 " ,
4
4
"packageManager" : " pnpm@7.1.0" ,
5
5
"description" : " Reactive, component-oriented view layer for modern web interfaces." ,
6
6
"main" : " dist/vue.runtime.common.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/compiler-sfc" ,
3
- "version" : " 2.6.14 " ,
3
+ "version" : " 2.7.0-alpha.1 " ,
4
4
"description" : " compiler-sfc for Vue 2" ,
5
5
"main" : " dist/compiler-sfc.js" ,
6
6
"types" : " dist/compiler-sfc.d.ts" ,
7
- "files" : [" dist" ],
7
+ "files" : [
8
+ " dist"
9
+ ],
8
10
"dependencies" : {
9
11
"@babel/parser" : " ^7.16.4" ,
10
12
"source-map" : " ^0.6.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-server-renderer" ,
3
- "version" : " 2.6.14 " ,
3
+ "version" : " 2.7.0-alpha.1 " ,
4
4
"description" : " server renderer for Vue 2.0" ,
5
5
"main" : " index.js" ,
6
6
"types" : " types/index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-template-compiler" ,
3
- "version" : " 2.6.14 " ,
3
+ "version" : " 2.7.0-alpha.1 " ,
4
4
"description" : " template compiler for Vue 2.0" ,
5
5
"main" : " index.js" ,
6
6
"unpkg" : " browser.js" ,
You can’t perform that action at this time.
0 commit comments