eb-player 1.52.45 → 1.52.47
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 +18 -3
- package/dist/build/default.js +1 -1
- package/dist/build/forja.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,27 @@
|
|
|
1
1
|
# EasyBroadcast player
|
|
2
2
|
|
|
3
|
+
## 1.52.47
|
|
4
|
+
|
|
5
|
+
- Updated CastJS to 5.3.0
|
|
6
|
+
- Fixes Player play async issue (See Sentry: <https://sentry.internal.easybroadcast.fr/organizations/easybroadcast/issues/1131/events>)
|
|
7
|
+
- Fixes HLS not loaded (see Sentry <https://sentry.internal.easybroadcast.fr/organizations/easybroadcast/issues/4388/?project=9&query=issupported&referrer=issue-stream&stream_index=0>)
|
|
8
|
+
|
|
9
|
+
## 1.52.46
|
|
10
|
+
|
|
11
|
+
- add progress thumb (circle on progress bar) for default skin
|
|
12
|
+
- add props to show/hide progress thumb
|
|
13
|
+
|
|
3
14
|
## 1.52.45
|
|
15
|
+
|
|
4
16
|
- fix loader of HLS with token management
|
|
5
17
|
|
|
6
18
|
## 1.52.44
|
|
19
|
+
|
|
7
20
|
- fix preprol with token management
|
|
8
21
|
|
|
9
22
|
## 1.52.43
|
|
10
|
-
|
|
23
|
+
|
|
24
|
+
- Token management
|
|
11
25
|
|
|
12
26
|
## 1.52.42
|
|
13
27
|
|
|
@@ -20,19 +34,20 @@
|
|
|
20
34
|
|
|
21
35
|
## 1.52.40
|
|
22
36
|
|
|
23
|
-
-
|
|
37
|
+
- fix canAutoPlay for video
|
|
24
38
|
|
|
25
39
|
## 1.52.39
|
|
40
|
+
|
|
26
41
|
- fix forceAutoplayAudio in config
|
|
27
42
|
|
|
28
43
|
## 1.52.38
|
|
44
|
+
|
|
29
45
|
- add new prop forceAutoplayAudio
|
|
30
46
|
|
|
31
47
|
## 1.52.37
|
|
32
48
|
|
|
33
49
|
- build default + forja skin for publish steps
|
|
34
50
|
|
|
35
|
-
|
|
36
51
|
## 1.52.36
|
|
37
52
|
|
|
38
53
|
- Add CLICK event on adsManager
|