Skip to content

Commit 28b341b

Browse files
committed
feat(Android): android release version: 0.3.23
1 parent 2ea0a9f commit 28b341b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

android/ReleaseNotes.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Release Nodes
22

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

android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ publishArchivesType=3
1616
# 发布配置信息
1717
# GROUP_ID=com.didi.hummer
1818
GROUP_ID=io.github.didi.hummer
19-
VERSION=0.3.22.4
19+
VERSION=0.3.23

0 commit comments

Comments
 (0)