Skip to content

Commit 336fef0

Browse files
authored
docs: changelog for 4.20.7 (ant-design#35804)
* docs: changelog for 4.20.7 * chore: bump version to 4.20.7 * docs: update changelog
1 parent 8281c06 commit 336fef0

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

CHANGELOG.en-US.md

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

1616
---
1717

18+
## 4.20.7
19+
20+
`2022-05-30`
21+
22+
- 🐞 Fix Drawer form instance lost bug when opened. [#35706](https://github.com/ant-design/ant-design/pull/35706) [@crazyair](https://github.com/crazyair)
23+
- 🐞 Fix Segmented options invalid space between icon and text when using the icon prop. [#35701](https://github.com/ant-design/ant-design/pull/35701)
24+
- 💄 Optimize Popover arrow style. [#35717](https://github.com/ant-design/ant-design/pull/35717)
25+
- TypeScript
26+
- 🤖 Fix Card type hints problem. [#35753](https://github.com/ant-design/ant-design/pull/35753)
27+
1828
## 4.20.6
1929

2030
`2022-05-22`

CHANGELOG.zh-CN.md

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

1616
---
1717

18+
## 4.20.7
19+
20+
`2022-05-30`
21+
22+
- 🐞 修复 Drawer 打开时 form 实例为 null 的问题。[#35706](https://github.com/ant-design/ant-design/pull/35706) [@crazyair](https://github.com/crazyair)
23+
- 🐞 修复 Segmented 组件中选项使用 icon 属性时图标与文字之间的间距失效问题。[#35701](https://github.com/ant-design/ant-design/pull/35701)
24+
- 💄 优化 Popover 的箭头效果。[#35717](https://github.com/ant-design/ant-design/pull/35717)
25+
- TypeScript
26+
- 🤖 修复 Card 组件的类型提示。[#35753](https://github.com/ant-design/ant-design/pull/35753)
27+
1828
## 4.20.6
1929

2030
`2022-05-22`

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.6",
3+
"version": "4.20.7",
44
"description": "An enterprise-class UI design language and React components implementation",
55
"title": "Ant Design",
66
"keywords": [

0 commit comments

Comments
 (0)