Skip to content

Commit 264567e

Browse files
committed
version: 8.2.0-alpha.1
1 parent 823abf3 commit 264567e

File tree

16 files changed

+820
-786
lines changed

16 files changed

+820
-786
lines changed

CHANGELOG.md

Lines changed: 25 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,23 @@
1+
### v8.2.0 (2025-10-15)
2+
3+
- 新的 UI 交互优化
4+
15
### v8.1.16(2025-09-22)
26

37
- 支持显示码流信息
4-
8+
59
- 分辨率
6-
10+
711
- 丢包率
8-
12+
913
- 码率
10-
14+
1115
- 帧率
12-
16+
1317
- 编码信息
14-
18+
1519
- 码流封装
16-
20+
1721
- 卡顿比
1822

1923
- 发起对讲回调结果优化
@@ -22,7 +26,7 @@
2226

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

25-
- 修复了一些小bug
29+
- 修复了一些小 bug
2630

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

@@ -32,7 +36,7 @@
3236

3337
#### Fixed
3438

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

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

@@ -44,7 +48,7 @@
4448

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

47-
- 优化部分场景下UI换行的问题
51+
- 优化部分场景下 UI 换行的问题
4852

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

@@ -80,9 +84,9 @@
8084

8185
#### Fixed
8286

83-
- 修复调用录制api, ui 没有同步问题
84-
- 修复调用对讲api, ui 没有同步问题
85-
- 修复了一些小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),
87+
- 修复调用录制 api, ui 没有同步问题
88+
- 修复调用对讲 api, ui 没有同步问题
89+
- 修复了一些小 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),
8690

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

@@ -94,7 +98,7 @@
9498

9599
#### Fixed
96100

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

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

@@ -114,9 +118,9 @@
114118

115119
#### Fixed
116120

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

119-
- 修复了一些小bug
123+
- 修复了一些小 bug
120124

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

@@ -130,15 +134,15 @@
130134

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

133-
- 修复了一些其他小bug
137+
- 修复了一些其他小 bug
134138

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

137141
#### Feat
138142

139-
- 支持获取AR设备私有标签信息
143+
- 支持获取 AR 设备私有标签信息
140144

141-
- 修复了一些回放时间轴的小bug
145+
- 修复了一些回放时间轴的小 bug
142146

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

@@ -149,8 +153,8 @@
149153

150154
#### Fixed
151155

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

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

dependencies.txt

Lines changed: 96 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,102 @@
1-
Name: @ezuikit/control-zoom
2-
Version: 0.0.1
3-
License: null
1+
Name: style-inject
2+
Version: 0.3.0
3+
License: MIT
4+
Private: false
5+
Description: Inject style tag to document head.
6+
Repository: git+https://github.com/egoist/style-inject.git
7+
Homepage: https://github.com/egoist/style-inject#readme
8+
Author: EGOIST <0x142857@gmail.com>
9+
License Copyright:
10+
===
11+
12+
The MIT License (MIT)
13+
14+
Copyright (c) 2015 egoist 0x142857@gmail.com
15+
16+
Permission is hereby granted, free of charge, to any person obtaining a copy
17+
of this software and associated documentation files (the "Software"), to deal
18+
in the Software without restriction, including without limitation the rights
19+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
20+
copies of the Software, and to permit persons to whom the Software is
21+
furnished to do so, subject to the following conditions:
22+
23+
The above copyright notice and this permission notice shall be included in
24+
all copies or substantial portions of the Software.
25+
26+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
27+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
28+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
29+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
30+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
31+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
32+
THE SOFTWARE.
33+
34+
---
35+
36+
Name: eventemitter3
37+
Version: 5.0.1
38+
License: MIT
39+
Private: false
40+
Description: EventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface.
41+
Repository: git://github.com/primus/eventemitter3.git
42+
Author: Arnout Kazemier
43+
License Copyright:
44+
===
45+
46+
The MIT License (MIT)
47+
48+
Copyright (c) 2014 Arnout Kazemier
49+
50+
Permission is hereby granted, free of charge, to any person obtaining a copy
51+
of this software and associated documentation files (the "Software"), to deal
52+
in the Software without restriction, including without limitation the rights
53+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
54+
copies of the Software, and to permit persons to whom the Software is
55+
furnished to do so, subject to the following conditions:
56+
57+
The above copyright notice and this permission notice shall be included in all
58+
copies or substantial portions of the Software.
59+
60+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
61+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
62+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
63+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
64+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
65+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
66+
SOFTWARE.
67+
68+
---
69+
70+
Name: @skax/picker
71+
Version: 0.1.1
72+
License: MIT
73+
Private: false
74+
Description: picker component for js framework, support mobile and pc
75+
Repository: git+https://github.com/freeshineit/datepicker.git
76+
Homepage: https://github.com/freeshineit/datepicker#readme
77+
Author: ShineShao <xiaoshaoqq@gmail.com>
78+
79+
---
80+
81+
Name: @skax/delegate
82+
Version: 3.2.0
83+
License: MIT
484
Private: false
5-
Description: zoom
85+
Description: Lightweight event delegation
86+
87+
---
88+
89+
Name: @ezuikit/player-theme
90+
Version: 0.0.1-alpha.6
91+
License: MIT
92+
Private: false
93+
Description: player theme
694
Author: Ezviz-OpenBiz
795

896
---
997

1098
Name: @ezuikit/control-talk
11-
Version: 0.0.1
99+
Version: 0.0.2
12100
License: null
13101
Private: false
14102
Description: talk
@@ -17,7 +105,7 @@ Author: Ezviz-OpenBiz
17105
---
18106

19107
Name: dayjs
20-
Version: 1.11.18
108+
Version: 1.11.13
21109
License: MIT
22110
Private: false
23111
Description: 2KB immutable date time library alternative to Moment.js with the same modern API
@@ -218,42 +306,8 @@ SOFTWARE.
218306

219307
---
220308

221-
Name: eventemitter3
222-
Version: 5.0.1
223-
License: MIT
224-
Private: false
225-
Description: EventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface.
226-
Repository: git://github.com/primus/eventemitter3.git
227-
Author: Arnout Kazemier
228-
License Copyright:
229-
===
230-
231-
The MIT License (MIT)
232-
233-
Copyright (c) 2014 Arnout Kazemier
234-
235-
Permission is hereby granted, free of charge, to any person obtaining a copy
236-
of this software and associated documentation files (the "Software"), to deal
237-
in the Software without restriction, including without limitation the rights
238-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
239-
copies of the Software, and to permit persons to whom the Software is
240-
furnished to do so, subject to the following conditions:
241-
242-
The above copyright notice and this permission notice shall be included in all
243-
copies or substantial portions of the Software.
244-
245-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
246-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
247-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
248-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
249-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
250-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
251-
SOFTWARE.
252-
253-
---
254-
255309
Name: @ezuikit/player-plugin-record
256-
Version: 8.1.8-beta.3
310+
Version: 8.2.0-beta.1
257311
License: MIT
258312
Private: false
259313
Description: 萤石ezopne协议播放器录制插件
@@ -262,7 +316,7 @@ Author: Ezviz-OpenBiz
262316
---
263317

264318
Name: @ezuikit/player-ezopen
265-
Version: 8.1.16-beta.3
319+
Version: 8.2.0-beta.1
266320
License: MIT
267321
Private: false
268322
Description: 萤石ezopne协议播放器

ezuikit.js

Lines changed: 73 additions & 84 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ezuikit_static/PlayCtrlWasm/playCtrl1/HasSIMD/Decoder.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ezuikit_static/PlayCtrlWasm/playCtrl1/NoSIMD/Decoder.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
561 Bytes
Binary file not shown.
553 Bytes
Binary file not shown.
Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
(function (global, factory) {
2-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('jquery')) :
3-
typeof define === 'function' && define.amd ? define(['jquery'], factory) :
4-
(factory(global.jQuery));
5-
}(this, (function ($) {
2+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('jquery')) : typeof define === 'function' && define.amd ? define(['jquery'], factory) : factory(global.jQuery);
3+
})(this, function ($) {
64
'use strict';
75

86
$.fn.datepicker.languages['en-US'] = {
@@ -14,6 +12,6 @@
1412
monthsShort: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'],
1513
weekStart: 1,
1614
yearFirst: true,
17-
yearSuffix: ''
15+
yearSuffix: '',
1816
};
19-
})));
17+
});

0 commit comments

Comments
 (0)