Browse Source
docs: 3.23.1 changelog (#18627)
* docs: changelog
* docs: changelog
pull/18628/head
3.23.1
二货机器人
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
13 additions and
1 deletions
-
CHANGELOG.en-US.md
-
CHANGELOG.zh-CN.md
-
package.json
|
|
@ -15,6 +15,12 @@ timeline: true |
|
|
|
|
|
|
|
--- |
|
|
|
|
|
|
|
## 3.23.1 |
|
|
|
|
|
|
|
`2019-09-03` |
|
|
|
|
|
|
|
- 🐞 Fix Upload can not upload more than one file when `multiple` is `false`. [#18626](https://github.com/ant-design/ant-design/pull/18626) |
|
|
|
|
|
|
|
## 3.23.0 |
|
|
|
|
|
|
|
`2019-09-02` |
|
|
|
|
|
@ -15,6 +15,12 @@ timeline: true |
|
|
|
|
|
|
|
--- |
|
|
|
|
|
|
|
## 3.23.1 |
|
|
|
|
|
|
|
`2019-09-03` |
|
|
|
|
|
|
|
- 🐞 修复 Upload 在 `multiple` 为 `false` 时无法上传多于一个文件的问题。[#18626](https://github.com/ant-design/ant-design/pull/18626) |
|
|
|
|
|
|
|
## 3.23.0 |
|
|
|
|
|
|
|
`2019-09-02` |
|
|
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
{ |
|
|
|
"name": "antd", |
|
|
|
"version": "3.23.0", |
|
|
|
"version": "3.23.1", |
|
|
|
"title": "Ant Design", |
|
|
|
"description": "An enterprise-class UI design language and React components implementation", |
|
|
|
"homepage": "http://ant.design/", |
|
|
|