Skip to content

Commit 7f384a9

Browse files
authored
chore: supplement to the 2.4.0 changelog (#1823)
* fix: fix ci * feat: changelog
1 parent e57cc46 commit 7f384a9

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

CHANGELOG.en-US.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ tag: vVERSION
2626
- 🔥 New component Folder. [#1797](https://github.com/ant-design/x/pull/1797) by [kimteayon](https://github.com/kimteayon)
2727
- 🆕 Enhanced FileCard's `description`, `mask`, and `onClick` configuration capabilities. [#1807](https://github.com/ant-design/x/pull/1807) by [kimteayon](https://github.com/kimteayon)
2828

29+
### @ant-design/x-markdown
30+
31+
- 🆕 XMarkdown streaming rendering adds `tail` configuration, supporting custom tail content and custom tail components while avoiding tail rendering before incomplete components. [`46873e14`](https://github.com/ant-design/x/commit/46873e14ac660e624730d26ff43b2dac4166f97a) by [Div627](https://github.com/Div627)
32+
- 🐛 Fixed XMarkdown custom component streaming state detection to correctly handle void elements and isolate `streamStatus` across multiple instances with the same component name. [#1590](https://github.com/ant-design/x/pull/1590) by [Last-Order](https://github.com/Last-Order)
33+
- 🛠 Exported XMarkdown's `StreamCacheTokenType` type for external reuse of streaming-related types. [#1592](https://github.com/ant-design/x/pull/1592) by [Last-Order](https://github.com/Last-Order)
34+
- 📖 Added XMarkdown Playground and refreshed the streaming, examples, and data-display documentation, including the AntV Infographic example. [#1779](https://github.com/ant-design/x/pull/1779) by [Div627](https://github.com/Div627), [#1780](https://github.com/ant-design/x/pull/1780) by [Div627](https://github.com/Div627), [#1814](https://github.com/ant-design/x/pull/1814) by [Div627](https://github.com/Div627)
35+
2936
### @ant-design/x-skill
3037

3138
- 🆕 Released x-markdown skill. [#1813](https://github.com/ant-design/x/pull/1813) by [Div627](https://github.com/Div627)

CHANGELOG.zh-CN.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ tag: vVERSION
2424
- 🔥 新组件 Folder。[#1797](https://github.com/ant-design/x/pull/1797)[kimteayon](https://github.com/kimteayon) 提交
2525
- 🆕 强化 FileCard 的 `description``mask``onClick` 配置的能力。[#1807](https://github.com/ant-design/x/pull/1807)[kimteayon](https://github.com/kimteayon) 提交
2626

27+
### @ant-design/x-markdown
28+
29+
- 🆕 XMarkdown 流式渲染新增 `tail` 配置,支持自定义尾缀内容与尾缀组件,并避免尾缀出现在未完成组件之前。[`46873e14`](https://github.com/ant-design/x/commit/46873e14ac660e624730d26ff43b2dac4166f97a)[Div627](https://github.com/Div627) 提交
30+
- 🐛 修复 XMarkdown 自定义组件流式状态识别问题,正确处理 void elements,并隔离同名组件多实例的 `streamStatus`[#1590](https://github.com/ant-design/x/pull/1590)[Last-Order](https://github.com/Last-Order) 提交
31+
- 🛠 导出 XMarkdown 的 `StreamCacheTokenType` 类型,便于外部复用流式渲染相关类型。[#1592](https://github.com/ant-design/x/pull/1592)[Last-Order](https://github.com/Last-Order) 提交
32+
- 📖 新增 XMarkdown Playground,并重构 streaming、examples、data-display 文档,补充 AntV Infographic 示例。[#1779](https://github.com/ant-design/x/pull/1779)[Div627](https://github.com/Div627) 提交、[#1780](https://github.com/ant-design/x/pull/1780)[Div627](https://github.com/Div627) 提交、[#1814](https://github.com/ant-design/x/pull/1814)[Div627](https://github.com/Div627) 提交
33+
2734
### @ant-design/x-skill
2835

2936
- 🆕 发布 x-markdown skill。[#1813](https://github.com/ant-design/x/pull/1813)[Div627](https://github.com/Div627) 提交

0 commit comments

Comments
 (0)