ezuikit-js 8.2.0-beta.4 → 8.2.0-beta.6

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
@@ -15,13 +15,13 @@
15
15
 
16
16
  - 支持双击全屏,可以初始化时使用`dblClickFullscreen: false` 禁用双击全屏
17
17
 
18
- - 支持自定义回放倍速
18
+ - 支持自定义回放倍速
19
19
 
20
20
  - 更新监听方式, `player.eventEmitter.on` -> `player.on`
21
21
 
22
22
  - 新增主题控件的交互变化事件
23
23
 
24
- - 更新 `changePlayUrl` api, 不再提供切换主题参数, 请使用 `player.changeTheme("themeId")`
24
+ - 更新 `changePlayUrl` api, 不再提供切换主题参数, 切换主题请使用 `player.changeTheme("themeId")`
25
25
 
26
26
  - 移除 `Theme` 实例, 切换主题请使用 `player.changeTheme`
27
27
 
@@ -29,6 +29,8 @@
29
29
 
30
30
  - 更新消息提示 UI 交互
31
31
 
32
+ - 移动端时间轴支持展示片段封面和支持调节时间宽度
33
+
32
34
  #### Fixed
33
35
 
34
36
  - 修复移动端浏览器调用 api 全屏样式问题。