Skip to content

Commit 68be142

Browse files
committed
build: 0.10.5
1 parent fcebe0f commit 68be142

File tree

9 files changed

+482
-474
lines changed

9 files changed

+482
-474
lines changed

bundle-size/common.html

Lines changed: 116 additions & 114 deletions
Large diffs are not rendered by default.

bundle-size/es.html

Lines changed: 116 additions & 114 deletions
Large diffs are not rendered by default.

bundle-size/min.html

Lines changed: 116 additions & 114 deletions
Large diffs are not rendered by default.

bundle-size/umd.html

Lines changed: 116 additions & 114 deletions
Large diffs are not rendered by default.

lib/index.browser.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
/**
3-
* chimee v0.10.4
3+
* chimee v0.10.5
44
* (c) 2017-2018 toxic-johann
55
* Released under MIT
66
*/
@@ -314,7 +314,7 @@
314314
return store[key] || (store[key] = value !== undefined ? value : {});
315315
})('versions', []).push({
316316
version: _core.version,
317-
mode: 'pure',
317+
mode: _library ? 'pure' : 'global',
318318
copyright: '© 2018 Denis Pushkarev (zloirock.ru)'
319319
});
320320
});
@@ -6975,8 +6975,8 @@
69756975
this.dom.setAttr('video', 'x5-video-player-type', val);
69766976
return value;
69776977
},
6978-
get: function get() {
6979-
return this.dom.getAttr('video', 'x5-video-player-type') ? 'h5' : undefined;
6978+
get: function get(value) {
6979+
return this.dispatcher.videoConfigReady && value || (this.dom.getAttr('video', 'x5-video-player-type') ? 'h5' : undefined);
69806980
}
69816981
})],
69826982
xWebkitAirplay: [accessor({
@@ -7731,7 +7731,7 @@
77317731
var _this = _possibleConstructorReturn(this, (Plugin.__proto__ || _Object$getPrototypeOf(Plugin)).call(this));
77327732

77337733
_this.destroyed = false;
7734-
_this.VERSION = '0.10.4';
7734+
_this.VERSION = '0.10.5';
77357735
_this.__operable = true;
77367736
_this.__level = 0;
77377737

@@ -11242,7 +11242,7 @@
1124211242
}), _descriptor2$1 = _applyDecoratedDescriptor$8(_class2$2.prototype, 'version', [frozen], {
1124311243
enumerable: true,
1124411244
initializer: function initializer() {
11245-
return '0.10.4';
11245+
return '0.10.5';
1124611246
}
1124711247
}), _descriptor3$1 = _applyDecoratedDescriptor$8(_class2$2.prototype, 'config', [frozen], {
1124811248
enumerable: true,

lib/index.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
/**
3-
* chimee v0.10.4
3+
* chimee v0.10.5
44
* (c) 2017-2018 toxic-johann
55
* Released under MIT
66
*/
@@ -537,8 +537,8 @@ var accessorMap = {
537537
this.dom.setAttr('video', 'x5-video-player-type', val);
538538
return value;
539539
},
540-
get: function get() {
541-
return this.dom.getAttr('video', 'x5-video-player-type') ? 'h5' : undefined;
540+
get: function get(value) {
541+
return this.dispatcher.videoConfigReady && value || (this.dom.getAttr('video', 'x5-video-player-type') ? 'h5' : undefined);
542542
}
543543
})],
544544
xWebkitAirplay: [toxicDecorators.accessor({
@@ -1293,7 +1293,7 @@ var Plugin = (_dec$2 = toxicDecorators.autobindClass(), _dec$2(_class$2 = functi
12931293
var _this = _possibleConstructorReturn(this, (Plugin.__proto__ || _Object$getPrototypeOf(Plugin)).call(this));
12941294

12951295
_this.destroyed = false;
1296-
_this.VERSION = '0.10.4';
1296+
_this.VERSION = '0.10.5';
12971297
_this.__operable = true;
12981298
_this.__level = 0;
12991299

@@ -4099,7 +4099,7 @@ var Chimee = (_dec$7 = toxicDecorators.autobindClass(), _dec$7(_class$8 = (_clas
40994099
}), _descriptor2$1 = _applyDecoratedDescriptor$7(_class2$1.prototype, 'version', [toxicDecorators.frozen], {
41004100
enumerable: true,
41014101
initializer: function initializer() {
4102-
return '0.10.4';
4102+
return '0.10.5';
41034103
}
41044104
}), _descriptor3$1 = _applyDecoratedDescriptor$7(_class2$1.prototype, 'config', [toxicDecorators.frozen], {
41054105
enumerable: true,

lib/index.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/index.mjs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
/**
3-
* chimee v0.10.4
3+
* chimee v0.10.5
44
* (c) 2017-2018 toxic-johann
55
* Released under MIT
66
*/
@@ -533,8 +533,8 @@ var accessorMap = {
533533
this.dom.setAttr('video', 'x5-video-player-type', val);
534534
return value;
535535
},
536-
get: function get() {
537-
return this.dom.getAttr('video', 'x5-video-player-type') ? 'h5' : undefined;
536+
get: function get(value) {
537+
return this.dispatcher.videoConfigReady && value || (this.dom.getAttr('video', 'x5-video-player-type') ? 'h5' : undefined);
538538
}
539539
})],
540540
xWebkitAirplay: [accessor({
@@ -1289,7 +1289,7 @@ var Plugin = (_dec$2 = autobindClass(), _dec$2(_class$2 = function (_VideoWrappe
12891289
var _this = _possibleConstructorReturn(this, (Plugin.__proto__ || _Object$getPrototypeOf(Plugin)).call(this));
12901290

12911291
_this.destroyed = false;
1292-
_this.VERSION = '0.10.4';
1292+
_this.VERSION = '0.10.5';
12931293
_this.__operable = true;
12941294
_this.__level = 0;
12951295

@@ -4095,7 +4095,7 @@ var Chimee = (_dec$7 = autobindClass(), _dec$7(_class$8 = (_class2$1 = (_temp =
40954095
}), _descriptor2$1 = _applyDecoratedDescriptor$7(_class2$1.prototype, 'version', [frozen], {
40964096
enumerable: true,
40974097
initializer: function initializer() {
4098-
return '0.10.4';
4098+
return '0.10.5';
40994099
}
41004100
}), _descriptor3$1 = _applyDecoratedDescriptor$7(_class2$1.prototype, 'config', [frozen], {
41014101
enumerable: true,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chimee",
3-
"version": "0.10.4",
3+
"version": "0.10.5",
44
"description": "a video-player aims to bring wonderful experience on browser",
55
"main": "lib/index.js",
66
"module": "lib/index.mjs",

0 commit comments

Comments
 (0)