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.13.2
`2019-02-07`
- 🐞 Adjust font style to fix display issue in IE. [#14708 ](https://github.com/ant-design/ant-design/pull/14708 ) [@ashearer ](https://github.com/ashearer )
- 🐞 Fix Table ajax render not correct issue. [#14724 ](https://github.com/ant-design/ant-design/pull/14724 ) [@imhele ](https://github.com/imhele )
- 🐞 Fix Input not hide clear button when value is `null` . [#14733 ](https://github.com/ant-design/ant-design/pull/14733 ) [@thilo-behnke ](https://github.com/thilo-behnke )
## 3.13.1
`2019-02-04`
@ -15,6 +15,14 @@ timeline: true
---
## 3.13.2
`2019-02-07`
- 🐞 调整字体样式以适配旧版 IE 下的展示问题。[#14708](https://github.com/ant-design/ant-design/pull/14708) [@ashearer ](https://github.com/ashearer )
- 🐞 修复 Table 异步数据的展示问题。[#14724](https://github.com/ant-design/ant-design/pull/14724) [@imhele ](https://github.com/imhele )
- 🐞 修复 Input 值为 `null` 时,清除按钮不消失的问题。[#14733](https://github.com/ant-design/ant-design/pull/14733) [@thilo-behnke ](https://github.com/thilo-behnke )
## 3.13.1
`2019-02-04`
@ -1,6 +1,6 @@
{
"name" : "antd" ,
"version" : "3.13.1 " ,
"version" : "3.13.2 " ,
"title" : "Ant Design" ,
"description" : "An enterprise-class UI design language and React-based implementation" ,
"homepage" : "http://ant.design/" ,