File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change 11### v8.2.0 (2025-10-15)
22
3+ #### Feat
4+
35- 新的 UI 交互优化
46
7+ - 初始化 ` width ` 支持 style 的[ width] ( https://developer.mozilla.org/zh-CN/docs/Web/CSS/width ) 属性值和 ` height ` 支持 style 的
8+ [ height] ( https://developer.mozilla.org/zh-CN/docs/Web/CSS/height ) 属性值
9+
10+ - 更新 ` resize ` 逻辑,宽高支持 style 相同属性值
11+
12+ - 移除 ` browserFullscreen ` 和 ` exitBrowserFullscreen ` api, 统一使用` fullscreen ` 和 ` exitFullscreen `
13+
14+ - 支持移动端(手机浏览器,pad 浏览器)全屏后旋转后保持全屏状态
15+
16+ - 支持双击全屏,可以初始化时使用` dblClickFullscreen: false ` 禁用双击全屏
17+
18+ - 支持自定义回放倍速
19+
20+ - 更新监听方式, ` player.eventEmitter.on ` -> ` player.on `
21+
22+ - 新增主题控件的交互变化事件
23+
24+ - 更新 ` changePlayUrl ` api, 不再提供切换主题参数, 请使用 ` player.changeTheme("themeId") `
25+
26+ - 移除 ` Theme ` 实例, 切换主题请使用 ` player.changeTheme `
27+
28+ - 更新消息提示 UI 交互
29+
30+ #### Fixed
31+
32+ - 修复移动端浏览器调用 api 全屏样式问题。
33+
534### v8.1.16(2025-09-22)
635
36+ #### Feat
37+
738- 支持显示码流信息
839
940 - 分辨率
You can’t perform that action at this time.
0 commit comments