File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,17 @@ docClass: timeline
6
6
---
7
7
8
8
9
+ ## 🌈 1.9.5 ` 2025-06-13 `
10
+ ### 🚀 Features
11
+ - ` Picker ` : 新增 ` content ` 插槽,用于处理空数据场景;支持点击选中 @anlyyao ([ #3711 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3711 ) )([ #3712 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3712 ) )
12
+ - ` Fab ` : 未显示传入 ` icon ` 和 ` text ` 时将启用默认插槽,用于自定义悬浮按钮内容,此时 ` buttonProps ` 将失效 @novlan1 ([ #3684 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3684 ) )
13
+ - ` Upload ` : 新增 ` preview ` 属性,用于关闭/开启图片预览 @anlyyao ([ #3714 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3714 ) )
14
+ ### 🐞 Bug Fixes
15
+ - ` Toast ` : 使用 ` flex ` 替换 ` fit-content ` ,兼容 ` skyline ` 场景 @anlyyao ([ #3710 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3710 ) )
16
+ - ` TreeSelect ` : 修复传入非标准 ` options ` 数据源时组件控制台报错 @anlyyao ([ #3708 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3708 ) )
17
+ - ` Rate ` : 修复点选全星时弹框不显示 @Boomkaa ([ #3715 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3715 ) )
18
+
19
+
9
20
## 🌈 1.9.4 ` 2025-05-29 `
10
21
### 🚀 Features
11
22
- ` Input ` : ` cursor ` 属性默认值取 ` -1 ` ,确保光标在 ` value ` 值末尾 @anlyyao ([ #3672 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3672 ) )
@@ -1071,4 +1082,4 @@ docClass: timeline
1071
1082
- ` Collapse ` : 面板收起时,隐藏 header 的边框 @LeeJim ([ #1493 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/1493 ) )
1072
1083
1073
1084
## 🌈 0.x ` 2021-11-25 - 2023-01-09 `
1074
- 前往 [ GitHub] ( https://github.com/Tencent/tdesign-miniprogram/blob/develop/changelogs/CHANGELOG-0.x.md ) 查看 ` 0.x ` 更新日志
1085
+ 前往 [ GitHub] ( https://github.com/Tencent/tdesign-miniprogram/blob/develop/changelogs/CHANGELOG-0.x.md ) 查看 ` 0.x ` 更新日志
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tdesign-miniprogram" ,
3
3
"purename" : " tdesign" ,
4
- "version" : " 1.9.4 " ,
4
+ "version" : " 1.9.5 " ,
5
5
"description" : " tdesign-miniprogram" ,
6
6
"title" : " tdesign-miniprogram" ,
7
7
"main" : " miniprogram_dist/index.js" ,
You can’t perform that action at this time.
0 commit comments