Skip to content

Commit e29f1da

Browse files
chore: publish v1.10.2 (#2001)
* chore: publish v1.10.2 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6f7d6fb commit e29f1da

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.2 `2025-08-22`
9+
### 🚀 Features
10+
- `Indexes`: 新增 `current` 属性,支持受控与非受控使用,用于自定义索引列表激活项 @Wesley-0808 ([#1987](https://github.com/Tencent/tdesign-mobile-vue/pull/1987))
11+
### 🐞 Bug Fixes
12+
- `ImageViwer`: 修复背景色错误,导航背景色固定为 `#000`,遮罩背景色使用 `@mask-active` @anlyyao ([#1984](https://github.com/Tencent/tdesign-mobile-vue/pull/1984))
13+
- `Textarea`: 修复 `--td-textarea-placeholder-color` 无效 @anlyyao ([#2000](https://github.com/Tencent/tdesign-mobile-vue/pull/2000))
14+
- `Picker`: 修复初始值为 `0` 且禁用时,`confirm` 事件返回值错误 @anlyyao ([#1999](https://github.com/Tencent/tdesign-mobile-vue/pull/1999))
15+
- `List`: 修复 `asyncLoading``slot/function` 时无效
16+
- `Textarea`: 修复 `autosize` 属性类型报错
17+
818
## 🌈 1.10.1 `2025-08-08`
919
### 🚀 Features
1020
- `Tabs`: 优化首次加载时底部激活线条动画 @novlan1 ([#1962](https://github.com/Tencent/tdesign-mobile-vue/pull/1962))

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.1",
4+
"version": "1.10.2",
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)