Browse Source

build: build 2.5.19

dev
Evan You 6 years ago
parent
commit
c38a81b84a
  1. 11
      dist/vue.common.js
  2. 11
      dist/vue.esm.js
  3. 11
      dist/vue.js
  4. 4
      dist/vue.min.js
  5. 11
      dist/vue.runtime.common.js
  6. 11
      dist/vue.runtime.esm.js
  7. 11
      dist/vue.runtime.js
  8. 4
      dist/vue.runtime.min.js
  9. 2
      packages/vue-server-renderer/basic.js
  10. 2
      packages/vue-server-renderer/build.js
  11. 2
      packages/vue-server-renderer/package.json
  12. 8
      packages/vue-template-compiler/browser.js
  13. 8
      packages/vue-template-compiler/build.js
  14. 2
      packages/vue-template-compiler/package.json

11
dist/vue.common.js

@ -1,5 +1,5 @@
/*!
* Vue.js v2.5.18
* Vue.js v2.5.19
* (c) 2014-2018 Evan You
* Released under the MIT License.
*/
@ -5188,7 +5188,7 @@ Object.defineProperty(Vue, 'FunctionalRenderContext', {
value: FunctionalRenderContext
});
Vue.version = '2.5.18';
Vue.version = '2.5.19';
/* */
@ -5541,12 +5541,6 @@ var emptyNode = new VNode('', {}, []);
var hooks = ['create', 'activate', 'update', 'remove', 'destroy'];
function childrenIgnored (vnode) {
return vnode && vnode.data && vnode.data.domProps && (
vnode.data.domProps.innerHTML || vnode.data.domProps.textContent
)
}
function sameVnode (a, b) {
return (
a.key === b.key && (
@ -5554,7 +5548,6 @@ function sameVnode (a, b) {
a.tag === b.tag &&
a.isComment === b.isComment &&
isDef(a.data) === isDef(b.data) &&
!childrenIgnored(a) && !childrenIgnored(b) &&
sameInputType(a, b)
) || (
isTrue(a.isAsyncPlaceholder) &&

11
dist/vue.esm.js

@ -1,5 +1,5 @@
/*!
* Vue.js v2.5.18
* Vue.js v2.5.19
* (c) 2014-2018 Evan You
* Released under the MIT License.
*/
@ -5186,7 +5186,7 @@ Object.defineProperty(Vue, 'FunctionalRenderContext', {
value: FunctionalRenderContext
});
Vue.version = '2.5.18';
Vue.version = '2.5.19';
/* */
@ -5539,12 +5539,6 @@ var emptyNode = new VNode('', {}, []);
var hooks = ['create', 'activate', 'update', 'remove', 'destroy'];
function childrenIgnored (vnode) {
return vnode && vnode.data && vnode.data.domProps && (
vnode.data.domProps.innerHTML || vnode.data.domProps.textContent
)
}
function sameVnode (a, b) {
return (
a.key === b.key && (
@ -5552,7 +5546,6 @@ function sameVnode (a, b) {
a.tag === b.tag &&
a.isComment === b.isComment &&
isDef(a.data) === isDef(b.data) &&
!childrenIgnored(a) && !childrenIgnored(b) &&
sameInputType(a, b)
) || (
isTrue(a.isAsyncPlaceholder) &&

11
dist/vue.js

@ -1,5 +1,5 @@
/*!
* Vue.js v2.5.18
* Vue.js v2.5.19
* (c) 2014-2018 Evan You
* Released under the MIT License.
*/
@ -5170,7 +5170,7 @@
value: FunctionalRenderContext
});
Vue.version = '2.5.18';
Vue.version = '2.5.19';
/* */
@ -5523,12 +5523,6 @@
var hooks = ['create', 'activate', 'update', 'remove', 'destroy'];
function childrenIgnored (vnode) {
return vnode && vnode.data && vnode.data.domProps && (
vnode.data.domProps.innerHTML || vnode.data.domProps.textContent
)
}
function sameVnode (a, b) {
return (
a.key === b.key && (
@ -5536,7 +5530,6 @@
a.tag === b.tag &&
a.isComment === b.isComment &&
isDef(a.data) === isDef(b.data) &&
!childrenIgnored(a) && !childrenIgnored(b) &&
sameInputType(a, b)
) || (
isTrue(a.isAsyncPlaceholder) &&

4
dist/vue.min.js

File diff suppressed because one or more lines are too long

11
dist/vue.runtime.common.js

@ -1,5 +1,5 @@
/*!
* Vue.js v2.5.18
* Vue.js v2.5.19
* (c) 2014-2018 Evan You
* Released under the MIT License.
*/
@ -5179,7 +5179,7 @@ Object.defineProperty(Vue, 'FunctionalRenderContext', {
value: FunctionalRenderContext
});
Vue.version = '2.5.18';
Vue.version = '2.5.19';
/* */
@ -5530,12 +5530,6 @@ var emptyNode = new VNode('', {}, []);
var hooks = ['create', 'activate', 'update', 'remove', 'destroy'];
function childrenIgnored (vnode) {
return vnode && vnode.data && vnode.data.domProps && (
vnode.data.domProps.innerHTML || vnode.data.domProps.textContent
)
}
function sameVnode (a, b) {
return (
a.key === b.key && (
@ -5543,7 +5537,6 @@ function sameVnode (a, b) {
a.tag === b.tag &&
a.isComment === b.isComment &&
isDef(a.data) === isDef(b.data) &&
!childrenIgnored(a) && !childrenIgnored(b) &&
sameInputType(a, b)
) || (
isTrue(a.isAsyncPlaceholder) &&

11
dist/vue.runtime.esm.js

@ -1,5 +1,5 @@
/*!
* Vue.js v2.5.18
* Vue.js v2.5.19
* (c) 2014-2018 Evan You
* Released under the MIT License.
*/
@ -5177,7 +5177,7 @@ Object.defineProperty(Vue, 'FunctionalRenderContext', {
value: FunctionalRenderContext
});
Vue.version = '2.5.18';
Vue.version = '2.5.19';
/* */
@ -5528,12 +5528,6 @@ var emptyNode = new VNode('', {}, []);
var hooks = ['create', 'activate', 'update', 'remove', 'destroy'];
function childrenIgnored (vnode) {
return vnode && vnode.data && vnode.data.domProps && (
vnode.data.domProps.innerHTML || vnode.data.domProps.textContent
)
}
function sameVnode (a, b) {
return (
a.key === b.key && (
@ -5541,7 +5535,6 @@ function sameVnode (a, b) {
a.tag === b.tag &&
a.isComment === b.isComment &&
isDef(a.data) === isDef(b.data) &&
!childrenIgnored(a) && !childrenIgnored(b) &&
sameInputType(a, b)
) || (
isTrue(a.isAsyncPlaceholder) &&

11
dist/vue.runtime.js

@ -1,5 +1,5 @@
/*!
* Vue.js v2.5.18
* Vue.js v2.5.19
* (c) 2014-2018 Evan You
* Released under the MIT License.
*/
@ -5161,7 +5161,7 @@
value: FunctionalRenderContext
});
Vue.version = '2.5.18';
Vue.version = '2.5.19';
/* */
@ -5512,12 +5512,6 @@
var hooks = ['create', 'activate', 'update', 'remove', 'destroy'];
function childrenIgnored (vnode) {
return vnode && vnode.data && vnode.data.domProps && (
vnode.data.domProps.innerHTML || vnode.data.domProps.textContent
)
}
function sameVnode (a, b) {
return (
a.key === b.key && (
@ -5525,7 +5519,6 @@
a.tag === b.tag &&
a.isComment === b.isComment &&
isDef(a.data) === isDef(b.data) &&
!childrenIgnored(a) && !childrenIgnored(b) &&
sameInputType(a, b)
) || (
isTrue(a.isAsyncPlaceholder) &&

4
dist/vue.runtime.min.js

File diff suppressed because one or more lines are too long

2
packages/vue-server-renderer/basic.js

@ -7906,7 +7906,7 @@
for (var i = 0; i < dirs.length; i++) {
var name = dirs[i].name;
if (name !== 'show') {
var dirRenderer = resolveAsset(context, 'directives', name, true);
var dirRenderer = resolveAsset(context, 'directives', name);
if (dirRenderer) {
// directives mutate the node's data
// which then gets rendered by modules

2
packages/vue-server-renderer/build.js

@ -7678,7 +7678,7 @@ function renderStartingTag (node, context) {
for (var i = 0; i < dirs.length; i++) {
var name = dirs[i].name;
if (name !== 'show') {
var dirRenderer = resolveAsset(context, 'directives', name, true);
var dirRenderer = resolveAsset(context, 'directives', name);
if (dirRenderer) {
// directives mutate the node's data
// which then gets rendered by modules

2
packages/vue-server-renderer/package.json

@ -1,6 +1,6 @@
{
"name": "vue-server-renderer",
"version": "2.5.18",
"version": "2.5.19",
"description": "server renderer for Vue 2.0",
"main": "index.js",
"types": "types/index.d.ts",

8
packages/vue-template-compiler/browser.js

@ -637,15 +637,11 @@
function end (tag, start) {
if (depth === 1 && currentBlock) {
currentBlock.end = start;
var text = content.slice(currentBlock.start, currentBlock.end);
var text = deIndent(content.slice(currentBlock.start, currentBlock.end));
// pad content so that linters and pre-processors can output correct
// line numbers in errors and warnings
if (options.pad) {
if (currentBlock.type !== 'template' && options.pad) {
text = padContent(currentBlock, options.pad) + text;
} else {
// avoid to deindent if pad option is specified
// to retain original source position.
text = deIndent(text);
}
currentBlock.content = text;
currentBlock = null;

8
packages/vue-template-compiler/build.js

@ -595,15 +595,11 @@ function parseComponent (
function end (tag, start) {
if (depth === 1 && currentBlock) {
currentBlock.end = start;
var text = content.slice(currentBlock.start, currentBlock.end);
var text = deindent(content.slice(currentBlock.start, currentBlock.end));
// pad content so that linters and pre-processors can output correct
// line numbers in errors and warnings
if (options.pad) {
if (currentBlock.type !== 'template' && options.pad) {
text = padContent(currentBlock, options.pad) + text;
} else {
// avoid to deindent if pad option is specified
// to retain original source position.
text = deindent(text);
}
currentBlock.content = text;
currentBlock = null;

2
packages/vue-template-compiler/package.json

@ -1,6 +1,6 @@
{
"name": "vue-template-compiler",
"version": "2.5.18",
"version": "2.5.19",
"description": "template compiler for Vue 2.0",
"main": "index.js",
"unpkg": "browser.js",

Loading…
Cancel
Save