Skip to content

Commit c0d3633

Browse files
committed
chore(Android): android release version: 0.4.2
1 parent 7614813 commit c0d3633

5 files changed

Lines changed: 18 additions & 4 deletions

File tree

android/ReleaseNotes.md

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

3+
### 0.4.2
4+
- 支持VSCode插件调试功能;
5+
- 支持Hummer项目的视图调试功能;
6+
- 修复local reference overflow问题;
7+
- 修复List和ViewPager组件可能引起的类型转换crash问题;
8+
- 修复Input组件失焦时键盘自动收起的问题;
9+
- 修复List和Scroller组件滑动时键盘可能无法消失的问题;
10+
- 修复List组件scrollToPosition不准的问题;
11+
- Dialog组件新增lowLayer属性,支持把对话框层级调低至系统默认对话框之下;
12+
- Memory和Storage组件新增getAll、allKeys方法;
13+
- Hummer.loadScriptWithUrl支持相对路径;
14+
- 边框颜色默认值改为黑色,和iOS对齐;
15+
- 兼容子控件被重复添加至多个父容器的问题;
16+
317
### 0.4.1
418
- 支持N-API引擎;
519
- 更新混淆规则;

android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ publishArchivesType=3
1919
# 发布配置信息
2020
# GROUP_ID=com.didi.hummer
2121
GROUP_ID=io.github.didi.hummer
22-
VERSION=0.4.1.10
22+
VERSION=0.4.2

android/hermes-debugger/upload.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ if (project.publishArchivesType == '1') {
33
} else if (project.publishArchivesType == '2') {
44
apply from: '../upload_jcenter.gradle'
55
} else if (project.publishArchivesType == '3') {
6-
// apply from: '../upload_maven_central_aar.gradle'
6+
apply from: '../upload_maven_central_aar.gradle'
77
}

android/hummer-annotation/upload.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ if (project.publishArchivesType == '1') {
33
} else if (project.publishArchivesType == '2') {
44
apply from: '../upload_jcenter.gradle'
55
} else if (project.publishArchivesType == '3') {
6-
// apply from: '../upload_maven_central_jar.gradle'
6+
apply from: '../upload_maven_central_jar.gradle'
77
}

android/hummer-compiler/upload.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ if (project.publishArchivesType == '1') {
33
} else if (project.publishArchivesType == '2') {
44
apply from: '../upload_jcenter.gradle'
55
} else if (project.publishArchivesType == '3') {
6-
// apply from: '../upload_maven_central_jar.gradle'
6+
apply from: '../upload_maven_central_jar.gradle'
77
}

0 commit comments

Comments
 (0)