This commit is contained in:
monitor1394
2023-09-03 23:53:00 +08:00
parent c8cb47da63
commit 5d5f32b55e
6 changed files with 228 additions and 152 deletions

View File

@@ -6,6 +6,7 @@ slug: /changelog
# 更新日志
[master](#master)
[v3.8.0](#v380)
[v3.7.0](#v370)
[v3.6.0](#v360)
[v3.5.0](#v350)
@@ -67,6 +68,8 @@ slug: /changelog
## master
## v3.8.0
版本要点:
* 重构`Animation`动画系统,增加`新增动画``交互动画`的支持
@@ -75,10 +78,12 @@ slug: /changelog
* 完善`Chart`的鼠标交互回调
* 增加`LabelLine`可固定横坐标的功能
* 增加`GridLayout`网格布局组件
* 修复千年老问题开启TMP后更新版本会报错的问题
* 增加`Tooltip``Auto`类型
* 优化和修复若干其他问题
日志详情:
* (2023.09.03) 发布`v3.8.0`版本
* (2023.09.01) 增加`Tooltip``Auto`自动设置显示类型和触发类型
* (2023.08.29) 增加`Ring``gridIndex`支持设置指定网格
* (2023.08.29) 增加`Radar``gridIndex`支持设置指定网格