diff --git a/Documentation~/en/changelog.md b/Documentation~/en/changelog.md index 16736416..a6ff3a75 100644 --- a/Documentation~/en/changelog.md +++ b/Documentation~/en/changelog.md @@ -76,6 +76,12 @@ Highlights: * Perfect code comments and documentation * Fixed several issues +Extended features: + +* `UITable` adds the carousel function +* `UITable` adds data api and callback functions +* `Pie3DChart` optimizes rendering performance + Log details: * (2023.12.01) Fixed inaccurate display of Tooltip's `titleFormatter` set to `{b}` diff --git a/Documentation~/zh/changelog.md b/Documentation~/zh/changelog.md index c4aea062..007d2406 100644 --- a/Documentation~/zh/changelog.md +++ b/Documentation~/zh/changelog.md @@ -81,6 +81,12 @@ slug: /changelog * 完善代码注释和手册文档 * 修复若干问题 +扩展功能: + +* `UITable`增加轮播功能 +* `UITable`增加数据操作接口和回调函数 +* `Pie3DChart`优化绘制表现 + 日志详情: * (2023.12.01) 修复`Tooltip`的`titleFormatter`设置为`{b}`后显示不准确的问题