eb-player 1.52.50 → 1.52.52
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 +9 -0
- 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.52
|
|
4
|
+
|
|
5
|
+
- fix poster overlay with autoplay false and ad link
|
|
6
|
+
- fix resume video when ads can't be played because of an error
|
|
7
|
+
|
|
8
|
+
## 1.52.51
|
|
9
|
+
|
|
10
|
+
- Add custom poster overlay and video play functionality (default skin)
|
|
11
|
+
|
|
3
12
|
## 1.52.50
|
|
4
13
|
|
|
5
14
|
- fix resume video after post-roll ads (the video is ended, no need to resume it)
|