Skip to content

Commit 440b8ea

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

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.en-US.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ tag: vVERSION
2828

2929
### @ant-design/x-markdown
3030

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)
31+
- 🆕 XMarkdown streaming rendering adds `tail` configuration, supporting custom tail content and custom tail components while avoiding tail rendering before incomplete components. [#1296](https://github.com/ant-design/x/pull/1296) by [Div627](https://github.com/Div627)
3232
- 🐛 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)
3333
- 🛠 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)
3434
- 📖 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)

CHANGELOG.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ tag: vVERSION
2626

2727
### @ant-design/x-markdown
2828

29-
- 🆕 XMarkdown 流式渲染新增 `tail` 配置,支持自定义尾缀内容与尾缀组件,并避免尾缀出现在未完成组件之前。[`46873e14`](https://github.com/ant-design/x/commit/46873e14ac660e624730d26ff43b2dac4166f97a)[Div627](https://github.com/Div627) 提交
29+
- 🆕 XMarkdown 流式渲染新增 `tail` 配置,支持自定义尾缀内容与尾缀组件,并避免尾缀出现在未完成组件之前。[#1296](https://github.com/ant-design/x/pull/1296)[Div627](https://github.com/Div627) 提交
3030
- 🐛 修复 XMarkdown 自定义组件流式状态识别问题,正确处理 void elements,并隔离同名组件多实例的 `streamStatus`[#1590](https://github.com/ant-design/x/pull/1590)[Last-Order](https://github.com/Last-Order) 提交
3131
- 🛠 导出 XMarkdown 的 `StreamCacheTokenType` 类型,便于外部复用流式渲染相关类型。[#1592](https://github.com/ant-design/x/pull/1592)[Last-Order](https://github.com/Last-Order) 提交
3232
- 📖 新增 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) 提交

0 commit comments

Comments
 (0)