Skip to content

Commit

Permalink
chore(Android): android release version: 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bbssyyuui committed Nov 10, 2021
1 parent 7614813 commit c0d3633
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions android/ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Release Nodes

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

### 0.4.1
- 支持N-API引擎;
- 更新混淆规则;
Expand Down
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ publishArchivesType=3
# 发布配置信息
# GROUP_ID=com.didi.hummer
GROUP_ID=io.github.didi.hummer
VERSION=0.4.1.10
VERSION=0.4.2
2 changes: 1 addition & 1 deletion android/hermes-debugger/upload.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ if (project.publishArchivesType == '1') {
} else if (project.publishArchivesType == '2') {
apply from: '../upload_jcenter.gradle'
} else if (project.publishArchivesType == '3') {
// apply from: '../upload_maven_central_aar.gradle'
apply from: '../upload_maven_central_aar.gradle'
}
2 changes: 1 addition & 1 deletion android/hummer-annotation/upload.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ if (project.publishArchivesType == '1') {
} else if (project.publishArchivesType == '2') {
apply from: '../upload_jcenter.gradle'
} else if (project.publishArchivesType == '3') {
// apply from: '../upload_maven_central_jar.gradle'
apply from: '../upload_maven_central_jar.gradle'
}
2 changes: 1 addition & 1 deletion android/hummer-compiler/upload.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ if (project.publishArchivesType == '1') {
} else if (project.publishArchivesType == '2') {
apply from: '../upload_jcenter.gradle'
} else if (project.publishArchivesType == '3') {
// apply from: '../upload_maven_central_jar.gradle'
apply from: '../upload_maven_central_jar.gradle'
}

0 comments on commit c0d3633

Please sign in to comment.