This repository was archived by the owner on Oct 27, 2022. It is now read-only.
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.10.3
->5.10.9
5.0.0-alpha.99
->5.0.0-alpha.105
5.10.5
->5.10.11
Release Notes
mui/material-ui (@mui/icons-material)
v5.10.9
Compare Source
Oct 10, 2022
A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
@mui/material@5.10.9
@mui/system@5.10.9
BREAKING CHANGE
[system] Fix color-scheme implementation (#34639) @siriwatknp
The
enableColorScheme
prop has been removed fromCssVarsProvider
andgetInitColorScheme
(both Material UI and Joy UI).Migration:
<CssBaseline enableColorScheme />
.<CssBaseline />
, see the docs.Changes
@mui/base@5.0.0-alpha.101
@mui/joy@5.0.0-alpha.49
Docs
Core
All contributors of this release in alphabetical order: @HexM7, @joserodolfofreitas, @kushagra010, @michaldudak, @mnajdova, @oliviertassinari, @vanyaxk
v5.10.6
Compare Source
Sep 19, 2022
A big thanks to the 11 contributors who made this release possible.
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
@mui/material@5.10.6
Bootstrap
even when label is not defined (#34343) @ZeeshanTamboli@mui/joy@5.0.0-alpha.46
Breaking changes
[button][joy] Replace
start/endIcon
prop withstart/endDecorator
(#34288) @hbjORbjBREAKING CHANGE: replace
start/endIcon
withstart/endDecorator
.Changes
Input
andTextarea
styles (#34281) @siriwatknp@mui/base@5.0.0-alpha.98
Breaking changes
[Select][base] Add event parameter to the onChange callback (#34158) @michaldudak
The SelectUnstyled and MultiSelectUnstyled
onChange
callbacks did not have event as the first parameter, leading to inconsistency with other components and native HTML elements.This PR adds the event parameter as the first one and moves the newly selected value to the second position. Because of this, it's a breaking change.
This also affects Select from Joy UI.
Docs
Core
typescript-to-proptypes
, respect the value pass to the generic (#34311) @flaviendelangleAll contributors of this release in alphabetical order: @alexfauquette, @flaviendelangle, @hbjORbj, @Janpot, @michaldudak, @oliviertassinari, @renovate[bot], @samuelsycamore, @siriwatknp, @tomasz-sodzawiczny, @ZeeshanTamboli
mui/material-ui (@mui/lab)
v5.0.0-alpha.105
Compare Source
v5.0.0-alpha.104
Compare Source
v5.0.0-alpha.103
Compare Source
BREAKING CHANGE
[base]
components
->slots
API rename (#34693) @michaldudak[base] Make CSS class prefixes consistent (#33411) @michaldudak
This is a breaking change for anyone who depends on the class names applied to Base components.
If you use the
<component>UnstyledClasses
objects, you won't notice a difference. Only if you depend on the resulting class names (e.g. in CSS stylesheets), you'll have to adjust your code.Changes
v5.0.0-alpha.102
Compare Source
v5.0.0-alpha.101
Compare Source
v5.0.0-alpha.100
Compare Source
useSnackbar
hook (#33227) @ZeeshanTamboliConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled due to failing status checks.
♻ 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.