Pre Merge pull request !395 from zgf/3.x

This commit is contained in:
zgf 2024-09-30 08:19:44 +00:00 committed by Gitee
commit 8d6935d33d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
## 3.0.2
## 3.0.2-rc.2
- ImageKnifeAnimatorComponent新增开始、结束、暂停的回调事件
- 文件缓存数量负数和超过INT最大值时默认为INT最大值
- 修复宽高不等svg图片显示有毛边

View File

@ -14,7 +14,7 @@
"main": "index.ets",
"repository": "https://gitee.com/openharmony-tpc/ImageKnife",
"type": "module",
"version": "3.0.2",
"version": "3.0.2-rc.2",
"dependencies": {
"@ohos/gpu_transform": "^1.0.2"
},