File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ toc: false
5
5
spline : explain
6
6
---
7
7
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
+
8
18
## 🌈 1.10.1 ` 2025-08-08 `
9
19
### 🚀 Features
10
20
- ` Tabs ` : 优化首次加载时底部激活线条动画 @novlan1 ([ #1962 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/1962 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tdesign-mobile-vue" ,
3
3
"purename" : " tdesign" ,
4
- "version" : " 1.10.1 " ,
4
+ "version" : " 1.10.2 " ,
5
5
"description" : " tdesign-mobile-vue" ,
6
6
"author" : " TDesign Group" ,
7
7
"homepage" : " https://tdesign.tencent.com/mobile-vue/" ,
207
207
"attributes" : " helper/attributes.json"
208
208
},
209
209
"web-types" : " helper/web-types.json"
210
- }
210
+ }
You can’t perform that action at this time.
0 commit comments