二货机器人
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 |
|
|
|
|
|
|
|
--- |
|
|
|
|
|
|
|
## 3.24.1 |
|
|
|
|
|
|
|
`2019-10-17` |
|
|
|
|
|
|
|
- 🐞 Fix Table throw `React.createRef is not a function error` in old version of React . [#19262](https://github.com/ant-design/ant-design/pull/19262) |
|
|
|
- 🐞 Fix Table TypeScript definition missing Column and ColumnGroup. [#19251](https://github.com/ant-design/ant-design/pull/19251) |
|
|
|
|
|
|
|
## 3.24.0 |
|
|
|
|
|
|
|
`2019-10-16` |
|
|
|
|
|
@ -15,6 +15,13 @@ timeline: true |
|
|
|
|
|
|
|
--- |
|
|
|
|
|
|
|
## 3.24.1 |
|
|
|
|
|
|
|
`2019-10-17` |
|
|
|
|
|
|
|
- 🐞 修复 Table 在旧版 React 会报 `React.createRef is not a function` 的错误信息。[#19262](https://github.com/ant-design/ant-design/pull/19262) |
|
|
|
- 🐞 修复 Table TypeScript 定义丢失 Column 和 ColumnGroup 的问题。[#19251](https://github.com/ant-design/ant-design/pull/19251) |
|
|
|
|
|
|
|
## 3.24.0 |
|
|
|
|
|
|
|
`2019-10-16` |
|
|
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
{ |
|
|
|
"name": "antd", |
|
|
|
"version": "3.24.0", |
|
|
|
"version": "3.24.1", |
|
|
|
"description": "An enterprise-class UI design language and React components implementation", |
|
|
|
"keywords": [ |
|
|
|
"ant", |
|
|
|