Skip to content

Commit fbdcbc7

Browse files
authored
docs: changelog 4.20.4 (ant-design#35495)
* docs: changelog 4.20.4 * chore: emoji
1 parent 765bc1e commit fbdcbc7

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

CHANGELOG.en-US.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ timeline: true
1515

1616
---
1717

18+
## 4.20.4
19+
20+
`2022-05-11`
21+
22+
- 🐞 Fix broken List.Item type definition. [#35455](https://github.com/ant-design/ant-design/pull/35455) [@rsmeral](https://github.com/rsmeral)
23+
- 🐞 Fix Checkbox margin in Tree RTL mode. [#35491](https://github.com/ant-design/ant-design/pull/35491) [@miracles1919](https://github.com/miracles1919)
24+
- 🗑 Remove Cascader `displayRender` warning. [#35417](https://github.com/ant-design/ant-design/pull/35417) [@lalalazero](https://github.com/lalalazero)
25+
1826
## 4.20.3
1927

2028
`2022-05-08`

CHANGELOG.zh-CN.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ timeline: true
1515

1616
---
1717

18+
## 4.20.4
19+
20+
`2022-05-11`
21+
22+
- 🐞 修复 List.Item 类型错误。[#35455](https://github.com/ant-design/ant-design/pull/35455) [@rsmeral](https://github.com/rsmeral)
23+
- 🐞 修复 Tree 组件 RTL 模式下 Checkbox 的间距。[#35491](https://github.com/ant-design/ant-design/pull/35491) [@miracles1919](https://github.com/miracles1919)
24+
- 🗑 删除 Cascader `displayRender` 警告。[#35417](https://github.com/ant-design/ant-design/pull/35417) [@lalalazero](https://github.com/lalalazero)
25+
1826
## 4.20.3
1927

2028
`2022-05-08`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "antd",
3-
"version": "4.20.3",
3+
"version": "4.20.4",
44
"description": "An enterprise-class UI design language and React components implementation",
55
"title": "Ant Design",
66
"keywords": [

0 commit comments

Comments
 (0)