Skip to content

Commit d2583ed

Browse files
chore: publish v0.10.0 (#567)
* chore: publish v0.10.0 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 201cb5f commit d2583ed

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

8+
## 🌈 0.10.0 `2025-01-20`
9+
### 🚀 Features
10+
- `Radio`: 组件重构,新增 `block``borderless``placement``readonly` 等属性 @byq1213 ([#468](https://github.com/Tencent/tdesign-mobile-react/pull/468))
11+
- `RadioGroup`: 组件重构,新增 `allowUncheck``borderless``keys``placement``readonly` 等属性 @byq1213 ([#468](https://github.com/Tencent/tdesign-mobile-react/pull/468)) @liweijie0812 ([#555](https://github.com/Tencent/tdesign-mobile-react/pull/555))
12+
- `Rate`: 组件重构,废弃 `variant` 属性, 新增 `placement``icon` 属性 @ming680 ([#493](https://github.com/Tencent/tdesign-mobile-react/pull/493))
13+
- `Input`: 新增 `enterkeyhint` API 用于控制回车键样式,此 API 仅在部分浏览器支持,HTML5 原生属性。新增 `spellcheck` API 是否开启拼写检查,HTML5 原生属性 @liweijie0812 ([#553](https://github.com/Tencent/tdesign-mobile-react/pull/553))
14+
- `Icon`: 新增`logo-alipay``logo-behance-filled`等图标,修改`logo-wecom`图标,移除不合理的`logo-wecom-filled`图标,并优化部分图标的绘制路径 @uyarn @tdesign-bot ([#559](https://github.com/Tencent/tdesign-mobile-react/pull/559))
15+
- `Swiper`: 新增 `touchable` 属性 @anlyyao ([#565](https://github.com/Tencent/tdesign-mobile-react/pull/565))
16+
### 🐞 Bug Fixes
17+
- `Swiper`: 修复缺少 `ref` 传递导致的控制台报错问题 @cc-weng ([#534](https://github.com/Tencent/tdesign-mobile-react/pull/534))
18+
19+
820
## 🌈 0.9.0 `2024-11-11`
921
### ❗ Breaking Changes
1022
- `Textarea`: 组件重构,新增 `allowInputOverMax``bordered``readonly` 等属性 @anlyyao ([#526](https://github.com/Tencent/tdesign-mobile-react/pull/526))

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

0 commit comments

Comments
 (0)