This commit is contained in:
afc163 2017-08-07 21:29:24 +08:00
parent 4c52ccaff9
commit acf58de807
3 changed files with 17 additions and 1 deletions

View File

@ -17,6 +17,14 @@ If you want to read change logs before `2.0.0`, please visit [GitHub](https://gi
---
## 2.12.5
`2017-08-07`
- Fix the `SelectPropTypes not found` issue under es mode. [#7123](https://github.com/ant-design/ant-design/issues/7123)
- Fix Row no wrap issue. [4f73a23](https://github.com/ant-design/ant-design/commit/4f73a23a103733a3c148bb04013493a042f90a8f)
- Fix broken style of InputNumber and RangePicker. [#7117](https://github.com/ant-design/ant-design/issues/7117) [#7126](https://github.com/ant-design/ant-design/issues/7126)
## 2.12.4
`2017-08-06`

View File

@ -17,6 +17,14 @@ timeline: true
---
## 2.12.5
`2017-08-07`
- 修复 ES 模式下`SelectPropTypes not found` 的问题。[#7123](https://github.com/ant-design/ant-design/issues/7123)
- 修复 Row 在 flex 模式下元素不换行的问题。[4f73a23](https://github.com/ant-design/ant-design/commit/4f73a23a103733a3c148bb04013493a042f90a8f)
- 修复 InputNumber 和 RangePicker 的样式问题。[#7117](https://github.com/ant-design/ant-design/issues/7117) [#7126](https://github.com/ant-design/ant-design/issues/7126)
## 2.12.4
`2017-08-06`

View File

@ -1,6 +1,6 @@
{
"name": "antd",
"version": "2.12.4",
"version": "2.12.5",
"title": "Ant Design",
"description": "An enterprise-class UI design language and React-based implementation",
"homepage": "http://ant.design/",