Skip to content

Commit e5abf9d

Browse files
committed
fix(Android): android release version: 0.4.5
1 parent c3adc14 commit e5abf9d

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

android/ReleaseNotes.md

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

3+
### 0.4.5
4+
- 新增HummerDelegate,可用于非集成式Hummer容器;
5+
- 新增FontAdapter,可自定义字体文件来源;
6+
- 新增DevTools网络拦截模块,可查看Hummer网络请求数据;
7+
- 新增异步字节码模式,可通过setSupportBytecode设置,默认为false;
8+
- JS引擎改用单Runtime多Context模式;
9+
- 修复某些情况下输入框获得焦点时键盘弹出又自动收起的问题;
10+
- 修复通过NotifyCenter.addEventListener添加callback后,无法通过removeEventListener移除掉指定callback的问题;
11+
- 修复List组件无法自适应高度的问题;
12+
- 修复KeyframeAnimation的repeatCount和repeatMode不准的问题;
13+
- 重写环境变量初始化逻辑,去序列化,提升性能;修复环境变量更新时的一个bug;
14+
- 修复Tenon项目中引发的Error信息无法打印的问题;
15+
- 修复多个页面同时打开时,只能有一个页面响应热重载的问题;
16+
317
### 0.4.4
418
- 修复base64图片加载没有传入callback时报异常的问题;
519
- 修复placeholder和failedImage只在resize:'origin'模式下才生效的问题;

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.4.5
22+
VERSION=0.4.5

0 commit comments

Comments
 (0)