Browse Source
docs: 4.3.3 release docs (#24810)
* docs: 4.3.3 release docs
* docs: order
* docs: version
pull/24814/head
4.3.3
信鑫-King
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
15 additions and
1 deletions
-
CHANGELOG.en-US.md
-
CHANGELOG.zh-CN.md
-
package.json
|
@ -15,6 +15,13 @@ timeline: true |
|
|
|
|
|
|
|
|
--- |
|
|
--- |
|
|
|
|
|
|
|
|
|
|
|
## 4.3.3 |
|
|
|
|
|
|
|
|
|
|
|
`2020-06-07` |
|
|
|
|
|
|
|
|
|
|
|
- 🐞 Fix Drawer cannot open. [#24802](https://github.com/ant-design/ant-design/pull/24802) |
|
|
|
|
|
- 🐞 Fix Menu.SubMenu cannot scroll. [#24806](https://github.com/ant-design/ant-design/pull/24806) |
|
|
|
|
|
|
|
|
## 4.3.2 |
|
|
## 4.3.2 |
|
|
|
|
|
|
|
|
`2020-06-06` |
|
|
`2020-06-06` |
|
|
|
@ -15,6 +15,13 @@ timeline: true |
|
|
|
|
|
|
|
|
--- |
|
|
--- |
|
|
|
|
|
|
|
|
|
|
|
## 4.3.3 |
|
|
|
|
|
|
|
|
|
|
|
`2020-06-07` |
|
|
|
|
|
|
|
|
|
|
|
- 🐞 修复 Drawer 无法显示的问题。[#24802](https://github.com/ant-design/ant-design/pull/24802) |
|
|
|
|
|
- 🐞 修复 Menu.SubMenu 滚动区域无法交互的问题。[#24806](https://github.com/ant-design/ant-design/pull/24806) |
|
|
|
|
|
|
|
|
## 4.3.2 |
|
|
## 4.3.2 |
|
|
|
|
|
|
|
|
`2020-06-06` |
|
|
`2020-06-06` |
|
|
|
@ -1,6 +1,6 @@ |
|
|
{ |
|
|
{ |
|
|
"name": "antd", |
|
|
"name": "antd", |
|
|
"version": "4.3.2", |
|
|
"version": "4.3.3", |
|
|
"description": "An enterprise-class UI design language and React components implementation", |
|
|
"description": "An enterprise-class UI design language and React components implementation", |
|
|
"keywords": [ |
|
|
"keywords": [ |
|
|
"ant", |
|
|
"ant", |
|
|