File tree 2 files changed +9
-2
lines changed 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ toc: false
5
5
docClass : timeline
6
6
---
7
7
8
+ ## 🌈 0.22.0 ` 2022-10-10 `
9
+ ### 🚀 Features
10
+ - ` Calendar ` : 新增日历组件 @LeeJim ([ #896 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/896 ) )
11
+ ### 🐞 Bug Fixes
12
+ - ` Dialog ` : 函数式` Dialog.close() ` 关闭窗体支持自定义 ` selector ` @anlyyao ([ #894 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/894 ) )
13
+ - ` Message ` : 函数式` Dialog.hide() ` 关闭窗体支持自定义 ` selector ` @anlyyao ([ #894 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/894 ) )
14
+
8
15
## 🌈 0.21.2 ` 2022-09-26 `
9
16
### 🐞 Bug Fixes
10
17
- ` Input ` : 修复 ` clearable ` 的显示和隐藏问题 @anlyyao ([ #874 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/874 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tdesign-miniprogram" ,
3
3
"purename" : " tdesign" ,
4
- "version" : " 0.21.2 " ,
4
+ "version" : " 0.22.0 " ,
5
5
"description" : " tdesign-miniprogram" ,
6
6
"title" : " tdesign-miniprogram" ,
7
7
"main" : " miniprogram_dist/index.js" ,
120
120
"dependencies" : {
121
121
"dayjs" : " ^1.10.7"
122
122
}
123
- }
123
+ }
You can’t perform that action at this time.
0 commit comments