Browse Source

docs: add changelog 4.22.3 (#36812)

pull/36823/head
vagusX 2 years ago
committed by GitHub
parent
commit
a09377f46d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      CHANGELOG.en-US.md
  2. 8
      CHANGELOG.zh-CN.md
  3. 2
      package.json

8
CHANGELOG.en-US.md

@ -15,6 +15,14 @@ timeline: true
---
## 4.22.3
`2022-08-01`
- 🐞 Fixed flickering when `fileList` updating in Uploader with React 18. [#36801](https://github.com/ant-design/ant-design/pull/36801) [@zhengjitf](https://github.com/zhengjitf)
- 🐞 Fix Form.Item with small size `labelCol` and `wrapperCol` not break line in vertical layout. [#36800](https://github.com/ant-design/ant-design/pull/36800)
- 🐞 Fix Row in flex layout takes too wide space by default. [#36770](https://github.com/ant-design/ant-design/pull/36770)
## 4.22.2
`2022-07-28`

8
CHANGELOG.zh-CN.md

@ -15,6 +15,14 @@ timeline: true
---
## 4.22.3
`2022-08-01`
- 🐞 修复在 React 18 版本中 Uploader 的 `fileList` 发生更新后出现闪烁的情况。[#36801](https://github.com/ant-design/ant-design/pull/36801) [@zhengjitf](https://github.com/zhengjitf)
- 🐞 修复 Form.Item 在垂直布局下使用小尺寸的 `labelCol``wrapperCol` 时不换行的问题。[#36800](https://github.com/ant-design/ant-design/pull/36800)
- 🐞 修复 Row 在 flex 布局中占据过多空间的问题。[#36770](https://github.com/ant-design/ant-design/pull/36770)
## 4.22.2
`2022-07-28`

2
package.json

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

Loading…
Cancel
Save