Skip to content

Commit 2d63018

Browse files
anlyyaotdesign-bot
andauthored
chore: release tdesign-miniprogram 1.14.0 (#4430)
* chore: release tdesign-miniprogram 1.14.0 * chore: update CHANGELOG.md --------- Co-authored-by: tdesign-bot <tdesign@tencent.com>
1 parent 10824e4 commit 2d63018

7 files changed

Lines changed: 15 additions & 32 deletions

File tree

packages/tdesign-miniprogram/.changelog/pr-4397.md

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

packages/tdesign-miniprogram/.changelog/pr-4410.md

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

packages/tdesign-miniprogram/.changelog/pr-4416.md

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

packages/tdesign-miniprogram/.changelog/pr-4423.md

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

packages/tdesign-miniprogram/.changelog/pr-4427.md

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

packages/tdesign-miniprogram/CHANGELOG.md

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

8+
## 🌈 1.14.0 `2026-04-24`
9+
10+
### 🚀 Features
11+
12+
- `ChatMessage`: `chatContentProps` 属性新增 `thinking` 配置项,支持透传给 `ChatThinking` 组件 @mimaoxiao ([#4410](https://github.com/Tencent/tdesign-miniprogram/pull/4410))
13+
- `Segmented`: 新增 `Segmented` 分段控制器组件 @anlyyao ([#4416](https://github.com/Tencent/tdesign-miniprogram/pull/4416))
14+
- `Table`: 新增 `Table` 表格组件 @novlan1 ([#4397](https://github.com/Tencent/tdesign-miniprogram/pull/4397))
15+
16+
### 🐞 Bug Fixes
17+
18+
- `Form`: 修复 `submit``firstError` 返回值错误 @liweijie0812 ([#4423](https://github.com/Tencent/tdesign-miniprogram/pull/4423))
19+
- `TabBar`: 修复 `badgeProps` 属性中的 `color``shape` 字段无效 @liweijie0812 ([#4427](https://github.com/Tencent/tdesign-miniprogram/pull/4427))
20+
821
## 🌈 1.13.2 `2026-04-09`
922

1023
### 🚀 Features

packages/tdesign-miniprogram/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tdesign-miniprogram",
3-
"version": "1.13.2",
3+
"version": "1.14.0",
44
"title": "tdesign-miniprogram",
55
"description": "TDesign Component for miniprogram",
66
"main": "miniprogram_dist/index.js",
@@ -28,4 +28,4 @@
2828
"author": "tdesign",
2929
"license": "MIT",
3030
"devDependencies": {}
31-
}
31+
}

0 commit comments

Comments
 (0)