Socket
Socket
Sign inDemoInstall

@mui/icons-material

Package Overview
Dependencies
87
Maintainers
10
Versions
84
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1
5679Next

5.3.0

Diff

Changelog

Source

5.3.0

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

Jan 17, 2022

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

  • 🛠 @siriwatknp added support for callbacks in styleOverrides (#30524)
  • 🧩 @ZeeshanTamboli and @VicHofs improved customization of components (#30515, #30212)
  • 🛠 @hbjORbj fixed the use of ResizeObserver in Masonry component (#29896)
  • 📄 @danilo-leal and @siriwatknp created our own blog home page (#30121)
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.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.
eps1lon
published 5.0.5 •

Changelog

Source

5.0.5

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

Oct 26, 2021

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

  • 🔧 Implement Masonry using Flexbox by @hbjORbj.
  • 🧪 Add three components to @mui/base by @rebeccahongsf and @hbjORbj.
hbjorbj
published 5.0.4 •

Changelog

Source

5.0.4

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

Oct 14, 2021

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

  • 🧪 Added UnstyledInput and useInput hook in the the first component in @mui/base package @michaldudak (#28053)
  • 🐛 Fixed many bugs and improved the documentation 📚.
michaldudak
published 5.0.3 •

Changelog

Source

5.0.3

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

Oct 7, 2021

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

  • 🧪 Created the first component in @mui/material-next - our v6 prototype package.
  • 🐛 Fixed many bugs and improved the documentation 📚.
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc