Skip to content

Commit 75cb5fd

Browse files
chore: release 1.15.6 (#3877)
* chore: release 1.15.6 * chore: changelog's changes * chore: update CHANGELOG --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 108d7e1 commit 75cb5fd

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,10 @@ toc: false
55
spline: explain
66
---
77

8+
## 🌈 1.15.6 `2025-10-10`
9+
### 🐞 Bug Fixes
10+
- `VirtualScroll`: 修复引入虚拟滚动的组件在使用子组件配合异步请求场景的组件告警问题 @uyarn ([#3876](https://github.com/Tencent/tdesign-react/pull/3876))
11+
812
## 🌈 1.15.5 `2025-10-05`
913
### 🐞 Bug Fixes
1014
- `Watermark`: 修复 `1.15.2` 版本 SSR 场景下使用的问题 @Wesley-0808([#3873](https://github.com/Tencent/tdesign-react/pull/3873))
@@ -1313,3 +1317,4 @@ spline: explain
13131317
前往 [GitHub](https://github.com/Tencent/tdesign-react/blob/develop/packages/tdesign-react/CHANGELOG-0.x.md) 查看 `0.x` 更新日志
13141318

13151319

1320+

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.5",
3+
"version": "1.15.6",
44
"title": "tdesign-react",
55
"description": "TDesign Component for React",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)