File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,19 @@ toc: false
5
5
docClass : timeline
6
6
---
7
7
8
+ ## 🌈 1.1.12 ` 2023-07-11 `
9
+ ### 🚀 Features
10
+ - ` PullDownRefresh ` : 增加 show-scrollbar 属性 @lolhezihehe ([ #2163 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2163 ) )
11
+ ### 🐞 Bug Fixes
12
+ - ` Rate ` : 修复无法点击的问题 @AntzyMo ([ #2158 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2158 ) )
13
+ - ` Rate ` : 使事件冒泡至上层元素 @LeeJim ([ #2168 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2168 ) )
14
+ - ` DateTimePicker ` : 修复无法选择的问题 @betavs ([ #2169 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2169 ) )
15
+ - ` Tabs ` : 修复超出时滚动不流畅的问题 @LeeJim ([ #2170 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2170 ) )
16
+ - ` TreeSelect ` : 修复多选时 value 使用空数组报错的问题 @LeeJim ([ #2173 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2173 ) )
17
+ ### 🚧 Others
18
+ - 移除开启 virtual-host 场景的 snapshot 测试 @LeeJim ([ #2161 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2161 ) )
19
+ - 修复控制台告警 @betavs ([ #2164 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2164 ) )
20
+
8
21
## 🌈 1.1.11 ` 2023-07-04 `
9
22
### 🚀 Features
10
23
- ` CheckboxGroup ` : 新增 borderless 属性 @betavs ([ #2124 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2124 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tdesign-miniprogram" ,
3
3
"purename" : " tdesign" ,
4
- "version" : " 1.1.11 " ,
4
+ "version" : " 1.1.12 " ,
5
5
"description" : " tdesign-miniprogram" ,
6
6
"title" : " tdesign-ßminiprogram" ,
7
7
"main" : " miniprogram_dist/index.js" ,
125
125
"dependencies" : {
126
126
"dayjs" : " ^1.10.7"
127
127
}
128
- }
128
+ }
You can’t perform that action at this time.
0 commit comments