Skip to content

Commit

Permalink
update migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jun 16, 2020
1 parent a2eb7f7 commit 14b4158
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/src/pages/guides/migration-v4/migration-v4.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,17 @@ yarn add @material-ui/core
/>
```

### TablePagination

- The customization of the table pagination's actions labels must be done with the `getItemAriaLabel` prop.

```diff
<TablePagination
- backIconButtonText="Avant"
- nextIconButtonText="Après
+ getItemAriaLabel={…}
```

### Typography

- Replace `srOnly` prop support with a style util:
Expand Down

0 comments on commit 14b4158

Please sign in to comment.