Skip to content

Update material-ui monorepo to v5.15.11

Renovate Bot requested to merge renovate/material-ui-monorepo into master

This MR contains the following updates:

Package Type Update Change
@mui/icons-material (source) dependencies minor 5.14.3 -> 5.15.11
@mui/material (source) dependencies minor 5.14.5 -> 5.15.11

Release Notes

mui/material-ui (@​mui/icons-material)

v5.15.11

Compare Source

Feb 21, 2024

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

@mui/material@5.15.11
@mui/material-nextjs@5.15.11
@mui/system@5.15.11
@mui/codemod@5.15.11
@mui/utils@5.15.11
@mui/base@5.0.0-beta.37
@mui/lab@5.0.0-alpha.164
Docs
Core

All contributors of this release in alphabetical order: @​alexfauquette, @​brijeshb42, @​danilo-leal, @​DiegoAndai, @​dpertsin, @​flaviendelangle, @​gitstart, @​gregberge, @​harrydigos, @​Janpot, @​justintoman, @​khgiddon, @​KirankumarAmbati, @​LukasTy, @​michaldudak, @​mnajdova, @​nikosgavalas, @​oliviertassinari, @​PaulKristoffersson, @​Rishi556, @​rluzists1, @​sai6855, @​samuelsycamore, @​siriwatknp, @​zanivan, @​ZeeshanTamboli

v5.15.10

Compare Source

Feb 12, 2024

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

@mui/material@5.15.10
@mui/joy@5.0.0-beta.28
Docs
Core

All contributors of this release in alphabetical order: @​cherniavskii, @​danilo-leal, @​joserodolfofreitas, @​millerized, @​oliviertassinari, @​sai6855, @​siriwatknp, @​Smileek

v5.15.9

Compare Source

Feb 8, 2024

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

  • 🐛 A critical fix to remove non-published library usage in @mui/material peerDependencies.
@mui/material@5.15.9
@mui/base@5.0.0-beta.36
@mui/system@5.15.9
Docs
Core

All contributors of this release in alphabetical order: @​brijeshb42, @​DiegoAndai, @​Janpot, @​oliviertassinari, @​RaghavenderSingh, @​sai6855, @​siriwatknp

v5.15.8

Compare Source

Feb 8, 2024

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

  • 🐛 A critical fix to remove non-published library usage in @mui/material peerDependencies.
@mui/material@5.15.9
@mui/base@5.0.0-beta.36
@mui/system@5.15.9
Docs
Core

All contributors of this release in alphabetical order: @​brijeshb42, @​DiegoAndai, @​Janpot, @​oliviertassinari, @​RaghavenderSingh, @​sai6855, @​siriwatknp

v5.15.7

Compare Source

Feb 6, 2024

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

@mui/material@5.15.8
@mui/codemod@5.15.8
@mui/system@5.15.8
@mui/base@5.0.0-beta.34
Docs
Core

All contributors of this release in alphabetical order: @​adebiyial, @​brijeshb42, @​danilo-leal, @​DiegoAndai, @​hsmtkk, @​Janpot, @​michaldudak, @​mj12albert, @​mnajdova, @​oliviertassinari, @​rluzists1, @​romgrk, @​sai6855, @​siriwatknp, @​Smileek, @​xuhdev, @​zanivan

v5.15.6

Compare Source

Jan 22, 2024

A big thanks to the 17 contributors who made this release possible. Here are some highlights : This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/material@5.15.6
@mui/base@5.0.0-beta.33
@mui/system@5.15.6
@mui/icons-material@5.15.6
Docs
Core

All contributors of this release in alphabetical order: @​alexfauquette, @​anle9650, @​ANUGLYPLUGIN, @​brijeshb42, @​danilo-leal, @​devhik0, @​DiegoAndai, @​DonikaV, @​joserodolfofreitas, @​michaldudak, @​mj12albert, @​mnajdova, @​mohamedsaiedd, @​oliviertassinari, @​pcorpet, @​sai6855, @​zanivan

v5.15.5

Compare Source

Jan 17, 2024

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

  • Base UI's CSS class prefix is now base- (#​40205) @​michaldudak
  • Bug fixes, and a lot of improvements to code and docs infra
@mui/material@5.15.5
@mui/material-next@6.0.0-alpha.118
@mui/base@5.0.0-beta.32
Breaking changes

The class prefix of Base UI components have been changed from Mui- to base-. This only affects codebases that uses class names verbatim, i.e. not exposed by JS objects such as buttonClasses, but as plain strings or in CSS stylesheets (.MuiButton.root)

To adapt your code to the new pattern:

  • replace all occurrences of the regex .Mui([A-Z][A-Za-z]*)- with .base-$1- (so MuiButton-root becomes base-Button-root, etc.),
  • replace all occurrences of the regex .Mui-([a-z]*) with .base--$1 (so Mui-disabled becomes base--disabled, etc.).
Changes
@mui/joy@5.0.0-beta.23
@mui/codemod@5.15.5
@mui/lab@5.0.0-alpha.161
@mui/material-nextjs@5.15.5
@mui/system@5.15.5
Docs
Core

All contributors of this release in alphabetical order: @​2metres, @​aacevski, @​brijeshb42, @​danilo-leal, @​DiegoAndai, @​josh-feldman, @​Kamino0, @​lhilgert9, @​maakcode, @​michaldudak, @​oliviertassinari, @​petrovmiroslav, @​sai6855, @​samuelsycamore, @​siriwatknp, @​zanivan, @​ZeeshanTamboli, @​zinoroman

v5.15.4

Compare Source

Jan 10, 2024

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

@mui/material@5.15.4
@mui/material-nextjs@5.15.4
@mui/icons-material@5.15.4
@mui/system@5.15.4
@mui/utils@5.15.4
@mui/base@5.0.0-beta.31
  • [base-ui][NumberInput] Remove inputId and inputRef types from NumberInput component (#​40425) @​sai6855
@mui/joy@5.0.0-beta.22
Docs
Core

All contributors of this release in alphabetical order: @​aacevski, @​alexfauquette, @​anle9650, @​brijeshb42, @​danilo-leal, @​DiegoAndai, @​iamsaumya, @​illume, @​Janpot, @​LukasTy, @​Methuselah96, @​michaldudak, @​mj12albert, @​nicegamer7, @​oliviertassinari, @​renovate[bot], @​RiceCrisp, @​sai6855, @​samuelsycamore, @​savalaram-redkar, @​siriwatknp, @​zanivan

v5.15.3

Compare Source

Jan 3, 2024

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

@mui/material-nextjs@5.15.3
@mui/base@5.0.0-beta.30
@mui/lab@5.0.0-alpha.159
@mui/material-next@6.0.0-alpha.116
Docs
Core

All contributors of this release in alphabetical order: @​aacevski, @​anle9650, @​danilo-leal, @​DiegoAndai, @​Kamino0, @​lhilgert9, @​michaldudak, @​oliviertassinari, @​sai6855, @​siriwatknp, @​Super-Kenil

v5.15.2

Compare Source

Dec 25, 2023

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

@mui/material@5.15.2
@mui/system@5.15.2
@mui/base@5.0.0-beta.29
@mui/material-next@6.0.0-alpha.115
Docs
Core

All contributors of this release in alphabetical order: @​adamhylander, @​anle9650, @​danilo-leal, @​DiegoAndai, @​Kimzify, @​michaldudak, @​mnajdova, @​muazaqdas, @​oliviertassinari, @​sai6855, @​samuelsycamore, @​siriwatknp, @​ZeeshanTamboli

v5.15.1

Compare Source

Feb 21, 2024

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

@mui/material@5.15.11
@mui/material-nextjs@5.15.11
@mui/system@5.15.11
@mui/codemod@5.15.11
@mui/utils@5.15.11
@mui/base@5.0.0-beta.37
@mui/lab@5.0.0-alpha.164
Docs
Core

All contributors of this release in alphabetical order: @​alexfauquette, @​brijeshb42, @​danilo-leal, @​DiegoAndai, @​dpertsin, @​flaviendelangle, @​gitstart, @​gregberge, @​harrydigos, @​Janpot, @​justintoman, @​khgiddon, @​KirankumarAmbati, @​LukasTy, @​michaldudak, @​mnajdova, @​nikosgavalas, @​oliviertassinari, @​PaulKristoffersson, @​Rishi556, @​rluzists1, @​sai6855, @​samuelsycamore, @​siriwatknp, @​zanivan, @​ZeeshanTamboli

v5.15.0

Compare Source

Dec 11, 2023

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

@mui/material@5.15.0
@mui/material-nextjs@5.15.0
@mui/material-next@6.0.0-alpha.113
@mui/icons-material@5.15.0
@mui/base@5.0.0-beta.27
  • ​[base-ui] useControllableReducer warns when controlled props become uncontrolled (and vice versa) (#​39096) @​mj12albert
@mui/joy@5.0.0-beta.18
@mui/lab@5.0.0-alpha.156
Docs
Core

All contributors of this release in alphabetical order: @​abreel, @​alexfauquette, @​anle9650, @​blakenetz, @​danilo-leal, @​EloB, @​lhilgert9, @​mbrookes, @​mikailaread, @​mj12albert, @​mnajdova, @​sai6855, @​siriwatknp, @​zanivan, @​ZeeshanTamboli

v5.14.19

Compare Source

Nov 29, 2023

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

@mui/material@5.14.19
@mui/base@5.0.0-beta.25
@mui/joy@5.0.0-beta.16
@mui/system@5.14.19
@mui/types@7.2.10
@mui/material-next@6.0.0-alpha.111
Docs
Core

All contributors of this release in alphabetical order: @​avikalpg, @​brijeshb42, @​cherniavskii, @​danilo-leal, @​DarhkVoyd, @​dhaub-exelixis, @​DiegoAndai, @​flaviendelangle, @​islandryu, @​joserodolfofreitas, @​lhilgert9, @​mj12albert, @​mnajdova, @​oliviertassinari, @​sadik-malik, @​sai6855, @​zanivan, @​ZeeshanTamboli

v5.14.18

Compare Source

Nov 14, 2023

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

@mui/material@5.14.18
@mui/joy@5.0.0-beta.15
@mui/material-next@6.0.0-alpha.110

v5.14.16

Compare Source

Oct 31, 2023

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

@mui/material@5.14.16
  • ​Fix ownerstate being propagated to DOM node when using styled-components v6 (#​39586) @​mnajdova
@mui/base@5.0.0-beta.22
@mui/joy@5.0.0-beta.13
@mui/material-next@6.0.0-alpha.108
Docs
Core

All contributors of this release in alphabetical order: @​alexfauquette, @​Best-Sardar, @​DanailH, @​danilo-leal, @​DiegoAndai, @​emamoah, @​gitstart, @​Janpot, @​jcoyle37, @​mj12albert, @​mnajdova, @​Nkzn, @​oliviertassinari, @​Popppins, @​sai6855, @​samuelsycamore, @​siriwatknp, @​zanivan, @​ZeeshanTamboli

v5.14.15

Compare Source

Oct 24, 2023

A big thanks to the 17 contributors who made this release possible.

@mui/material@5.14.15
@mui/base@5.0.0-beta.21
@mui/material-next@6.0.0-alpha.107
@mui/joy@5.0.0-beta.12
@mui/lab@5.0.0-alpha.150
@mui/zero-runtime@0.0.1-alpha.0
@mui/zero-vite-plugin@0.0.1-alpha.0
Docs
Core

All contributors of this release in alphabetical order: @​alexfauquette, @​Best-Sardar, @​brijeshb42, @​danilo-leal, @​DiegoAndai, @​Evan151, @​gitstart, @​hjalti-lifekeys, @​mj12albert, @​mnajdova, @​mwskwong, @​oliviertassinari, @​romgrk, @​Semigradsky, @​siriwatknp, @​VadimZvf, @​zanivan

v5.14.14

Compare Source

Oct 17, 2023

A big thanks to the 24 contributors who made this release possible. Here are some highlights : This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/material@5.14.14
@mui/base@5.0.0-beta.20
@mui/material-next@6.0.0-alpha.106
@mui/joy@5.0.0-beta.11
@mui/icons-material@5.14.14
@mui/system@5.14.14
@mui/styled-engine-sc@6.0.0-alpha.2
Docs
Core

All contributors of this release in alphabetical order: @​adrienbrault, @​alexfauquette, @​Best-Sardar, @​BreakBB, @​brijeshb42, @​chhawinder, @​christophermorin, @​codewithrabeeh, @​danilo-leal, @​DarhkVoyd, @​devuser200, @​michaldudak, @​mnajdova, @​oliviertassinari, @​parikshitadhikari, @​samuelsycamore, @​Semigradsky, @​Simer13, @​siriwatknp, @​TheNatkat, @​uuxxx, @​vineetjk, @​zanivan, @​ZeeshanTamboli

v5.14.13

Compare Source

Oct 10, 2023

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

@mui/material@5.14.13
@mui/base@5.0.0-beta.19
@mui/material-next@6.0.0-alpha.105
@mui/joy@5.0.0-beta.10
@mui/styled-engine-sc@6.0.0-alpha.1
Docs
Core

All contributors of this release in alphabetical order: @​3xp10it3r, @​alexfauquette, @​ARJ2160, @​atharva3333, @​axelbostrom, @​Bestwebdesign, @​brijeshb42, @​chirag3003, @​danilo-leal, @​DarhkVoyd, @​DiegoAndai, @​gugudwt, @​mbrookes, @​michaldudak, @​mj12albert, @​mnajdova, @​oliviertassinari, @​sai6855, @​samuelsycamore, @​siriwatknp, @​ValkonX33, @​ZeeshanTamboli

v5.14.12

Compare Source

Oct 3, 2023

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

  • 🎨 Introduced color inversion utilities to Joy UI (#​38916) @​siriwatknp
  • 🚀 Added Chip and related TextField components to Material You @​DiegoAndai, @​mj12albert
  • 🏗️ Improve the Select's component a11y by adding the combobox role and aria-controls attribute (#​38785) @​xulingzhihou. If your tests require selecting the trigger element by the "button" role, then you'll have to change it to use the "combobox" role instead
@mui/material@5.14.12
@mui/system@5.14.12
@mui/base@5.0.0-beta.18
@mui/material-next@6.0.0-alpha.104
@mui/joy@5.0.0-beta.9
Docs
Core

All contributors of this release in alphabetical order: @​alexfauquette, @​brijeshb42, @​DanailH, @​danilo-leal, @​DiegoAndai, @​Erik-McKelvey, @​Janpot, @​mj12albert, @​mnajdova, @​oliviertassinari, @​romgrk, @​sai6855, @​Semigradsky, @​siriwatknp, @​xulingzhihou, @​zanivan, @​ZeeshanTamboli

v5.14.11

Compare Source

Sep 26, 2023

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

@mui/material@5.14.11
@mui/utils@5.14.11
@mui/base@5.0.0-beta.17
@mui/joy@5.0.0-beta.8
@mui/material-next@6.0.0-alpha.103
@mui/lab@5.0.0-alpha.146
Docs
Core

All contributors of this release in alphabetical order: @​alexfauquette, @​alisasanib, @​anle9650, @​anon-phantom, @​DanailH, @​danilo-leal, @​DiegoAndai, @​flaviendelangle, @​gitstart, @​Janpot, @​jergason, @​maheshguntur, @​michaldudak, @​mikailaread, @​mj12albert, @​mnajdova, @​oliviertassinari, @​sai6855, @​Studio384, @​tebersefa, @​vadimka123, @​zanivan, @​ZeeshanTamboli

v5.14.9

Compare Source

Sep 13, 2023

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

@mui/material@5.14.9
  • ​[ButtonGroup] Determine first, last and middle buttons to support different elements with correct styling (#​38520) @​ZeeshanTamboli
  • ​[Modal] Fix console warning when onTransitionEnter , onTransitionExit provided (#​38868) @​sai6855
  • ​Revert "[Autocomplete] Type multiple values with readonly arrays." (#​38827) @​mnajdova
  • ​[Tabs] Scrollable tabs shouldn't crash when customizing their styles in the theme with slot callbacks (#​38544) @​brentertz
  • ​[AlertTitle][BreadCrumbs] Fix inheritance message in docs (#​38876) @​sai6855
@mui/base@5.0.0-beta.15
@mui/joy@5.0.0-beta.6
@mui/lab@5.0.0-alpha.144
@mui/system@5.14.9
@mui/zero-vite-plugin@0.0.1-alpha.0
Docs
Examples
Core

All contributors of this release in alphabetical order: @​brentertz, @​brijeshb42, @​danilo-leal, @​DiegoAndai, @​dvkam, @​flaviendelangle, @​Janpot, @​LadyBluenotes, @​michaldudak, @​michelengelen, @​mj12albert, @​mnajdova, @​oliviertassinari, @​sai6855, @​samuelsycamore, @​siriwatknp, @​zanivan, @​ZeeshanTamboli

v5.14.8

Compare Source

Sep 5, 2023

A big thanks to the 25 contributors who made this release possible.

@mui/material@5.14.8
@mui/base@5.0.0-beta.14
@mui/joy@5.0.0-beta.5
@mui/lab@5.0.0-alpha.143
@mui/system@5.14.8
Docs
Core

All contributors of this release in alphabetical order: @​alexfauquette, @​alisasanib, @​amal-qb, @​anle9650, @​anon-phantom, @​bharatkashyap, @​brijeshb42, @​christophermorin, @​danilo-leal, @​flaviendelangle, @​imevanc, @​jyash97, @​mbrookes, @​michaldudak, @​mj12albert, @​oliviertassinari, @​omriklein, @​pcorpet, @​rajgop1, @​ruflair, @​sai6855, @​siriwatknp, @​szalonna, @​zanivan, @​ZeeshanTamboli

v5.14.7

Compare Source

Aug 29, 2023

A big thanks to the 11 contributors who made this release possible. This release focuses primarily on 🐛 bug fixes, 📚 documentation, and ️ infrastructure improvements.

@mui/material@5.14.7
@mui/base@5.0.0-beta.13
@mui/zero-runtime@0.0.1-alpha.1
Docs
Core

All contributors of this release in alphabetical order: @​brijeshb42, @​danilo-leal, @​DerTimonius, @​DiegoAndai, @​Janpot, @​jaydenseric, @​mj12albert, @​oliviertassinari, @​renovate[bot], @​sai6855, @​VishruthR

v5.14.6

Compare Source

Aug 23, 2023

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

@mui/material@5.14.6
@mui/base@5.0.0-beta.12
@mui/joy@5.0.0-beta.3
@mui/material-next@6.0.0-alpha.98
@mui/zero-runtime@0.0.1-alpha.0
Docs
Examples
Core

All contributors of this release in alphabetical order: @​0xturner, @​alexfauquette, @​alisasanib, @​brijeshb42, @​codersjj, @​cristianmacedo, @​danilo-leal, @​DiegoAndai, @​GresilleSiffle, @​homerchen19, @​johnmatthiggins, @​michaldudak, @​mj12albert, @​mnajdova, @​mwskwong, @​oliviertassinari, @​sai6855, @​samuelsycamore, @​siriwatknp, @​zanivan, @​ZeeshanTamboli

v5.14.5

Compare Source

Aug 14, 2023

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

@mui/material@5.14.5
@mui/codemod@5.14.5
@mui/joy@5.0.0-beta.2
@mui/base@5.0.0-beta.11
Docs
Examples
Core

All contributors of this release in alphabetical order: @​alexfauquette, @​ashleykolodziej, @​danilo-leal, @​decadef20, @​DiegoAndai, @​flaviendelangle, @​LukasTy, @​michaldudak, @​mj12albert, @​mnajdova, @​nithins1, @​oliviertassinari, @​richbustos, @​sai6855, @​samuelsycamore, @​TheNatkat, @​zanivan


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about these updates again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by Renovate Bot

Merge request reports

Loading