xgplayer 3.0.11-alpha.8 → 3.0.11

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 CHANGED
@@ -1,6 +1,14 @@
1
1
  # 版本更新记录
2
- ## 3.0.11-alpha.2
2
+ ## 3.0.11
3
+ >* fix(xgplayer): 修复android端播放hls起播时长设置异常问题
4
+ >* fix(xgplayer): 1. fix progress dot position 2. add mediaSrc attribute when report error
5
+ >* fix(xgplayer): rset progress btn position when playnext
6
+ >* fix(xgplayer): resizePosition在rotate为-1时兼容
3
7
  >* fix(xgplayer): 修复 sniffer 在部分 iPad 中判断错误的问题
8
+ >* fix(xgplayer): enableContextmenu配置和文档相反问题修复 close https://github.com/bytedance/xgplayer/issues/1232
9
+ >* fix(xgplayer): 修复seek状态下切换播放源时间不更新问题
10
+ >* feat(xgplayer): 带列表的按钮增加高度控制
11
+ >* fix(xgplayer): progresspreview插件transformTime 不生效问题修复
4
12
  >* fix(xgplayer): 累计观看时长计时点从onPlaying开始
5
13
  >* fix(xgplayer): miniprogress增加颜色配置响应 close https://github.com/bytedance/xgplayer/issues/1179
6
14
  >* fix(xgplayer): 全局多实例快捷键同时生效异常问题修复