Skip to content

Releases: mui/material-ui

v5.11.4

09 Jan 13:58
bc859d9
Compare
Choose a tag to compare

Jan 9, 2023

A big thanks to the 14 contributors who made this release possible.
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/material@5.11.4

@mui/joy@5.0.0-alpha.62

@mui/base@5.0.0-alpha.113

Docs

Core

All contributors of this release in alphabetical order: @CowDotDev, @flaviendelangle, @hamirmahal, @hbjORbj, @koolskateguy89, @michaldudak, @miha53cevic, @mnajdova, @oliviertassinari, @Ryczko, @sai6855, @samuelsycamore, @siriwatknp, @ZeeshanTamboli

v5.11.3

02 Jan 17:01
a526207
Compare
Choose a tag to compare

Jan 2, 2023

A big thanks to the 6 contributors who made this release possible.
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/material@5.11.3

@mui/joy@5.0.0-alpha.61

Docs

Core

All contributors of this release in alphabetical order: @badalsaibo, @hbjORbj, @mbranch, @oliviertassinari, @rjhcnf, @ZeeshanTamboli

v5.11.2

26 Dec 15:10
e9d8fa0
Compare
Choose a tag to compare

Dec 26, 2022

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

@mui/material@5.11.2

@mui/utils@5.11.2

  • ​[utils] mergedeep deeply clones source key if it's an object (#35364) @sldk-yuri

@mui/base@5.0.0-alpha.112

@mui/joy@5.0.0-alpha.60

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

  • ​[Material You] Update Button test & add active class name (#35497) @mnajdova

Docs

Core

All contributors of this release in alphabetical order: @boutahlilsoufiane, @danhuynhdev, @danilo-leal, @EduardoSCosta, @ekusiadadus, @frontendlane, @hbjORbj, @hootan-rocky, @JagarYousef, @jasonsturges, @leventdeniz, @LukasTy, @michaldudak, @MickaelAustoni, @mnajdova, @oliviertassinari, @sai6855, @siriwatknp, @sldk-yuri, @trizotti

v5.11.1

20 Dec 12:03
a1e3039
Compare
Choose a tag to compare

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

  • 💅 @mnajdova added motion and shape design tokens to Material You package (#35384 and #35393).
  • Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.

@mui/material@5.11.1

@mui/utils@5.11.1

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

@mui/joy@5.0.0-alpha.59

@mui/base@5.0.0-alpha.111

Docs

Core

All contributors of this release in alphabetical order: @42tte, @cassidoo, @danilo-leal, @DimaAbr, @lucasmfredmark, @michaldudak, @MickaelAustoni, @Miigaarino, @mnajdova, @oliviertassinari, @sai6855, @siriwatknp, @sydneyjodon-wk, @talgautb, @tzynwang

v5.11.0

13 Dec 12:57
191acda
Compare
Choose a tag to compare

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

v5.10.17

06 Dec 11:00
4265f34
Compare
Choose a tag to compare

Dec 6, 2022

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

@mui/material@5.10.17

@mui/system@5.10.17

@mui/joy@5.0.0-alpha.57

BREAKING CHANGE

  • ​[Joy] Add slots/slotProps props to the typing of all components and apply useSlot to all components (#34997) @hbjORbj

    • Change all occurrences of components and componentsProps props in Joy UI components to slots and slotProps, respectively.
    -<Autocomplete components={{listbox: CustomListbox}} componentsProps={{listbox: { className: 'custom-listbox' }}} />
    +<Autocomplete slots={{listbox: CustomListbox}} slotProps={{listbox: { className: 'custom-listbox' }}} />

    You can use this codemod to help with the migration.

Changes

Docs

Core

All contributors of this release in alphabetical order: @flaviendelangle, @guotie, @happyincent, @hbjORbj, @Juneezee, @michaldudak, @mnajdova, @nomandhoni-cs, @oliviertassinari, @Pandey-utkarsh, @sai6855, @samuelsycamore, @siriwatknp, @Uzwername, @zignis

v5.10.16

28 Nov 16:16
b8aa397
Compare
Choose a tag to compare

Nov 28, 2022

A big thanks to the 13 contributors who made this release possible. This release contains various 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.

@mui/material@5.10.16

@mui/system@5.10.16

@mui/base@5.0.0-alpha.108

Docs

Core

All contributors of this release in alphabetical order: @58bits, @alexfauquette, @fenghan34, @flaviendelangle, @iamxukai, @leventdeniz, @m4theushw, @michaldudak, @oliviertassinari, @sai6855, @siriwatknp, @ZeeshanTamboli, @Zetta56

v5.10.15

22 Nov 09:51
14a6e1c
Compare
Choose a tag to compare

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

  • 🚀 @mnajdova added the button as the first component that implements Material You design (MD3)
  • 🌐 @MBilalShafi added Urdu (Pakistan) localization
  • Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements

@mui/material@5.10.15

@mui/icons-material@5.10.15

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

@mui/base@5.0.0-alpha.107

Docs

Core

All contributors of this release in alphabetical order: @alexfauquette, @danilo-leal, @iamxukai, @Janpot, @MBilalShafi, @michaldudak, @oliviertassinari, @samuelsycamore, @siriwatknp

v5.10.14

15 Nov 09:07
c2da6de
Compare
Choose a tag to compare

Nov 15, 2022

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

  • 🚀 @siriwatknp added the Autocomplete component to the Joy UI (#34315)
  • @sfavello improved the accessibility of the Material UI's Autocomplete by adding support for the Delete key (#33822)
  • Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.

@mui/material@5.10.14

@mui/system@5.10.14

  • [Unstable_Gridv2] sorted responsize keys based on breakpoint value (#34987) @sai6855

@mui/joy@5.0.0-alpha.54

Docs

Core

All contributors of this release in alphabetical order: @alexfauquette, @bharatkashyap, @cherniavskii, @danilo-leal, @hbjORbj, @Janpot, @kennethbigler, @kushagra010, @michaldudak, @mnajdova, @ofir5300, @oliviertassinari, @sai6855, @sfavello, @sidtohan, @siriwatknp, @Studio384

v5.10.13

07 Nov 17:54
2f4c219
Compare
Choose a tag to compare

Nov 7, 2022

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

  • 🚀 The slots API has been introduced to the Material UI package by @michaldudak (#34873).
  • 🔥 Live editing of demos is stabilized by @oliviertassinari (#34870).
  • Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.

@mui/material@5.10.13

@mui/system@5.10.13

@mui/base@5.0.0-alpha.105

  • ​[base] Avoid calling setState during renders (#34916) @Janpot

@mui/joy@5.0.0-alpha.53

  • ​[Select] Fix custom options menu not opening on Avatar click (#34648) @shivam1646

Docs

Core

All contributors of this release in alphabetical order: @akshaya-venkatesh8, @alexfauquette, @hbjORbj, @Janpot, @jesrodri, @michaldudak, @oliviertassinari, @PetroSilenius, @samuelsycamore, @shivam1646, @siriwatknp, @trizotti