Skip to content

Commit c3f033c

Browse files
committed
feat(Android): android release version: 0.3.22
1 parent 9879773 commit c3f033c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

android/ReleaseNotes.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Release Nodes
22

3-
### 0.3.21.1
3+
### 0.3.22
4+
- 补齐transform对rotateZ的支持;
5+
- Memory组件支持clearAll接口;
6+
- 支持边框盒的盒模型;
7+
- 修复cli日志无法打印生命周期销毁的日志的问题;
8+
9+
### 0.3.21.5
410
- 升级QuickJS至最新版2021-03-27,并且优化JS和Native异常堆栈输出信息;
511
- 修复首次进入页面时,轮播组件的回调会回调两次的问题;
612
- 修复Scroller直接不支持justifyContent、alignItems、padding等flex属性的问题;

android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ publishArchivesType=1
1515

1616
# 发布配置信息
1717
GROUP_ID=com.didi.hummer
18-
VERSION=0.3.21.5
18+
VERSION=0.3.22

0 commit comments

Comments
 (0)