Browse Source

docs: changelog for 4.20.7 (#35804)

* docs: changelog for 4.20.7

* chore: bump version to 4.20.7

* docs: update changelog
pull/35818/head 4.20.7
Peach 3 years ago
committed by GitHub
parent
commit
336fef0f8a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      CHANGELOG.en-US.md
  2. 10
      CHANGELOG.zh-CN.md
  3. 2
      package.json

10
CHANGELOG.en-US.md

@ -15,6 +15,16 @@ timeline: true
---
## 4.20.7
`2022-05-30`
- 🐞 Fix Drawer form instance lost bug when opened. [#35706](https://github.com/ant-design/ant-design/pull/35706) [@crazyair](https://github.com/crazyair)
- 🐞 Fix Segmented options invalid space between icon and text when using the icon prop. [#35701](https://github.com/ant-design/ant-design/pull/35701)
- 💄 Optimize Popover arrow style. [#35717](https://github.com/ant-design/ant-design/pull/35717)
- TypeScript
- 🤖 Fix Card type hints problem. [#35753](https://github.com/ant-design/ant-design/pull/35753)
## 4.20.6
`2022-05-22`

10
CHANGELOG.zh-CN.md

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

2
package.json

@ -1,6 +1,6 @@
{
"name": "antd",
"version": "4.20.6",
"version": "4.20.7",
"description": "An enterprise-class UI design language and React components implementation",
"title": "Ant Design",
"keywords": [

Loading…
Cancel
Save