mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 13:09:40 +08:00
0f2cddbbe9
* feat: remove visible props for Tag * fix: remove relate snap * feat: add warning when use visible in Tag * Update components/tag/index.tsx Co-authored-by: afc163 <afc163@gmail.com> * doc: add v5-note Co-authored-by: afc163 <afc163@gmail.com> Co-authored-by: 二货机器人 <smith3816@gmail.com>
782 B
782 B
V5 breaking change 记录
- getPopupContainer: 所有的 getPopupContainer 都需要保证返回的是唯一的 div。React 18 concurrent 下会反复调用该方法。
- Dropdown
- 魔改包裹元素样式移除,请使用 Space 组件
- DropdownButton 的 prefixCls 改为
dropdown
- Upload List 结构变化
- Notification
- 静态方法不在允许在
open
中动态设置prefixCls
maxCount
top
bottom
getContainer
,Notification 静态方法现在将只有一个实例。如果需要不同配置,请使用useNotification
。 - close 改名为 destroy 和 message 保持一致
- 静态方法不在允许在
- Drawer style & className 迁移至 Drawer Panel 中,原属性替换为
rootClassName
和rootStyle
- antd.css 替换为 reset.css
- Tag
- 移除 visible 属性