ezuikit-js 8.1.9-beta.1 → 8.1.9-beta.3
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 +0 -49
- package/ezuikit.js +3 -3
- package/index.js +3 -3
- package/index.mjs +3 -3
- package/package.json +18 -16
package/CHANGELOG.md
CHANGED
|
@@ -1,52 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
### v8.1.9 (2025-04-16)
|
|
3
|
-
|
|
4
|
-
#### Feat
|
|
5
|
-
|
|
6
|
-
- 新增日志打印配置项 `loggerOptions` 和 `setLoggerOptions` api, 具体请参考[参数说明](./README.md), [issues #202](https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm/issues/202), [issues #176](https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm/issues/176), [issues #205](https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm/issues/205), [issues #81](https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm/issues/81)
|
|
7
|
-
|
|
8
|
-
- 新增一些事件, 如 `videoInfo` 、`audioInfo` 和 `firstFrameDisplay`等, 具体请参考[事件](./README.md)
|
|
9
|
-
|
|
10
|
-
#### Fixed
|
|
11
|
-
|
|
12
|
-
- 修复调用录制api, ui 没有同步问题
|
|
13
|
-
- 修复调用对讲api, ui 没有同步问题
|
|
14
|
-
- 修复了一些小bug [issues #178](https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm/issues/178), [issues #199](https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm/issues/199), [issues #206](https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm/issues/206),
|
|
15
|
-
|
|
16
|
-
## v8.1.8(2025-03-19)
|
|
17
|
-
|
|
18
|
-
#### Feat
|
|
19
|
-
|
|
20
|
-
- 支持巡检模板
|
|
21
|
-
|
|
22
|
-
- 兼容音频采样率异常设备录制
|
|
23
|
-
|
|
24
|
-
#### Fixed
|
|
25
|
-
|
|
26
|
-
- 修复部分AR设备获取标签信息报错
|
|
27
|
-
|
|
28
|
-
## v8.1.7(2025-03-05)
|
|
29
|
-
|
|
30
|
-
#### Feat
|
|
31
|
-
|
|
32
|
-
- 电子放大模块重构,操作更丝滑~
|
|
33
|
-
|
|
34
|
-
- 移动端支持双指操作电子放大功能
|
|
35
|
-
|
|
36
|
-
## v8.1.6(2025-02-10)
|
|
37
|
-
|
|
38
|
-
#### Feat
|
|
39
|
-
|
|
40
|
-
- 初始化支持配置关闭结束录制的默认下载行为【downloadRecord: false】
|
|
41
|
-
|
|
42
|
-
- 支持初始化设置【stopSaveCallBack】回调事件,在结束录制后通过该回调获取下载地址及文件数据
|
|
43
|
-
|
|
44
|
-
#### Fixed
|
|
45
|
-
|
|
46
|
-
- 修复了token为空时本地缓存地址依然可以播放的问题
|
|
47
|
-
|
|
48
|
-
- 修复了一些小bug
|
|
49
|
-
|
|
50
1
|
## v8.1.5(2025-01-15)
|
|
51
2
|
|
|
52
3
|
#### Feat
|