Skip to content

Commit 46cf1aa

Browse files
novlan1tdesign-bot
andauthored
chore: release tdesign-uniapp-chat 0.2.4 (#4508)
* chore: release tdesign-uniapp-chat 0.2.4 * chore: update CHANGELOG.md --------- Co-authored-by: tdesign-bot <tdesign@tencent.com>
1 parent db61ead commit 46cf1aa

5 files changed

Lines changed: 14 additions & 21 deletions

File tree

packages/tdesign-uniapp-chat/.changelog/pr-4390.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/tdesign-uniapp-chat/.changelog/pr-4410.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/tdesign-uniapp-chat/.changelog/pr-4506.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/tdesign-uniapp-chat/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ toc: false
55
docClass: timeline
66
---
77

8+
## 🌈 0.2.4 `2026-06-12`
9+
10+
### 🚀 Features
11+
12+
- `ChatMarkdown`: 新增 `streaming` 属性,表示流式输出配置项目,可用于控制尾部光标的显示与隐藏 @mimaoxiao ([#4390](https://github.com/Tencent/tdesign-miniprogram/pull/4390))
13+
- `ChatMessage`: `chatContentProps` 属性新增 `thinking` 配置项,支持透传给 `ChatThinking` 组件 @mimaoxiao ([#4410](https://github.com/Tencent/tdesign-miniprogram/pull/4410))
14+
15+
### 🐞 Bug Fixes
16+
17+
- `ChatMarkdown`: 支持表格横向滚动 @novlan1 ([#4506](https://github.com/Tencent/tdesign-miniprogram/pull/4506))
18+
- `ChatThinking`: 修复 `collapsed` 属性没有监听到的问题 @mimaoxiao ([#4410](https://github.com/Tencent/tdesign-miniprogram/pull/4410))
19+
820
## 🌈 0.2.3 `2026-04-09`
921

1022
### 🚀 Features

packages/tdesign-uniapp-chat/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tdesign/uniapp-chat",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"id": "tdesign-uniapp-chat",
55
"title": "tdesign-uniapp-chat",
66
"description": "TDesign Chat Component for UniApp",
@@ -145,4 +145,4 @@
145145
"eslint --fix"
146146
]
147147
}
148-
}
148+
}

0 commit comments

Comments
 (0)