Skip to content

Commit 6c8abe9

Browse files
chore: publish v0.21.1 (#856)
* chore: publish v0.21.1 * chore: changelog's changes * chore: update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4a0ee85 commit 6c8abe9

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ 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+
- `Badge`: @anlyyao ([#855](https://github.com/Tencent/tdesign-mobile-react/pull/855))
12+
- `shape` 属性新增 `ribbon-right/ribbon-left/triangle-right/triangle-left` 可选项,其中 `ribbon``ribbon-right` 等效
13+
- 优化 `ribbon` 实现,改用 `background: linear-gradient()`,移除伪元素相关样式
14+
- `Navbar`: 新增 `placeholder` 属性,默认值为 `false`;新增 `zIndex` 属性,默认值为 `1` @anlyyao ([#852](https://github.com/Tencent/tdesign-mobile-react/pull/852))
15+
- `TabBar`: 新增 `placeholder` 属性,默认值为 `false`;新增 `zIndex` 属性,默认值为 `1` @anlyyao ([#852](https://github.com/Tencent/tdesign-mobile-react/pull/852))
16+
### 🐞 Bug Fixes
17+
- `ActionSheet`: @anlyyao ([#845](https://github.com/Tencent/tdesign-mobile-react/pull/845))
18+
- 修复左对齐场景下,子项 `border` 左间距错误
19+
- 修复 `grid` 主题,`description` 描述文本行高错误
20+
- 修复 `grid` 主题 + 无 `description` 描述文本场景下,顶部间距错误
21+
- `list` 主题最后一项不应设置底边框
22+
- `Picker`: 修复 `swipeDuration` 属性无效的问题 @Ryan-CW-Code ([#848](https://github.com/Tencent/tdesign-mobile-react/pull/848))
23+
### 🚧 Others
24+
- `feat`: 新增支持`.dark` 类名,丰富切换深色模式的方式 @liweijie0812 ([#851](https://github.com/Tencent/tdesign-mobile-react/pull/851))
25+
826
## 🌈 0.21.0 `2025-11-27`
927
### 🚀 Features
1028
- `Calendar`: 新增 `allowSameDay` 属性,允许 type='range' 场景的起止时间相同 @liweijie0812 ([#829](https://github.com/Tencent/tdesign-mobile-react/pull/829))
@@ -334,3 +352,4 @@ spline: explain
334352

335353
## 🌈 0.1.0 `2022-06-29`
336354
- 首发版本
355+

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.0",
3+
"version": "0.21.1",
44
"description": "TDesign Component for Mobile React",
55
"title": "tdesign-mobile-react",
66
"main": "cjs/index.js",

0 commit comments

Comments
 (0)