File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
packages/tdesign-miniprogram Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,16 @@ docClass: timeline
66---
77
88
9+ ## 🌈 1.11.2 ` 2025-11-12 `
10+ ### 🚀 Features
11+ - ` Picker ` :
12+ - ⚠️ ` itemHeight ` 默认单位改用 ` px ` ,避免单位转换带来的精度问题 @anlyyao ([ #4052 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/4052 ) )
13+ - 新增 ` visibleItemCount ` 属性,可自定义可视区域 ` PickerItem ` 的子项个数 @anlyyao ([ #4052 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/4052 ) )
14+ - 优化大量数据时列表滚动性能 @jarmywang ([ #4014 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/4014 ) )
15+ - ` Calendar ` : 新增 ` allowSameDay ` 属性,允许 ` type='range' ` 场景的起始时间相同 @anlyyao ([ #4045 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/4045 ) )
16+ - ` Cascader ` : 支持通过 ` keys ` 属性定义 ` children / disabled ` 在 ` options ` 中对应的字段别名 @anlyyao ([ #4044 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/4044 ) )
17+
18+
919## 🌈 1.11.1 ` 2025-11-06 `
1020### 🐞 Bug Fixes
1121- ` Calendar ` : 修复 ` value[] ` 结合 ` swich-mode ` 时,初始化错误 @anlyyao ([ #4005 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/4005 ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " tdesign-miniprogram" ,
3- "version" : " 1.11.1 " ,
3+ "version" : " 1.11.2 " ,
44 "title" : " tdesign-miniprogram" ,
55 "description" : " TDesign Component for miniprogram" ,
66 "main" : " miniprogram_dist/index.js" ,
You can’t perform that action at this time.
0 commit comments