File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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- 更新混淆规则;
Original file line number Diff line number Diff line change @@ -19,4 +19,4 @@ publishArchivesType=3
1919# 发布配置信息
2020# GROUP_ID=com.didi.hummer
2121GROUP_ID =io.github.didi.hummer
22- VERSION =0.4.1.10
22+ VERSION =0.4.2
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments