diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index 1778cd8daf..77f93e5c64 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -17,6 +17,17 @@ If you want to read change logs before `2.0.0`, please visit [GitHub](https://gi --- +## 2.10.2 + +`2017-05-23` + +- Fix style issue of TreeSelect. [#6137](https://github.com/ant-design/ant-design/issues/6137) +- Fix style issue of Input with prefix and addon. [#6144](https://github.com/ant-design/ant-design/issues/6144) +- Fix some bugs of `notification.destroy`. [#6161](https://github.com/ant-design/ant-design/issues/6161) +- Fix missing translations of Upload and Table. [#6218](https://github.com/ant-design/ant-design/issues/6218) +- Fix style issue of Cascader inside Input.Group. [#6208](https://github.com/ant-design/ant-design/issues/6208) +- Increase click area of Tree icons. [#6120](https://github.com/ant-design/ant-design/issues/6120) + ## 2.10.1 `2017-05-14` diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index f400246a21..2b3a723426 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -17,6 +17,17 @@ timeline: true --- +## 2.10.2 + +`2017-05-23` + +- 修复 TreeSelect 的样式问题。[#6137](https://github.com/ant-design/ant-design/issues/6137) +- 修复 包含 prefix 和 addon 的 Input 的样式问题。[#6144](https://github.com/ant-design/ant-design/issues/6144) +- 修复 `notification.destroy` 的 Bug。[#6161](https://github.com/ant-design/ant-design/issues/6161) +- 修复了 Upload 和 Table 组件中缺失的翻译。 +- 修复了在 Input.Group 中的 Cascader 的样式问题。[#6208](https://github.com/ant-design/ant-design/issues/6208) +- 增大了 Tree 图标的可点击区域面积。 + ## 2.10.1 `2017-05-14` diff --git a/package.json b/package.json index 26547543e4..6f2f4c48ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "antd", - "version": "2.10.1", + "version": "2.10.2", "title": "Ant Design", "description": "An enterprise-class UI design language and React-based implementation", "homepage": "http://ant.design/",