|
@@ -63,7 +63,7 @@ import en_GB from '@douyinfe/semi-ui/lib/es/locale/source/en_GB'
|
|
|
- Icon related
|
|
|
- Icon component no longer supports type = xxx using built-in icons
|
|
|
- Custom svg no longer supports plug-in configuration srcSvgPaths
|
|
|
- - The Button icon property no longer supports passing built-in icon names through strings
|
|
|
+ - The Button `icon` and `iconType` property no longer supports passing built-in icon names through strings
|
|
|
- Dropdown deletes the iconType attribute and unifies it into the icon attribute
|
|
|
- Navigation icons no longer support incoming by string, ReactNode needs to be passed in
|
|
|
- Notification icons are no longer passed in by string, please use ReactNode uniformly
|
|
@@ -72,6 +72,7 @@ import en_GB from '@douyinfe/semi-ui/lib/es/locale/source/en_GB'
|
|
|
- Form no longer exports Label components from `semi-ui/index.js`
|
|
|
- Tree onRightClick renamed onContextMenu
|
|
|
- Upload dragable renamed draggable
|
|
|
+- Tooltip no longer supports the `disabled` attribute, and components that rely on Tooltip (such as Popover, Dropdown, etc.) transparently transmitted to Tooltip `disabled` will become invalid
|
|
|
- Table
|
|
|
- API that no longer responds when componentDidUpdate
|
|
|
- DefaultExpandAllRows, please replace with expandAllRows
|