Skip to content

Commit

Permalink
docs(:sparkles:): release 4.20.1 (#35250)
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Apr 26, 2022
1 parent 8ca52a1 commit 8a36abc
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.en-US.md
Expand Up @@ -15,6 +15,14 @@ timeline: true

---

## 4.20.1

`2022-04-26`

- 🐞 Fix Breadcrumb extra padding and margin style. [#35235](https://github.com/ant-design/ant-design/pull/35235)
- 🐞 Fix Input.Seach inconsistent behavior of triggering `onSearch` when press enter using Chinese inputting method. [#35164](https://github.com/ant-design/ant-design/pull/35164) [@qyzzzz](https://github.com/qyzzzz)
- 🐞 Fix circle reference between Upload and Dragger. [#34379](https://github.com/ant-design/ant-design/pull/34379) [@kanweiwei](https://github.com/kanweiwei)

## 4.20.0

`2022-04-24`
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.zh-CN.md
Expand Up @@ -15,6 +15,14 @@ timeline: true

---

## 4.20.1

`2022-04-26`

- 🐞 修复 Breadcrumb 多余的 `padding``margin` 样式。[#35235](https://github.com/ant-design/ant-design/pull/35235)
- 🐞 修复 Input.Search 在中文输入法下回车键触发 `onSearch` 的行为不一致的问题。[#35164](https://github.com/ant-design/ant-design/pull/35164) [@qyzzzz](https://github.com/qyzzzz)
- 🐞 修复 Upload 和 Upload.Dragger 之间循环依赖的问题。[#34379](https://github.com/ant-design/ant-design/pull/34379) [@kanweiwei](https://github.com/kanweiwei)

## 4.20.0

`2022-04-24`
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "antd",
"version": "4.20.0",
"version": "4.20.1",
"description": "An enterprise-class UI design language and React components implementation",
"title": "Ant Design",
"keywords": [
Expand Down

0 comments on commit 8a36abc

Please sign in to comment.