Skip to content

Commit

Permalink
Document CSS classes breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrookes committed Aug 3, 2020
1 parent a1f22cb commit 5e399a2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/src/pages/guides/migration-v4/migration-v4.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,15 @@ This change affects almost all components where you're using the `component` pro

```diff
-<CircularProgress variant="static" />
-<CircularProgress variant="static" classes={{ static: 'cclassname' }} />
-<CircularProgress variant="determinate" classes={{ determinate: 'classname' }} />
+<CircularProgress variant="determinate" />
+<CircularProgress variant="determinate" classes={{ determinate: 'cclassname' }} />
-<CircularProgress variant="determinate" />
```

> NB: If you had previously customised determinate, your customisations are probably no longer valid. Please remove them.

### Collapse

- The `collapsedHeight` prop was renamed `collapsedSize` to support the horizontal direction.
Expand Down

0 comments on commit 5e399a2

Please sign in to comment.