Update dependency @mui/material to v5.13.0 #545
Merged
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.12.2
->5.13.0
Release Notes
mui/material-ui
v5.13.0
Compare Source
May 10, 2023
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
@mui/material@5.13.0
ChipComponent
type (#37112) @sai6855@mui/joy@5.0.0-alpha.79
@mui/base@5.0.0-beta.0
optionStringifier
prop (#37118) @michaldudakDocs
TextField
customization using theme style overrides (#36805) @ZeeshanTamboliCore
e2e-website
related minor fixes (#37204) @ZeeshanTamboliAll contributors of this release in alphabetical order: @akash191095, @DanailH, @danilo-leal, @DerTimonius, @gerdadesign, @hbjORbj, @kriskw1999, @michaldudak, @mnajdova, @oliviertassinari, @PunitSoniME, @romgrk, @sai6855, @ulrichstark, @uuxxx, @wewakekumar, @ZeeshanTamboli, @zignis
v5.12.3
Compare Source
May 2, 2023
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
@mui/material@5.12.3
component
type (#37111) @sai6855text
(#36967) @DavidBoyer11@mui/joy@5.0.0-alpha.78
@mui/base@5.0.0-alpha.128
Breaking changes
The
component
prop is no longer supported because it can be replaced with the slots API. This is how the transformation will look like:If using TypeScript, the custom component type should be added as a generic on the
Button
component.There is codemod that you can run in your project to do the transformation:
The full documentation about the codemod can be found here.
This is the list of PR related to this change:
component
prop (#36677) @mnajdovacomponent
prop (#37028) @hbjORbj[base] Improve API consistency (#36970) @michaldudak
Brought consistency to Base UI components and hooks' parameters and return values:
<slot_name>Ref
, which matches theget<slot_name>Props
in the return value.React.RefCallback
as using the more generalReact.Ref
caused variance issues.React.Ref<Element>
Changes
Docs
back to top
(#37011) @PunitSoniMEuseFormControl
return values from demos page (#37036) @ZeeshanTamboliSwitchUnstyled
(#36720) @varunmulay22InputUnstyled
(#36724) @varunmulay22SliderUnstyled
(#36721) @varunmulay22Snackbar
(#36719) @varunmulay22SelectUnstyled
(#36718) @varunmulay22Core
All contributors of this release in alphabetical order: @cherniavskii, @DavidBoyer11, @hbjORbj, @jakub-stastny, @joserodolfofreitas, @maxdestors, @michaldudak, @mj12albert, @mnajdova, @navedqb, @nicolas-ot, @oliviertassinari, @PunitSoniME, @sai6855, @samuelsycamore, @siriwatknp, @varunmulay22, @ZeeshanTamboli
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.