File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed
Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,22 @@ toc: false
55spline : explain
66---
77
8+ ## 🌈 0.21.0 ` 2025-11-27 `
9+ ### 🚀 Features
10+ - ` Calendar ` : 新增 ` allowSameDay ` 属性,允许 type='range' 场景的起止时间相同 @liweijie0812 ([ #829 ] ( https://github.com/Tencent/tdesign-mobile-react/pull/829 ) )
11+ - ` Upload ` :
12+ - 新增 ` addBtn ` 属性 @anlyyao ([ #830 ] ( https://github.com/Tencent/tdesign-mobile-react/pull/830 ) )
13+ - 启用 ` capture ` 属性时跳过文件名重复检测;在 ` capture = '' ` + 拍照上传场景中,` allowUploadDuplicateFile ` 应取 ` true ` @anlyyao ([ #833 ] ( https://github.com/Tencent/tdesign-mobile-react/pull/833 ) )
14+ - ` DropdownItem ` : 新增 ` icon ` 属性,支持自定义图标 @anlyyao ([ #831 ] ( https://github.com/Tencent/tdesign-mobile-react/pull/831 ) )
15+ ### 🐞 Bug Fixes
16+ - ` Calendar ` : 修复 ` value =[] ` 结合 ` switch-mode = 'year-month' ` 使用时当前月份计算错误 @anlyyao ([ #832 ] ( https://github.com/Tencent/tdesign-mobile-react/pull/832 ) )
17+ - ` ColorPicker ` : 修复组件深色模式背景、边框、文本色错误 @anlyyao ([ #834 ] ( https://github.com/Tencent/tdesign-mobile-react/pull/834 ) )
18+ - ` BackTop ` : 修复文本字重错误 @anlyyao ([ common #2339 ] ( https://github.com/Tencent/tdesign-common/pull/2339 ) )
19+ - ` Search ` : 修复在小屏幕不遵循 ` flex:1 ` 的问题 @LittleTurtle2333 ([ common #2268 ] ( https://github.com/Tencent/tdesign-common/pull/2268 ) )
20+ - ` Slider ` : 修复深色模式下滑轨背景色、滑块禁用态背景色错误 @anlyyao ([ common #2331 ] ( https://github.com/Tencent/tdesign-common/pull/2331 ) )
21+ - ` Popover ` : 修复箭头间距错误 @anlyyao ([ #840 ] ( https://github.com/Tencent/tdesign-mobile-react/pull/840 ) )
22+ - ` GridItem ` : 修复 ` column ` 为 ` 0 ` 时,标题行高错误 @anlyyao ([ #840 ] ( https://github.com/Tencent/tdesign-mobile-react/pull/840 ) )
23+
824## 🌈 0.20.1 ` 2025-11-12 `
925### 🚀 Features
1026- ` Form ` : 表单验证 ` pattern ` 支持 string 类型 @liweijie0812 ([ #821 ] ( https://github.com/Tencent/tdesign-mobile-react/pull/821 ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " tdesign-mobile-react" ,
3- "version" : " 0.20.1 " ,
3+ "version" : " 0.21.0 " ,
44 "description" : " TDesign Component for Mobile React" ,
55 "title" : " tdesign-mobile-react" ,
66 "main" : " cjs/index.js" ,
188188 " npm run lint:fix"
189189 ]
190190 }
191- }
191+ }
You can’t perform that action at this time.
0 commit comments