We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88390ef commit 55e33f8Copy full SHA for 55e33f8
packages/tdesign-react/CHANGELOG.md
@@ -5,6 +5,10 @@ toc: false
5
spline: explain
6
---
7
8
+## 🌈 1.14.4 `2025-08-26`
9
+### 🐞 Bug Fixes
10
+- `fix`: 修复 SSR 渲染的相关问题 @uyarn ([#3762](https://github.com/Tencent/tdesign-react/pull/3762))
11
+
12
## 🌈 1.14.3 `2025-08-26`
13
### 🐞 Bug Fixes
14
- `Pagination`: 修复跳转图标没有重置回正确状态的问题 @phalera ([#3758](https://github.com/Tencent/tdesign-react/pull/3758))
packages/tdesign-react/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "tdesign-react",
3
- "version": "1.14.3",
+ "version": "1.14.4",
4
"title": "tdesign-react",
"description": "TDesign Component for React",
"main": "lib/index.js",
0 commit comments