zombieJ
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
19 additions and
1 deletions
-
CHANGELOG.en-US.md
-
CHANGELOG.zh-CN.md
-
package.json
|
|
@ -15,6 +15,15 @@ timeline: true |
|
|
|
|
|
|
|
--- |
|
|
|
|
|
|
|
## 3.19.5 |
|
|
|
|
|
|
|
`2019-06-17` |
|
|
|
|
|
|
|
- 🐞 Fix RangerPicker input style not align. [#17126](https://github.com/ant-design/ant-design/issues/17126) |
|
|
|
- 🐞 Fix `getPopupContainer` of ConfigProvider not works on Modal. [#17132](https://github.com/ant-design/ant-design/issues/17132) |
|
|
|
- TypeScript |
|
|
|
- 🐞 Fix Descriptions.Item definition. [#17049](https://github.com/ant-design/ant-design/pull/17049) |
|
|
|
|
|
|
|
## 3.19.4 |
|
|
|
|
|
|
|
`2019-06-16` |
|
|
|
|
|
@ -15,6 +15,15 @@ timeline: true |
|
|
|
|
|
|
|
--- |
|
|
|
|
|
|
|
## 3.19.5 |
|
|
|
|
|
|
|
`2019-06-17` |
|
|
|
|
|
|
|
- 🐞 修复 RangerPicker 输入框内容没有对齐的问题。[#17126](https://github.com/ant-design/ant-design/issues/17126) |
|
|
|
- 🐞 修复 ConfigProvider 的 `getPopupContainer` 对 Modal 无效的问题。[#17132](https://github.com/ant-design/ant-design/issues/17132) |
|
|
|
- TypeScript |
|
|
|
- 🐞 修复 Descriptions.Item 的类型定义。[#17049](https://github.com/ant-design/ant-design/pull/17049) |
|
|
|
|
|
|
|
## 3.19.4 |
|
|
|
|
|
|
|
`2019-06-16` |
|
|
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
{ |
|
|
|
"name": "antd", |
|
|
|
"version": "3.19.4", |
|
|
|
"version": "3.19.5", |
|
|
|
"title": "Ant Design", |
|
|
|
"description": "An enterprise-class UI design language and React components implementation", |
|
|
|
"homepage": "http://ant.design/", |
|
|
|