Browse Source
docs: changelog 4.20.4 (#35495)
* docs: changelog 4.20.4
* chore: emoji
pull/35520/head
4.20.4
MadCcc
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
17 additions and
1 deletions
-
CHANGELOG.en-US.md
-
CHANGELOG.zh-CN.md
-
package.json
|
|
@ -15,6 +15,14 @@ timeline: true |
|
|
|
|
|
|
|
--- |
|
|
|
|
|
|
|
## 4.20.4 |
|
|
|
|
|
|
|
`2022-05-11` |
|
|
|
|
|
|
|
- 🐞 Fix broken List.Item type definition. [#35455](https://github.com/ant-design/ant-design/pull/35455) [@rsmeral](https://github.com/rsmeral) |
|
|
|
- 🐞 Fix Checkbox margin in Tree RTL mode. [#35491](https://github.com/ant-design/ant-design/pull/35491) [@miracles1919](https://github.com/miracles1919) |
|
|
|
- 🗑 Remove Cascader `displayRender` warning. [#35417](https://github.com/ant-design/ant-design/pull/35417) [@lalalazero](https://github.com/lalalazero) |
|
|
|
|
|
|
|
## 4.20.3 |
|
|
|
|
|
|
|
`2022-05-08` |
|
|
|
|
|
@ -15,6 +15,14 @@ timeline: true |
|
|
|
|
|
|
|
--- |
|
|
|
|
|
|
|
## 4.20.4 |
|
|
|
|
|
|
|
`2022-05-11` |
|
|
|
|
|
|
|
- 🐞 修复 List.Item 类型错误。[#35455](https://github.com/ant-design/ant-design/pull/35455) [@rsmeral](https://github.com/rsmeral) |
|
|
|
- 🐞 修复 Tree 组件 RTL 模式下 Checkbox 的间距。[#35491](https://github.com/ant-design/ant-design/pull/35491) [@miracles1919](https://github.com/miracles1919) |
|
|
|
- 🗑 删除 Cascader `displayRender` 警告。[#35417](https://github.com/ant-design/ant-design/pull/35417) [@lalalazero](https://github.com/lalalazero) |
|
|
|
|
|
|
|
## 4.20.3 |
|
|
|
|
|
|
|
`2022-05-08` |
|
|
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
{ |
|
|
|
"name": "antd", |
|
|
|
"version": "4.20.3", |
|
|
|
"version": "4.20.4", |
|
|
|
"description": "An enterprise-class UI design language and React components implementation", |
|
|
|
"title": "Ant Design", |
|
|
|
"keywords": [ |
|
|
|