Skip to content

Commit 644e9d7

Browse files
chore: release v0.21.0 (#842)
* chore: release v0.21.0 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b6d550a commit 644e9d7

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ toc: false
55
spline: 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))

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -188,4 +188,4 @@
188188
"npm run lint:fix"
189189
]
190190
}
191-
}
191+
}

0 commit comments

Comments
 (0)