We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 932f1c6 commit 92ced97Copy full SHA for 92ced97
android/ReleaseNotes.md
@@ -1,5 +1,16 @@
1
# Release Nodes
2
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
+
14
### 0.4.2
15
- 支持VSCode插件调试功能;
16
- 支持Hummer项目的视图调试功能;
android/gradle.properties
@@ -19,4 +19,4 @@ publishArchivesType=3
19
# 发布配置信息
20
# GROUP_ID=com.didi.hummer
21
GROUP_ID=io.github.didi.hummer
22
-VERSION=0.4.2.5
+VERSION=0.4.4
0 commit comments