File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,17 @@ docClass: timeline
66---
77
88
9+ ## 🌈 1.9.3 ` 2025-05-23 `
10+ ### 🐞 Bug Fixes
11+ - ` Slider ` : 修复设置 ` min ` 值后 ` marks ` 刻度对应位置错误的问题 @betavs ([ #3653 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3653 ) )
12+ - ` DateTimePicker ` : 修复勾选 SWC 编译脚本文件时组件功能异常 @Boomkaa ([ #3654 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3654 ) )
13+ - ` ColorPicker ` : 修复勾选 SWC 编译脚本文件时组件功能异常 @betavs ([ #3654 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3654 ) )
14+ - ` Link ` : 修复在 ` navigatorProps ` 中只指定 ` appId ` 或者 ` shortLink ` 且 ` target="miniProgram" ` 时样式为禁用状态的问题 @CrazyOrr @betavs ([ #3643 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3643 ) )
15+ - ` TreeSelect ` : 修复 ` customValue ` 为空数组时多选报错 @anlyyao ([ #3662 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3662 ) )
16+ ### 🚧 Others
17+ - ` fix ` : 修复 1.9.0 导致的组件类型丢失问题 @anlyyao ([ #3661 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3661 ) )
18+
19+
920## 🌈 1.9.2 ` 2025-05-09 `
1021### 🐞 Bug Fixes
1122- ` PullDownRefresh ` : 修复配置 ` scroll-into-view ` 不生效问题 @Boomkaa ([ #3633 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3633 ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " tdesign-miniprogram" ,
33 "purename" : " tdesign" ,
4- "version" : " 1.9.2 " ,
4+ "version" : " 1.9.3 " ,
55 "description" : " tdesign-miniprogram" ,
66 "title" : " tdesign-miniprogram" ,
77 "main" : " miniprogram_dist/index.js" ,
133133 " eslint --fix"
134134 ]
135135 }
136- }
136+ }
You can’t perform that action at this time.
0 commit comments