1.更新版本号2.1.1-rc.3,更新CHANGELOG.md
Signed-off-by: zhoulisheng <635547767@qq.com>
This commit is contained in:
parent
6d0cd4b897
commit
793c564a52
|
@ -3,7 +3,7 @@
|
||||||
"bundleName": "com.openharmony.imageknife",
|
"bundleName": "com.openharmony.imageknife",
|
||||||
"vendor": "example",
|
"vendor": "example",
|
||||||
"versionCode": 1000000,
|
"versionCode": 1000000,
|
||||||
"versionName": "2.1.1-rc.2",
|
"versionName": "2.1.1-rc.3",
|
||||||
"icon": "$media:app_icon",
|
"icon": "$media:app_icon",
|
||||||
"label": "$string:app_name",
|
"label": "$string:app_name",
|
||||||
"distributedNotificationEnabled": true
|
"distributedNotificationEnabled": true
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
## 2.1.1-rc.3
|
||||||
|
|
||||||
|
- 门面类ImageKnife新增pauseRequests接口,全局暂停请求
|
||||||
|
- 门面类ImageKnife新增resumeRequests接口,全局恢复暂停
|
||||||
|
|
||||||
## 2.1.1-rc.2
|
## 2.1.1-rc.2
|
||||||
|
|
||||||
- gif解码改为imageSource解码,不在对worker强依赖
|
- gif解码改为imageSource解码,不在对worker强依赖
|
||||||
|
|
|
@ -37,7 +37,7 @@ ohpm install @ohos/imageknife
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "",
|
"license": "",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ohos/imageknife": "^2.1.1-rc.2"
|
"@ohos/imageknife": "^2.1.1-rc.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"name": "entry",
|
"name": "entry",
|
||||||
"description": "example description",
|
"description": "example description",
|
||||||
"repository": {},
|
"repository": {},
|
||||||
"version": "2.1.1-rc.2",
|
"version": "2.1.1-rc.3",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ohos/imageknife": "file:../imageknife",
|
"@ohos/imageknife": "file:../imageknife",
|
||||||
"@ohos/disklrucache": "^2.0.2-rc.0"
|
"@ohos/disklrucache": "^2.0.2-rc.0"
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
"main": "index.ets",
|
"main": "index.ets",
|
||||||
"repository": "https://gitee.com/openharmony-tpc/ImageKnife",
|
"repository": "https://gitee.com/openharmony-tpc/ImageKnife",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "2.1.1-rc.2",
|
"version": "2.1.1-rc.3",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ohos/disklrucache": "^2.0.2-rc.0",
|
"@ohos/disklrucache": "^2.0.2-rc.0",
|
||||||
"@ohos/svg": "^2.1.1-rc.0",
|
"@ohos/svg": "^2.1.1-rc.0",
|
||||||
|
|
|
@ -6,6 +6,6 @@
|
||||||
"name": "imageknife",
|
"name": "imageknife",
|
||||||
"description": "example description",
|
"description": "example description",
|
||||||
"repository": {},
|
"repository": {},
|
||||||
"version": "2.1.1-rc.2",
|
"version": "2.1.1-rc.3",
|
||||||
"dependencies": {}
|
"dependencies": {}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue