Skip to content

Commit 278ec78

Browse files
committed
chore: add changelog route
1 parent 86bc442 commit 278ec78

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

packages/tdesign-react-aigc/CHANGELOG.en-US.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ spline: explain
1818
- **ChatMarkdown**: The issue of increased packaging size caused by dependency on CherryMarkdown has been significantly resolved. Highlighting for code blocks is no longer built-in; businesses need to introduce this functionality manually via configuration @LzhengH @carolin913 ([#4119](https://github.com/Tencent/tdesign-react/pull/4119)).
1919
- **ChatSender**: The `readyToSend` property now allows for pre-sending validation to be handled @LzhengH ([#4119](https://github.com/Tencent/tdesign-react/pull/4119).
2020

21-
### 📝 Documentation
22-
23-
- For **ChatEngine**, AI-friendly documentation has been added: AGENTS.md and llm.txt @carolin913 ([#4119](https://github.com/Tencent/tdesign-react/pull/4119))
24-
2521
## 🌈 1.0.0 `2026-11-20`
2622

2723
- Release 1st version

packages/tdesign-react-aigc/CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ spline: explain
1818
- `ChatMarkdown`: 大幅优化依赖CherryMarkdown造成的打包体积膨胀问题,**不再内置highlight代码块样式高亮**,需要业务自行引入配置 @LzhengH @carolin913 ([#4119](https://github.com/Tencent/tdesign-react/pull/4119))
1919
- `ChatSender`: 支持readyToSend可以接管发送前校验 @LzhengH ([#4119](https://github.com/Tencent/tdesign-react/pull/4119))
2020

21-
### 📝 Documentation
22-
23-
- `ChatEngine`: 增加AI友好型文档:AGENTS.md和llm.txt @carolin913 ([#4119](https://github.com/Tencent/tdesign-react/pull/4119))
24-
2521
## 🌈 1.0.0 `2026-11-20`
2622

2723
- Release 1st version

packages/tdesign-react-aigc/site/site.config.mjs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ export const docs = [
1818
path: '/react-chat/getting-started',
1919
component: () => import('./docs/getting-started.md'),
2020
},
21+
{
22+
title: '更新日志',
23+
titleEn: 'Changelog',
24+
name: 'changelog',
25+
path: '/react-chat/changelog',
26+
component: () => import('../CHANGELOG.md'),
27+
},
2128
{
2229
title: '什么是流式输出',
2330
titleEn: 'SSE',

0 commit comments

Comments
 (0)