mirror of
https://github.com/BetterAndroid/Hikage.git
synced 2025-09-04 01:35:33 +08:00
3.0 KiB
3.0 KiB
更新日志
这里记录了
Hikage
的版本更新历史。
::: danger
我们只会对最新的 API 版本进行维护,若你正在使用过时的 API 版本则代表你自愿放弃一切维护的可能性。
:::
hikage-core
1.0.2 | 2025.08.24
- 将 Java 反射相关行为由 YukiReflection 迁移至 KavaRef
- 适配 Android 16 (API 36),解决了 Android 16 上
XmlBlock
的崩溃问题 - 优化布局性能,移除了不必要的内联操作,对反射操作增加缓存
HikageView
和HikageViewDeclaration
新增final
参数以配合hikage-compiler
实现新功能Widgets
新增SurfaceView
和WebView
内置组件Widgets
调整部分组件为final
1.0.1 | 2025.05.06
- 修复 KSP 源码没有成功发布的问题
- 新增状态管理功能
1.0.0 | 2025.04.20
- 首个版本提交至 Maven
hikage-compiler
1.0.1 | 2025.08.24
- 新增对
HikageView
和HikageViewDeclaration
的final
参数的支持,详情请参考文档的相关用法
1.0.0 | 2025.04.20
- 首个版本提交至 Maven
hikage-extension
1.0.1 | 2025.08.24
- 将 Java 反射相关行为由 YukiReflection 迁移至 KavaRef
ViewGroup
新增对addView
的泛型ViewGroup.LayoutParams
支持
1.0.0 | 2025.04.20
- 首个版本提交至 Maven
hikage-extension-betterandroid
1.0.1 | 2025.08.24
- 适配了
BetterAndroid
解耦合后的ui-component
和ui-component-adapter
1.0.0 | 2025.04.20
- 首个版本提交至 Maven
hikage-extension-compose
1.0.0 | 2025.04.20
- 首个版本提交至 Maven
hikage-widget-androidx
1.0.1 | 2025.08.24
ConstraintLayout
新增MotionLayout
、ImageFilterButton
、ImageFilterView
、MockView
、MotionButton
、MotionLabel
、MotionTelltales
组件- 调整部分组件为
final
1.0.0 | 2025.04.20
- 首个版本提交至 Maven
hikage-widget-material
1.0.1 | 2025.08.24
- 调整部分组件为
final
1.0.0 | 2025.04.20
- 首个版本提交至 Maven