Skip to content

Commit 649f49d

Browse files
chore: publish v0.21.2 (#881)
* chore: publish v0.21.2 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 45790c2 commit 649f49d

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ toc: false
55
spline: explain
66
---
77

8+
## 🌈 0.21.2 `2026-02-10`
9+
### 🚀 Features
10+
- `Icon`: 新增 217 个与人工智能、文档、徽标和文件相关的图标 @uyarn([#872](https://github.com/Tencent/tdesign-mobile-react/pull/872))
11+
- `Cascader`: @anlyyao ([#865](https://github.com/Tencent/tdesign-mobile-react/pull/865))
12+
- 新增 `overlayProps``header``middleContent` 属性
13+
- 丰富 pick 事件参数为 `({ value, label, index, level })`,其中 `level` 表示选中项所在层级深度、`index` 为选项中的索引
14+
- `Search`:
15+
- 新增 `cursorColor` 属性 @anlyyao ([#857](https://github.com/Tencent/tdesign-mobile-react/pull/857))
16+
- 新增 `resultList``clearTrigger` 属性 @anlyyao ([#876](https://github.com/Tencent/tdesign-mobile-react/pull/876))
17+
### 🐞 Bug Fixes
18+
- `Popup`: 修复在 `Firefox` 浏览器中的闪烁问题 @anlyyao ([#874](https://github.com/Tencent/tdesign-mobile-react/pull/874))
19+
- `Search`: 修复通过 `CSS Vars` 修改图标大小无效 @liweijie0812 ([#878](https://github.com/Tencent/tdesign-mobile-react/pull/878))
20+
- `Upload`: 修复 `capture` 属性无效,并补充 `boolean` 类型 @anlyyao ([#875](https://github.com/Tencent/tdesign-mobile-react/pull/875))
21+
822
## 🌈 0.21.1 `2025-12-25`
923
### 🚀 Features
1024
- `ActionSheet`: `item` 属性补充 `description``suffixIcon` 字段 @anlyyao ([#845](https://github.com/Tencent/tdesign-mobile-react/pull/845))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tdesign-mobile-react",
3-
"version": "0.21.1",
3+
"version": "0.21.2",
44
"description": "TDesign Component for Mobile React",
55
"title": "tdesign-mobile-react",
66
"main": "cjs/index.js",

0 commit comments

Comments
 (0)