Update migration-v4.en-US.md (#21450)

This commit is contained in:
二货机器人 2020-02-19 10:05:51 +08:00 committed by GitHub
parent 71a3575f49
commit 034113d876
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,7 +115,9 @@ const Demo = () => (
- DatePicker rewrite - DatePicker rewrite
- Provide the `picker` property for selector switching. - Provide the `picker` property for selector switching.
- Range selection can now select start and end times individually. - Range selection can now select start and end times individually.
- Tree, Select, TreeSelect, AutoComplete use virtual scrolling. - Tree, Select, TreeSelect, AutoComplete rewrite
- use virtual scrolling.
- `onBlur` no longer trigger value change.
- `dropdownMatchSelectWidth` no longer automatically adapts to the content width, please set the dropdown width with numbers. - `dropdownMatchSelectWidth` no longer automatically adapts to the content width, please set the dropdown width with numbers.
- The Grid component uses flex layout. - The Grid component uses flex layout.
- Button's `danger` is now treated as a property instead of a button type. - Button's `danger` is now treated as a property instead of a button type.