v4.11.3-deprecations.0
Pre-releaseJan 24, 2021
This release is intended to help prepare the migration to Material-UI v5. ⏫.
We have started to add deprecations in anticipation of v5. We plan to add a deprecation for any breaking change in v5 that allows it. Each warning comes with a simple message that explains how to handle the deprecation. If no warnings are reported in the console, you are set for this first batch.
Please report issues with the deprecations on #22074 (wrong instructions, false-positives, floods in the console, etc.).
You can expect similar pre-releases like this one in the coming months. Once v5 reaches the beta phase (no more breaking changes), the below deprecations will be included in the v4 stable release.
You can install this release with the npm tag:
"@material-ui/core": "deprecations"
or the pre-release semver:
"@material-ui/core": "^4.11.3-deprecations.1"
Deprecations
- [Accordion] Deprecate classes.focused (#24083) @oliviertassinari
- [Badge] Add overlap circular and rectangular (#22076) @eps1lon
- [Box] Deprecate css prop in favor of sx (#23480) @mnajdova
- [Collapse] Deprecate classes.container (#24084) @oliviertassinari
- [Collapse] Deprecate collapsedHeight (#24079) @oliviertassinari
- [Dialog] Add deprecation warning for withMobileDialog (#23570) @RDIL
- [Dialog] Deprecate the transition onX props (#22114) @mbrookes
- [Fab] Deprecate variant="round" (#24080) @oliviertassinari
- [Grid] Add deprecation for justify prop rename (#24078) @oliviertassinari
- [GridList] Rename to ImageList & add deprecation warnings (#22363) @mbrookes
- [Icons] Deprecate fontSize value of default, add medium (#23971) @mbrookes
- [Menu] Deprecate transition onX props (#22213) @mbrookes
- [Modal][Dialog] Deprecate duplicate props with onChange (#24081) @oliviertassinari
- [Modal][Portal] Deprecate onRendered (#24082) @oliviertassinari
- [Popover] Deprecate transition onX props (#22202) @mbrookes
- [RootRef] Deprecate component (#24075) @oliviertassinari
- [Snackbar] Deprecate transition onX props (#22206) @mbrookes
- [Table] Add deprecation for renamed TablePagination props (#23789) @mnajdova
- [test] Deprecate test-utils (#24099) @eps1lon
- [TextareaAutosize] Deprecate rowsMax->maxRows & rowsMin->minRows (#23530) @mhayk
- [theme] Deprecate
fade
color utility in favor ofalpha
(#22837) @mnajdova - [theme] Deprecate theme.mixins.gutters (#22245) @joshwooding