Skip to content

Commit ec5544e

Browse files
chore: publish v1.10.1 (#1976)
* chore: publish v1.10.1 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 686c414 commit ec5544e

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

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

8+
## 🌈 1.10.1 `2025-08-08`
9+
### 🚀 Features
10+
- `Tabs`: 优化首次加载时底部激活线条动画 @novlan1 ([#1962](https://github.com/Tencent/tdesign-mobile-vue/pull/1962))
11+
- `Form`:
12+
- 新增 `requiredMarkPosition`,可定义必填符号的位置 @Wesley-0808 ([#1969](https://github.com/Tencent/tdesign-mobile-vue/pull/1969))
13+
- 校验规则 `pattern` 字段支持字符串类型 @novlan1 ([#1972](https://github.com/Tencent/tdesign-mobile-vue/pull/1972))
14+
- `Textarea`: 新增 `cursorColor` 属性 @anlyyao ([#1970](https://github.com/Tencent/tdesign-mobile-vue/pull/1970))
15+
### 🐞 Bug Fixes
16+
- `NoticeBar`: 修复 `warning``error` 主题默认图标错误 @12um18ara ([#1955](https://github.com/Tencent/tdesign-mobile-vue/pull/1955))
17+
818
## 🌈 1.10.0 `2025-07-25`
919
### 🚀 Features
1020
- `QRCode`: 新增 `QRcode` 二维码组件 @Wesley-0808 ([#1921](https://github.com/Tencent/tdesign-mobile-vue/pull/1921))

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tdesign-mobile-vue",
33
"purename": "tdesign",
4-
"version": "1.10.0",
4+
"version": "1.10.1",
55
"description": "tdesign-mobile-vue",
66
"author": "TDesign Group",
77
"homepage": "https://tdesign.tencent.com/mobile-vue/",
@@ -207,4 +207,4 @@
207207
"attributes": "helper/attributes.json"
208208
},
209209
"web-types": "helper/web-types.json"
210-
}
210+
}

0 commit comments

Comments
 (0)