Skip to content

Commit

Permalink
feat(Android): android release version: 0.3.23
Browse files Browse the repository at this point in the history
  • Loading branch information
bbssyyuui committed Jul 22, 2021
1 parent 2ea0a9f commit 28b341b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions android/ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Release Nodes

### 0.3.23
- 修复TextArea组件在达到最大行数时输入回车,重复触发input事件的问题;
- 修复quickjs引擎在debug模式下出现stackoverflow的问题;
- 修复List组件加载更多滑到没有数据之后,无法再重置为可加载更多的状态的问题;
- 修复View.insertBefore和View.replaceChild处理子元素超出父视图的问题;
- 修复Request组件返回值两端不一致的问题;
- Image组件支持图片加载回调;
- Storage组件支持namespace隔离,并增加removeAll方法;
- Location组件定位坐标系转换(WGS-84 -> GCJ-02);
- 支持MavenCentral发布;
- 整理核心链路埋点事件;

### 0.3.22
- 补齐transform对rotateZ的支持;
- Memory组件支持clearAll接口;
Expand Down
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ publishArchivesType=3
# 发布配置信息
# GROUP_ID=com.didi.hummer
GROUP_ID=io.github.didi.hummer
VERSION=0.3.22.4
VERSION=0.3.23

0 comments on commit 28b341b

Please sign in to comment.