mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 17:44:35 +08:00
docs: 4.6.1 changelog (#26356)
This commit is contained in:
parent
d5eda4f87e
commit
54b6bab2bf
@ -15,6 +15,13 @@ timeline: true
|
||||
|
||||
---
|
||||
|
||||
## 4.6.1
|
||||
|
||||
`2020-08-24`
|
||||
|
||||
- TypeScript
|
||||
- 🐞 Fix Upload type declaration missing `children`. [#26347](https://github.com/ant-design/ant-design/pull/26347)
|
||||
|
||||
## 4.6.0
|
||||
|
||||
`2020-08-23`
|
||||
|
@ -15,6 +15,13 @@ timeline: true
|
||||
|
||||
---
|
||||
|
||||
## 4.6.1
|
||||
|
||||
`2020-08-24`
|
||||
|
||||
- TypeScript
|
||||
- 🐞 修复 Upload 类型声明丢失 `children` 的问题。[#26347](https://github.com/ant-design/ant-design/pull/26347)
|
||||
|
||||
## 4.6.0
|
||||
|
||||
`2020-08-23`
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "antd",
|
||||
"version": "4.6.0",
|
||||
"version": "4.6.1",
|
||||
"description": "An enterprise-class UI design language and React components implementation",
|
||||
"title": "Ant Design",
|
||||
"keywords": [
|
||||
|
Loading…
Reference in New Issue
Block a user