changelog for 2.2.1

This commit is contained in:
afc163 2016-11-02 13:38:37 +08:00
parent f443032caa
commit 7fad45403e
3 changed files with 13 additions and 1 deletions

View File

@ -9,6 +9,12 @@ If you want to read change logs before `2.0.0`, please visit [GitHub](https://gi
---
## 2.2.1
`2016-11-02`
* Fix controlled DatePicker[showTime] not working bug. [#3665](https://github.com/ant-design/ant-design/issues/3665)
## 2.2.0
`2016-10-28`

View File

@ -9,6 +9,12 @@ timeline: true
---
## 2.2.1
`2016-11-02`
* 修复 Form 中 DatePicker[showTime](受控)无法使用的问题。[#3665](https://github.com/ant-design/ant-design/issues/3665)
## 2.2.0
`2016-10-28`

View File

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