File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,18 @@ toc: false
55docClass : timeline
66---
77
8+ ## 🌈 1.1.14 ` 2023-07-25 `
9+ ### 🚀 Features
10+ - ` ActionSheet ` : 新增 suffixIcon,仅在 ` theme = list ` 时展示 @LeeJim ([ #2210 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2210 ) )
11+ - ` TreeSelect ` : ` label ` 内容支持文本超长省略 @anlyyao ([ #2208 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2208 ) )
12+ - ` Overlay ` : 支持 duration 属性,用于调整背景色过渡时间 @betavs ([ #2179 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2179 ) )
13+ ### 🐞 Bug Fixes
14+ - ` Popup ` : 解决自动聚焦的问题 @LeeJim ([ #2209 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2209 ) )
15+ - ` Slider ` : 修复无法滑动的问题 @LeeJim ([ #2211 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2211 ) )
16+ - ` Sticky ` : 当组件销毁时,正常移除滚动函数 @LeeJim ([ #2215 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2215 ) )
17+ ### 🚧 Others
18+ - 修复 utils.wxs 的语法错误 @LeeJim ([ #2217 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2217 ) )
19+
820 ## 🌈 1.1.13 ` 2023-07-18 `
921### 🚀 Features
1022- ` ActionSheet ` : 新增 show-overlay 属性 @betavs ([ #2194 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2194 ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " tdesign-miniprogram" ,
33 "purename" : " tdesign" ,
4- "version" : " 1.1.13-beta " ,
4+ "version" : " 1.1.14 " ,
55 "description" : " tdesign-miniprogram" ,
66 "title" : " tdesign-ßminiprogram" ,
77 "main" : " miniprogram_dist/index.js" ,
You can’t perform that action at this time.
0 commit comments