xgplayer 3.0.10-alpha.6 → 3.0.10
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 +3 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/es/plugins/progressPreview/index.js +1 -1
- package/es/version.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -8,7 +8,9 @@
|
|
|
8
8
|
>* fix(xgplayer): 修复timeupdate中获取cumulateTime计算异常问题
|
|
9
9
|
>* fix(xgplayer): texttrack修复不能更新字幕
|
|
10
10
|
>* fix(xgplayer): 🐛 修复移动浏览器下muted未显示设置在dom内,会导致非静音切换频地
|
|
11
|
-
|
|
11
|
+
>* fix(xgplayer): 🐛 修复全屏和旋转插件对于镜像插件的影响
|
|
12
|
+
>* fix(xgplayer): 修复进度条预览首次移动进入显示异常问题
|
|
13
|
+
>* feat(xgplayer): 增加preProcessUrl配置用于url的前置处理
|
|
12
14
|
## 3.0.9
|
|
13
15
|
>* fix(xgplayer):修复sourceList播放类型下safari第一个source节点不触发error导致整体error不触发问题
|
|
14
16
|
>* feat(xgplayer): player.focus API增加控制了栏锁定模式
|