add description of v3 to v4 (#27309)

* add description of v3 to v4

* add description of v3 to v4

* add description of v3 to v4

* add description of v3 to v4
This commit is contained in:
qianbin 2020-10-22 22:57:20 +08:00 committed by GitHub
parent fdcdf140d1
commit a442722cd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -130,6 +130,7 @@ const Demo = () => (
- 如果你需要设置弹窗高度请使用 `listHeight` 来代替 `dropdownStyle` 的高度样式。
- `filterOption` 第二个参数直接返回原数据,不在需要通过 `option.props.children` 来进行匹配。
- Tree、TreeSelect 同时指定 `title``label` 的时候,会选择显示 `label`。为了 `labelInValue` 行为一致进行了该调整。[新行为](https://codesandbox.io/s/keen-curran-d3qnp)(在第一个节点展示 'label'[旧行为](https://codesandbox.io/s/muddy-darkness-57lb3)(在第一个节点展示 'title')。
- Tree 传入内容采用 `treeData` 属性,来代替 `TreeNode` 方式TreeNode 依然可用,但是会在控制台抛出警告。
- Grid 组件使用 flex 布局。
- Button 的 `danger` 现在作为一个属性而不是按钮类型。
- Input、Select 的 `value``undefined` 时改为非受控状态。