File tree Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,23 @@ docClass: timeline
66---
77
88
9- ## 🌈 1.2.4 ` 2023-11-15 `
9+ ## 🌈 1.2.5 ` 2023-12-08 `
10+ ### 🚀 Features
11+ - ` Cell ` : 新增外部样式类 ` t-class-center ` @anlyyao ([ #2439 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2439 ) )
12+ - ` Input ` : 新增 ` clearTrigger ` 属性 @betavs ([ #2372 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2372 ) )
13+ ### 🐞 Bug Fixes
14+ - ` Calendar ` : 修复 ` use-popup ` 为 ` false ` 时,组件未适应父容器宽度的问题 @yangbai1991 ([ #2458 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2458 ) )
15+ - ` Checkbox ` : 修复 ` checked ` 属性无效的问题 @Nightmare1664 ([ #2455 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2455 ) )
16+ - ` Upload ` : 处理关闭按钮溢出问题 @betavs ([ #2449 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2449 ) )
17+ - ` DateTimePicker ` : 组件支持国际化。目前支持简体中文(zh)、 (tc)、 英文(en)、日语(ja)、 韩语(ko)、俄语(ru) 等六种语言 @eric-lua ([ #2464 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2464 ) )
18+ - ` Calendar ` : 修复 ` use-popup ` 为 ` false ` 时,组件未适应父容器宽度的问题 @yangbai1991 ([ #2458 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2458 ) )
19+ - ` Checkbox ` : 修复 ` checked ` 属性无效的问题 @Nightmare1664 ([ #2455 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2455 ) )
20+ - ` DateTimePicker ` : 组件支持国际化。目前支持简体中文(zh)、 (tc)、 英文(en)、日语(ja)、 韩语(ko)、俄语(ru) 等六种语言 @eric-lua ([ #2464 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2464 ) )
21+ ### 🚧 Others
22+ - ` Textarea ` : 修复文档 ` confirm-type ` 属性默认值描述错误 @betavs ([ #2475 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2475 ) )
23+ - ` BackTop ` : 返回顶部按钮,增加 ` iphone ` 底部安全区 @leozeli ([ #2457 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2457 ) )
24+
25+ ## 🌈 1.2.4 ` 2023-11-15 `
1026### 🚀 Features
1127- ` Rate ` : 新增 ` placement ` 属性 @betavs ([ #2359 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2359 ) )
1228- ` DropdownMenu ` : 新增 ` open ` 和 ` close ` 事件 @betavs ([ #2361 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2361 ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " tdesign-miniprogram" ,
33 "purename" : " tdesign" ,
4- "version" : " 1.2.4 " ,
4+ "version" : " 1.2.5 " ,
55 "description" : " tdesign-miniprogram" ,
66 "title" : " tdesign-ßminiprogram" ,
77 "main" : " miniprogram_dist/index.js" ,
125125 "dependencies" : {
126126 "dayjs" : " ^1.10.7"
127127 }
128- }
128+ }
You can’t perform that action at this time.
0 commit comments