已合并
修改废弃接口animateTo为uiContext.animateTo #78
liu-haikang创建于 2025年6月12日
修改废弃接口animateTo为uiContext.animateTo #78
已合并
共 6 个文件变更+14-7
| @@ -1,3 +1,6 @@ | |||
| 1 | +## 2.1.3-rc.0 | ||
| 2 | +1.Change animateTo to uiContext.animateTo | ||
| 3 | + | ||
| 1 | ## 2.1.2 | 4 | ## 2.1.2 |
| 2 | 5 | ||
| 3 | 1. Modify external configuration items | 6 | 1. Modify external configuration items |
| @@ -4,7 +4,7 @@ | |||
| 4 | "name": "entry", | 4 | "name": "entry", |
| 5 | "description": "example description", | 5 | "description": "example description", |
| 6 | "repository": {}, | 6 | "repository": {}, |
| 7 | - "version": "2.1.2", | 7 | + "version": "2.1.3-rc.0", |
| 8 | "dependencies": { | 8 | "dependencies": { |
| 9 | "@ohos/pulltorefresh": "file:../library" | 9 | "@ohos/pulltorefresh": "file:../library" |
| 10 | } | 10 | } |
| @@ -14,7 +14,7 @@ | |||
| 14 | "main": "index.ets", | 14 | "main": "index.ets", |
| 15 | "repository": "https://gitcode.com/openharmony-sig/ohos_pull_to_refresh", | 15 | "repository": "https://gitcode.com/openharmony-sig/ohos_pull_to_refresh", |
| 16 | "type": "module", | 16 | "type": "module", |
| 17 | - "version": "2.1.2", | 17 | + "version": "2.1.3-rc.0", |
| 18 | "dependencies": {}, | 18 | "dependencies": {}, |
| 19 | "tags": [ | 19 | "tags": [ |
| 20 | "UI" | 20 | "UI" |