update Changelog

This commit is contained in:
afc163 2016-05-23 12:02:31 +08:00
parent 057713c889
commit 25c1dc1cde

View File

@ -78,6 +78,7 @@ timeline: true
- Modal 移除了 `align` 属性,现在可以使用 `style` 属性调整位置。
- `Modal.confirm` 等方法的配置项 `iconClassName` 重命名为 `iconType`
- Select 移除了 `onChange` 中的 `label` 参数,新增了 `labelInValue` 属性。[#1695](https://github.com/ant-design/ant-design/issues/1695)
- 移除了 `import { Form } from 'antd/lib/form';` 的用法,应统一为 `import { Form } from 'antd';``import Form from 'antd/lib/form';`
#### 有兼容提示的改动