File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,17 @@ docClass: timeline
6
6
---
7
7
8
8
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
+
9
20
## 🌈 1.9.2 ` 2025-05-09 `
10
21
### 🐞 Bug Fixes
11
22
- ` PullDownRefresh ` : 修复配置 ` scroll-into-view ` 不生效问题 @Boomkaa ([ #3633 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3633 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tdesign-miniprogram" ,
3
3
"purename" : " tdesign" ,
4
- "version" : " 1.9.2 " ,
4
+ "version" : " 1.9.3 " ,
5
5
"description" : " tdesign-miniprogram" ,
6
6
"title" : " tdesign-miniprogram" ,
7
7
"main" : " miniprogram_dist/index.js" ,
133
133
" eslint --fix"
134
134
]
135
135
}
136
- }
136
+ }
You can’t perform that action at this time.
0 commit comments