File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ toc: false
55spline : 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 ) )
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments