Skip to content

Commit 0ad225a

Browse files
committed
add breaking change docs
1 parent ba67912 commit 0ad225a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/src/pages/guides/migration-v4/migration-v4.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1124,6 +1124,8 @@ You can use the [`collapse-rename-collapsedheight` codemod](https://github.com/m
11241124
+<Radio color="secondary />
11251125
```
11261126

1127+
- The className does not have `.MuiIconButton-root` and `.MuiIconButton-label` anymore, target `.MuiButtonBase-root` instead.
1128+
11271129
### Rating
11281130

11291131
- 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
13581360
+<Switch color="secondary" />
13591361
```
13601362

1363+
- The className does not have `.MuiIconButton-root` and `.MuiIconButton-label` anymore, target `.MuiButtonBase-root` instead.
1364+
13611365
### Table
13621366

13631367
- 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

Comments
 (0)