File tree Expand file tree Collapse file tree 3 files changed +23
-1
lines changed Expand file tree Collapse file tree 3 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,17 @@ docClass: timeline
66---
77
88
9+ ## 🌈 1.11.1 ` 2025-11-06 `
10+ ### 🐞 Bug Fixes
11+ - ` Calendar ` : 修复 ` value[] ` 结合 ` swich-mode ` 时,初始化错误 @anlyyao ([ #4005 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/4005 ) )
12+ - ` CheckboxGroup ` : 修复无法在 ` form ` 中获取数据的问题 @Boomkaa ([ #4017 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/4017 ) )
13+ - ` TabBar ` : 修复子项背景色叠加的问题 @Boomkaa ([ #4019 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/4019 ) )
14+ - ` ActionSheet ` : 修复组件初始化数据重复修改导致异常的问题 @betavs ([ #4013 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/4013 ) )
15+ - ` Toast ` : 修复圆角样式错误 @anlyyao ([ #4031 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/4031 ) )
16+ - ` Upload ` : 修复 ` draggable ` 值变换时组件显示错误 @anlyyao ([ #4030 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/4030 ) )
17+ - ` Picker ` : 修复 ` autoClose ` 为 ` false ` 时,点击遮罩层会重置选项为拨动前选项值的问题 @composable-tu ([ #3874 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3874 ) )
18+
19+
920## 🌈 1.11.0 ` 2025-10-20 `
1021### 🚀 Features
1122- ` Watermark ` : 新增 ` Watermark ` 水印组件 @Wesley-0808 ([ #3799 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3799 ) )
Original file line number Diff line number Diff line change @@ -6,6 +6,17 @@ docClass: timeline
66---
77
88
9+ ## 🌈 1.11.1 ` 2025-11-06 `
10+ ### 🐞 Bug Fixes
11+ - ` Calendar ` : 修复 ` value[] ` 结合 ` swich-mode ` 时,初始化错误 @anlyyao ([ #4005 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/4005 ) )
12+ - ` CheckboxGroup ` : 修复无法在 ` form ` 中获取数据的问题 @Boomkaa ([ #4017 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/4017 ) )
13+ - ` TabBar ` : 修复子项背景色叠加的问题 @Boomkaa ([ #4019 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/4019 ) )
14+ - ` ActionSheet ` : 修复组件初始化数据重复修改导致异常的问题 @betavs ([ #4013 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/4013 ) )
15+ - ` Toast ` : 修复圆角样式错误 @anlyyao ([ #4031 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/4031 ) )
16+ - ` Upload ` : 修复 ` draggable ` 值变换时组件显示错误 @anlyyao ([ #4030 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/4030 ) )
17+ - ` Picker ` : 修复 ` autoClose ` 为 ` false ` 时,点击遮罩层会重置选项为拨动前选项值的问题 @composable-tu ([ #3874 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3874 ) )
18+
19+
920## 🌈 1.11.0 ` 2025-10-20 `
1021### 🚀 Features
1122- ` Watermark ` : 新增 ` Watermark ` 水印组件 @Wesley-0808 ([ #3799 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3799 ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " tdesign-miniprogram" ,
3- "version" : " 1.11.0 " ,
3+ "version" : " 1.11.1 " ,
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