Update material-ui monorepo #37

Merged
kjuulh merged 1 commits from renovate/material-ui-monorepo into main 2023-02-07 10:40:40 +01:00
Owner

This PR contains the following updates:

Package Type Update Change
@mui/lab (source) dependencies patch 5.0.0-alpha.114 -> 5.0.0-alpha.118
@mui/material (source) dependencies patch 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

    • The valueLabelDisplay prop is removed from SliderUnstyled. The prop was not working as intended in SliderUnstyled (See #​35398). You can instead provide a valueLabel slot with the slots prop API to show the value label:
    - <SliderUnstyled valueLabelDisplay="on" />
    + <SliderUnstyled slots={{ valueLabel: SliderValueLabel }} />
    

    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

    • The following classes are removed from sliderUnstyledClasses since they are not needed for the value label:
    - valueLabel
    - valueLabelOpen
    - valueLabelCircle
    - valueLabelLabel
    

    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
mui/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 :

  • @​siriwatknp added Table component to Joy UI (#​35872)
  • many other 🐛 bug fixes and 📚 documentation improvements
@mui/material@5.11.7
@mui/base@5.0.0-alpha.116
@mui/joy@5.0.0-alpha.65
Breaking changes
  • ​[Joy] Replace Joy[Component] classname with Mui[Component] classname for all slots of components (#​35718) @​hbjORbj

    • Renames the classname prefix of all Joy UI components from 'Joy' to 'Mui'.
     <Button
    -sx={{ '& .JoyButton-root': { '& .JoyButton-button': {} } }}
    +sx={{ '& .MuiButton-root': { '& .MuiButton-button': {} } }}
     />
    

    You can use this codemod to help with the migration.

  • ​[Joy] Replace row prop with orientation prop in all Joy UI components (#​35721) @​hbjORbj

    • Transforms row prop to orientation prop across Card, List and RadioGroup components in Joy UI.
     <Card
    -row
    +orientation={"horizontal"}
     />
    

    You can use this codemod to help with the migration.

Changes
Docs
Core

All 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 :

  • @​ZeeshanTamboli improved the logic for handling the value label in the SliderUnstyled (#​35805)
  • many other 🐛 bug fixes and 📚 documentation improvements
@mui/material@5.11.6
@mui/base@5.0.0-alpha.115
Breaking changes
  • ​[SliderUnstyled] Improved logic for displaying the value label (#​35805) @​ZeeshanTamboli

    • The valueLabelDisplay prop is removed from SliderUnstyled. The prop was not working as intended in SliderUnstyled (See #​35398). You can instead provide a valueLabel slot with the slots prop API to show the value label:
    - <SliderUnstyled valueLabelDisplay="on" />
    + <SliderUnstyled slots={{ valueLabel: SliderValueLabel }} />
    

    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

    • The following classes are removed from sliderUnstyledClasses since they are not needed for the value label:
    - valueLabel
    - valueLabelOpen
    - valueLabelCircle
    - valueLabelLabel
    

    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
@mui/joy@5.0.0-alpha.64
  • ​[Avatar][joy] Remove imgProps prop and add Codemod script for migration (#​35859) @​hbjORbj
Docs
Core

All 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
@mui/system@5.11.5
@mui/codemod@5.11.5
@mui/base@5.0.0-alpha.114
@mui/joy@5.0.0-alpha.63
Docs
Core

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
@mui/joy@5.0.0-alpha.62
@mui/base@5.0.0-alpha.113
Docs
Core

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@mui/lab](https://mui.com/material-ui/about-the-lab/) ([source](https://github.com/mui/material-ui)) | dependencies | patch | [`5.0.0-alpha.114` -> `5.0.0-alpha.118`](https://renovatebot.com/diffs/npm/@mui%2flab/5.0.0-alpha.114/5.0.0-alpha.118) | | [@mui/material](https://mui.com/material-ui/getting-started/overview/) ([source](https://github.com/mui/material-ui)) | dependencies | patch | [`5.11.3` -> `5.11.7`](https://renovatebot.com/diffs/npm/@mui%2fmaterial/5.11.3/5.11.7) | --- ### Release Notes <details> <summary>mui/material-ui (@&#8203;mui/lab)</summary> ### [`v5.0.0-alpha.118`](https://github.com/mui/material-ui/compare/a2e552314847b4d52498538d7ca171763067a5d0...33cac172846b032d3f8b9333b72b2af832dd47d0) [Compare Source](https://github.com/mui/material-ui/compare/a2e552314847b4d52498538d7ca171763067a5d0...33cac172846b032d3f8b9333b72b2af832dd47d0) ### [`v5.0.0-alpha.117`](https://github.com/mui/material-ui/compare/685c72dfaf840f4d5b7a3ab738ddcabd74418823...a2e552314847b4d52498538d7ca171763067a5d0) [Compare Source](https://github.com/mui/material-ui/compare/685c72dfaf840f4d5b7a3ab738ddcabd74418823...a2e552314847b4d52498538d7ca171763067a5d0) ### [`v5.0.0-alpha.116`](https://github.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muibase500-alpha116) [Compare Source](https://github.com/mui/material-ui/compare/bc859d95e4415f880cd6bcb6f44cc9e5e8c8097c...685c72dfaf840f4d5b7a3ab738ddcabd74418823) - ​<!-- 29 -->\[ListboxUnstyled] Fix option state highlighted to prevent unnecessary focus ([#&#8203;35838](https://github.com/mui/material-ui/issues/35838)) [@&#8203;SaidMarar](https://github.com/SaidMarar) ### [`v5.0.0-alpha.115`](https://github.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muibase500-alpha115) [Compare Source](https://github.com/mui/material-ui/compare/e9d8fa07e1ff979bcaf92837b131cd9e292f0161...bc859d95e4415f880cd6bcb6f44cc9e5e8c8097c) ##### Breaking changes - ​<!-- 04 -->\[SliderUnstyled] Improved logic for displaying the value label ([#&#8203;35805](https://github.com/mui/material-ui/issues/35805)) [@&#8203;ZeeshanTamboli](https://github.com/ZeeshanTamboli) - The `valueLabelDisplay` prop is removed from `SliderUnstyled`. The prop was not working as intended in `SliderUnstyled` (See [#&#8203;35398](https://github.com/mui/material-ui/issues/35398)). You can instead provide a `valueLabel` slot with the `slots` prop API to show the value label: ```diff - <SliderUnstyled valueLabelDisplay="on" /> + <SliderUnstyled slots={{ valueLabel: SliderValueLabel }} /> ``` 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 - The following classes are removed from `sliderUnstyledClasses` since they are not needed for the value label: ```diff - valueLabel - valueLabelOpen - valueLabelCircle - valueLabelLabel ``` 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 - ​<!-- 05 -->\[InputUnstyled] Fix externally provided `inputRef` is ignored ([#&#8203;35807](https://github.com/mui/material-ui/issues/35807)) [@&#8203;sai6855](https://github.com/sai6855) </details> <details> <summary>mui/material-ui (@&#8203;mui/material)</summary> ### [`v5.11.7`](https://github.com/mui/material-ui/blob/HEAD/CHANGELOG.md#&#8203;5117) [Compare Source](https://github.com/mui/material-ui/compare/v5.11.6...v5.11.7) <!-- generated comparing v5.11.6..master --> *Jan 31, 2023* A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨: - [@&#8203;siriwatknp](https://github.com/siriwatknp) added `Table` component to Joy UI ([#&#8203;35872](https://github.com/mui/material-ui/issues/35872)) - many other 🐛 bug fixes and 📚 documentation improvements ##### `@mui/material@5.11.7` - ​<!-- 30 -->\[Autocomplete] Prevent reset scroll position when new options are added ([#&#8203;35735](https://github.com/mui/material-ui/issues/35735)) [@&#8203;sai6855](https://github.com/sai6855) - ​<!-- 24 -->\[CssVarsProvider] Skip `unstable_sxConfig` variables ([#&#8203;35932](https://github.com/mui/material-ui/issues/35932)) [@&#8203;siriwatknp](https://github.com/siriwatknp) - ​<!-- 10 -->\[InputLabel] Add missing `component` type ([#&#8203;35852](https://github.com/mui/material-ui/issues/35852)) [@&#8203;sai6855](https://github.com/sai6855) - ​<!-- 05 -->\[Tooltip] Fix tooltip position ([#&#8203;35909](https://github.com/mui/material-ui/issues/35909)) [@&#8203;marktoman](https://github.com/marktoman) ##### `@mui/base@5.0.0-alpha.116` - ​<!-- 29 -->\[ListboxUnstyled] Fix option state highlighted to prevent unnecessary focus ([#&#8203;35838](https://github.com/mui/material-ui/issues/35838)) [@&#8203;SaidMarar](https://github.com/SaidMarar) ##### `@mui/joy@5.0.0-alpha.65` ##### Breaking changes - ​<!-- 05 -->\[Joy] Replace `Joy[Component]` classname with `Mui[Component]` classname for all slots of components ([#&#8203;35718](https://github.com/mui/material-ui/issues/35718)) [@&#8203;hbjORbj](https://github.com/hbjORbj) - Renames the classname prefix of all Joy UI components from `'Joy'` to `'Mui'`. ```diff <Button -sx={{ '& .JoyButton-root': { '& .JoyButton-button': {} } }} +sx={{ '& .MuiButton-root': { '& .MuiButton-button': {} } }} /> ``` You can use this [codemod](https://github.com/mui/material-ui/blob/master/packages/mui-codemod/README.md#joy-rename-classname-prefix) to help with the migration. - ​<!-- 04 -->\[Joy] Replace `row` prop with `orientation` prop in all Joy UI components ([#&#8203;35721](https://github.com/mui/material-ui/issues/35721)) [@&#8203;hbjORbj](https://github.com/hbjORbj) - Transforms `row` prop to `orientation` prop across `Card`, `List` and `RadioGroup` components in Joy UI. ```diff <Card -row +orientation={"horizontal"} /> ``` You can use this [codemod](https://github.com/mui/material-ui/blob/master/packages/mui-codemod/README.md#joy-rename-row-prop) to help with the migration. ##### Changes - ​<!-- 26 -->\[Joy]\[Checkbox] Display correct icon in checkbox ([#&#8203;35943](https://github.com/mui/material-ui/issues/35943)) [@&#8203;sai6855](https://github.com/sai6855) - ​<!-- 09 -->\[Joy] Add `Table` component ([#&#8203;35872](https://github.com/mui/material-ui/issues/35872)) [@&#8203;siriwatknp](https://github.com/siriwatknp) - ​<!-- 08 -->\[Joy] Miscellaneous fixes ([#&#8203;35953](https://github.com/mui/material-ui/issues/35953)) [@&#8203;siriwatknp](https://github.com/siriwatknp) ##### Docs - ​<!-- 28 -->\[blog] Add RSS feed ([#&#8203;35777](https://github.com/mui/material-ui/issues/35777)) [@&#8203;gorjiali](https://github.com/gorjiali) - ​<!-- 27 -->\[blog] Prevent horizontal scroll on blog posts ([#&#8203;35948](https://github.com/mui/material-ui/issues/35948)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - ​<!-- 23 -->\[docs] Add to codemod README about an added script ([#&#8203;35999](https://github.com/mui/material-ui/issues/35999)) [@&#8203;hbjORbj](https://github.com/hbjORbj) - ​<!-- 22 -->\[docs] Add a warning about to clear the local storage when `defaultMode` changes ([#&#8203;35937](https://github.com/mui/material-ui/issues/35937)) [@&#8203;ArthurPedroti](https://github.com/ArthurPedroti) - ​<!-- 21 -->\[docs] Fix Joy UI variables playground ([#&#8203;35950](https://github.com/mui/material-ui/issues/35950)) [@&#8203;siriwatknp](https://github.com/siriwatknp) - ​<!-- 20 -->\[docs] Fix typos in base components docs ([#&#8203;35985](https://github.com/mui/material-ui/issues/35985)) [@&#8203;HeVictor](https://github.com/HeVictor) - ​<!-- 19 -->\[docs] Fix event's label reported to GA ([#&#8203;35930](https://github.com/mui/material-ui/issues/35930)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - ​<!-- 18 -->\[docs] Standardize "no longer" / "not documented" callouts in Material UI docs ([#&#8203;35957](https://github.com/mui/material-ui/issues/35957)) [@&#8203;samuelsycamore](https://github.com/samuelsycamore) - ​<!-- 17 -->\[docs] Revise and expand Joy UI Checkbox doc ([#&#8203;35817](https://github.com/mui/material-ui/issues/35817)) [@&#8203;samuelsycamore](https://github.com/samuelsycamore) - ​<!-- 16 -->\[docs] Add docs notification to Date and Time Pickers revamped ([#&#8203;35935](https://github.com/mui/material-ui/issues/35935)) [@&#8203;joserodolfofreitas](https://github.com/joserodolfofreitas) - ​<!-- 15 -->\[docs] Update community theme builder to forked updated one ([#&#8203;35928](https://github.com/mui/material-ui/issues/35928)) [@&#8203;idebeijer](https://github.com/idebeijer) - ​<!-- 14 -->\[docs] Add Joy default theme viewer ([#&#8203;35554](https://github.com/mui/material-ui/issues/35554)) [@&#8203;siriwatknp](https://github.com/siriwatknp) - ​<!-- 13 -->\[docs]\[joy] Fixed a typo in `Using icon libraries` page ([#&#8203;35989](https://github.com/mui/material-ui/issues/35989)) [@&#8203;badalsaibo](https://github.com/badalsaibo) - ​<!-- 12 -->\[docs]\[joy] Removed Badge info from Chip docs ([#&#8203;35955](https://github.com/mui/material-ui/issues/35955)) [@&#8203;Vivek-Prajapatii](https://github.com/Vivek-Prajapatii) - ​<!-- 11 -->\[docs]\[system] Fix border color of Boxes in demos of `Configure the sx prop` page in dark mode ([#&#8203;35961](https://github.com/mui/material-ui/issues/35961)) [@&#8203;ZeeshanTamboli](https://github.com/ZeeshanTamboli) ##### Core - ​<!-- 25 -->\[core] Boolean props always have a default value of `false` in API docs ([#&#8203;35913](https://github.com/mui/material-ui/issues/35913)) [@&#8203;hbjORbj](https://github.com/hbjORbj) - ​<!-- 04 -->\[core] Improve types for usePreviousProps ([#&#8203;35833](https://github.com/mui/material-ui/issues/35833)) [@&#8203;sai6855](https://github.com/sai6855) - ​<!-- 03 -->\[website] Fix 404 link to store ([#&#8203;35973](https://github.com/mui/material-ui/issues/35973)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - ​<!-- 02 -->\[website] Fix 302 of diamond sponsor link [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - ​<!-- 01 -->\[website] Fix outdated YouTube link [@&#8203;oliviertassinari](https://github.com/oliviertassinari) All contributors of this release in alphabetical order: [@&#8203;ArthurPedroti](https://github.com/ArthurPedroti), [@&#8203;badalsaibo](https://github.com/badalsaibo), [@&#8203;gorjiali](https://github.com/gorjiali), [@&#8203;hbjORbj](https://github.com/hbjORbj), [@&#8203;HeVictor](https://github.com/HeVictor), [@&#8203;idebeijer](https://github.com/idebeijer), [@&#8203;joserodolfofreitas](https://github.com/joserodolfofreitas), [@&#8203;marktoman](https://github.com/marktoman), [@&#8203;oliviertassinari](https://github.com/oliviertassinari), [@&#8203;sai6855](https://github.com/sai6855), [@&#8203;SaidMarar](https://github.com/SaidMarar), [@&#8203;samuelsycamore](https://github.com/samuelsycamore), [@&#8203;siriwatknp](https://github.com/siriwatknp), [@&#8203;Vivek-Prajapatii](https://github.com/Vivek-Prajapatii), [@&#8203;ZeeshanTamboli](https://github.com/ZeeshanTamboli) ### [`v5.11.6`](https://github.com/mui/material-ui/blob/HEAD/CHANGELOG.md#&#8203;5116) [Compare Source](https://github.com/mui/material-ui/compare/v5.11.5...v5.11.6) <!-- generated comparing v5.11.5..master --> *Jan 23, 2023* A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨: - [@&#8203;ZeeshanTamboli](https://github.com/ZeeshanTamboli) improved the logic for handling the value label in the `SliderUnstyled` ([#&#8203;35805](https://github.com/mui/material-ui/issues/35805)) - many other 🐛 bug fixes and 📚 documentation improvements ##### `@mui/material@5.11.6` - ​<!-- 15 -->\[Box] Fix usage of not supported features in TypeScript 3.5 ([#&#8203;35877](https://github.com/mui/material-ui/issues/35877)) [@&#8203;mnajdova](https://github.com/mnajdova) - ​<!-- 14 -->\[Button] Fix border color for secondary disabled button ([#&#8203;35866](https://github.com/mui/material-ui/issues/35866)) [@&#8203;SaidMarar](https://github.com/SaidMarar) - ​<!-- 03 -->\[SwipeableDrawer] Add callback to customise touchstart ignore for swipeable drawer ([#&#8203;30759](https://github.com/mui/material-ui/issues/30759)) [@&#8203;tech-meppem](https://github.com/tech-meppem) ##### `@mui/base@5.0.0-alpha.115` ##### Breaking changes - ​<!-- 04 -->\[SliderUnstyled] Improved logic for displaying the value label ([#&#8203;35805](https://github.com/mui/material-ui/issues/35805)) [@&#8203;ZeeshanTamboli](https://github.com/ZeeshanTamboli) - The `valueLabelDisplay` prop is removed from `SliderUnstyled`. The prop was not working as intended in `SliderUnstyled` (See [#&#8203;35398](https://github.com/mui/material-ui/issues/35398)). You can instead provide a `valueLabel` slot with the `slots` prop API to show the value label: ```diff - <SliderUnstyled valueLabelDisplay="on" /> + <SliderUnstyled slots={{ valueLabel: SliderValueLabel }} /> ``` 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 - The following classes are removed from `sliderUnstyledClasses` since they are not needed for the value label: ```diff - valueLabel - valueLabelOpen - valueLabelCircle - valueLabelLabel ``` 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 - ​<!-- 05 -->\[InputUnstyled] Fix externally provided `inputRef` is ignored ([#&#8203;35807](https://github.com/mui/material-ui/issues/35807)) [@&#8203;sai6855](https://github.com/sai6855) ##### `@mui/joy@5.0.0-alpha.64` - ​<!-- 17 -->\[Avatar]\[joy] Remove `imgProps` prop and add Codemod script for migration ([#&#8203;35859](https://github.com/mui/material-ui/issues/35859)) [@&#8203;hbjORbj](https://github.com/hbjORbj) ##### Docs - ​<!-- 16 -->\[blog] Date and time pickers revamped ([#&#8203;35486](https://github.com/mui/material-ui/issues/35486)) [@&#8203;joserodolfofreitas](https://github.com/joserodolfofreitas) - ​<!-- 10 -->\[docs] Fix incorrect breakpoint use ([#&#8203;34948](https://github.com/mui/material-ui/issues/34948)) [@&#8203;rosita-dmello](https://github.com/rosita-dmello) - ​<!-- 09 -->\[docs] Replace react-virtualized with react-virtuoso in Table ([#&#8203;35700](https://github.com/mui/material-ui/issues/35700)) [@&#8203;petyosi](https://github.com/petyosi) - ​<!-- 08 -->\[docs] Fix account menu demo not closing with keyboard. ([#&#8203;35870](https://github.com/mui/material-ui/issues/35870)) [@&#8203;mj12albert](https://github.com/mj12albert) - ​<!-- 07 -->\[docs] Fix typos in the docs of Joy UI ([#&#8203;35876](https://github.com/mui/material-ui/issues/35876)) [@&#8203;HeVictor](https://github.com/HeVictor) - ​<!-- 06 -->\[docs] Fix wording in `Color` page ([#&#8203;35873](https://github.com/mui/material-ui/issues/35873)) [@&#8203;oliv37](https://github.com/oliv37) ##### Core - ​<!-- 13 -->\[core] Fix release changelog to handle commits with empty author field ([#&#8203;35921](https://github.com/mui/material-ui/issues/35921)) [@&#8203;mnajdova](https://github.com/mnajdova) - ​<!-- 12 -->\[core] Revert `docs-utilities` migration to TypeScript and fix type ([#&#8203;35881](https://github.com/mui/material-ui/issues/35881)) [@&#8203;ZeeshanTamboli](https://github.com/ZeeshanTamboli) - ​<!-- 11 -->\[core] Migrate internal `docs-utilities` package to TypeScript ([#&#8203;35846](https://github.com/mui/material-ui/issues/35846)) [@&#8203;ZeeshanTamboli](https://github.com/ZeeshanTamboli) - ​<!-- 02 -->\[website] Designer don't spend their time writing code [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - ​<!-- 01 -->\[website] Emphasis the technical background need for this role [@&#8203;oliviertassinari](https://github.com/oliviertassinari) All contributors of this release in alphabetical order: [@&#8203;HeVictor](https://github.com/HeVictor), [@&#8203;hbjORbj](https://github.com/hbjORbj), [@&#8203;joserodolfofreitas](https://github.com/joserodolfofreitas), [@&#8203;mj12albert](https://github.com/mj12albert), [@&#8203;mnajdova](https://github.com/mnajdova), [@&#8203;oliv37](https://github.com/oliv37), [@&#8203;oliviertassinari](https://github.com/oliviertassinari), [@&#8203;petyosi](https://github.com/petyosi), [@&#8203;rosita-dmello](https://github.com/rosita-dmello), [@&#8203;sai6855](https://github.com/sai6855), [@&#8203;SaidMarar](https://github.com/SaidMarar), [@&#8203;tech-meppem](https://github.com/tech-meppem), [@&#8203;ZeeshanTamboli](https://github.com/ZeeshanTamboli) ### [`v5.11.5`](https://github.com/mui/material-ui/blob/HEAD/CHANGELOG.md#&#8203;5115) [Compare Source](https://github.com/mui/material-ui/compare/v5.11.4...v5.11.5) <!-- generated comparing v5.11.4..master --> *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` - \[Material UI] Custom channel token should suppress the warning ([#&#8203;35804](https://github.com/mui/material-ui/issues/35804)) [@&#8203;siriwatknp](https://github.com/siriwatknp) - \[Autocomplete] Fix value type when `strictNullChecks` is `false` ([#&#8203;35367](https://github.com/mui/material-ui/issues/35367)) [@&#8203;fenghan34](https://github.com/fenghan34) - \[Slider] Replace `SliderUnstyled` with `useSlider` hook ([#&#8203;35770](https://github.com/mui/material-ui/issues/35770)) [@&#8203;ZeeshanTamboli](https://github.com/ZeeshanTamboli) - \[l10n] Add Belarusian translation ([#&#8203;35742](https://github.com/mui/material-ui/issues/35742)) [@&#8203;volhalink](https://github.com/volhalink) ##### `@mui/system@5.11.5` - \[system] Improve the `createBox` types ([#&#8203;35532](https://github.com/mui/material-ui/issues/35532)) [@&#8203;mnajdova](https://github.com/mnajdova) ##### `@mui/codemod@5.11.5` - Add `joy-text-field-to-input` codemod ([#&#8203;35462](https://github.com/mui/material-ui/issues/35462)) [@&#8203;hbjORbj](https://github.com/hbjORbj) ##### `@mui/base@5.0.0-alpha.114` - \[base] Fix typos ([#&#8203;35802](https://github.com/mui/material-ui/issues/35802)) [@&#8203;nnmax](https://github.com/nnmax) - \[Slider] Convert code to TypeScript ([#&#8203;35445](https://github.com/mui/material-ui/issues/35445)) [@&#8203;sai6855](https://github.com/sai6855) ##### `@mui/joy@5.0.0-alpha.63` - \[Tabs]\[joy] Don't apply `:hover, :active` styles when `selected` ([#&#8203;35750](https://github.com/mui/material-ui/issues/35750)) [@&#8203;sai6855](https://github.com/sai6855) - Remove `TextField` component and replace its usage in docs with `FormControl`/`FormLabel`/`Input` ([#&#8203;35462](https://github.com/mui/material-ui/issues/35462)) [@&#8203;hbjORbj](https://github.com/hbjORbj) - \[TextField] Throw error with migration message ([#&#8203;35845](https://github.com/mui/material-ui/issues/35845)) [@&#8203;siriwatknp](https://github.com/siriwatknp) - Miscellaneous fixes ([#&#8203;35847](https://github.com/mui/material-ui/issues/35847)) [@&#8203;siriwatknp](https://github.com/siriwatknp) ##### Docs - \[docs] Improve pickers lab migration stressing `mui-x` usage ([#&#8203;35740](https://github.com/mui/material-ui/issues/35740)) [@&#8203;LukasTy](https://github.com/LukasTy) - \[docs] Fix incorrectly named AccessibleTable demo component ([#&#8203;35832](https://github.com/mui/material-ui/issues/35832)) [@&#8203;HeVictor](https://github.com/HeVictor) - \[docs] Clarify where to find docs for MUI Base components in Material UI ([#&#8203;35799](https://github.com/mui/material-ui/issues/35799)) [@&#8203;samuelsycamore](https://github.com/samuelsycamore) - \[docs] Fix typos ([#&#8203;35814](https://github.com/mui/material-ui/issues/35814)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[docs] Revise and expand the Joy UI Card page ([#&#8203;35745](https://github.com/mui/material-ui/issues/35745)) [@&#8203;samuelsycamore](https://github.com/samuelsycamore) - \[docs] Fix navigation layout shift ([#&#8203;35679](https://github.com/mui/material-ui/issues/35679)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[docs] Fix typo in the Composition page ([#&#8203;35774](https://github.com/mui/material-ui/issues/35774)) [@&#8203;msoyka](https://github.com/msoyka) - \[docs]\[joy] Update Customization section code example to use the correct API ([#&#8203;35765](https://github.com/mui/material-ui/issues/35765)) [@&#8203;pupudu](https://github.com/pupudu) - \[docs]\[joy] Fix grammar in `Typography` docs ([#&#8203;35796](https://github.com/mui/material-ui/issues/35796)) [@&#8203;atrefonas](https://github.com/atrefonas) - \[examples] Remove `next-env.d.ts` from Next.js examples ([#&#8203;35772](https://github.com/mui/material-ui/issues/35772)) [@&#8203;Juneezee](https://github.com/Juneezee) ##### Core - \[website] Improve pricing page ([#&#8203;35767](https://github.com/mui/material-ui/issues/35767)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[website] Add Greg in about page ([#&#8203;35816](https://github.com/mui/material-ui/issues/35816)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[website] Update the Accessibility Engineer role ([#&#8203;35751](https://github.com/mui/material-ui/issues/35751)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[website] Add docs for MUI for Figma [@&#8203;oliviertassinari](https://github.com/oliviertassinari) All contributors of this release in alphabetical order: [@&#8203;alexfauquette](https://github.com/alexfauquette), [@&#8203;atrefonas](https://github.com/atrefonas), [@&#8203;fenghan34](https://github.com/fenghan34), [@&#8203;hbjORbj](https://github.com/hbjORbj), [@&#8203;HeVictor](https://github.com/HeVictor), [@&#8203;Juneezee](https://github.com/Juneezee), [@&#8203;LukasTy](https://github.com/LukasTy), [@&#8203;mnajdova](https://github.com/mnajdova), [@&#8203;msoyka](https://github.com/msoyka), [@&#8203;nnmax](https://github.com/nnmax), [@&#8203;oliviertassinari](https://github.com/oliviertassinari), [@&#8203;pupudu](https://github.com/pupudu), [@&#8203;sai6855](https://github.com/sai6855), [@&#8203;samuelsycamore](https://github.com/samuelsycamore), [@&#8203;siriwatknp](https://github.com/siriwatknp), [@&#8203;volhalink](https://github.com/volhalink), [@&#8203;ZeeshanTamboli](https://github.com/ZeeshanTamboli) ### [`v5.11.4`](https://github.com/mui/material-ui/blob/HEAD/CHANGELOG.md#&#8203;5114) [Compare Source](https://github.com/mui/material-ui/compare/v5.11.3...v5.11.4) <!-- generated comparing v5.11.3..master --> *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` - \[Autocomplete] Add index to renderOption's AutocompleteRenderOptionState ([#&#8203;35578](https://github.com/mui/material-ui/issues/35578)) [@&#8203;CowDotDev](https://github.com/CowDotDev) - \[Autocomplete] Fix grammar in console.error in `useAutocomplete` ([#&#8203;35723](https://github.com/mui/material-ui/issues/35723)) [@&#8203;hamirmahal](https://github.com/hamirmahal) - \[Modal] Fix can't override Backdrop Props using new Slots API ([#&#8203;35140](https://github.com/mui/material-ui/issues/35140)) [@&#8203;ZeeshanTamboli](https://github.com/ZeeshanTamboli) - \[Select] Revert "Update `renderValue` prop's TypeScript type ([#&#8203;34177](https://github.com/mui/material-ui/issues/34177))" ([#&#8203;35733](https://github.com/mui/material-ui/issues/35733)) [@&#8203;michaldudak](https://github.com/michaldudak) - \[Tabs] Throw error only if individual `Tab` is hidden, not the whole `Tabs` ([#&#8203;34026](https://github.com/mui/material-ui/issues/34026)) [@&#8203;Ryczko](https://github.com/Ryczko) - \[TextField] Improve WCAG 2.4.7 with error={true} ([#&#8203;35687](https://github.com/mui/material-ui/issues/35687)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[Tooltip] Remove `data-foo` attribute ([#&#8203;35736](https://github.com/mui/material-ui/issues/35736)) [@&#8203;koolskateguy89](https://github.com/koolskateguy89) ##### `@mui/joy@5.0.0-alpha.62` - \[Autocomplete]\[joy] Specify `type` attribute for popup indicator ([#&#8203;35648](https://github.com/mui/material-ui/issues/35648)) [@&#8203;hbjORbj](https://github.com/hbjORbj) - \[Joy] Miscellaneous improvements ([#&#8203;35769](https://github.com/mui/material-ui/issues/35769)) [@&#8203;siriwatknp](https://github.com/siriwatknp) - \[Joy] Improve `onKeyDown` event handler for demo ([#&#8203;35642](https://github.com/mui/material-ui/issues/35642)) [@&#8203;hbjORbj](https://github.com/hbjORbj) ##### `@mui/base@5.0.0-alpha.113` - \[Portal]\[base] Convert code to TypeScript ([#&#8203;35657](https://github.com/mui/material-ui/issues/35657)) [@&#8203;sai6855](https://github.com/sai6855) ##### Docs - \[docs] Revise and expand Joy UI Button doc ([#&#8203;35737](https://github.com/mui/material-ui/issues/35737)) [@&#8203;samuelsycamore](https://github.com/samuelsycamore) - \[docs] Document the workaround for crashing a translated page ([#&#8203;35720](https://github.com/mui/material-ui/issues/35720)) [@&#8203;michaldudak](https://github.com/michaldudak) - \[docs] Fix API page for `MenuItem` to list all valid props ([#&#8203;35561](https://github.com/mui/material-ui/issues/35561)) [@&#8203;mnajdova](https://github.com/mnajdova) - \[docs] Fix ad exception in Joy UI ([#&#8203;35685](https://github.com/mui/material-ui/issues/35685)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[docs] Fix content wider than screen regression [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[examples] Add `Vite.js with TypeScript` example ([#&#8203;35683](https://github.com/mui/material-ui/issues/35683)) [@&#8203;miha53cevic](https://github.com/miha53cevic) ##### Core - \[core] Close 2022 developer survey [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[core] Fix the product license reference name ([#&#8203;35703](https://github.com/mui/material-ui/issues/35703)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[core] Use TypeScript AST instead of TTP for component doc building ([#&#8203;35379](https://github.com/mui/material-ui/issues/35379)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) - \[test] Always use & for nesting styles ([#&#8203;35702](https://github.com/mui/material-ui/issues/35702)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[website] Improve Lead Designer role description ([#&#8203;35684](https://github.com/mui/material-ui/issues/35684)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) All contributors of this release in alphabetical order: [@&#8203;CowDotDev](https://github.com/CowDotDev), [@&#8203;flaviendelangle](https://github.com/flaviendelangle), [@&#8203;hamirmahal](https://github.com/hamirmahal), [@&#8203;hbjORbj](https://github.com/hbjORbj), [@&#8203;koolskateguy89](https://github.com/koolskateguy89), [@&#8203;michaldudak](https://github.com/michaldudak), [@&#8203;miha53cevic](https://github.com/miha53cevic), [@&#8203;mnajdova](https://github.com/mnajdova), [@&#8203;oliviertassinari](https://github.com/oliviertassinari), [@&#8203;Ryczko](https://github.com/Ryczko), [@&#8203;sai6855](https://github.com/sai6855), [@&#8203;samuelsycamore](https://github.com/samuelsycamore), [@&#8203;siriwatknp](https://github.com/siriwatknp), [@&#8203;ZeeshanTamboli](https://github.com/ZeeshanTamboli) </details> --- ### 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](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC45NC4wIiwidXBkYXRlZEluVmVyIjoiMzQuMTE3LjIifQ==-->
kjuulh force-pushed renovate/material-ui-monorepo from 962e109bfc to 3b8ce6208a 2023-01-18 14:11:30 +01:00 Compare
kjuulh force-pushed renovate/material-ui-monorepo from 3b8ce6208a to 70c76c256c 2023-01-23 21:43:54 +01:00 Compare
kjuulh force-pushed renovate/material-ui-monorepo from 70c76c256c to f172c8e451 2023-01-31 10:58:33 +01:00 Compare
kjuulh force-pushed renovate/material-ui-monorepo from f172c8e451 to 347e6fc71c 2023-02-07 10:16:53 +01:00 Compare
kjuulh merged commit 347e6fc71c into main 2023-02-07 10:40:40 +01:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: OpenFood/openfood#37
No description provided.