npm @mui/material 5.2.4
v5.2.4

latest releases: 5.15.18, 6.0.0-alpha.7, 6.0.0-alpha.6...
2 years ago

Dec 14, 2021

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

  • ✨ Add not operator to theme.breakpoints (#29311) @Philipp000

    const styles = (theme) => ({
      root: {
        backgroundColor: 'blue',
        // Match [xs, md) and [md + 1, ∞)
        //       [xs, md) and [lg, ∞)
        //       [0px, 900px) and [1200px, ∞)
        [theme.breakpoints.not('md')]: {
          backgroundColor: 'red',
        },
      },
    });
  • And many more 🐛 bug fixes and 📚 improvements.

@mui/material@5.2.4

@mui/system@5.2.4

@mui/base@5.0.0-alpha.60

  • ​[BadgeUnstyled] Make it conformant with other base components (#30141) @mnajdova

@mui/icons-material@5.2.4

  • ​[icons] Correct location of icon download folder (#29839) @yaboi

Docs

Core

All contributors of this release in alphabetical order: @alisasanib, @bryan-hunter, @danilo-leal, @eps1lon, @fmeum, @Janpot, @kkorach, @l10nbot, @ladygo93, @michaldudak, @mnajdova, @oliviertassinari, @Philipp000, @rvsia, @TheodosiouTh, @yaboi

Don't miss a new material release

NewReleases is sending notifications on new releases.