We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a94969d commit 1c83245Copy full SHA for 1c83245
packages/tdesign-react/CHANGELOG.md
@@ -5,6 +5,10 @@ toc: false
5
spline: explain
6
---
7
8
+## 🌈 1.14.1 `2025-08-22`
9
+### 🐞 Bug Fixes
10
+- `Steps`: 修复 1.13.2 版本引起的 `theme !== default` 时重复渲染图标的问题 @RSS1102 ([#3748](https://github.com/Tencent/tdesign-react/pull/3748))
11
+
12
## 🌈 1.14.0 `2025-08-21`
13
### 🚀 Features
14
- `Tabs`: 将 `remove` 事件从删除图标移至外层容器, 保证替换图标功能正常使用,有覆盖删除图标样式请注意此变更 ⚠️ @RSS1102 ([#3736](https://github.com/Tencent/tdesign-react/pull/3736))
packages/tdesign-react/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "tdesign-react",
3
- "version": "1.14.0",
+ "version": "1.14.1",
4
"title": "tdesign-react",
"description": "TDesign Component for React",
"main": "lib/index.js",
0 commit comments