From 92ced977ffaf837c822e920c7ee1d2ff1f8c7777 Mon Sep 17 00:00:00 2001 From: XiaoFeng Date: Fri, 18 Mar 2022 15:20:07 +0800 Subject: [PATCH] chore(Android): android release version: 0.4.4 --- android/ReleaseNotes.md | 11 +++++++++++ android/gradle.properties | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/android/ReleaseNotes.md b/android/ReleaseNotes.md index 4d7ed0f0c..827942549 100644 --- a/android/ReleaseNotes.md +++ b/android/ReleaseNotes.md @@ -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项目的视图调试功能; diff --git a/android/gradle.properties b/android/gradle.properties index 8344fd0bc..1c2f80542 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -19,4 +19,4 @@ publishArchivesType=3 # 发布配置信息 # GROUP_ID=com.didi.hummer GROUP_ID=io.github.didi.hummer -VERSION=0.4.2.5 \ No newline at end of file +VERSION=0.4.4 \ No newline at end of file