Skip to content

Commit 60a71ea

Browse files
committed
build: build 2.6.12
1 parent 5b39961 commit 60a71ea

19 files changed

+70
-70
lines changed

Diff for: dist/vue.common.dev.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
2-
* Vue.js v2.6.11
3-
* (c) 2014-2019 Evan You
2+
* Vue.js v2.6.12
3+
* (c) 2014-2020 Evan You
44
* Released under the MIT License.
55
*/
66
'use strict';
@@ -5439,7 +5439,7 @@ Object.defineProperty(Vue, 'FunctionalRenderContext', {
54395439
value: FunctionalRenderContext
54405440
});
54415441

5442-
Vue.version = '2.6.11';
5442+
Vue.version = '2.6.12';
54435443

54445444
/* */
54455445

@@ -7645,7 +7645,7 @@ function updateDOMProps (oldVnode, vnode) {
76457645
// skip the update if old and new VDOM state is the same.
76467646
// `value` is handled separately because the DOM value may be temporarily
76477647
// out of sync with VDOM state due to focus, composition and modifiers.
7648-
// This #4521 by skipping the unnecesarry `checked` update.
7648+
// This #4521 by skipping the unnecessary `checked` update.
76497649
cur !== oldProps[key]
76507650
) {
76517651
// some property updates can throw
@@ -9890,7 +9890,7 @@ function parse (
98909890
}
98919891
},
98929892
comment: function comment (text, start, end) {
9893-
// adding anyting as a sibling to the root node is forbidden
9893+
// adding anything as a sibling to the root node is forbidden
98949894
// comments should still be allowed, but ignored
98959895
if (currentParent) {
98969896
var child = {

Diff for: dist/vue.common.prod.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: dist/vue.esm.browser.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
2-
* Vue.js v2.6.11
3-
* (c) 2014-2019 Evan You
2+
* Vue.js v2.6.12
3+
* (c) 2014-2020 Evan You
44
* Released under the MIT License.
55
*/
66
/* */
@@ -5470,7 +5470,7 @@ Object.defineProperty(Vue, 'FunctionalRenderContext', {
54705470
value: FunctionalRenderContext
54715471
});
54725472

5473-
Vue.version = '2.6.11';
5473+
Vue.version = '2.6.12';
54745474

54755475
/* */
54765476

@@ -7668,7 +7668,7 @@ function updateDOMProps (oldVnode, vnode) {
76687668
// skip the update if old and new VDOM state is the same.
76697669
// `value` is handled separately because the DOM value may be temporarily
76707670
// out of sync with VDOM state due to focus, composition and modifiers.
7671-
// This #4521 by skipping the unnecesarry `checked` update.
7671+
// This #4521 by skipping the unnecessary `checked` update.
76727672
cur !== oldProps[key]
76737673
) {
76747674
// some property updates can throw
@@ -9907,7 +9907,7 @@ function parse (
99079907
}
99089908
},
99099909
comment (text, start, end) {
9910-
// adding anyting as a sibling to the root node is forbidden
9910+
// adding anything as a sibling to the root node is forbidden
99119911
// comments should still be allowed, but ignored
99129912
if (currentParent) {
99139913
const child = {

Diff for: dist/vue.esm.browser.min.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: dist/vue.esm.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
2-
* Vue.js v2.6.11
3-
* (c) 2014-2019 Evan You
2+
* Vue.js v2.6.12
3+
* (c) 2014-2020 Evan You
44
* Released under the MIT License.
55
*/
66
/* */
@@ -5459,7 +5459,7 @@ Object.defineProperty(Vue, 'FunctionalRenderContext', {
54595459
value: FunctionalRenderContext
54605460
});
54615461

5462-
Vue.version = '2.6.11';
5462+
Vue.version = '2.6.12';
54635463

54645464
/* */
54655465

@@ -7667,7 +7667,7 @@ function updateDOMProps (oldVnode, vnode) {
76677667
// skip the update if old and new VDOM state is the same.
76687668
// `value` is handled separately because the DOM value may be temporarily
76697669
// out of sync with VDOM state due to focus, composition and modifiers.
7670-
// This #4521 by skipping the unnecesarry `checked` update.
7670+
// This #4521 by skipping the unnecessary `checked` update.
76717671
cur !== oldProps[key]
76727672
) {
76737673
// some property updates can throw
@@ -9919,7 +9919,7 @@ function parse (
99199919
}
99209920
},
99219921
comment: function comment (text, start, end) {
9922-
// adding anyting as a sibling to the root node is forbidden
9922+
// adding anything as a sibling to the root node is forbidden
99239923
// comments should still be allowed, but ignored
99249924
if (currentParent) {
99259925
var child = {

Diff for: dist/vue.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
2-
* Vue.js v2.6.11
3-
* (c) 2014-2019 Evan You
2+
* Vue.js v2.6.12
3+
* (c) 2014-2020 Evan You
44
* Released under the MIT License.
55
*/
66
(function (global, factory) {
@@ -5443,7 +5443,7 @@
54435443
value: FunctionalRenderContext
54445444
});
54455445

5446-
Vue.version = '2.6.11';
5446+
Vue.version = '2.6.12';
54475447

54485448
/* */
54495449

@@ -7649,7 +7649,7 @@
76497649
// skip the update if old and new VDOM state is the same.
76507650
// `value` is handled separately because the DOM value may be temporarily
76517651
// out of sync with VDOM state due to focus, composition and modifiers.
7652-
// This #4521 by skipping the unnecesarry `checked` update.
7652+
// This #4521 by skipping the unnecessary `checked` update.
76537653
cur !== oldProps[key]
76547654
) {
76557655
// some property updates can throw
@@ -9894,7 +9894,7 @@
98949894
}
98959895
},
98969896
comment: function comment (text, start, end) {
9897-
// adding anyting as a sibling to the root node is forbidden
9897+
// adding anything as a sibling to the root node is forbidden
98989898
// comments should still be allowed, but ignored
98999899
if (currentParent) {
99009900
var child = {

Diff for: dist/vue.min.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: dist/vue.runtime.common.dev.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
2-
* Vue.js v2.6.11
3-
* (c) 2014-2019 Evan You
2+
* Vue.js v2.6.12
3+
* (c) 2014-2020 Evan You
44
* Released under the MIT License.
55
*/
66
'use strict';
@@ -5430,7 +5430,7 @@ Object.defineProperty(Vue, 'FunctionalRenderContext', {
54305430
value: FunctionalRenderContext
54315431
});
54325432

5433-
Vue.version = '2.6.11';
5433+
Vue.version = '2.6.12';
54345434

54355435
/* */
54365436

@@ -6997,7 +6997,7 @@ function updateDOMProps (oldVnode, vnode) {
69976997
// skip the update if old and new VDOM state is the same.
69986998
// `value` is handled separately because the DOM value may be temporarily
69996999
// out of sync with VDOM state due to focus, composition and modifiers.
7000-
// This #4521 by skipping the unnecesarry `checked` update.
7000+
// This #4521 by skipping the unnecessary `checked` update.
70017001
cur !== oldProps[key]
70027002
) {
70037003
// some property updates can throw

Diff for: dist/vue.runtime.common.prod.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: dist/vue.runtime.esm.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
2-
* Vue.js v2.6.11
3-
* (c) 2014-2019 Evan You
2+
* Vue.js v2.6.12
3+
* (c) 2014-2020 Evan You
44
* Released under the MIT License.
55
*/
66
/* */
@@ -5450,7 +5450,7 @@ Object.defineProperty(Vue, 'FunctionalRenderContext', {
54505450
value: FunctionalRenderContext
54515451
});
54525452

5453-
Vue.version = '2.6.11';
5453+
Vue.version = '2.6.12';
54545454

54555455
/* */
54565456

@@ -7019,7 +7019,7 @@ function updateDOMProps (oldVnode, vnode) {
70197019
// skip the update if old and new VDOM state is the same.
70207020
// `value` is handled separately because the DOM value may be temporarily
70217021
// out of sync with VDOM state due to focus, composition and modifiers.
7022-
// This #4521 by skipping the unnecesarry `checked` update.
7022+
// This #4521 by skipping the unnecessary `checked` update.
70237023
cur !== oldProps[key]
70247024
) {
70257025
// some property updates can throw

Diff for: dist/vue.runtime.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
2-
* Vue.js v2.6.11
3-
* (c) 2014-2019 Evan You
2+
* Vue.js v2.6.12
3+
* (c) 2014-2020 Evan You
44
* Released under the MIT License.
55
*/
66
(function (global, factory) {
@@ -5434,7 +5434,7 @@
54345434
value: FunctionalRenderContext
54355435
});
54365436

5437-
Vue.version = '2.6.11';
5437+
Vue.version = '2.6.12';
54385438

54395439
/* */
54405440

@@ -7001,7 +7001,7 @@
70017001
// skip the update if old and new VDOM state is the same.
70027002
// `value` is handled separately because the DOM value may be temporarily
70037003
// out of sync with VDOM state due to focus, composition and modifiers.
7004-
// This #4521 by skipping the unnecesarry `checked` update.
7004+
// This #4521 by skipping the unnecessary `checked` update.
70057005
cur !== oldProps[key]
70067006
) {
70077007
// some property updates can throw

Diff for: dist/vue.runtime.min.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: packages/vue-server-renderer/basic.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -336,17 +336,17 @@
336336
var isAttr = makeMap(
337337
'accept,accept-charset,accesskey,action,align,alt,async,autocomplete,' +
338338
'autofocus,autoplay,autosave,bgcolor,border,buffered,challenge,charset,' +
339-
'checked,cite,class,code,codebase,color,cols,colspan,content,http-equiv,' +
340-
'name,contenteditable,contextmenu,controls,coords,data,datetime,default,' +
341-
'defer,dir,dirname,disabled,download,draggable,dropzone,enctype,method,for,' +
339+
'checked,cite,class,code,codebase,color,cols,colspan,content,' +
340+
'contenteditable,contextmenu,controls,coords,data,datetime,default,' +
341+
'defer,dir,dirname,disabled,download,draggable,dropzone,enctype,for,' +
342342
'form,formaction,headers,height,hidden,high,href,hreflang,http-equiv,' +
343343
'icon,id,ismap,itemprop,keytype,kind,label,lang,language,list,loop,low,' +
344344
'manifest,max,maxlength,media,method,GET,POST,min,multiple,email,file,' +
345345
'muted,name,novalidate,open,optimum,pattern,ping,placeholder,poster,' +
346346
'preload,radiogroup,readonly,rel,required,reversed,rows,rowspan,sandbox,' +
347347
'scope,scoped,seamless,selected,shape,size,type,text,password,sizes,span,' +
348348
'spellcheck,src,srcdoc,srclang,srcset,start,step,style,summary,tabindex,' +
349-
'target,title,type,usemap,value,width,wrap'
349+
'target,title,usemap,value,width,wrap'
350350
);
351351

352352
var unsafeAttrCharRE = /[>/="'\u0009\u000a\u000c\u0020]/; // eslint-disable-line no-control-regex
@@ -4161,7 +4161,7 @@
41614161
}
41624162
},
41634163
comment: function comment (text, start, end) {
4164-
// adding anyting as a sibling to the root node is forbidden
4164+
// adding anything as a sibling to the root node is forbidden
41654165
// comments should still be allowed, but ignored
41664166
if (currentParent) {
41674167
var child = {

Diff for: packages/vue-server-renderer/build.dev.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -338,17 +338,17 @@ function once (fn) {
338338
var isAttr = makeMap(
339339
'accept,accept-charset,accesskey,action,align,alt,async,autocomplete,' +
340340
'autofocus,autoplay,autosave,bgcolor,border,buffered,challenge,charset,' +
341-
'checked,cite,class,code,codebase,color,cols,colspan,content,http-equiv,' +
342-
'name,contenteditable,contextmenu,controls,coords,data,datetime,default,' +
343-
'defer,dir,dirname,disabled,download,draggable,dropzone,enctype,method,for,' +
341+
'checked,cite,class,code,codebase,color,cols,colspan,content,' +
342+
'contenteditable,contextmenu,controls,coords,data,datetime,default,' +
343+
'defer,dir,dirname,disabled,download,draggable,dropzone,enctype,for,' +
344344
'form,formaction,headers,height,hidden,high,href,hreflang,http-equiv,' +
345345
'icon,id,ismap,itemprop,keytype,kind,label,lang,language,list,loop,low,' +
346346
'manifest,max,maxlength,media,method,GET,POST,min,multiple,email,file,' +
347347
'muted,name,novalidate,open,optimum,pattern,ping,placeholder,poster,' +
348348
'preload,radiogroup,readonly,rel,required,reversed,rows,rowspan,sandbox,' +
349349
'scope,scoped,seamless,selected,shape,size,type,text,password,sizes,span,' +
350350
'spellcheck,src,srcdoc,srclang,srcset,start,step,style,summary,tabindex,' +
351-
'target,title,type,usemap,value,width,wrap'
351+
'target,title,usemap,value,width,wrap'
352352
);
353353

354354
var unsafeAttrCharRE = /[>/="'\u0009\u000a\u000c\u0020]/; // eslint-disable-line no-control-regex
@@ -3911,7 +3911,7 @@ function parse (
39113911
}
39123912
},
39133913
comment: function comment (text, start, end) {
3914-
// adding anyting as a sibling to the root node is forbidden
3914+
// adding anything as a sibling to the root node is forbidden
39153915
// comments should still be allowed, but ignored
39163916
if (currentParent) {
39173917
var child = {

Diff for: packages/vue-server-renderer/build.prod.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: packages/vue-server-renderer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-server-renderer",
3-
"version": "2.6.11",
3+
"version": "2.6.12",
44
"description": "server renderer for Vue 2.0",
55
"main": "index.js",
66
"types": "types/index.d.ts",

Diff for: packages/vue-template-compiler/browser.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -3084,7 +3084,7 @@
30843084
}
30853085
},
30863086
comment: function comment (text, start, end) {
3087-
// adding anyting as a sibling to the root node is forbidden
3087+
// adding anything as a sibling to the root node is forbidden
30883088
// comments should still be allowed, but ignored
30893089
if (currentParent) {
30903090
var child = {
@@ -5213,17 +5213,17 @@
52135213
var isAttr = makeMap(
52145214
'accept,accept-charset,accesskey,action,align,alt,async,autocomplete,' +
52155215
'autofocus,autoplay,autosave,bgcolor,border,buffered,challenge,charset,' +
5216-
'checked,cite,class,code,codebase,color,cols,colspan,content,http-equiv,' +
5217-
'name,contenteditable,contextmenu,controls,coords,data,datetime,default,' +
5218-
'defer,dir,dirname,disabled,download,draggable,dropzone,enctype,method,for,' +
5216+
'checked,cite,class,code,codebase,color,cols,colspan,content,' +
5217+
'contenteditable,contextmenu,controls,coords,data,datetime,default,' +
5218+
'defer,dir,dirname,disabled,download,draggable,dropzone,enctype,for,' +
52195219
'form,formaction,headers,height,hidden,high,href,hreflang,http-equiv,' +
52205220
'icon,id,ismap,itemprop,keytype,kind,label,lang,language,list,loop,low,' +
52215221
'manifest,max,maxlength,media,method,GET,POST,min,multiple,email,file,' +
52225222
'muted,name,novalidate,open,optimum,pattern,ping,placeholder,poster,' +
52235223
'preload,radiogroup,readonly,rel,required,reversed,rows,rowspan,sandbox,' +
52245224
'scope,scoped,seamless,selected,shape,size,type,text,password,sizes,span,' +
52255225
'spellcheck,src,srcdoc,srclang,srcset,start,step,style,summary,tabindex,' +
5226-
'target,title,type,usemap,value,width,wrap'
5226+
'target,title,usemap,value,width,wrap'
52275227
);
52285228

52295229
/* istanbul ignore next */

Diff for: packages/vue-template-compiler/build.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -2704,7 +2704,7 @@ function parse (
27042704
}
27052705
},
27062706
comment: function comment (text, start, end) {
2707-
// adding anyting as a sibling to the root node is forbidden
2707+
// adding anything as a sibling to the root node is forbidden
27082708
// comments should still be allowed, but ignored
27092709
if (currentParent) {
27102710
var child = {
@@ -4846,17 +4846,17 @@ var compileToFunctions = ref.compileToFunctions;
48464846
var isAttr = makeMap(
48474847
'accept,accept-charset,accesskey,action,align,alt,async,autocomplete,' +
48484848
'autofocus,autoplay,autosave,bgcolor,border,buffered,challenge,charset,' +
4849-
'checked,cite,class,code,codebase,color,cols,colspan,content,http-equiv,' +
4850-
'name,contenteditable,contextmenu,controls,coords,data,datetime,default,' +
4851-
'defer,dir,dirname,disabled,download,draggable,dropzone,enctype,method,for,' +
4849+
'checked,cite,class,code,codebase,color,cols,colspan,content,' +
4850+
'contenteditable,contextmenu,controls,coords,data,datetime,default,' +
4851+
'defer,dir,dirname,disabled,download,draggable,dropzone,enctype,for,' +
48524852
'form,formaction,headers,height,hidden,high,href,hreflang,http-equiv,' +
48534853
'icon,id,ismap,itemprop,keytype,kind,label,lang,language,list,loop,low,' +
48544854
'manifest,max,maxlength,media,method,GET,POST,min,multiple,email,file,' +
48554855
'muted,name,novalidate,open,optimum,pattern,ping,placeholder,poster,' +
48564856
'preload,radiogroup,readonly,rel,required,reversed,rows,rowspan,sandbox,' +
48574857
'scope,scoped,seamless,selected,shape,size,type,text,password,sizes,span,' +
48584858
'spellcheck,src,srcdoc,srclang,srcset,start,step,style,summary,tabindex,' +
4859-
'target,title,type,usemap,value,width,wrap'
4859+
'target,title,usemap,value,width,wrap'
48604860
);
48614861

48624862
/* istanbul ignore next */

Diff for: packages/vue-template-compiler/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-template-compiler",
3-
"version": "2.6.11",
3+
"version": "2.6.12",
44
"description": "template compiler for Vue 2.0",
55
"main": "index.js",
66
"unpkg": "browser.js",

0 commit comments

Comments
 (0)