Skip to content

Commit 143d526

Browse files
committed
version: 8.2.0
1 parent 4b16a5c commit 143d526

File tree

14 files changed

+199
-162
lines changed

14 files changed

+199
-162
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,22 @@
1515

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

18-
- 支持自定义回放倍速
18+
- 支持自定义回放倍速
1919

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

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

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

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

2828
- 移除 `Zoom` 实例
2929

3030
- 更新消息提示 UI 交互
3131

32+
- 移动端时间轴支持展示片段封面和支持调节时间宽度
33+
3234
#### Fixed
3335

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

dependencies.txt

Lines changed: 80 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,15 @@ THE SOFTWARE.
3333

3434
---
3535

36+
Name: @ezuikit/player-theme
37+
Version: 2.0.0-beta.4
38+
License: MIT
39+
Private: false
40+
Description: player theme
41+
Author: Ezviz-OpenBiz
42+
43+
---
44+
3645
Name: eventemitter3
3746
Version: 5.0.1
3847
License: MIT
@@ -68,33 +77,94 @@ SOFTWARE.
6877
---
6978

7079
Name: @skax/picker
71-
Version: 0.1.1
80+
Version: 1.1.5
7281
License: MIT
7382
Private: false
7483
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
84+
Repository: git+https://github.com/freeshineit/picker.git
85+
Homepage: https://github.com/freeshineit/picker#readme
7786
Author: ShineShao <xiaoshaoqq@gmail.com>
87+
License Copyright:
88+
===
89+
90+
MIT License
91+
92+
Copyright (c) 2025 ShineShao
93+
94+
Permission is hereby granted, free of charge, to any person obtaining a copy
95+
of this software and associated documentation files (the "Software"), to deal
96+
in the Software without restriction, including without limitation the rights
97+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
98+
copies of the Software, and to permit persons to whom the Software is
99+
furnished to do so, subject to the following conditions:
100+
101+
The above copyright notice and this permission notice shall be included in all
102+
copies or substantial portions of the Software.
103+
104+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
105+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
106+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
107+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
108+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
109+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
110+
SOFTWARE.
78111

79112
---
80113

81114
Name: @skax/delegate
82-
Version: 3.2.0
115+
Version: 4.0.0
83116
License: MIT
84117
Private: false
85118
Description: Lightweight event delegation
119+
Repository: git+https://github.com/freeshineit/delegate.git
120+
Homepage: https://github.com/freeshineit/delegate#readme
86121

87122
---
88123

89-
Name: @ezuikit/player-theme
90-
Version: 0.0.1-alpha.6
91-
License: MIT
124+
Name: @ezuikit/control-time-line
125+
Version: 1.0.2
126+
License: null
92127
Private: false
93-
Description: player theme
128+
Description: time line control for ezviz
94129
Author: Ezviz-OpenBiz
95130

96131
---
97132

133+
Name: @skax/drag-scroll
134+
Version: 1.1.1
135+
License: MIT
136+
Private: false
137+
Description: picker component for js framework, support mobile and pc
138+
Repository: git+https://github.com/freeshineit/drag-scroll.git
139+
Homepage: https://github.com/freeshineit/drag-scroll#readme
140+
Author: ShineShao <xiaoshaoqq@gmail.com>
141+
License Copyright:
142+
===
143+
144+
The MIT License (MIT)
145+
146+
Copyright (c) 2025 Shine Shao
147+
148+
Permission is hereby granted, free of charge, to any person obtaining a copy
149+
of this software and associated documentation files (the "Software"), to deal
150+
in the Software without restriction, including without limitation the rights
151+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
152+
copies of the Software, and to permit persons to whom the Software is
153+
furnished to do so, subject to the following conditions:
154+
155+
The above copyright notice and this permission notice shall be included in all
156+
copies or substantial portions of the Software.
157+
158+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
159+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
160+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
161+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
162+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
163+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
164+
SOFTWARE.
165+
166+
---
167+
98168
Name: @ezuikit/control-talk
99169
Version: 0.0.2
100170
License: null
@@ -307,7 +377,7 @@ SOFTWARE.
307377
---
308378

309379
Name: @ezuikit/player-plugin-record
310-
Version: 8.2.0-beta.1
380+
Version: 8.2.0
311381
License: MIT
312382
Private: false
313383
Description: 萤石ezopne协议播放器录制插件
@@ -316,7 +386,7 @@ Author: Ezviz-OpenBiz
316386
---
317387

318388
Name: @ezuikit/player-ezopen
319-
Version: 8.2.0-beta.1
389+
Version: 8.2.3-beta.3
320390
License: MIT
321391
Private: false
322392
Description: 萤石ezopne协议播放器

ezuikit.js

Lines changed: 28 additions & 49 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: 21 additions & 15 deletions
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: 21 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ezuikit_static/PlayCtrlWasm/playCtrl3/hasWorker/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.
Binary file not shown.

ezuikit_static/PlayCtrlWasm/playCtrl3/hasWorker/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.

ezuikit_static/PlayCtrlWasm/playCtrl3/noWorker/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.

0 commit comments

Comments
 (0)