npm @mui/material 5.5.0
v5.5.0

latest releases: 6.0.0-dev.240424162023-9968b4889d, 6.0.0-alpha.4, 6.0.0-alpha.3...
2 years ago

Mar 7, 2022

A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:

@mui/material@5.5.0

Breaking change

  • ​[ClassNameGenerator] Prevent all base imports (#31297) @siriwatknp

    unstable_ClassNameGenerator has been moved from utils to className folder to prevent all MUI Base module imports. If you use the module, please update the import as suggested in the diff below:

    - import { unstable_ClassNameGenerator } from '@mui/material/utils';
    + import { unstable_ClassNameGenerator } from '@mui/material/className';

Changes

@mui/icons-material@5.5.0

@mui/codemod@5.5.0

@mui/lab@5.0.0-alpha.72

@mui/base@5.0.0-alpha.71

@mui/joy@5.0.0-alpha.18

@mui/material-next@6.0.0-alpha.26

Docs

Core

All contributors of this release in alphabetical order: @Daggy1234, @danilo-leal, @EdmundMai, @eps1lon, @hbjORbj, @Janpot, @jrozbicki, @m14d3n, @michaldudak, @mnajdova, @nnecec, @oliviertassinari, @PunitSoniME, @simonecervini, @siriwatknp, @sjdemartini

Don't miss a new material release

NewReleases is sending notifications on new releases.