You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/pages/guides/migration-v4/migration-v4.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1124,6 +1124,8 @@ You can use the [`collapse-rename-collapsedheight` codemod](https://github.com/m
1124
1124
+<Radio color="secondary />
1125
1125
```
1126
1126
1127
+
- The className does not have `.MuiIconButton-root` and `.MuiIconButton-label` anymore, target `.MuiButtonBase-root` instead.
1128
+
1127
1129
### Rating
1128
1130
1129
1131
- Move the component from the lab to the core. The component is now stable.
@@ -1358,6 +1360,8 @@ You can use the [`collapse-rename-collapsedheight` codemod](https://github.com/m
1358
1360
+<Switch color="secondary" />
1359
1361
```
1360
1362
1363
+
- The className does not have `.MuiIconButton-root` and `.MuiIconButton-label` anymore, target `.MuiButtonBase-root` instead.
1364
+
1361
1365
### Table
1362
1366
1363
1367
- The customization of the table pagination's actions labels must be done with the `getItemAriaLabel` prop. This increases consistency with the `Pagination` component.
0 commit comments