File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,19 @@ docClass: timeline
6
6
---
7
7
8
8
9
+ ## 🌈 1.6.0 ` 2024-08-23 `
10
+ ### 🚀 Features
11
+ - ` DropdownMenu ` : 新增 ` --td-dropdown-menu-height ` @anlyyao ([ #3094 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3094 ) )
12
+ ### 🐞 Bug Fixes
13
+ - ` Badge ` : 修复角标样式溢出,移除` t-badge__ribbon--before ` 元素与` t-badge__ribbon--after ` 元素,改用` clip-path ` 样式实现 @jby0107 ([ #3074 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3074 ) )
14
+ - ` Dialog ` : 修复命令行调用` closeOnOverlayClick ` 无效问题 @jarmywang ([ #3066 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3066 ) )
15
+ - ` Checkbox ` : 修复选中态和未选中态直径/边长大小不一致问题 @anlyyao ([ #3069 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3069 ) )
16
+ - ` Dialog ` : ` close ` 方法参数类型定义异常 @betavs ([ #3071 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3071 ) )
17
+ - ` Picker ` : 兼容 ` Skyline ` 在深色模式下遮罩显示 @jarmywang ([ #3077 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3077 ) )
18
+ - ` Progress ` : 修复 ` label ` 插槽重复 @anlyyao ([ #3080 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3080 ) )
19
+ - ` Slider ` : 修复 ` hidden ` 为 ` false ` 场景下,调用 ` init() ` 函数更新组件时点位置错误 @jby0107 ([ #3085 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3085 ) )
20
+
21
+
9
22
## 🌈 1.5.1 ` 2024-08-09 `
10
23
### 🚀 Features
11
24
- ` Input ` : 新增 ` --td-input-placeholder-text-font-size ` 变量 @betavs ([ #3018 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3018 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tdesign-miniprogram" ,
3
3
"purename" : " tdesign" ,
4
- "version" : " 1.5.1 " ,
4
+ "version" : " 1.6.0 " ,
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