File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,17 @@ spline: explain
4
4
toc : false
5
5
docClass : timeline
6
6
---
7
+ ## 0.13.2 ` 2022-6-16 `
8
+
9
+ ### Bug Fixes
10
+
11
+ - Dialog: 修复取消按钮传递 Object 显示不正确的问题 [ #510 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/510 ) [ @weihongyu12 ] ( https://github.com/weihongyu12 )
12
+ - Checkbox: 修复外部样式类无法使用的问题 [ #535 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/535 ) [ @LeeJim ] ( https://github.com/LeeJim )
13
+
14
+ ### Features
15
+
16
+ - DropdownMenu: 单选的情况下,选择之后直接关闭 [ #539 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/539 ) [ @LeeJim ] ( https://github.com/LeeJim )
17
+
7
18
## 0.13.1 ` 2022-6-10 `
8
19
9
20
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tdesign-miniprogram" ,
3
3
"purename" : " tdesign" ,
4
- "version" : " 0.13.1 " ,
4
+ "version" : " 0.13.2 " ,
5
5
"description" : " tdesign-miniprogram" ,
6
6
"title" : " tdesign-miniprogram" ,
7
7
"main" : " miniprogram_dist/index.js" ,
109
109
"dependencies" : {
110
110
"dayjs" : " ^1.10.7"
111
111
}
112
- }
112
+ }
You can’t perform that action at this time.
0 commit comments