ant-design/v5-note.md

21 lines
998 B
Markdown
Raw Normal View History

2022-04-22 11:58:46 +08:00
# V5 breaking change 记录
- getPopupContainer: 所有的 getPopupContainer 都需要保证返回的是唯一的 div。React 18 concurrent 下会反复调用该方法。
- Dropdown
- 魔改包裹元素样式移除,请使用 Space 组件
- DropdownButton 的 prefixCls 改为 `dropdown`
2022-04-22 11:58:46 +08:00
- Upload List 结构变化
- Notification
- 静态方法不在允许在 `open` 中动态设置 `prefixCls` `maxCount` `top` `bottom` `getContainer`Notification 静态方法现在将只有一个实例。如果需要不同配置,请使用 `useNotification`
- close 改名为 destroy 和 message 保持一致
- Drawer style & className 迁移至 Drawer Panel 中,原属性替换为 `rootClassName``rootStyle`
2022-08-05 20:04:11 +08:00
- antd.css 替换为 reset.css
- Tag
- 移除 visible 属性
- 组件 `dropdownClassName` 替换为 `popupClassName`
- AutoComplete 组件
- Cascader 组件
- Select 组件
- TreeSelect 组件
2022-08-18 20:27:31 +08:00
- open 属性转换https://github.com/ant-design/ant-design/issues/36609