videojs-mobile-ui 0.7.0 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -4
- package/dist/lang/de.js +3 -0
- package/dist/lang/en.js +1 -1
- package/dist/lang/it.js +3 -0
- package/dist/videojs-mobile-ui.cjs.js +124 -190
- package/dist/videojs-mobile-ui.css +2 -2
- package/dist/videojs-mobile-ui.es.js +124 -189
- package/dist/videojs-mobile-ui.js +131 -236
- package/dist/videojs-mobile-ui.min.js +2 -2
- package/index.html +175 -102
- package/package.json +14 -11
- package/src/plugin.css +13 -1
- package/src/plugin.js +23 -41
- package/src/touchOverlay.js +46 -56
- package/CHANGELOG.md +0 -64
package/CHANGELOG.md
DELETED
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
<a name="0.7.0"></a>
|
|
2
|
-
# [0.7.0](https://github.com/mister-ben/videojs-mobile-ui/compare/v0.6.1...v0.7.0) (2021-11-09)
|
|
3
|
-
|
|
4
|
-
### Features
|
|
5
|
-
|
|
6
|
-
* Add disable options (#33) ([59e5f89](https://github.com/mister-ben/videojs-mobile-ui/commit/59e5f89)), closes [#33](https://github.com/mister-ben/videojs-mobile-ui/issues/33)
|
|
7
|
-
|
|
8
|
-
### Bug Fixes
|
|
9
|
-
|
|
10
|
-
* orientation string (#37) ([177f326](https://github.com/mister-ben/videojs-mobile-ui/commit/177f326)), closes [#37](https://github.com/mister-ben/videojs-mobile-ui/issues/37)
|
|
11
|
-
|
|
12
|
-
### Chores
|
|
13
|
-
|
|
14
|
-
* update dependencies ([6fb5a7b](https://github.com/mister-ben/videojs-mobile-ui/commit/6fb5a7b))
|
|
15
|
-
|
|
16
|
-
<a name="0.6.1"></a>
|
|
17
|
-
## [0.6.1](https://github.com/mister-ben/videojs-mobile-ui/compare/v0.6.0...v0.6.1) (2021-08-27)
|
|
18
|
-
|
|
19
|
-
### Bug Fixes
|
|
20
|
-
|
|
21
|
-
* Split orientation string ([0eebd64](https://github.com/mister-ben/videojs-mobile-ui/commit/0eebd64))
|
|
22
|
-
|
|
23
|
-
<a name="0.6.0"></a>
|
|
24
|
-
# 0.6.0 (2021-08-27)
|
|
25
|
-
|
|
26
|
-
### Bug Fixes
|
|
27
|
-
|
|
28
|
-
* Detect angle correctly where no window.orientation (#17) ([c85ac35](https://github.com/mister-ben/videojs-mobile-ui/commit/c85ac35)), closes [#17](https://github.com/mister-ben/videojs-mobile-ui/issues/17)
|
|
29
|
-
* Fix fullscreen on rotate (#14) ([33093e4](https://github.com/mister-ben/videojs-mobile-ui/commit/33093e4)), closes [#14](https://github.com/mister-ben/videojs-mobile-ui/issues/14)
|
|
30
|
-
* Fix typo in iOS orientation (#27) ([7e05afb](https://github.com/mister-ben/videojs-mobile-ui/commit/7e05afb)), closes [#27](https://github.com/mister-ben/videojs-mobile-ui/issues/27)
|
|
31
|
-
* Remove event listeners on player dispose (#21) ([25c8fb1](https://github.com/mister-ben/videojs-mobile-ui/commit/25c8fb1)), closes [#21](https://github.com/mister-ben/videojs-mobile-ui/issues/21)
|
|
32
|
-
|
|
33
|
-
### Chores
|
|
34
|
-
|
|
35
|
-
* Update to Node 14 / Generator 8 (#16) ([660dc86](https://github.com/mister-ben/videojs-mobile-ui/commit/660dc86)), closes [#16](https://github.com/mister-ben/videojs-mobile-ui/issues/16)
|
|
36
|
-
|
|
37
|
-
<a name="0.5.3"></a>
|
|
38
|
-
## [0.5.3](https://github.com/mister-ben/videojs-mobile-ui/compare/v0.5.2...v0.5.3) (2021-05-25)
|
|
39
|
-
|
|
40
|
-
### Bug Fixes
|
|
41
|
-
|
|
42
|
-
* Fix fullscreen on rotate (#14) ([33093e4](https://github.com/mister-ben/videojs-mobile-ui/commit/33093e4)), closes [#14](https://github.com/mister-ben/videojs-mobile-ui/issues/14)
|
|
43
|
-
|
|
44
|
-
<a name="0.5.2"></a>
|
|
45
|
-
## [0.5.2](https://github.com/mister-ben/videojs-mobile-ui/compare/v0.5.1...v0.5.2) (2021-01-29)
|
|
46
|
-
|
|
47
|
-
<a name="0.5.1"></a>
|
|
48
|
-
## [0.5.1](https://github.com/mister-ben/videojs-mobile-ui/compare/v0.5.0...v0.5.1) (2021-01-29)
|
|
49
|
-
|
|
50
|
-
<a name="0.5.0"></a>
|
|
51
|
-
# 0.5.0 (2021-01-16)
|
|
52
|
-
|
|
53
|
-
<a name="0.4.1"></a>
|
|
54
|
-
## [0.4.1](https://github.com/mister-ben/videojs-mobile-ui/compare/v0.4.0...v0.4.1) (2018-04-30)
|
|
55
|
-
|
|
56
|
-
<a name="0.4.0"></a>
|
|
57
|
-
# [0.4.0](https://github.com/mister-ben/videojs-mobile-ui/compare/v0.3.0...v0.4.0) (2018-04-30)
|
|
58
|
-
|
|
59
|
-
<a name="0.3.0"></a>
|
|
60
|
-
# [0.3.0](https://github.com/mister-ben/videojs-mobile-ui/compare/v0.2.0...v0.3.0) (2018-04-28)
|
|
61
|
-
|
|
62
|
-
<a name="0.2.0"></a>
|
|
63
|
-
# 0.2.0 (2018-04-28)
|
|
64
|
-
|