Skip to content

Commit 9b1fcb0

Browse files
chore: release 1.15.4 (#3864)
* chore: release 1.15.4 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c22609a commit 9b1fcb0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

packages/tdesign-react/CHANGELOG.md

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

8+
## 🌈 1.15.4 `2025-10-01`
9+
### 🚀 Features
10+
- `ImageViewer`: 支持 `trigger` 传入图片 `index` 参数,trigger 的 `open` 方法参数可能与绑定的元素触发事件存在类型差异情况,若遇到此问题请改成 `()=> open()` 类似匿名函数使用 @betavs ([#3827](https://github.com/Tencent/tdesign-react/pull/3827))
11+
### 🐞 Bug Fixes
12+
- `Swiper`: 修复在移动端中点击导航条后自动播放失效的问题 @uyarn ([#3862](https://github.com/Tencent/tdesign-react/pull/3862))
13+
- `List`: 移除 `1.15.2` 版本引入的冗余代码造成开启虚拟滚动时初始化卡顿的问题 @RylanBot ([#3863](https://github.com/Tencent/tdesign-react/pull/3863))
14+
- `Select`: 移除 `1.15.2` 版本引入的冗余代码造成开启虚拟滚动时初始化卡顿的问题 @RylanBot ([#3863](https://github.com/Tencent/tdesign-react/pull/3863))
15+
816
## 🌈 1.15.3 `2025-09-29`
917
### 🐞 Bug Fixes
1018
- `Select`: 修复 `OptionGroup``style``className` 没有生效的问题 @uyarn ([#3855](https://github.com/Tencent/tdesign-react/pull/3855))

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

0 commit comments

Comments
 (0)