Skip to content

Commit b7b433e

Browse files
committed
release 2.2.1
1 parent 761f6a6 commit b7b433e

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

CHANGELOG.en-US.md

+7
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@
1010

1111
---
1212

13+
## 2.2.1
14+
15+
`2021-07-06`
16+
17+
- 🐞 Fix the issue that the Space component does not take effect in browsers that do not support flex
18+
- 🐞 Fix the issue of DatePicker triggering scrolling under safari [#4323](https://github.com/vueComponent/ant-design-vue/issues/4323)
19+
1320
## 2.2.0
1421

1522
`2021-07-06`

CHANGELOG.zh-CN.md

+7
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@
1010

1111
---
1212

13+
## 2.2.1
14+
15+
`2021-07-06`
16+
17+
- 🐞 修复 Space 组件在不支持 flex 的浏览器中样式不生效问题
18+
- 🐞 修复 DatePicker 在 safari 下触发滚动问题 [#4323](https://github.com/vueComponent/ant-design-vue/issues/4323)
19+
1320
## 2.2.0
1421

1522
`2021-07-06`

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ant-design-vue",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"title": "Ant Design Vue",
55
"description": "An enterprise-class UI design language and Vue-based implementation",
66
"keywords": [

0 commit comments

Comments
 (0)