ezuikit-js 8.1.2-beta.3 → 8.1.2-beta.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 +4 -3
- package/ezuikit.js +3 -3
- package/index.esm.js +2 -2
- package/index.js +2 -2
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,17 +3,18 @@
|
|
|
3
3
|
#### Feat
|
|
4
4
|
|
|
5
5
|
- 新增静态多语言变量 `LOCALES`, 可以使用 `EZUIKitPlayer.LOCALES` 访问
|
|
6
|
-
- 更新 header
|
|
6
|
+
- 更新 header 的默认样式和交互和 footer 保持一致
|
|
7
7
|
- 弃用 hls,请使用 [ezuikti-flv](https://www.npmjs.com/package/ezuikit-flv) 代替
|
|
8
8
|
- 弃用 flv,请使用 [@ezuikit/player-hls] https://www.npmjs.com/package/@ezuikit/player-hls 代替
|
|
9
9
|
- 弃用 EZWebRtc, 请使用 [ertc-web](https://www.npmjs.com/package/ertc-web)
|
|
10
|
-
- H5模板支持云录制2.0
|
|
10
|
+
- H5 模板支持云录制 2.0
|
|
11
|
+
- 支持 commonjs 和 esm
|
|
11
12
|
|
|
12
13
|
#### Fixed
|
|
13
14
|
|
|
14
15
|
- 修复移动端回放主题退出全屏后,日历的位置不对的问题
|
|
15
16
|
- 修复多实例播放时,小概率出现绿屏、花屏的问题
|
|
16
|
-
- 修复实例销毁后,dom节点和样式文件残留的问题
|
|
17
|
+
- 修复实例销毁后,dom 节点和样式文件残留的问题
|
|
17
18
|
|
|
18
19
|
## v8.1.1 (2024-11-18)
|
|
19
20
|
|