Skip to content

Commit 92ced97

Browse files
committed
chore(Android): android release version: 0.4.4
1 parent 932f1c6 commit 92ced97

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

android/ReleaseNotes.md

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

3+
### 0.4.4
4+
- 修复base64图片加载没有传入callback时报异常的问题;
5+
- 修复placeholder和failedImage只在resize:'origin'模式下才生效的问题;
6+
- 修复加载更多状态有时被误重置的问题;
7+
- 修复SoftInputMode==adjustResize时,输入框获得焦点时键盘弹出又自动收起的问题;
8+
- 修复proguard-annotations库冲突问题;
9+
- 修复N-API-QJS版本JSContext销毁时偶现crash问题;
10+
- 修复N-API-QJS版本GC过程中引发GC导致的crash问题;
11+
- 修复纯QuickJS版本原生侧返回值到JS侧后JSValue对象被自动回收的问题;
12+
- Image组件resize默认改成stretch;
13+
314
### 0.4.2
415
- 支持VSCode插件调试功能;
516
- 支持Hummer项目的视图调试功能;

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.2.5
22+
VERSION=0.4.4

0 commit comments

Comments
 (0)