ezuikit-js 8.1.8-beta.1 → 8.1.9-beta.1
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 +15 -0
- package/README.md +681 -98
- package/ezuikit.js +20 -13
- package/ezuikit_static/PlayCtrlWasm/playCtrl1/HasSIMD/Decoder.js +24 -26
- package/ezuikit_static/PlayCtrlWasm/playCtrl1/NoSIMD/Decoder.js +24 -26
- package/ezuikit_static/PlayCtrlWasm/playCtrl3/hasWorker/HasSIMD/Decoder.js +1 -1
- package/ezuikit_static/PlayCtrlWasm/playCtrl3/hasWorker/HasSIMD/Decoder.wasm +0 -0
- package/ezuikit_static/PlayCtrlWasm/playCtrl3/hasWorker/NoSIMD/Decoder.js +1 -1
- package/ezuikit_static/PlayCtrlWasm/playCtrl3/hasWorker/NoSIMD/Decoder.wasm +0 -0
- package/ezuikit_static/PlayCtrlWasm/playCtrl3/noWorker/Decoder.js +1 -1
- package/ezuikit_static/PlayCtrlWasm/playCtrl3/noWorker/Decoder.wasm +0 -0
- package/index.js +8 -15
- package/index.mjs +8 -15
- package/package.json +7 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
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
|
+
|
|
1
16
|
## v8.1.8(2025-03-19)
|
|
2
17
|
|
|
3
18
|
#### Feat
|