Skip to content

Commit 6966920

Browse files
chore: publish v0.12.0 (#585)
* chore: publish v0.12.0 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 032bc00 commit 6966920

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

8+
## 🌈 0.12.0 `2025-03-12`
9+
### 🚨 Breaking Changes
10+
- `Dialog`: 新增 `closeBtn``width``overlayProps` 属性和 `middle``top` 插槽,存在 `DOM` 调整 @epoll-j ([#548](https://github.com/Tencent/tdesign-mobile-react/pull/548))
11+
- `Swiper`: 组件重构,存在 `DOM` 调整。新增 `nextMargin``previousMargin``click` 事件。并对 `navigation` 属性进行功能增强,新增 `paginationPosition``showControls` 属性,移除 `showSlideBtn` 属性 @xifanTT ([#557](https://github.com/Tencent/tdesign-mobile-react/pull/557))
12+
### 🐞 Bug Fixes
13+
- `ColorPicker`: 修复组件 `es` 产物缺样式文件入口 @anlyyao ([#577](https://github.com/Tencent/tdesign-mobile-react/pull/577))
14+
### 🚧 Others
15+
- `Site`: 站点接入 `stackblitz` 和中英文切换能力 @anlyyao ([#579](https://github.com/Tencent/tdesign-mobile-react/pull/579))
16+
817
## 🌈 0.11.0 `2025-03-07`
918
### 🚨 Breaking Changes
1019
- `Steps`: 组件重构,移除 `options``separator` 属性,新增 `currentStatus``sequence` 属性,存在 DOM 调整 @Lyan-u ([#532](https://github.com/Tencent/tdesign-mobile-react/pull/532))

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

0 commit comments

Comments
 (0)