github mui/material-ui v4.11.3-deprecations.0

latest releases: v6.0.0-alpha.5, v5.15.16, v6.0.0-alpha.4...
pre-release3 years ago
Jan 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

Don't miss a new material-ui release

NewReleases is sending notifications on new releases.