Skip to content

Commit 3f60725

Browse files
novlan1tdesign-bot
andauthored
chore: release tdesign-uniapp-chat 0.3.0 (#4596)
* chore: release tdesign-uniapp-chat 0.3.0 * chore: update @tdesign/uniapp-chat CHANGELOG.md --------- Co-authored-by: tdesign-bot <tdesign@tencent.com>
1 parent ec6ae3a commit 3f60725

4 files changed

Lines changed: 13 additions & 15 deletions

File tree

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

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

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

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

packages/tdesign-uniapp-chat/CHANGELOG.md

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

8+
## 🌈 0.3.0 `2026-08-06`
9+
10+
### 🚀 Features
11+
12+
- `ChatRecord`: 新增语音输入组件 @zydemail ([#4474](https://github.com/Tencent/tdesign-miniprogram/pull/4474))
13+
- `ChatSender`: 新增 `allowSpeech` 属性,表示是否允许语音输入 @zydemail ([#4474](https://github.com/Tencent/tdesign-miniprogram/pull/4474))
14+
15+
### 🐞 Bug Fixes
16+
17+
- `ChatMarkdown`: 修复 App 下粗体样式无法显示的问题 @novlan1 ([#4578](https://github.com/Tencent/tdesign-miniprogram/pull/4578))
18+
819
## 🌈 0.2.4 `2026-06-12`
920

1021
### 🚀 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.4",
3+
"version": "0.3.0",
44
"id": "tdesign-uniapp-chat",
55
"title": "tdesign-uniapp-chat",
66
"description": "TDesign Chat Component for Uniapp",
@@ -150,4 +150,4 @@
150150
"eslint --fix"
151151
]
152152
}
153-
}
153+
}

0 commit comments

Comments
 (0)