Update material-ui monorepo #37
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.114
->5.0.0-alpha.118
5.11.3
->5.11.7
Release Notes
mui/material-ui (@mui/lab)
v5.0.0-alpha.118
Compare Source
v5.0.0-alpha.117
Compare Source
v5.0.0-alpha.116
Compare Source
v5.0.0-alpha.115
Compare Source
Breaking changes
[SliderUnstyled] Improved logic for displaying the value label (#35805) @ZeeshanTamboli
valueLabelDisplay
prop is removed fromSliderUnstyled
. The prop was not working as intended inSliderUnstyled
(See #35398). You can instead provide avalueLabel
slot with theslots
prop API to show the value label:The following demo shows how to show a value label when it is hovered over with the thumb: https://mui.com/base/react-slider/#value-label
sliderUnstyledClasses
since they are not needed for the value label:In the custom value label component, you can define your own classNames and target them with CSS.
The
SliderValueLabelUnstyled
component is removed from SliderUnstyled. You should provide your own custom component for the value label.To avoid using
React.cloneElement
API in value label, the component hierarchy structure of the value label is changed. The value label is now inside the Thumb slot -Thumb
->Input
,ValueLabel
.Changes
inputRef
is ignored (#35807) @sai6855mui/material-ui (@mui/material)
v5.11.7
Compare Source
Jan 31, 2023
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
Table
component to Joy UI (#35872)@mui/material@5.11.7
unstable_sxConfig
variables (#35932) @siriwatknpcomponent
type (#35852) @sai6855@mui/base@5.0.0-alpha.116
@mui/joy@5.0.0-alpha.65
Breaking changes
[Joy] Replace
Joy[Component]
classname withMui[Component]
classname for all slots of components (#35718) @hbjORbj'Joy'
to'Mui'
.You can use this codemod to help with the migration.
[Joy] Replace
row
prop withorientation
prop in all Joy UI components (#35721) @hbjORbjrow
prop toorientation
prop acrossCard
,List
andRadioGroup
components in Joy UI.You can use this codemod to help with the migration.
Changes
Table
component (#35872) @siriwatknpDocs
defaultMode
changes (#35937) @ArthurPedrotiUsing icon libraries
page (#35989) @badalsaiboConfigure the sx prop
page in dark mode (#35961) @ZeeshanTamboliCore
false
in API docs (#35913) @hbjORbjAll contributors of this release in alphabetical order: @ArthurPedroti, @badalsaibo, @gorjiali, @hbjORbj, @HeVictor, @idebeijer, @joserodolfofreitas, @marktoman, @oliviertassinari, @sai6855, @SaidMarar, @samuelsycamore, @siriwatknp, @Vivek-Prajapatii, @ZeeshanTamboli
v5.11.6
Compare Source
Jan 23, 2023
A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
SliderUnstyled
(#35805)@mui/material@5.11.6
@mui/base@5.0.0-alpha.115
Breaking changes
[SliderUnstyled] Improved logic for displaying the value label (#35805) @ZeeshanTamboli
valueLabelDisplay
prop is removed fromSliderUnstyled
. The prop was not working as intended inSliderUnstyled
(See #35398). You can instead provide avalueLabel
slot with theslots
prop API to show the value label:The following demo shows how to show a value label when it is hovered over with the thumb: https://mui.com/base/react-slider/#value-label
sliderUnstyledClasses
since they are not needed for the value label:In the custom value label component, you can define your own classNames and target them with CSS.
The
SliderValueLabelUnstyled
component is removed from SliderUnstyled. You should provide your own custom component for the value label.To avoid using
React.cloneElement
API in value label, the component hierarchy structure of the value label is changed. The value label is now inside the Thumb slot -Thumb
->Input
,ValueLabel
.Changes
inputRef
is ignored (#35807) @sai6855@mui/joy@5.0.0-alpha.64
imgProps
prop and add Codemod script for migration (#35859) @hbjORbjDocs
Color
page (#35873) @oliv37Core
docs-utilities
migration to TypeScript and fix type (#35881) @ZeeshanTambolidocs-utilities
package to TypeScript (#35846) @ZeeshanTamboliAll contributors of this release in alphabetical order: @HeVictor, @hbjORbj, @joserodolfofreitas, @mj12albert, @mnajdova, @oliv37, @oliviertassinari, @petyosi, @rosita-dmello, @sai6855, @SaidMarar, @tech-meppem, @ZeeshanTamboli
v5.11.5
Compare Source
Jan 17, 2023
A big thanks to the 17 contributors who made this release possible.
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
@mui/material@5.11.5
strictNullChecks
isfalse
(#35367) @fenghan34SliderUnstyled
withuseSlider
hook (#35770) @ZeeshanTamboli@mui/system@5.11.5
createBox
types (#35532) @mnajdova@mui/codemod@5.11.5
joy-text-field-to-input
codemod (#35462) @hbjORbj@mui/base@5.0.0-alpha.114
@mui/joy@5.0.0-alpha.63
:hover, :active
styles whenselected
(#35750) @sai6855TextField
component and replace its usage in docs withFormControl
/FormLabel
/Input
(#35462) @hbjORbjDocs
mui-x
usage (#35740) @LukasTyTypography
docs (#35796) @atrefonasnext-env.d.ts
from Next.js examples (#35772) @JuneezeeCore
All contributors of this release in alphabetical order: @alexfauquette, @atrefonas, @fenghan34, @hbjORbj, @HeVictor, @Juneezee, @LukasTy, @mnajdova, @msoyka, @nnmax, @oliviertassinari, @pupudu, @sai6855, @samuelsycamore, @siriwatknp, @volhalink, @ZeeshanTamboli
v5.11.4
Compare Source
Jan 9, 2023
A big thanks to the 14 contributors who made this release possible.
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
@mui/material@5.11.4
useAutocomplete
(#35723) @hamirmahalrenderValue
prop's TypeScript type (#34177)" (#35733) @michaldudakTab
is hidden, not the wholeTabs
(#34026) @Ryczkodata-foo
attribute (#35736) @koolskateguy89@mui/joy@5.0.0-alpha.62
type
attribute for popup indicator (#35648) @hbjORbjonKeyDown
event handler for demo (#35642) @hbjORbj@mui/base@5.0.0-alpha.113
Docs
MenuItem
to list all valid props (#35561) @mnajdovaVite.js with TypeScript
example (#35683) @miha53cevicCore
All contributors of this release in alphabetical order: @CowDotDev, @flaviendelangle, @hamirmahal, @hbjORbj, @koolskateguy89, @michaldudak, @miha53cevic, @mnajdova, @oliviertassinari, @Ryczko, @sai6855, @samuelsycamore, @siriwatknp, @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.
962e109bfc
to3b8ce6208a
3b8ce6208a
to70c76c256c
70c76c256c
tof172c8e451
f172c8e451
to347e6fc71c