Browse Source

docs: Update 3.24.1 changelog (#19270)

pull/19282/head 3.24.1
二货机器人 5 years ago
committed by GitHub
parent
commit
5bd3d4a33b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      CHANGELOG.en-US.md
  2. 7
      CHANGELOG.zh-CN.md
  3. 2
      package.json

7
CHANGELOG.en-US.md

@ -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`

7
CHANGELOG.zh-CN.md

@ -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`

2
package.json

@ -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",

Loading…
Cancel
Save