Skip to content

Commit 02d1eeb

Browse files
chore: release 1.15.5 (#3874)
* chore: release 1.15.5 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c7731ae commit 02d1eeb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

packages/tdesign-react/CHANGELOG.md

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

8+
## 🌈 1.15.5 `2025-10-05`
9+
### 🐞 Bug Fixes
10+
- `Watermark`: 修复 `1.15.2` 版本 SSR 场景下使用的问题 @Wesley-0808([#3873](https://github.com/Tencent/tdesign-react/pull/3873))
11+
- `Descriptions`: 修复无边框模式下的边距问题 @liweijie0812 ([#3873](https://github.com/Tencent/tdesign-react/pull/3873))
12+
813
## 🌈 1.15.4 `2025-10-01`
914
### 🚀 Features
1015
- `ImageViewer`: 支持 `trigger` 传入图片 `index` 参数,trigger 的 `open` 方法参数可能与绑定的元素触发事件存在类型差异情况,若遇到此问题请改成 `()=> open()` 类似匿名函数使用 @betavs ([#3827](https://github.com/Tencent/tdesign-react/pull/3827))

packages/tdesign-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tdesign-react",
3-
"version": "1.15.4",
3+
"version": "1.15.5",
44
"title": "tdesign-react",
55
"description": "TDesign Component for React",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)