Socket
Socket
Sign inDemoInstall

@mui/system

Package Overview
Dependencies
Maintainers
11
Versions
160
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mui/system - npm Package Versions

1
1416

5.2.8

Diff

Changelog

Source

5.2.8

<!-- generated comparing v5.2.7..master -->

Jan 10, 2022

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

  • A meaningful number of 🐛 bug fixes and 📚 documentation improvements.
hbjorbj
published 5.2.6 •

Changelog

Source

5.2.6

<!-- generated comparing v5.2.5..master -->

Dec 27, 2021

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

  • 📓 The Norwegian Bokmål (nb-NO) locale was added (#27520) @wogsland
  • 🛠 Introduced a new useBadge hook in the @mui/base package (#30246) @mnajdova
  • And more 🐛 bug fixes and 📚 documentation improvements.
michaldudak
published 5.2.5 •

Changelog

Source

5.2.5

<!-- generated comparing v5.2.4..master -->

Dec 20, 2021

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

  • 🛠 This release mostly improves what's behind the scenes: infrastructure and tests
  • 📓 Danish (da-DK) locale was added (#29485) @mikk5829
  • 🖌 Polished the design of Base components (#30149) and the docs in general (#29994) @danilo-leal
  • 📚 Many additions and improvements to the documentation were made
siriwatknp
published 5.2.4 •

Changelog

Source

5.2.4

<!-- generated comparing v5.2.3..master -->

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.

mnajdova
published 5.2.3 •

Changelog

Source

5.2.3

<!-- generated comparing v5.2.2..master -->

Dec 6, 2021

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

  • ✨ We have introduced a new unstyled component in @mui/base: TablePagination (#29759) @mnajdova

    <a href="https://mui.com/components/tables/#unstyled-table"><img width="800" alt="unstyled table" src="https://user-images.githubusercontent.com/4512430/144862194-584356ef-7d9d-462c-a631-186a7e716193.png"></a>

    You can follow our progress with unstyled components at https://github.com/mui/base-ui/issues/10.

  • 🎉 We have added an example of how to use MUI with Remix (#29952) @mnajdova

  • And many more 🐛 bug fixes and 📚 improvements.

hbjorbj
published 5.2.2 •

Changelog

Source

5.2.2

<!-- generated comparing v5.2.1..master -->

Nov 29, 2021

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

  • ♿️ Improved accessibility of Snackbar and TextField in @mui/material (#29782) (#29850) (#29852) @eps1lon.
  • 🎉 Added support for sx syntax inside styled() utility (#29833) @mnajdova.
  • 🎉 Added support for more options for createCssVarsProvider in @mui/system (#29845) (#29857) @hbjORbj.
  • And many more 🐛 bug fixes and 📚 improvements.
eps1lon
published 5.2.1 •

Changelog

Source

@mui/icons-material@5.2.1

  • <!-- 12 -->[icons] Consolidate ignored icons into one list (#29843) @chao813
michaldudak
published 5.2.0 •

Changelog

Source

5.2.0

<!-- generated comparing v5.1.1..master -->

Nov 23, 2021

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

  • 🧪 Created another unstyled component: TabsUnstyled (#29597) @mnajdova.
  • 🎉 Updated the Material Icons set with the latest changes from Google (#29328) @michaldudak / (#29818) @chao813. This update adds 200 new icons and tweaks the appearance of many more. With it, we're getting close to having 2000 icons in our set.
  • 🐛 Fixed bugs and improved the infrastructure and documentation 📚.
siriwatknp
published 5.1.1 •

Changelog

Source

5.1.1

<!-- generated comparing v5.1.0..master -->

Nov 16, 2021

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

  • 🛠 Renamed @mui/core to @mui/base (#29585) @michaldudak.
  • And many more 🐛 bug fixes and 📚 improvements.
mnajdova
published 5.1.0 •

Changelog

Source

5.1.0

<!-- generated comparing v5.0.6..master -->

Nov 8, 2021

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

  • 🎉 Support custom elements under ButtonGroup (#28645) @ZeeshanTamboli
  • 🛠 Add support for arrays in the sx prop (#29297) @siriwatknp
  • And many more 🐛 bug fixes and 📚 improvements.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc