fix(deps): update mui (non-major) (patch) #9
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.15.1
->5.15.10
5.0.0-alpha.160
->5.0.0-alpha.165
5.15.1
->5.15.10
Release Notes
mui/material-ui (@mui/icons-material)
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/[email protected]
@mui/[email protected]
@mui/[email protected]
disabled
prop priority when inside button group (#41000) @SmileekDocs
children
prop so docgen tools don't parse it as HTML (#40992) @millerizedCore
copyFiles
script to reuse in MUI X repo (#40970) @cherniavskii@ignore
(#41009) @cherniavskiiAll 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 ✨:
@mui/material
peerDependencies.@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
ReadonlyArray
for CSS related types (#40972) @siriwatknpDocs
Core
light
prop removal (#40947) @sai6855All contributors of this release in alphabetical order: @brijeshb42, @DiegoAndai, @Janpot, @oliviertassinari, @RaghavenderSingh, @sai6855, @siriwatknp
v5.15.8
Compare Source
Feb 6, 2024
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
@mui/[email protected]
@mui/[email protected]
findComponentJSX
util (#40855) @sai6855@mui/[email protected]
theme.styleOverrides
(#40690) @siriwatknpcreateUseThemeProps
call (#40885) @siriwatknp@mui/[email protected]
hostElementName
prop to improve SSR (#40507) @mj12albertDocs
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.7
Compare Source
Jan 31, 2024
A big thanks to the 21 contributors who made this release possible.
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
@mui/[email protected]
displayEmpty
(#40865) @ZeeshanTambolichildren
is empty string or boolean (#40766) @mirus-ua@mui/[email protected]
@mui/[email protected]
applyStyles()
to theme (#40667) @siriwatknptheme.applyStyles
in the demo app (#40787) @siriwatknpuseThemeProps
processor (#40648) @siriwatknp@mui/[email protected]
clearTimeout
calls (#39060) @romgrk@mui/[email protected]
@mui/[email protected]
SupportedColorScheme
(#40776) @Nikhilh26@mui/[email protected]
value
(#40829) @srinidhi9831Docs
Core
React Engineer - X
into the future roles section (#40867) @DanailHmissingKeyGenerator
do no longer exist (#40830) @oliviertassinari@types/markdown-to-jsx
package from docs (#40828) @ZeeshanTamboli@slack/web-api
package (#40840) @ZeeshanTamboliPropTypes.object
(#40774) @flaviendelangleAll contributors of this release in alphabetical order: @alexfauquette, @colmtuite, @danilo-leal, @DiegoAndai, @EyaOuenniche, @flaviendelangle, @Janpot, @Jaswanth-Sriram-Veturi, @joserodolfofreitas, @michaldudak, @mirus-ua, @mnajdova, @mohamedsaiedd, @Nikhilh26, @oliviertassinari, @romgrk, @sai6855, @siriwatknp, @srinidhi9831, @zanivan, @ZeeshanTamboli
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/[email protected]
rowsPerPageOptions
prop (#40481) @pcorpet@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
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-
(#40205) @michaldudak@mui/[email protected]
iconMapping
andseverity
props (#40551) @2metres@mui/[email protected]
ButtonGroup
(#40124) @lhilgert9@mui/[email protected]
Breaking changes
base-
(#40205) @michaldudakThe class prefix of Base UI components have been changed from
Mui-
tobase-
. This only affects codebases that uses class names verbatim, i.e. not exposed by JS objects such asbuttonClasses
, but as plain strings or in CSS stylesheets (.MuiButton.root
)To adapt your code to the new pattern:
.Mui([A-Z][A-Za-z]*)-
with.base-$1-
(soMuiButton-root
becomesbase-Button-root
, etc.),.Mui-([a-z]*)
with.base--$1
(soMui-disabled
becomesbase--disabled
, etc.).Changes
@mui/[email protected]
@mui/[email protected]
json
files to be transformed (#40536) @ZeeshanTamboli@mui/[email protected]
@mui/material
peer dependency version (#40528) @ZeeshanTamboli@mui/[email protected]
@mui/[email protected]
Docs
State
interface from Consecutive Snackbars demo (#40410)@zinoroman
docs:link-check
(#40547) @samuelsycamoreCore
run
command to deploy docs (#40513) @siriwatknpAll 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/[email protected]
@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
isPlainObject
to work across realm (#39981) @brijeshb42@mui/[email protected]
@mui/[email protected]
JoyToggleButtonGroup
to extendTheme's components type export (#40407) @RiceCrispDocs
Core
mui-x
dependency resolving (#40257) @LukasTyConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.