File tree 2 files changed +18
-2
lines changed
2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,22 @@ docClass: timeline
6
6
---
7
7
8
8
9
+ ## 🌈 1.8.6 ` 2025-02-21 `
10
+ ### 🚀 Features
11
+ - ` Textarea ` : 新增 ` placeholderClass ` 属性 @anlyyao ([ #3468 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3468 ) )
12
+ - ` Textarea ` : 新增 ` readonly ` 与 ` allowInputOverMax ` 属性 @richardji202 ([ #3474 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3474 ) )
13
+ - ` Input ` : 新增 ` allowInputOverMax ` 属性 @yangbai1991 ([ #3473 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3473 ) )
14
+ - ` Radiogroup ` : 新增 ` readonly ` 属性 @yangbai1991 ([ #3470 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3470 ) )
15
+ ### 🐞 Bug Fixes
16
+
17
+ - ` Dialog ` : 修复圆角样式错误,并新增 ` --td-dialog-border-radius ` @anlyyao ([ #3469 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3469 ) )
18
+ - ` Calendar ` : 修复 ` confirm-btn ` 透传缺失部分参数的问题 @betavs ([ #3464 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3464 ) )
19
+ - ` Cell ` : 修复部分样式错误,并更新 ` align ` 属性描述 @anlyyao ([ #3466 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3466 ) )
20
+ - ` Input ` : 移除 ` --td-input-border-radius ` @betavs ([ #3463 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3463 ) )
21
+ ### 🚧 Others
22
+ - ` WXS ` : 所有 ` wxs ` 文件模块命名 ` this ` 改为 ` _this ` @jarmywang ([ #3488 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3488 ) )
23
+
24
+
9
25
## 🌈 1.8.5 ` 2025-01-16 `
10
26
### 🚀 Features
11
27
- ` TreeSelect ` : 新增 ` customValue ` 属性,自定义选中值,用于弥补 ` value ` 为空数组场景 @anlyyao ([ #3400 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3400 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tdesign-miniprogram" ,
3
3
"purename" : " tdesign" ,
4
- "version" : " 1.8.5 " ,
4
+ "version" : " 1.8.6 " ,
5
5
"description" : " tdesign-miniprogram" ,
6
6
"title" : " tdesign-miniprogram" ,
7
7
"main" : " miniprogram_dist/index.js" ,
127
127
"dayjs" : " ^1.10.7" ,
128
128
"tinycolor2" : " ^1.4.2"
129
129
}
130
- }
130
+ }
You can’t perform that action at this time.
0 commit comments