Skip to content

Commit 5ba98e4

Browse files
chore: publish v0.11.0 (#575)
* chore: publish v0.11.0 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent fc7f7c0 commit 5ba98e4

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

8+
## 🌈 0.11.0 `2025-03-07`
9+
### 🚨 Breaking Changes
10+
- `Steps`: 组件重构,移除 `options``separator` 属性,新增 `currentStatus``sequence` 属性,存在 DOM 调整 @Lyan-u ([#532](https://github.com/Tencent/tdesign-mobile-react/pull/532))
11+
- `StepItem`: 组件重构,新增 ` titleRight``extra` 属性,存在 DOM 调整 @Lyan-u ([#532](https://github.com/Tencent/tdesign-mobile-react/pull/532))
12+
### 🚀 Features
13+
- `ColorPicker`: 新增 `ColorPicker` 组件 @slatejack ([#569](https://github.com/Tencent/tdesign-mobile-react/pull/569))
14+
- `CheckboxGroup`: 新增 `borderless``readonly``keys` 属性 @liweijie0812 ([#572](https://github.com/Tencent/tdesign-mobile-react/pull/572))
15+
- `Calendar`: 新增 `Calendar` 日历组件 @epoll-j ([#528](https://github.com/Tencent/tdesign-mobile-react/pull/528))
16+
- `TreeSelect`: 新增 `TreeSelect` 组件 @epoll-j ([#523](https://github.com/Tencent/tdesign-mobile-react/pull/523))
17+
- `ConfigProvider`: 新增 `ConfigProvider` 组件 @anlyyao ([#574](https://github.com/Tencent/tdesign-mobile-react/pull/574))
18+
### 🐞 Bug Fixes
19+
- `Cell`: 修复部分样式错误,并更新 `align` 属性描述 @liweijie0812 ([#568](https://github.com/Tencent/tdesign-mobile-react/pull/568))
20+
821
## 🌈 0.10.0 `2025-01-20`
922
### 🚀 Features
1023
- `Radio`: 组件重构,新增 `block``borderless``placement``readonly` 等属性 @byq1213 ([#468](https://github.com/Tencent/tdesign-mobile-react/pull/468))

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

0 commit comments

Comments
 (0)