File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,18 @@ docClass: timeline
66---
77
88
9+ ## 🌈 1.9.4 ` 2025-05-29 `
10+ ### 🚀 Features
11+ - ` Input ` : ` cursor ` 属性默认值取 ` -1 ` ,确保光标在 ` value ` 值末尾 @anlyyao ([ #3672 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3672 ) )
12+ - ` Search ` : ` cursor ` 属性默认值取 ` -1 ` ,确保光标在 ` value ` 值末尾 @anlyyao ([ #3672 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3672 ) )
13+ - ` TreeSelect ` : 允许 ` options ` 的 ` children ` 未定义,同时增强 ` keys ` 属性,支持为 ` disabled / children ` 字段自定义别名 @anlyyao ([ #3671 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3671 ) )
14+ ### 🐞 Bug Fixes
15+ - ` Calendar ` : 修复当 ` switchMode !== 'none' ` 时,重置空值后选中的状态未更新的问题 @betavs ([ #3676 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3676 ) )
16+ - ` Tabs ` : 修复 1.8.8 中 ` bottomLineMode ` 为 ` auto/full ` 时线宽计算错误 @anlyyao ([ #3668 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3668 ) )
17+ - ` ImageViewer ` : 修复图片懒加载无效 。同时新增 ` lazy ` 属性,开启后会预加载当前图片、相邻图片 @anlyyao ([ #3674 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3674 ) )
18+ - ` Upload ` : 修复 ` max = 0 ` 时上传数量仍受限,以及 ` max = 0 和 source="messageFile" ` 时无法上传的问题 @anlyyao ([ #3679 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3679 ) )
19+
20+
921## 🌈 1.9.3 ` 2025-05-23 `
1022### 🐞 Bug Fixes
1123- ` Slider ` : 修复设置 ` min ` 值后 ` marks ` 刻度对应位置错误的问题 @betavs ([ #3653 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3653 ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " tdesign-miniprogram" ,
33 "purename" : " tdesign" ,
4- "version" : " 1.9.3 " ,
4+ "version" : " 1.9.4 " ,
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