Skip to content

Commit 6a569f7

Browse files
0.22.0 (#905)
* 0.22.0 * chore: changelog's changes Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 22afc19 commit 6a569f7

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ toc: false
55
docClass: timeline
66
---
77

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+
815
## 🌈 0.21.2 `2022-09-26`
916
### 🐞 Bug Fixes
1017
- `Input`: 修复 `clearable` 的显示和隐藏问题 @anlyyao ([#874](https://github.com/Tencent/tdesign-miniprogram/pull/874))

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tdesign-miniprogram",
33
"purename": "tdesign",
4-
"version": "0.21.2",
4+
"version": "0.22.0",
55
"description": "tdesign-miniprogram",
66
"title": "tdesign-miniprogram",
77
"main": "miniprogram_dist/index.js",
@@ -120,4 +120,4 @@
120120
"dependencies": {
121121
"dayjs": "^1.10.7"
122122
}
123-
}
123+
}

0 commit comments

Comments
 (0)