github mui/material-ui v5.11.0

latest releases: v6.1.1, v6.1.0, v6.0.2...
21 months ago

Dec 13, 2022

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

  • 🔥 @mnajdova enabled configuration of the sx prop in the theme (#35150)
  • Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.

@mui/material@5.11.0

@mui/icons-material@5.11.0

@mui/system@5.11.0

BREAKING CHANGES

  • [system] Enable configuring the sx prop in the theme (#35150) @mnajdova

    The breaking change is regarding an experimental API:

    -import { styled, experimental_sx } from '@mui/material/styles';
    +import { styled } from '@mui/material/styles';
    
    -const Component = styled('div)(experimental_sx({ p: 1 }});
    +const Component = styled('div)(({ theme }) => theme.unstable_sx({ p: 1 }});

@mui/joy@5.0.0-alpha.58

@mui/base@5.0.0-alpha.110

  • [PopperUnstyled] Update PopperTooltip to have correct width when closing with transition (#34714) @EduardoSCosta

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

Docs

Core

All contributors of this release in alphabetical order: @alexfauquette, @Armanio, @danilo-leal, @EduardoSCosta, @flaviendelangle, @jesrodri, @joserodolfofreitas, @kraftware, @michaldudak, @mnajdova, @oliviertassinari, @PratikDev, @samuelsycamore, @siriwatknp, @Spanishiwa, @timbset, @tsollbach, @vitorfrs-dev, @ZeeshanTamboli

Don't miss a new material-ui release

NewReleases is sending notifications on new releases.