Skip to content

Commit 39503d7

Browse files
chore: changelog's changes
1 parent 0efe32e commit 39503d7

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

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

8+
## 🌈 0.21.1 `2025-12-25`
9+
### 🚀 Features
10+
- `ActionSheet`: `item` 属性补充 `description``suffixIcon` 字段 @anlyyao ([#845](https://github.com/Tencent/tdesign-mobile-react/pull/845))
11+
(https://github.com/Tencent/tdesign-common/pull/2355))([#851](https://github.com/Tencent/tdesign-mobile-react/pull/851))
12+
- `Badge`: @anlyyao ([#855](https://github.com/Tencent/tdesign-mobile-react/pull/855))
13+
- `shape` 属性新增 `ribbon-right/ribbon-left/triangle-right/triangle-left` 可选项,其中 `ribbon``ribbon-right` 等效
14+
- 优化 `ribbon` 实现,改用 `background: linear-gradient()`,移除伪元素相关样式
15+
- `Navbar`: 新增 `placeholder` 属性,默认值为 `false`;新增 `zIndex` 属性,默认值为 `1` @anlyyao ([#852](https://github.com/Tencent/tdesign-mobile-react/pull/852))
16+
- `TabBar`: 新增 `placeholder` 属性,默认值为 `false`;新增 `zIndex` 属性,默认值为 `1` @anlyyao ([#852](https://github.com/Tencent/tdesign-mobile-react/pull/852))
17+
### 🐞 Bug Fixes
18+
- `ActionSheet`: @anlyyao ([#845](https://github.com/Tencent/tdesign-mobile-react/pull/845))
19+
- 修复左对齐场景下,子项 `border` 左间距错误
20+
- 修复 `grid` 主题,`description` 描述文本行高错误
21+
- 修复 `grid` 主题 + 无 `description` 描述文本场景下,顶部间距错误
22+
- `list` 主题最后一项不应设置底边框
23+
- `Picker`: 修复 `swipeDuration` 属性无效的问题 @Ryan-CW-Code ([#848](https://github.com/Tencent/tdesign-mobile-react/pull/848))
24+
### 🚧 Others
25+
- `feat`: 新增支持`.dark` 类名,丰富切换深色模式的方式 @liweijie0812 ([common#2355]
26+
827
## 🌈 0.21.0 `2025-11-27`
928
### 🚀 Features
1029
- `Calendar`: 新增 `allowSameDay` 属性,允许 type='range' 场景的起止时间相同 @liweijie0812 ([#829](https://github.com/Tencent/tdesign-mobile-react/pull/829))

0 commit comments

Comments
 (0)