Browse Source

update changelog (#17133)

pull/17137/head 3.19.5
zombieJ 6 years ago
committed by GitHub
parent
commit
7f43ac564b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      CHANGELOG.en-US.md
  2. 9
      CHANGELOG.zh-CN.md
  3. 2
      package.json

9
CHANGELOG.en-US.md

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

9
CHANGELOG.zh-CN.md

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

2
package.json

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

Loading…
Cancel
Save