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 9879773 commit c3f033cCopy full SHA for c3f033c
android/ReleaseNotes.md
@@ -1,6 +1,12 @@
1
# Release Nodes
2
3
-### 0.3.21.1
+### 0.3.22
4
+- 补齐transform对rotateZ的支持;
5
+- Memory组件支持clearAll接口;
6
+- 支持边框盒的盒模型;
7
+- 修复cli日志无法打印生命周期销毁的日志的问题;
8
+
9
+### 0.3.21.5
10
- 升级QuickJS至最新版2021-03-27,并且优化JS和Native异常堆栈输出信息;
11
- 修复首次进入页面时,轮播组件的回调会回调两次的问题;
12
- 修复Scroller直接不支持justifyContent、alignItems、padding等flex属性的问题;
android/gradle.properties
@@ -15,4 +15,4 @@ publishArchivesType=1
15
16
# 发布配置信息
17
GROUP_ID=com.didi.hummer
18
-VERSION=0.3.21.5
+VERSION=0.3.22
0 commit comments