mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
Update upgrade-notes.md
This commit is contained in:
parent
29825f20c8
commit
e44a9423a5
@ -24,7 +24,7 @@ Validation 已经被废弃,并会在以后的版本完全移除,所以建议
|
||||
改为:
|
||||
|
||||
```jsx
|
||||
<Progress.Circle percent={100} format={(_) => <Icon type="check" />} />
|
||||
<Progress.Circle percent={100} format={() => <Icon type="check" />} />
|
||||
```
|
||||
### Tree
|
||||
- `onSelect` 回调函数,由原来的`一个`参数,变为`两个`,第一个为`selectedKeys`,第二个参数为原来第一个参数里的其余信息。另外`selectedKeys`里包含了当前选中的节点key,而原来的不包含。
|
||||
|
Loading…
Reference in New Issue
Block a user