Skip to content

Commit 6cf5d2d

Browse files
committed
[build] 2.2.4
1 parent 45e273f commit 6cf5d2d

File tree

14 files changed

+283
-219
lines changed

14 files changed

+283
-219
lines changed

dist/vue.common.js

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Vue.js v2.2.3
2+
* Vue.js v2.2.4
33
* (c) 2014-2017 Evan You
44
* Released under the MIT License.
55
*/
@@ -2122,8 +2122,9 @@ function mountComponent (
21222122
if (process.env.NODE_ENV !== 'production' && config.performance && mark) {
21232123
updateComponent = function () {
21242124
var name = vm._name;
2125-
var startTag = "start " + name;
2126-
var endTag = "end " + name;
2125+
var id = vm._uid;
2126+
var startTag = "vue-perf-start:" + id;
2127+
var endTag = "vue-perf-end:" + id;
21272128

21282129
mark(startTag);
21292130
var vnode = vm._render();
@@ -3662,7 +3663,7 @@ function initMixin (Vue) {
36623663
Vue.prototype._init = function (options) {
36633664
/* istanbul ignore if */
36643665
if (process.env.NODE_ENV !== 'production' && config.performance && mark) {
3665-
mark('init');
3666+
mark('vue-perf-init');
36663667
}
36673668

36683669
var vm = this;
@@ -3703,8 +3704,8 @@ function initMixin (Vue) {
37033704
/* istanbul ignore if */
37043705
if (process.env.NODE_ENV !== 'production' && config.performance && mark) {
37053706
vm._name = formatComponentName(vm, false);
3706-
mark('init end');
3707-
measure(((vm._name) + " init"), 'init', 'init end');
3707+
mark('vue-perf-init-end');
3708+
measure(((vm._name) + " init"), 'vue-perf-init', 'vue-perf-init-end');
37083709
}
37093710

37103711
if (vm.$options.el) {
@@ -4116,7 +4117,7 @@ Object.defineProperty(Vue$3.prototype, '$isServer', {
41164117
get: isServerRendering
41174118
});
41184119

4119-
Vue$3.version = '2.2.3';
4120+
Vue$3.version = '2.2.4';
41204121

41214122
/* */
41224123

dist/vue.esm.js

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Vue.js v2.2.3
2+
* Vue.js v2.2.4
33
* (c) 2014-2017 Evan You
44
* Released under the MIT License.
55
*/
@@ -2120,8 +2120,9 @@ function mountComponent (
21202120
if (process.env.NODE_ENV !== 'production' && config.performance && mark) {
21212121
updateComponent = function () {
21222122
var name = vm._name;
2123-
var startTag = "start " + name;
2124-
var endTag = "end " + name;
2123+
var id = vm._uid;
2124+
var startTag = "vue-perf-start:" + id;
2125+
var endTag = "vue-perf-end:" + id;
21252126

21262127
mark(startTag);
21272128
var vnode = vm._render();
@@ -3660,7 +3661,7 @@ function initMixin (Vue) {
36603661
Vue.prototype._init = function (options) {
36613662
/* istanbul ignore if */
36623663
if (process.env.NODE_ENV !== 'production' && config.performance && mark) {
3663-
mark('init');
3664+
mark('vue-perf-init');
36643665
}
36653666

36663667
var vm = this;
@@ -3701,8 +3702,8 @@ function initMixin (Vue) {
37013702
/* istanbul ignore if */
37023703
if (process.env.NODE_ENV !== 'production' && config.performance && mark) {
37033704
vm._name = formatComponentName(vm, false);
3704-
mark('init end');
3705-
measure(((vm._name) + " init"), 'init', 'init end');
3705+
mark('vue-perf-init-end');
3706+
measure(((vm._name) + " init"), 'vue-perf-init', 'vue-perf-init-end');
37063707
}
37073708

37083709
if (vm.$options.el) {
@@ -4114,7 +4115,7 @@ Object.defineProperty(Vue$3.prototype, '$isServer', {
41144115
get: isServerRendering
41154116
});
41164117

4117-
Vue$3.version = '2.2.3';
4118+
Vue$3.version = '2.2.4';
41184119

41194120
/* */
41204121

dist/vue.js

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Vue.js v2.2.3
2+
* Vue.js v2.2.4
33
* (c) 2014-2017 Evan You
44
* Released under the MIT License.
55
*/
@@ -2126,8 +2126,9 @@ function mountComponent (
21262126
if ("development" !== 'production' && config.performance && mark) {
21272127
updateComponent = function () {
21282128
var name = vm._name;
2129-
var startTag = "start " + name;
2130-
var endTag = "end " + name;
2129+
var id = vm._uid;
2130+
var startTag = "vue-perf-start:" + id;
2131+
var endTag = "vue-perf-end:" + id;
21312132

21322133
mark(startTag);
21332134
var vnode = vm._render();
@@ -3660,7 +3661,7 @@ function initMixin (Vue) {
36603661
Vue.prototype._init = function (options) {
36613662
/* istanbul ignore if */
36623663
if ("development" !== 'production' && config.performance && mark) {
3663-
mark('init');
3664+
mark('vue-perf-init');
36643665
}
36653666

36663667
var vm = this;
@@ -3699,8 +3700,8 @@ function initMixin (Vue) {
36993700
/* istanbul ignore if */
37003701
if ("development" !== 'production' && config.performance && mark) {
37013702
vm._name = formatComponentName(vm, false);
3702-
mark('init end');
3703-
measure(((vm._name) + " init"), 'init', 'init end');
3703+
mark('vue-perf-init-end');
3704+
measure(((vm._name) + " init"), 'vue-perf-init', 'vue-perf-init-end');
37043705
}
37053706

37063707
if (vm.$options.el) {
@@ -4112,7 +4113,7 @@ Object.defineProperty(Vue$3.prototype, '$isServer', {
41124113
get: isServerRendering
41134114
});
41144115

4115-
Vue$3.version = '2.2.3';
4116+
Vue$3.version = '2.2.4';
41164117

41174118
/* */
41184119

dist/vue.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vue.runtime.common.js

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Vue.js v2.2.3
2+
* Vue.js v2.2.4
33
* (c) 2014-2017 Evan You
44
* Released under the MIT License.
55
*/
@@ -2118,8 +2118,9 @@ function mountComponent (
21182118
if (process.env.NODE_ENV !== 'production' && config.performance && mark) {
21192119
updateComponent = function () {
21202120
var name = vm._name;
2121-
var startTag = "start " + name;
2122-
var endTag = "end " + name;
2121+
var id = vm._uid;
2122+
var startTag = "vue-perf-start:" + id;
2123+
var endTag = "vue-perf-end:" + id;
21232124

21242125
mark(startTag);
21252126
var vnode = vm._render();
@@ -3658,7 +3659,7 @@ function initMixin (Vue) {
36583659
Vue.prototype._init = function (options) {
36593660
/* istanbul ignore if */
36603661
if (process.env.NODE_ENV !== 'production' && config.performance && mark) {
3661-
mark('init');
3662+
mark('vue-perf-init');
36623663
}
36633664

36643665
var vm = this;
@@ -3699,8 +3700,8 @@ function initMixin (Vue) {
36993700
/* istanbul ignore if */
37003701
if (process.env.NODE_ENV !== 'production' && config.performance && mark) {
37013702
vm._name = formatComponentName(vm, false);
3702-
mark('init end');
3703-
measure(((vm._name) + " init"), 'init', 'init end');
3703+
mark('vue-perf-init-end');
3704+
measure(((vm._name) + " init"), 'vue-perf-init', 'vue-perf-init-end');
37043705
}
37053706

37063707
if (vm.$options.el) {
@@ -4112,7 +4113,7 @@ Object.defineProperty(Vue$2.prototype, '$isServer', {
41124113
get: isServerRendering
41134114
});
41144115

4115-
Vue$2.version = '2.2.3';
4116+
Vue$2.version = '2.2.4';
41164117

41174118
/* */
41184119

dist/vue.runtime.esm.js

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Vue.js v2.2.3
2+
* Vue.js v2.2.4
33
* (c) 2014-2017 Evan You
44
* Released under the MIT License.
55
*/
@@ -2116,8 +2116,9 @@ function mountComponent (
21162116
if (process.env.NODE_ENV !== 'production' && config.performance && mark) {
21172117
updateComponent = function () {
21182118
var name = vm._name;
2119-
var startTag = "start " + name;
2120-
var endTag = "end " + name;
2119+
var id = vm._uid;
2120+
var startTag = "vue-perf-start:" + id;
2121+
var endTag = "vue-perf-end:" + id;
21212122

21222123
mark(startTag);
21232124
var vnode = vm._render();
@@ -3656,7 +3657,7 @@ function initMixin (Vue) {
36563657
Vue.prototype._init = function (options) {
36573658
/* istanbul ignore if */
36583659
if (process.env.NODE_ENV !== 'production' && config.performance && mark) {
3659-
mark('init');
3660+
mark('vue-perf-init');
36603661
}
36613662

36623663
var vm = this;
@@ -3697,8 +3698,8 @@ function initMixin (Vue) {
36973698
/* istanbul ignore if */
36983699
if (process.env.NODE_ENV !== 'production' && config.performance && mark) {
36993700
vm._name = formatComponentName(vm, false);
3700-
mark('init end');
3701-
measure(((vm._name) + " init"), 'init', 'init end');
3701+
mark('vue-perf-init-end');
3702+
measure(((vm._name) + " init"), 'vue-perf-init', 'vue-perf-init-end');
37023703
}
37033704

37043705
if (vm.$options.el) {
@@ -4110,7 +4111,7 @@ Object.defineProperty(Vue$2.prototype, '$isServer', {
41104111
get: isServerRendering
41114112
});
41124113

4113-
Vue$2.version = '2.2.3';
4114+
Vue$2.version = '2.2.4';
41144115

41154116
/* */
41164117

dist/vue.runtime.js

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Vue.js v2.2.3
2+
* Vue.js v2.2.4
33
* (c) 2014-2017 Evan You
44
* Released under the MIT License.
55
*/
@@ -2122,8 +2122,9 @@ function mountComponent (
21222122
if ("development" !== 'production' && config.performance && mark) {
21232123
updateComponent = function () {
21242124
var name = vm._name;
2125-
var startTag = "start " + name;
2126-
var endTag = "end " + name;
2125+
var id = vm._uid;
2126+
var startTag = "vue-perf-start:" + id;
2127+
var endTag = "vue-perf-end:" + id;
21272128

21282129
mark(startTag);
21292130
var vnode = vm._render();
@@ -3656,7 +3657,7 @@ function initMixin (Vue) {
36563657
Vue.prototype._init = function (options) {
36573658
/* istanbul ignore if */
36583659
if ("development" !== 'production' && config.performance && mark) {
3659-
mark('init');
3660+
mark('vue-perf-init');
36603661
}
36613662

36623663
var vm = this;
@@ -3695,8 +3696,8 @@ function initMixin (Vue) {
36953696
/* istanbul ignore if */
36963697
if ("development" !== 'production' && config.performance && mark) {
36973698
vm._name = formatComponentName(vm, false);
3698-
mark('init end');
3699-
measure(((vm._name) + " init"), 'init', 'init end');
3699+
mark('vue-perf-init-end');
3700+
measure(((vm._name) + " init"), 'vue-perf-init', 'vue-perf-init-end');
37003701
}
37013702

37023703
if (vm.$options.el) {
@@ -4108,7 +4109,7 @@ Object.defineProperty(Vue$2.prototype, '$isServer', {
41084109
get: isServerRendering
41094110
});
41104111

4111-
Vue$2.version = '2.2.3';
4112+
Vue$2.version = '2.2.4';
41124113

41134114
/* */
41144115

dist/vue.runtime.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/vue-server-renderer/build.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5726,7 +5726,7 @@ function initMixin (Vue) {
57265726
Vue.prototype._init = function (options) {
57275727
/* istanbul ignore if */
57285728
if (process.env.NODE_ENV !== 'production' && config.performance && mark) {
5729-
mark('init');
5729+
mark('vue-perf-init');
57305730
}
57315731

57325732
var vm = this;
@@ -5767,8 +5767,8 @@ function initMixin (Vue) {
57675767
/* istanbul ignore if */
57685768
if (process.env.NODE_ENV !== 'production' && config.performance && mark) {
57695769
vm._name = formatComponentName(vm, false);
5770-
mark('init end');
5771-
measure(((vm._name) + " init"), 'init', 'init end');
5770+
mark('vue-perf-init-end');
5771+
measure(((vm._name) + " init"), 'vue-perf-init', 'vue-perf-init-end');
57725772
}
57735773

57745774
if (vm.$options.el) {

packages/vue-server-renderer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-server-renderer",
3-
"version": "2.2.3",
3+
"version": "2.2.4",
44
"description": "server renderer for Vue 2.0",
55
"main": "index.js",
66
"repository": {

packages/vue-template-compiler/build.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5594,7 +5594,7 @@ function initMixin (Vue) {
55945594
Vue.prototype._init = function (options) {
55955595
/* istanbul ignore if */
55965596
if (process.env.NODE_ENV !== 'production' && config.performance && mark) {
5597-
mark('init');
5597+
mark('vue-perf-init');
55985598
}
55995599

56005600
var vm = this;
@@ -5635,8 +5635,8 @@ function initMixin (Vue) {
56355635
/* istanbul ignore if */
56365636
if (process.env.NODE_ENV !== 'production' && config.performance && mark) {
56375637
vm._name = formatComponentName(vm, false);
5638-
mark('init end');
5639-
measure(((vm._name) + " init"), 'init', 'init end');
5638+
mark('vue-perf-init-end');
5639+
measure(((vm._name) + " init"), 'vue-perf-init', 'vue-perf-init-end');
56405640
}
56415641

56425642
if (vm.$options.el) {

packages/vue-template-compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-template-compiler",
3-
"version": "2.2.3",
3+
"version": "2.2.4",
44
"description": "template compiler for Vue 2.0",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)