eb-player 1.52.30 → 1.52.33
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/CHANGELOG.md +10 -1
- package/dist/build/default.js +1 -1
- package/dist/build/forja.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# EasyBroadcast player
|
|
2
2
|
|
|
3
|
+
## 1.52.33
|
|
4
|
+
|
|
5
|
+
- Fix loading display in default and forja skins
|
|
6
|
+
|
|
7
|
+
## 1.52.32
|
|
8
|
+
|
|
9
|
+
- Add loader on default & forja skins when there is a bad network connection
|
|
10
|
+
- Add support for hotkeys (m to mute/unmute, arrow left to rewind, arrow right to forward)
|
|
11
|
+
|
|
3
12
|
## 1.52.30
|
|
4
13
|
|
|
5
14
|
- Add support for custom player color for live button on default skin
|
|
@@ -16,7 +25,7 @@
|
|
|
16
25
|
|
|
17
26
|
- Add showPlaylist condition to hideInterface timeout logic
|
|
18
27
|
|
|
19
|
-
## 1.52.
|
|
28
|
+
## 1.52.26
|
|
20
29
|
|
|
21
30
|
- Upgraded HLS to v1.4.14
|
|
22
31
|
|