Update material-ui monorepo #37
Reference in New Issue
Block a user
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.1185.11.3->5.11.7Release Notes
mui/material-ui (@mui/lab)
v5.0.0-alpha.118Compare Source
v5.0.0-alpha.117Compare Source
v5.0.0-alpha.116Compare Source
v5.0.0-alpha.115Compare Source
Breaking changes
[SliderUnstyled] Improved logic for displaying the value label (#35805) @ZeeshanTamboli
valueLabelDisplayprop is removed fromSliderUnstyled. The prop was not working as intended inSliderUnstyled(See #35398). You can instead provide avalueLabelslot with theslotsprop 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
sliderUnstyledClassessince 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
SliderValueLabelUnstyledcomponent is removed from SliderUnstyled. You should provide your own custom component for the value label.To avoid using
React.cloneElementAPI 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
inputRefis ignored (#35807) @sai6855mui/material-ui (@mui/material)
v5.11.7Compare Source
Jan 31, 2023
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
Tablecomponent to Joy UI (#35872)@mui/material@5.11.7unstable_sxConfigvariables (#35932) @siriwatknpcomponenttype (#35852) @sai6855@mui/base@5.0.0-alpha.116@mui/joy@5.0.0-alpha.65Breaking 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
rowprop withorientationprop in all Joy UI components (#35721) @hbjORbjrowprop toorientationprop acrossCard,ListandRadioGroupcomponents in Joy UI.You can use this codemod to help with the migration.
Changes
Tablecomponent (#35872) @siriwatknpDocs
defaultModechanges (#35937) @ArthurPedrotiUsing icon librariespage (#35989) @badalsaiboConfigure the sx proppage in dark mode (#35961) @ZeeshanTamboliCore
falsein 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.6Compare 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.115Breaking changes
[SliderUnstyled] Improved logic for displaying the value label (#35805) @ZeeshanTamboli
valueLabelDisplayprop is removed fromSliderUnstyled. The prop was not working as intended inSliderUnstyled(See #35398). You can instead provide avalueLabelslot with theslotsprop 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
sliderUnstyledClassessince 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
SliderValueLabelUnstyledcomponent is removed from SliderUnstyled. You should provide your own custom component for the value label.To avoid using
React.cloneElementAPI 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
inputRefis ignored (#35807) @sai6855@mui/joy@5.0.0-alpha.64imgPropsprop and add Codemod script for migration (#35859) @hbjORbjDocs
Colorpage (#35873) @oliv37Core
docs-utilitiesmigration to TypeScript and fix type (#35881) @ZeeshanTambolidocs-utilitiespackage 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.5Compare 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.5strictNullChecksisfalse(#35367) @fenghan34SliderUnstyledwithuseSliderhook (#35770) @ZeeshanTamboli@mui/system@5.11.5createBoxtypes (#35532) @mnajdova@mui/codemod@5.11.5joy-text-field-to-inputcodemod (#35462) @hbjORbj@mui/base@5.0.0-alpha.114@mui/joy@5.0.0-alpha.63:hover, :activestyles whenselected(#35750) @sai6855TextFieldcomponent and replace its usage in docs withFormControl/FormLabel/Input(#35462) @hbjORbjDocs
mui-xusage (#35740) @LukasTyTypographydocs (#35796) @atrefonasnext-env.d.tsfrom 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.4Compare 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.4useAutocomplete(#35723) @hamirmahalrenderValueprop's TypeScript type (#34177)" (#35733) @michaldudakTabis hidden, not the wholeTabs(#34026) @Ryczkodata-fooattribute (#35736) @koolskateguy89@mui/joy@5.0.0-alpha.62typeattribute for popup indicator (#35648) @hbjORbjonKeyDownevent handler for demo (#35642) @hbjORbj@mui/base@5.0.0-alpha.113Docs
MenuItemto list all valid props (#35561) @mnajdovaVite.js with TypeScriptexample (#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.
962e109bfcto3b8ce6208a3b8ce6208ato70c76c256c70c76c256ctof172c8e451f172c8e451to347e6fc71c