Browse Source
docs: 3.19.6 changelog (#17166)
* 3.19.6 changelog
* update
pull/17172/head
3.19.6
zombieJ
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
17 additions and
1 deletions
-
CHANGELOG.en-US.md
-
CHANGELOG.zh-CN.md
-
package.json
|
|
@ -15,6 +15,14 @@ timeline: true |
|
|
|
|
|
|
|
--- |
|
|
|
|
|
|
|
## 3.19.6 |
|
|
|
|
|
|
|
`2019-06-19` |
|
|
|
|
|
|
|
- 🐞 Fix nest Card `extra` position not correct. [#17140](https://github.com/ant-design/ant-design/pull/17140) |
|
|
|
- 🐞 Fix Table crash while `filter` dynamic change. [#17141](https://github.com/ant-design/ant-design/pull/17141) |
|
|
|
- 🐞 Fix TextArea & DatePicker separator position too low and align issue. [#17165](https://github.com/ant-design/ant-design/pull/17165) |
|
|
|
|
|
|
|
## 3.19.5 |
|
|
|
|
|
|
|
`2019-06-17` |
|
|
|
|
|
@ -15,6 +15,14 @@ timeline: true |
|
|
|
|
|
|
|
--- |
|
|
|
|
|
|
|
## 3.19.6 |
|
|
|
|
|
|
|
`2019-06-19` |
|
|
|
|
|
|
|
- 🐞 修复嵌套 Card `extra` 位置不正确的问题。[#17140](https://github.com/ant-design/ant-design/pull/17140) |
|
|
|
- 🐞 修复 Table 动态改变 `filter` 时报错的问题。[#17141](https://github.com/ant-design/ant-design/pull/17141) |
|
|
|
- 🐞 修复 TextArea 和 RangePicker 分隔符位置偏下和对齐的问题。[#17165](https://github.com/ant-design/ant-design/pull/17165) |
|
|
|
|
|
|
|
## 3.19.5 |
|
|
|
|
|
|
|
`2019-06-17` |
|
|
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
{ |
|
|
|
"name": "antd", |
|
|
|
"version": "3.19.5", |
|
|
|
"version": "3.19.6", |
|
|
|
"title": "Ant Design", |
|
|
|
"description": "An enterprise-class UI design language and React components implementation", |
|
|
|
"homepage": "http://ant.design/", |
|
|
|