diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index 439b68f337..f0bbc23979 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -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` diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index b6adc314a0..0d29fb4b4c 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -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` diff --git a/package.json b/package.json index 22fc1b9ac7..817b7f8766 100644 --- a/package.json +++ b/package.json @@ -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/",