Skip to content

Commit

Permalink
chore(Android): android release version: 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bbssyyuui committed Mar 18, 2022
1 parent 932f1c6 commit 92ced97
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions android/ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Release Nodes

### 0.4.4
- 修复base64图片加载没有传入callback时报异常的问题;
- 修复placeholder和failedImage只在resize:'origin'模式下才生效的问题;
- 修复加载更多状态有时被误重置的问题;
- 修复SoftInputMode==adjustResize时,输入框获得焦点时键盘弹出又自动收起的问题;
- 修复proguard-annotations库冲突问题;
- 修复N-API-QJS版本JSContext销毁时偶现crash问题;
- 修复N-API-QJS版本GC过程中引发GC导致的crash问题;
- 修复纯QuickJS版本原生侧返回值到JS侧后JSValue对象被自动回收的问题;
- Image组件resize默认改成stretch;

### 0.4.2
- 支持VSCode插件调试功能;
- 支持Hummer项目的视图调试功能;
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.2.5
VERSION=0.4.4

0 comments on commit 92ced97

Please sign in to comment.