ezuikit-js 8.1.3-beta.1 → 8.1.4

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,37 +1,36 @@
1
- ## v8.1.2(2024-12-12)
1
+ ## v8.1.4(2025-01-07)
2
+
3
+ #### Feat
4
+
5
+ - 支持获取AR设备私有标签信息
6
+
7
+ - 修复了一些回放时间轴的小bug
8
+
9
+ ## v8.1.3 (2024-12-31)
10
+
11
+ #### Feat
12
+
13
+ - 回放录像片段查询接口替换
14
+ - 多实例播放场景下,支持同时开启所有画面的声音
15
+
16
+ #### Fixed
17
+
18
+ - 修复destroy销毁实例后,部分dom、样式残留的问题
19
+ - 修复了一些小bug
20
+
21
+ ## v8.1.2 (2024-12-13)
2
22
 
3
23
  #### Feat
4
24
 
5
25
  - 新增静态多语言变量 `LOCALES`, 可以使用 `EZUIKitPlayer.LOCALES` 访问
6
- - 更新 header 的默认样式和交互和 footer 保持一致
26
+ - 更新 header 默认样式和交互, 和 footer 保持一致
7
27
  - 弃用 hls,请使用 [ezuikti-flv](https://www.npmjs.com/package/ezuikit-flv) 代替
8
28
  - 弃用 flv,请使用 [@ezuikit/player-hls] https://www.npmjs.com/package/@ezuikit/player-hls 代替
9
29
  - 弃用 EZWebRtc, 请使用 [ertc-web](https://www.npmjs.com/package/ertc-web)
10
- - H5 模板支持云录制 2.0
11
- - 支持 commonjs 和 esm [issues #268](https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm/issues/268), [issues #223](https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm/issues/223)
12
- ```ts
13
- import { EZUIKitPlayer } from "ezuikit-js";
14
- const player = new EZUIKitPlayer({
15
- id: "video-container", // 视频容器ID
16
- accessToken:
17
- "at.3bvmj4ycamlgdwgw1ig1jruma0wpohl6-48zifyb39c-13t5am6-yukyi86mz",
18
- url: "ezopen://open.ys7.com/BD3957004/1.live",
19
- width: 600,
20
- height: 400,
21
- handleError: (err) => {
22
- if (err.type === "handleRunTimeInfoError" && err.data.nErrorCode === 5) {
23
- // 加密设备密码错误
24
- }
25
- },
26
- });
27
- ```
28
30
 
29
31
  #### Fixed
30
32
 
31
33
  - 修复移动端回放主题退出全屏后,日历的位置不对的问题
32
- - 修复多实例播放时,小概率出现绿屏、花屏的问题
33
- - 修复实例销毁后,dom 节点和样式文件残留的问题
34
- -
35
34
 
36
35
  ## v8.1.1 (2024-11-18)
37
36
 
@@ -46,7 +45,7 @@
46
45
  - 优化全屏的逻辑, 修复已知的 bug, [issues #240](https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm/issues/240)
47
46
  - 优化 resize 的逻辑, 修复已知的 bug [issues #120](https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm/issues/120)
48
47
  - 修复初始化窗口抖动的 bug
49
- - 修复一些已知 bug [issues #269](https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm/issues/269), [issues #223](https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm/issues/223)
48
+ - 修复一些已知 bug [issues #269](https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm/issues/269)
50
49
 
51
50
  ## v8.1.0 (2024-11-04)
52
51