Skip to content

Commit

Permalink
CHG:8.1.4版本发布
Browse files Browse the repository at this point in the history
  • Loading branch information
RaconXXY committed Jan 7, 2025
1 parent 09f647a commit 6a0454b
Show file tree
Hide file tree
Showing 7 changed files with 62 additions and 40 deletions.
27 changes: 20 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
node_modules/
dist/
build/
.cache
# misc
.DS_Store

node_modules
coverage
.nyc_output
.DS_Store
*.log
.vscode
.idea
dist
compiled
.awcache
.rpt2_cache
docs
stats.html
.DS_Store
.idea
.vscode
.setting
build/
npm-debug.log*
npm-error.log*
yarn-debug.log*
yarn-error.log*
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v8.1.4(2025-01-07)

#### Feat

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

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

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

#### Feat
Expand Down Expand Up @@ -59,6 +67,7 @@
## v8.0.12(2024-10-14)

- 新增备用机房地址获取逻辑

- 取流失败、断流时使用备用机房发起取流请求,提高可用性保障

- 清晰度切换逻辑优化
Expand Down
18 changes: 9 additions & 9 deletions demos/base-demo/ezuikit.js

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions ezuikit.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions index.esm.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions index.js

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "ezuikit-js",
"version": "8.1.3",
"version": "8.1.4",
"description": "ezuikit javascript for npm",
"main": "index.js",
"module": "index.esm.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm.git"
"url": "git+https://github.com/Hikvision-Ezviz/EZUIKit-JavaScript-npm.git"
},
"author": "Ezviz-OpenBiz",
"files": [
Expand All @@ -26,7 +26,7 @@
"open"
],
"dependencies": {
"@ezuikit/player-ezopen": "8.1.3-beta.5",
"@ezuikit/player-ezopen": "8.1.4-beta.3",
"@ezuikit/utils-collect": "0.1.0",
"@ezuikit/utils-tools": "^1.0.4",
"@juggle/resize-observer": "^3.4.0",
Expand All @@ -36,12 +36,12 @@
"formdata-polyfill": "^4.0.10",
"jquery": "^3.3.1",
"lodash-es": "^4.17.21",
"screenfull": "5.2.0",
"screenfull": "^5.2.0",
"uuid": "^8.3.0"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm/issues"
"url": "https://github.com/Hikvision-Ezviz/EZUIKit-JavaScript-npm/issues"
},
"homepage": "https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm#readme"
}
"homepage": "https://github.com/Hikvision-Ezviz/EZUIKit-JavaScript-npm#readme"
}

0 comments on commit 6a0454b

Please sign in to comment.