Skip to content

Commit

Permalink
feat(Android): android release version: 0.3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
bbssyyuui committed Apr 23, 2021
1 parent 33e2a18 commit 6945a06
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions android/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
### 0.3.19
- 修复Loading对话框和自定义对话框在某些机型上没有去除默认背景的问题;
- 修复HotLoad时偶现的StackOverflow问题;
- 修复ViewPager在触发touch事件时偶现index out of range问题;
- 修复ViewPager动态改变canLoop属性时出现crash的问题;
- 修复退出页面时抛出JS异常时导致原生crash的问题;
- 修复横向List组件item宽度撑满全屏的问题;
- 修复List组件在瀑布流模式下滑动过程中自动执行动画后,item间距错乱的问题;
- 修复默认Storage适配器再初始化配置时的空指针问题;
- 修复加载本地.9图时无法自动拉伸的问题,改用原生加载方式;
- 支持命令行窗口直接显示日志,代码热更新支持断开重连;
- 升级Hermes调试引擎;

### 0.3.18
- 去除对 blankj.utilcode 库的依赖,减小包体积,减少sdk接入时的冲突;
Expand Down
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ publishArchivesType=2

# 发布配置信息
GROUP_ID=com.didi.hummer
VERSION=0.3.18.7
VERSION=0.3.19

0 comments on commit 6945a06

Please sign in to comment.