Update material-ui monorepo #46
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/material-ui-monorepo"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
5.0.0-alpha.120
->5.0.0-alpha.121
5.11.10
->5.11.11
Release Notes
mui/material-ui
v5.11.11
Compare Source
Feb 27, 2023
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
@mui/material@5.11.11
sx
prop toListboxProps
type (#36243) @sai6855readOnly
prop (#32822) @jrparishdata-focusvisible
attribute (#36091) @ZeeshanTamboliuseSnackbar
hook (#36272) @ZeeshanTamboli@mui/base@5.0.0-alpha.119
Breaking changes
[base] Remove
classes
prop from the Base components that have it (#36157) @hbjORbjThese are the components affected by this change: ModalUnstyled, SliderUnstyled, TablePaginationUnstyled and TablePaginationActionsUnstyled.
You can replace the
classes
prop by providing the class name prop directly to the prop viaslotProps
. Below is an example of how the migration should look like:[base] Move hooks to their own directories (#36235) @hbjORbj
Base hooks (e.g.,
useSelect
) are no longer exported from{Component}Unstyled
directories and instead they have their own directories.Below is an example of how the migration should look like:
You can use this codemod to help with the migration.
Changes
@mui/codemod@5.11.11
@mui/joy@5.0.0-alpha.69
ListDivider
to change semantic based onList
(#36266) @siriwatknpDocs
:first-child
(#36263) @siriwatknpmaterial-next-ts-v4-v5-migration
example README (#36321) @ZeeshanTamboliCore
readOnly
state class (#36357) @ZeeshanTamboliAll contributors of this release in alphabetical order: @hbjORbj, @HeVictor, @ivp-dev, @jrparish, @Juneezee, @LukasTy, @MBilalShafi, @michaldudak, @mnajdova, @oliviertassinari, @ossan-engineer, @sai6855, @siriwatknp, @Vivek-Prajapatii, @ZeeshanTamboli
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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 Renovate Bot.