We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea0a9f commit 28b341bCopy full SHA for 28b341b
android/ReleaseNotes.md
@@ -1,5 +1,17 @@
1
# Release Nodes
2
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
+
15
### 0.3.22
16
- 补齐transform对rotateZ的支持;
17
- Memory组件支持clearAll接口;
android/gradle.properties
@@ -16,4 +16,4 @@ publishArchivesType=3
# 发布配置信息
# GROUP_ID=com.didi.hummer
18
GROUP_ID=io.github.didi.hummer
19
-VERSION=0.3.22.4
+VERSION=0.3.23
0 commit comments