Releases: HuolalaTech/hll-wp-therouter-android
Releases · HuolalaTech/hll-wp-therouter-android
v1.3.1-rc5
- feature:
compose新增动态UI功能,见文档:https://therouter.cn/docs/2025/09/01/01
v1.3.1-rc4
- fix: 修复
compose跳转异常问题 #278
v1.3.1-rc3
v1.3.1-rc2
- fix: 兼容
AGP9.x版本 - fix: 修复
compose模块与library模块BuildConfig文件冲突问题
v1.3.1-rc1
feature: 支持 compose 构建模块,见文档【Compose 使用介绍】
fix: 修复多线程创建 Fragment 时的偶现崩溃问题 #267
发布1.3.0版本
整合1.3.0各个rc版本改动,总改动如下:
- feature: AGP8新增编译选项
forceIncremental和incrementalCachePath,详情见文档https://therouter.cn/docs/2024/07/22/01 - feature: 使用JDK17编译
- feature:
Fragment创建失败时添加异常信息到日志 @lukelmouse-github #252 - feature:
navigation()导航到Activity时,如果 path 不是一个Activity则只在 debug 环境报错,release 环境不跳转。 - feature: AGP8新增编译选项
removeClass,详情见文档 https://therouter.cn/docs/2024/07/22/01 - feature: 编译插件
cn.therouter.agp8标记废弃,统一替换为cn.therouter - feature: 支持 gradle configuration cache
- refactor: 调整
Kotlin语法,兼容K2编译器 - fix:修复同时注解
@Route、@ServiceProvider在一个类上并配置return type参数时编译报错 @clzd0792 #241 - fix: 修复二次编译时修改类名,
Multiple Activity to single Url必须手动 killjava进程的问题 #244 - fix: 修复多
app module工程,编译时路由表被合并的问题 #238
v1.3.0-rc8
- fix:修复编译时 plugin 偶现空指针问题
v1.3.0-rc6
- feature: AGP8新增编译选项
removeClass,详情见文档 https://therouter.cn/docs/2024/07/22/01 - feature: 编译插件
cn.therouter.agp8标记废弃,统一替换为cn.therouter - feature: 支持 gradle configuration cache
v1.3.0-rc5
- feature:
Fragment创建失败时添加异常信息到日志 @lukelmouse-github #252 - feature:
navigation()导航到Activity时,如果 path 不是一个Activity则只在 debug 环境报错,release 环境不跳转。 - refactor: 调整
Kotlin语法,兼容K2编译器