xgplayer 3.0.22-rc.9 → 3.0.22
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 +7 -0
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/es/version.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,11 @@
|
|
|
1
1
|
# 版本更新记录
|
|
2
|
+
## 3.0.22
|
|
3
|
+
refactor: 💡 (xgplayer) add umd ui plugins exports for ads, eg. PlayIcon、Progress、TimeIcon etc.
|
|
4
|
+
fix: 🐛 (ads) always autoplay for LG & Samsung TV
|
|
5
|
+
fix: 🐛 progress bar mouseup event is not fired, due to preview
|
|
6
|
+
fix: 🐛 typo in zh-hk.js
|
|
7
|
+
fix(xgplayer): fix percent NaN and fix to currentTime percent
|
|
8
|
+
feat: add update function for miniscreen
|
|
2
9
|
## 3.0.21
|
|
3
10
|
>* fix: 🐛 (xgplayer) 修复播放器seeked时,播放器未启动播放而弹幕自动播放问题
|
|
4
11
|
>* fix player destroy control plugins memeory leak
|