docs: v3 -> v4 deprecate Button.Group (#26260)

* docs: v3 -> v4 deprecate Button.Group

* docs: update
This commit is contained in:
07akioni 2020-08-19 09:48:51 +08:00 committed by GitHub
parent 1ecca69bb3
commit 1f04757ece
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -56,6 +56,7 @@ This document will help you upgrade from antd `3.x` version to antd `4.x` versio
- Removed the `lazy` attribute of Transfer, which did not really optimize the effect.
- Removed `combobox` mode, please use `AutoComplete` instead.
- Removed the `rowSelection.hideDefaultSelections` property of Table, please use `SELECTION_ALL` and `SELECTION_INVERT` in `rowSelection.selections` instead, [Custom Selection](/components/table/#components-table-demo-row-selection-custom).
- Deprecated Button.Group, please use `Space` instead.
#### Icon upgrade

View File

@ -56,6 +56,7 @@ title: 从 v3 到 v4
- 移除了 Transfer 的 `lazy` 属性,它并没有起到真正的优化效果。
- 移除了 Select 的 `combobox` 模式,请使用 `AutoComplete` 替代。
- 移除了 Table 的 `rowSelection.hideDefaultSelections` 属性,请在 `rowSelection.selections` 中使用 `SELECTION_ALL``SELECTION_INVERT` 替代,[自定义选择项](/components/table/#components-table-demo-row-selection-custom)。
- 废弃 Button.Group请使用 `Space` 代替。
#### 图标升级