File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
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.4.5 ` 2024-07-05 `
10
+ ### 🚀 Features
11
+ - ` Progress ` : ` circle ` 风格进度条支持自定义起始角度 @jarmywang ([ #2903 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2903 ) )
12
+ - ` SwipeCell ` : 新增 ` dragstart ` 和 ` dragend ` 事件 @Lyan-u ([ #2904 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2904 ) )
13
+ - ` PullDownRefresh ` : 新增 ` disabled ` 属性 @Lyan-u ([ #2904 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2904 ) )
14
+ - ` Search ` : 新增 ` resultList ` 属性,支持预览列表 @byq1213 @anlyyao ([ #2520 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2520 ) )
15
+ - ` Picker ` : 新增 ` itemHeight ` 属性,支持自定义 ` PickerItem ` 子项高度 @anlyyao ([ #2953 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2953 ) )
16
+ ### 🐞 Bug Fixes
17
+ - ` Popup ` : 修复右侧弹层未适配自定义标题栏高度 @jarmywang ([ #2921 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2921 ) )
18
+ - ` Navbar ` : 组件内部适配 ` wx.onMenuButtonBoundingClientRectWeightChange() ` @jby0107 ([ #2922 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2922 ) )
19
+ - ` Input ` : 修复` Skyline ` 下点击清除图标时页面上 ` bindtap ` 无效 @anlyyao ([ #2946 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2946 ) )
20
+ ### 🚧 Others
21
+ - ` site ` : 全量组件补充示例代码片段,支持导入开发者工具预览 @anlyyao ([ #2939 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2939 ) )
22
+ - ` Picker ` : 废弃无实际意义的 ` --td-picker-item-height ` @anlyyao ([ #2953 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2953 ) )
23
+
24
+
9
25
## 🌈 1.4.4 ` 2024-06-24 `
10
26
### 🐞 Bug Fixes
11
27
- ` Overlay ` : 修复遮罩失效 @anlyyao ([ #2887 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2887 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tdesign-miniprogram" ,
3
3
"purename" : " tdesign" ,
4
- "version" : " 1.4.4 " ,
4
+ "version" : " 1.4.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