Skip to content

Commit 660f3f1

Browse files
committed
build: 0.10.0-alpha.11
1 parent ea01f35 commit 660f3f1

File tree

9 files changed

+18
-18
lines changed

9 files changed

+18
-18
lines changed

bundle-size/common.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

bundle-size/es.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

bundle-size/min.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

bundle-size/umd.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

lib/index.browser.js

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

22
/**
3-
* chimee v0.10.0-alpha.10
3+
* chimee v0.10.0-alpha.11
44
* (c) 2017-2018 toxic-johann
55
* Released under MIT
66
*/
@@ -7734,7 +7734,7 @@
77347734
var _this = _possibleConstructorReturn(this, (Plugin.__proto__ || _Object$getPrototypeOf(Plugin)).call(this));
77357735

77367736
_this.destroyed = false;
7737-
_this.VERSION = '0.10.0-alpha.10';
7737+
_this.VERSION = '0.10.0-alpha.11';
77387738
_this.__operable = true;
77397739
_this.__level = 0;
77407740

@@ -9980,7 +9980,7 @@
99809980
// we have listened on esFullscreen in dom
99819981
// we have listened mustListenVideoDomEvents
99829982
// so the events above do not need to rebind
9983-
return target !== 'plugin' && target !== 'esFullscreen' && mustListenVideoDomEvents.indexOf(name) < 0;
9983+
return target !== 'plugin' && target !== 'esFullscreen' && (mustListenVideoDomEvents.indexOf(name) < 0 || target !== 'video');
99849984
}
99859985
}, {
99869986
key: 'addPendingEvent',
@@ -11225,7 +11225,7 @@
1122511225
}), _descriptor2$1 = _applyDecoratedDescriptor$8(_class2$2.prototype, 'version', [frozen], {
1122611226
enumerable: true,
1122711227
initializer: function initializer() {
11228-
return '0.10.0-alpha.10';
11228+
return '0.10.0-alpha.11';
1122911229
}
1123011230
}), _descriptor3$1 = _applyDecoratedDescriptor$8(_class2$2.prototype, 'config', [frozen], {
1123111231
enumerable: true,

lib/index.js

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

22
/**
3-
* chimee v0.10.0-alpha.10
3+
* chimee v0.10.0-alpha.11
44
* (c) 2017-2018 toxic-johann
55
* Released under MIT
66
*/
@@ -1296,7 +1296,7 @@ var Plugin = (_dec$2 = toxicDecorators.autobindClass(), _dec$2(_class$2 = functi
12961296
var _this = _possibleConstructorReturn(this, (Plugin.__proto__ || _Object$getPrototypeOf(Plugin)).call(this));
12971297

12981298
_this.destroyed = false;
1299-
_this.VERSION = '0.10.0-alpha.10';
1299+
_this.VERSION = '0.10.0-alpha.11';
13001300
_this.__operable = true;
13011301
_this.__level = 0;
13021302

@@ -3046,7 +3046,7 @@ var Binder = (_dec$5 = toxicDecorators.before(prettifyEventParameter), _dec2$4 =
30463046
// we have listened on esFullscreen in dom
30473047
// we have listened mustListenVideoDomEvents
30483048
// so the events above do not need to rebind
3049-
return target !== 'plugin' && target !== 'esFullscreen' && mustListenVideoDomEvents.indexOf(name) < 0;
3049+
return target !== 'plugin' && target !== 'esFullscreen' && (mustListenVideoDomEvents.indexOf(name) < 0 || target !== 'video');
30503050
}
30513051
}, {
30523052
key: 'addPendingEvent',
@@ -4082,7 +4082,7 @@ var Chimee = (_dec$7 = toxicDecorators.autobindClass(), _dec$7(_class$8 = (_clas
40824082
}), _descriptor2$1 = _applyDecoratedDescriptor$7(_class2$1.prototype, 'version', [toxicDecorators.frozen], {
40834083
enumerable: true,
40844084
initializer: function initializer() {
4085-
return '0.10.0-alpha.10';
4085+
return '0.10.0-alpha.11';
40864086
}
40874087
}), _descriptor3$1 = _applyDecoratedDescriptor$7(_class2$1.prototype, 'config', [toxicDecorators.frozen], {
40884088
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
/**
3-
* chimee v0.10.0-alpha.10
3+
* chimee v0.10.0-alpha.11
44
* (c) 2017-2018 toxic-johann
55
* Released under MIT
66
*/
@@ -1292,7 +1292,7 @@ var Plugin = (_dec$2 = autobindClass(), _dec$2(_class$2 = function (_VideoWrappe
12921292
var _this = _possibleConstructorReturn(this, (Plugin.__proto__ || _Object$getPrototypeOf(Plugin)).call(this));
12931293

12941294
_this.destroyed = false;
1295-
_this.VERSION = '0.10.0-alpha.10';
1295+
_this.VERSION = '0.10.0-alpha.11';
12961296
_this.__operable = true;
12971297
_this.__level = 0;
12981298

@@ -3042,7 +3042,7 @@ var Binder = (_dec$5 = before(prettifyEventParameter), _dec2$4 = before(prettify
30423042
// we have listened on esFullscreen in dom
30433043
// we have listened mustListenVideoDomEvents
30443044
// so the events above do not need to rebind
3045-
return target !== 'plugin' && target !== 'esFullscreen' && mustListenVideoDomEvents.indexOf(name) < 0;
3045+
return target !== 'plugin' && target !== 'esFullscreen' && (mustListenVideoDomEvents.indexOf(name) < 0 || target !== 'video');
30463046
}
30473047
}, {
30483048
key: 'addPendingEvent',
@@ -4078,7 +4078,7 @@ var Chimee = (_dec$7 = autobindClass(), _dec$7(_class$8 = (_class2$1 = (_temp =
40784078
}), _descriptor2$1 = _applyDecoratedDescriptor$7(_class2$1.prototype, 'version', [frozen], {
40794079
enumerable: true,
40804080
initializer: function initializer() {
4081-
return '0.10.0-alpha.10';
4081+
return '0.10.0-alpha.11';
40824082
}
40834083
}), _descriptor3$1 = _applyDecoratedDescriptor$7(_class2$1.prototype, 'config', [frozen], {
40844084
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.0-alpha.10",
3+
"version": "0.10.0-alpha.11",
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)