Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
264567e
version: 8.2.0-alpha.1
freeshineit Oct 15, 2025
6176ae9
docs: update
freeshineit Oct 15, 2025
2df323f
docs: update
freeshineit Oct 15, 2025
1c2fa4e
docs: v8.1.x
freeshineit Oct 15, 2025
c5c37be
version: v8.2.x-beta.1
freeshineit Oct 15, 2025
fcd0767
version: v8.2.0-beta.1
freeshineit Oct 15, 2025
abf7898
Merge branch 'develop' of https://github.com/Ezviz-OpenBiz/EZUIKit-Ja…
freeshineit Oct 15, 2025
9830425
demo: update base
freeshineit Oct 15, 2025
98b93ed
demo: update base
freeshineit Oct 15, 2025
7a90364
demo: update
freeshineit Oct 15, 2025
8985ec9
demo: update v8.2.0
freeshineit Oct 15, 2025
1e9edc7
feat: update 8.2.0
freeshineit Oct 15, 2025
a3d1d10
feat: update scripts
freeshineit Oct 15, 2025
16a7888
feat: remove
freeshineit Oct 15, 2025
e3ecc55
feat: update
freeshineit Oct 15, 2025
5526be7
fixed: JSON parse error
freeshineit Oct 17, 2025
77f818b
feat: update base-demo
freeshineit Oct 17, 2025
5eec9bb
feat: update template and themeData
freeshineit Oct 18, 2025
be9dd7e
feat: update
freeshineit Oct 18, 2025
e31900d
feat: update
freeshineit Oct 18, 2025
70ec661
feat: update
freeshineit Oct 19, 2025
284942f
feat: update
freeshineit Oct 19, 2025
f1cc6d9
feat: update
freeshineit Oct 19, 2025
10cdaaf
feat: 8.2.0-beta.3
freeshineit Oct 20, 2025
95f02f3
feat: 8.2.0-beta.3
freeshineit Oct 20, 2025
ad78a72
feat: update
freeshineit Oct 20, 2025
9e6b05d
feat: update
freeshineit Oct 20, 2025
2f891e6
feat: update
freeshineit Oct 20, 2025
3f9cf7c
feat: update
freeshineit Oct 20, 2025
0e8b04e
feat: update
freeshineit Oct 21, 2025
e1115e7
docs: update
freeshineit Oct 21, 2025
cdcc7d5
docs: update
freeshineit Oct 21, 2025
da90059
chore: update ignore
freeshineit Oct 21, 2025
79c34be
feat: update
freeshineit Oct 21, 2025
68c609f
chore: update ignore
freeshineit Oct 21, 2025
83c2b27
chore: remove
freeshineit Oct 30, 2025
febc6b8
feat: update
freeshineit Oct 30, 2025
8efa3be
Merge branch 'master' into develop
freeshineit Nov 5, 2025
10561d9
feat: 8.2.0-beta.4
freeshineit Nov 5, 2025
9b87def
ci: add node@25.x
freeshineit Nov 5, 2025
5540505
fixed: update scripts
freeshineit Nov 5, 2025
4b16a5c
demo: update
freeshineit Nov 5, 2025
143d526
version: 8.2.0
freeshineit Nov 20, 2025
7c479a3
version: 8.2.0-beta.5
freeshineit Nov 20, 2025
5958542
version: 8.2.0-beta.6
freeshineit Nov 20, 2025
ed72189
demo: update 8.2.0-beta.6
freeshineit Nov 20, 2025
69604f1
demo: update 8.2.0-beta.6
freeshineit Nov 20, 2025
5a9c8a5
feat: update 8.2.0
freeshineit Nov 21, 2025
f5fc55a
version: v8.2.0-beta.7
freeshineit Nov 23, 2025
bd5c67e
version: v8.2.0-beta.8
freeshineit Nov 23, 2025
e375439
demo: update
freeshineit Nov 23, 2025
9a41f31
demo: remove
freeshineit Nov 23, 2025
ac4674c
demo: update
freeshineit Nov 23, 2025
bdf5397
docs: v8.2.0
freeshineit Nov 23, 2025
6504c1c
Merge branch 'master' into develop
freeshineit Nov 23, 2025
6c8d359
version: v8.2.0
freeshineit Nov 23, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x, 20.x, 21.x, 22.x, 23.x, 24.x]
node-version: [16.x, 18.x, 20.x, 21.x, 22.x, 23.x, 24.x, 25.x]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -52,4 +52,4 @@ jobs:
working-directory: ./demos/with-vue2.6
run: |
pnpm install --no-frozen-lockfile
pnpm run build
pnpm run build
4 changes: 2 additions & 2 deletions .github/workflows/build-electron-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [18.x, 20.x, 21.x, 22.x, 23.x, 24.x]
node-version: [18.x, 20.x, 21.x, 22.x, 23.x, 24.x, 25.x]

steps:
- uses: actions/checkout@v4
Expand All @@ -28,4 +28,4 @@ jobs:
working-directory: ./demos/with-electron
run: |
pnpm install --no-frozen-lockfile
pnpm run build
pnpm run build
3 changes: 1 addition & 2 deletions .github/workflows/build-nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [18.x, 20.x, 21.x, 22.x, 23.x, 24.x]
node-version: [18.x, 20.x, 21.x, 22.x, 23.x, 24.x, 25.x]

steps:
- uses: actions/checkout@v4
Expand All @@ -29,4 +29,3 @@ jobs:
run: |
pnpm install --no-frozen-lockfile
pnpm run build

2 changes: 1 addition & 1 deletion .github/workflows/build-uniapp-vue3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [18.x, 20.x, 21.x, 22.x, 23.x, 24.x] # node>=18.x
node-version: [18.x, 20.x, 21.x, 22.x, 23.x, 24.x, 25.x] # node>=18.x

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ npm-error.log*
yarn-debug.log*
demos/with-electron/release
demos/with-electron/dist
demos/vue-demo/public/ezuikit_static
demos/vue3-demo/public/ezuikit_static

86 changes: 65 additions & 21 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,63 @@
### v8.2.0 (2025-11-24)

#### Feat

- 新的 UI 交互优化

- 初始化 `width` 支持 style 的[width](https://developer.mozilla.org/zh-CN/docs/Web/CSS/width)属性值和 `height` 支持 style 的
[height](https://developer.mozilla.org/zh-CN/docs/Web/CSS/height)属性值

- 更新 `resize` 逻辑,宽高支持 style 相同属性值

- 移除 `browserFullscreen` 和 `exitBrowserFullscreen` api, 统一使用`fullscreen` 和 `exitFullscreen`

- 支持移动端(手机浏览器,pad 浏览器)全屏后旋转后保持全屏状态

- 支持双击全屏,可以初始化时使用`dblClickFullscreen: false` 禁用双击全屏

- 支持自定义回放倍速

- 更新监听方式, `player.eventEmitter.on` -> `player.on`

- 新增主题控件的交互变化事件

- 更新 `changePlayUrl` api, 不再提供切换主题参数, 切换主题请使用 `player.changeTheme("themeId")`

- 移除 `Theme` 实例, 切换主题请使用 `player.changeTheme`

- 移除 `Zoom` 实例

- 更新消息提示 UI 交互

- 移动端时间轴支持展示片段封面和支持调节时间宽度

- 默认支持云录制播放

- 支持三种画面填充模式


#### Fixed

- 修复移动端浏览器调用 api 全屏样式问题。

### v8.1.16(2025-09-22)

#### Feat

- 支持显示码流信息

- 分辨率

- 丢包率

- 码率

- 帧率

- 编码信息

- 码流封装

- 卡顿比

- 发起对讲回调结果优化
Expand All @@ -22,7 +66,7 @@

- 部分设备支持“自动”清晰度

- 修复了一些小bug
- 修复了一些小 bug

### v8.1.14(2025-08-22)

Expand All @@ -32,7 +76,7 @@

#### Fixed

- 修复NVR设备指定通道对讲没声音的问题
- 修复 NVR 设备指定通道对讲没声音的问题

### v8.1.13(2025-07-29)

Expand All @@ -44,7 +88,7 @@

- 修复云台在某些情况下一直转动的问题

- 优化部分场景下UI换行的问题
- 优化部分场景下 UI 换行的问题

### v8.1.12 (2025-07-02)

Expand Down Expand Up @@ -80,9 +124,9 @@

#### Fixed

- 修复调用录制api, ui 没有同步问题
- 修复调用对讲api, ui 没有同步问题
- 修复了一些小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),
- 修复调用录制 api, ui 没有同步问题
- 修复调用对讲 api, ui 没有同步问题
- 修复了一些小 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),

## v8.1.8(2025-03-19)

Expand All @@ -94,7 +138,7 @@

#### Fixed

- 修复部分AR设备获取标签信息报错
- 修复部分 AR 设备获取标签信息报错

## v8.1.7(2025-03-05)

Expand All @@ -114,9 +158,9 @@

#### Fixed

- 修复了token为空时本地缓存地址依然可以播放的问题
- 修复了 token 为空时本地缓存地址依然可以播放的问题

- 修复了一些小bug
- 修复了一些小 bug

## v8.1.5(2025-01-15)

Expand All @@ -130,15 +174,15 @@

- 修复了多实例场景下,画面之间声音状态互相干扰的问题

- 修复了一些其他小bug
- 修复了一些其他小 bug

## v8.1.4(2025-01-07)

#### Feat

- 支持获取AR设备私有标签信息
- 支持获取 AR 设备私有标签信息

- 修复了一些回放时间轴的小bug
- 修复了一些回放时间轴的小 bug

## v8.1.3 (2024-12-31)

Expand All @@ -149,8 +193,8 @@

#### Fixed

- 修复destroy销毁实例后,部分dom、样式残留的问题
- 修复了一些小bug
- 修复 destroy 销毁实例后,部分 dom、样式残留的问题
- 修复了一些小 bug

## v8.1.2 (2024-12-13)

Expand Down
Loading
Loading