mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 06:03:38 +08:00
upgrade CHANGELOG.md & upgrade-notes.md
This commit is contained in:
parent
3eaf146612
commit
51d1537cbc
@ -6,6 +6,8 @@
|
|||||||
|
|
||||||
## 0.12.0
|
## 0.12.0
|
||||||
|
|
||||||
|
`2016-02-01`
|
||||||
|
|
||||||
- 新增 [级联选择(Cascader)](http://ant.design/components/cascader/) 组件。
|
- 新增 [级联选择(Cascader)](http://ant.design/components/cascader/) 组件。
|
||||||
- 新增 [树选择控件(TreeSelect)](http://ant.design/components/tree-select/) 组件。
|
- 新增 [树选择控件(TreeSelect)](http://ant.design/components/tree-select/) 组件。
|
||||||
- Form 自身支持校验功能,废弃 Validation。[演示](http://ant.design/components/form/#demo-validate-basic)
|
- Form 自身支持校验功能,废弃 Validation。[演示](http://ant.design/components/form/#demo-validate-basic)
|
||||||
|
@ -7,6 +7,8 @@
|
|||||||
|
|
||||||
## 0.11 => 0.12
|
## 0.11 => 0.12
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
### 使用 Form 提供的校验功能代替 Validation
|
### 使用 Form 提供的校验功能代替 Validation
|
||||||
|
|
||||||
Validation 已经被废弃,并会在以后的版本完全移除,所以建议尽快使用 Form 自带的校验功能替换 Validation。具体使用方式可以查阅文档和例子([#1](http://ant.design/components/form/#demo-validate-basic) [#2](http://ant.design/components/form/#demo-validate-other) [#3](http://ant.design/components/form/#demo-validate-customized))。
|
Validation 已经被废弃,并会在以后的版本完全移除,所以建议尽快使用 Form 自带的校验功能替换 Validation。具体使用方式可以查阅文档和例子([#1](http://ant.design/components/form/#demo-validate-basic) [#2](http://ant.design/components/form/#demo-validate-other) [#3](http://ant.design/components/form/#demo-validate-customized))。
|
||||||
@ -29,8 +31,11 @@ Validation 已经被废弃,并会在以后的版本完全移除,所以建议
|
|||||||
- `onCheck` 回调函数,由原来的`一个`参数,变为`两个`,第一个为`checkedKeys`,第二个参数为原来第一个参数里的其余信息。另外`checkedKeys`里包含了当前选中的节点key,而原来的不包含(这样免去业务里自己组装key的工作)。
|
- `onCheck` 回调函数,由原来的`一个`参数,变为`两个`,第一个为`checkedKeys`,第二个参数为原来第一个参数里的其余信息。另外`checkedKeys`里包含了当前选中的节点key,而原来的不包含(这样免去业务里自己组装key的工作)。
|
||||||
- 异步API中`onDataLoaded`重命名为`loadData`,其他不用改。
|
- 异步API中`onDataLoaded`重命名为`loadData`,其他不用改。
|
||||||
|
|
||||||
|
|
||||||
## 0.10 => 0.11
|
## 0.10 => 0.11
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
`0.11.x` 版本有大量更新,其中部分为不兼容更新。以下列表为其中不兼容的更新及对应升级方案。如果您在升级过程中遇到下面没有提到的情况,可以到 Github 上面咨询。
|
`0.11.x` 版本有大量更新,其中部分为不兼容更新。以下列表为其中不兼容的更新及对应升级方案。如果您在升级过程中遇到下面没有提到的情况,可以到 Github 上面咨询。
|
||||||
|
|
||||||
- `0.11.x` 文档:http://ant.design
|
- `0.11.x` 文档:http://ant.design
|
||||||
@ -79,6 +84,8 @@ import 'antd/style/index.less';
|
|||||||
|
|
||||||
## 0.9 => 0.10
|
## 0.9 => 0.10
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
`0.10.x` 版本有大量改动,是一个不完全向下兼容的版本。以下文档尽力列出了 `0.9.x` 到 `0.10.x` 的不兼容变动,以帮助开发者升级。
|
`0.10.x` 版本有大量改动,是一个不完全向下兼容的版本。以下文档尽力列出了 `0.9.x` 到 `0.10.x` 的不兼容变动,以帮助开发者升级。
|
||||||
|
|
||||||
- `0.10.x` 文档:http://010x.ant.design
|
- `0.10.x` 文档:http://010x.ant.design
|
||||||
|
Loading…
Reference in New Issue
Block a user