devsoc-unsw / chaos

The eventual repository for the CHAOS Hiring and Offers System - used to manage sending and receiving of applications, interviews and results.
https://chaos.csesoc.app
Other
24 stars 5 forks source link

fix(deps): update material-ui monorepo - autoclosed #387

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@mui/icons-material (source) 5.10.15 -> 5.11.11 age adoption passing confidence
@mui/lab (source) 5.0.0-alpha.109 -> 5.0.0-alpha.123 age adoption passing confidence
@mui/material (source) 5.10.15 -> 5.11.13 age adoption passing confidence
@mui/system (source) 5.10.15 -> 5.11.13 age adoption passing confidence

Release Notes

mui/material-ui (@​mui/icons-material) ### [`v5.11.11`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#​51111) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.11.9...v5.11.11) *Feb 27, 2023* A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨: - πŸ“š added API documentation for the slots in MUI Base and Joy UI by [@​hbjORbj](https://togithub.com/hbjORbj), for e.g. [SliderUnstyled API](https://mui.com/base/api/slider-unstyled/#slots) - other πŸ› bug fixes and πŸ“š documentation improvements. ##### `@mui/material@5.11.11` - ​\[Autocomplete] Adds `sx` prop to `ListboxProps` type ([#​36243](https://togithub.com/mui/material-ui/issues/36243)) [@​sai6855](https://togithub.com/sai6855) - ​\[material] Add global CSS class for `readOnly` prop ([#​32822](https://togithub.com/mui/material-ui/issues/32822)) [@​jrparish](https://togithub.com/jrparish) - ​\[Stack]\[material] Use createStack from the system ([#​33795](https://togithub.com/mui/material-ui/issues/33795)) [@​mnajdova](https://togithub.com/mnajdova) - ​\[Select] Fix incorrect selecting of first element ([#​36024](https://togithub.com/mui/material-ui/issues/36024)) [@​michaldudak](https://togithub.com/michaldudak) - ​\[Slider] Miscellaneous improvements ([#​35941](https://togithub.com/mui/material-ui/issues/35941)) [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) - ​\[Slider] Remove unnecessary `data-focusvisible` attribute ([#​36091](https://togithub.com/mui/material-ui/issues/36091)) [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) - ​\[Snackbar] Replace component logic with `useSnackbar` hook ([#​36272](https://togithub.com/mui/material-ui/issues/36272)) [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) - ​\[TextField] Fix floating label position ([#​36246](https://togithub.com/mui/material-ui/issues/36246)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[TextField] Fix floating label position ([#​36288](https://togithub.com/mui/material-ui/issues/36288)) [@​oliviertassinari](https://togithub.com/oliviertassinari) ##### `@mui/base@5.0.0-alpha.119` ##### Breaking changes - ​\[base] Remove `classes` prop from the Base components that have it ([#​36157](https://togithub.com/mui/material-ui/issues/36157)) [@​hbjORbj](https://togithub.com/hbjORbj) These 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 via `slotProps`. Below is an example of how the migration should look like: ```diff ``` - ​\[base] Move hooks to their own directories ([#​36235](https://togithub.com/mui/material-ui/issues/36235)) [@​hbjORbj](https://togithub.com/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: ```diff -import { useBadge } from '@​mui/base/BadgeUnstyled'; +import useBadge from '@​mui/base/useBadge'; ``` You can use this [codemod](https://togithub.com/mui/material-ui/blob/master/packages/mui-codemod/README.md#base-hook-imports) to help with the migration. ##### Changes - ​\[Autocomplete] Add docs interface for the hook ([#​36242](https://togithub.com/mui/material-ui/issues/36242)) [@​HeVictor](https://togithub.com/HeVictor) - ​\[MenuUnstyled] Remove extra useMemo ([#​36265](https://togithub.com/mui/material-ui/issues/36265)) [@​ivp-dev](https://togithub.com/ivp-dev) - ​\[base] Export all slot prop overrides interfaces ([#​36323](https://togithub.com/mui/material-ui/issues/36323)) [@​michaldudak](https://togithub.com/michaldudak) ##### `@mui/codemod@5.11.11` - ​\[base] Codemod for hook directory migration ([#​36295](https://togithub.com/mui/material-ui/issues/36295)) [@​hbjORbj](https://togithub.com/hbjORbj) ##### `@mui/joy@5.0.0-alpha.69` - ​\[Joy] Able to remove default tokens from theme types ([#​36006](https://togithub.com/mui/material-ui/issues/36006)) [@​siriwatknp](https://togithub.com/siriwatknp) - ​\[Joy] Fix modal dialog overflow viewport ([#​36103](https://togithub.com/mui/material-ui/issues/36103)) [@​siriwatknp](https://togithub.com/siriwatknp) - ​\[Joy] Select popup should have max-height ([#​36156](https://togithub.com/mui/material-ui/issues/36156)) [@​Vivek-Prajapatii](https://togithub.com/Vivek-Prajapatii) - ​\[Joy] Fix `ListDivider` to change semantic based on `List` ([#​36266](https://togithub.com/mui/material-ui/issues/36266)) [@​siriwatknp](https://togithub.com/siriwatknp) ##### Docs - ​\[docs]\[base] List slots in API documentation ([#​36104](https://togithub.com/mui/material-ui/issues/36104)) [@​hbjORbj](https://togithub.com/hbjORbj) - ​\[docs] Add missing sandbox adapter deps resolving ([#​36291](https://togithub.com/mui/material-ui/issues/36291)) [@​LukasTy](https://togithub.com/LukasTy) - ​\[docs] Allow to pass navigation bar banner from outside ([#​36299](https://togithub.com/mui/material-ui/issues/36299)) [@​MBilalShafi](https://togithub.com/MBilalShafi) - ​\[docs] Fix code on the Working with Tailwind CSS guide ([#​36090](https://togithub.com/mui/material-ui/issues/36090)) [@​mnajdova](https://togithub.com/mnajdova) - ​\[docs] Remove See Slots Section text from Material UI slots description ([#​36284](https://togithub.com/mui/material-ui/issues/36284)) [@​hbjORbj](https://togithub.com/hbjORbj) - ​\[docs] Fix emotion warning `:first-child` ([#​36263](https://togithub.com/mui/material-ui/issues/36263)) [@​siriwatknp](https://togithub.com/siriwatknp) - ​\[docs]\[joy] Improve the descriptions of props in API docs ([#​36307](https://togithub.com/mui/material-ui/issues/36307)) [@​hbjORbj](https://togithub.com/hbjORbj) - ​\[docs]\[joy] List slots in API documentation ([#​36271](https://togithub.com/mui/material-ui/issues/36271)) [@​hbjORbj](https://togithub.com/hbjORbj) - ​\[docs]\[joy] Build API documentations ([#​36008](https://togithub.com/mui/material-ui/issues/36008)) [@​hbjORbj](https://togithub.com/hbjORbj) - ​\[examples] Update Next.js examples to use built-in font ([#​36315](https://togithub.com/mui/material-ui/issues/36315)) [@​Juneezee](https://togithub.com/Juneezee) - ​\[examples] Update curl link in `material-next-ts-v4-v5-migration` example README ([#​36321](https://togithub.com/mui/material-ui/issues/36321)) [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) - ​\[examples] Convert Next.js \_document class components to function components ([#​36109](https://togithub.com/mui/material-ui/issues/36109)) [@​ossan-engineer](https://togithub.com/ossan-engineer) ##### Core - ​\[Rating] Add a comment in Rating component to use `readOnly` state class ([#​36357](https://togithub.com/mui/material-ui/issues/36357)) [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) - ​\[website] Fix broken links to role levels ([#​36333](https://togithub.com/mui/material-ui/issues/36333)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[website] Sync gold sponsors ([#​36312](https://togithub.com/mui/material-ui/issues/36312)) [@​oliviertassinari](https://togithub.com/oliviertassinari) All contributors of this release in alphabetical order: [@​hbjORbj](https://togithub.com/hbjORbj), [@​HeVictor](https://togithub.com/HeVictor), [@​ivp-dev](https://togithub.com/ivp-dev), [@​jrparish](https://togithub.com/jrparish), [@​Juneezee](https://togithub.com/Juneezee), [@​LukasTy](https://togithub.com/LukasTy), [@​MBilalShafi](https://togithub.com/MBilalShafi), [@​michaldudak](https://togithub.com/michaldudak), [@​mnajdova](https://togithub.com/mnajdova), [@​oliviertassinari](https://togithub.com/oliviertassinari), [@​ossan-engineer](https://togithub.com/ossan-engineer), [@​sai6855](https://togithub.com/sai6855), [@​siriwatknp](https://togithub.com/siriwatknp), [@​Vivek-Prajapatii](https://togithub.com/Vivek-Prajapatii), [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) ### [`v5.11.9`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#​5119) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.11.0...v5.11.9) *Feb 14, 2023* A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨: - πŸ› [@​rangoo94](https://togithub.com/rangoo94), [@​sai6855](https://togithub.com/sai6855), and [@​michaldudak](https://togithub.com/michaldudak) fixed a couple of bugs in the Autocomplete component ([#​36116](https://togithub.com/mui/material-ui/issues/36116), [#​35640](https://togithub.com/mui/material-ui/issues/35640), [#​36076](https://togithub.com/mui/material-ui/issues/36076), [#​36088](https://togithub.com/mui/material-ui/issues/36088)) - many other πŸ› bug fixes and πŸ“š documentation improvements ##### `@mui/material@5.11.9` - \[AppBar] Fix joinVars() not handling undefined ([#​36128](https://togithub.com/mui/material-ui/issues/36128)) [@​donaldnevermore](https://togithub.com/donaldnevermore) - \[Autocomplete] Fix tag removal regression ([#​36116](https://togithub.com/mui/material-ui/issues/36116)) [@​michaldudak](https://togithub.com/michaldudak) - \[Autocomplete] Correct padding of filled Autocomplete ([#​35640](https://togithub.com/mui/material-ui/issues/35640)) [@​michaldudak](https://togithub.com/michaldudak) - \[Grid]\[Stack] classNames prefixed with Mui ([#​36167](https://togithub.com/mui/material-ui/issues/36167)) [@​sai6855](https://togithub.com/sai6855) ##### `@mui/styled-engine@5.11.9` - \[StyledEngineProvider] Fix issue with cache not being defined ([#​36162](https://togithub.com/mui/material-ui/issues/36162)) [@​mnajdova](https://togithub.com/mnajdova) ##### `@mui/joy@5.0.0-alpha.67` - \[Joy] Add order dashboard template ([#​36081](https://togithub.com/mui/material-ui/issues/36081)) [@​siriwatknp](https://togithub.com/siriwatknp) - \[Joy] Remove classes prop from the components that have it ([#​36159](https://togithub.com/mui/material-ui/issues/36159)) [@​hbjORbj](https://togithub.com/hbjORbj) - \[Joy] Miscellaneous fixes ([#​36163](https://togithub.com/mui/material-ui/issues/36163)) [@​siriwatknp](https://togithub.com/siriwatknp) ##### `@mui/base@5.0.0-alpha.118` - \[base] Override the types of `slotProps` per slot ([#​35964](https://togithub.com/mui/material-ui/issues/35964)) [@​hbjORbj](https://togithub.com/hbjORbj) - \[Select]\[base] Prevent unnecessary rerendering of Select options ([#​35946](https://togithub.com/mui/material-ui/issues/35946)) [@​michaldudak](https://togithub.com/michaldudak) - \[Select]\[base] Update the generated docs ([#​36183](https://togithub.com/mui/material-ui/issues/36183)) [@​michaldudak](https://togithub.com/michaldudak) - \[useAutocomplete] Pass only valid values for the getOptionLabel prop ([#​36088](https://togithub.com/mui/material-ui/issues/36088)) [@​rangoo94](https://togithub.com/rangoo94) - \[useAutocomplete] Fix `useAutocomplete` disabled prop not disabling the input ([#​36076](https://togithub.com/mui/material-ui/issues/36076)) [@​sai6855](https://togithub.com/sai6855) - \[useInput] Add return value interface ([#​36036](https://togithub.com/mui/material-ui/issues/36036)) [@​Shorifpatwary](https://togithub.com/Shorifpatwary) - \[UseTabPanel] Add explicit return type ([#​36053](https://togithub.com/mui/material-ui/issues/36053)) [@​Shorifpatwary](https://togithub.com/Shorifpatwary) - \[useTabsList] Add explicit return type ([#​36048](https://togithub.com/mui/material-ui/issues/36048)) [@​sai6855](https://togithub.com/sai6855) - \[Tab] Add explicit return type to useTab ([#​36046](https://togithub.com/mui/material-ui/issues/36046)) [@​sai6855](https://togithub.com/sai6855) ##### `@mui/material-next@6.0.0-alpha.75` - \[Material You] Use `md` as a CSS var prefix ([#​36177](https://togithub.com/mui/material-ui/issues/36177)) [@​siriwatknp](https://togithub.com/siriwatknp) ##### Docs - \[docs] Fix the prop type regression on the API pages ([#​36168](https://togithub.com/mui/material-ui/issues/36168)) [@​mnajdova](https://togithub.com/mnajdova) - \[docs] Fix virtualized table column resizing ([#​36066](https://togithub.com/mui/material-ui/issues/36066)) [@​petyosi](https://togithub.com/petyosi) - \[docs] Fix react-spring demos ([#​36023](https://togithub.com/mui/material-ui/issues/36023)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[docs] Fix classname mismatch on Joy docs ([#​36127](https://togithub.com/mui/material-ui/issues/36127)) [@​siriwatknp](https://togithub.com/siriwatknp) - \[docs] Fix typo in the released version of [@​mui/styled-engine](https://togithub.com/mui/styled-engine) ([#​36121](https://togithub.com/mui/material-ui/issues/36121)) [@​m4theushw](https://togithub.com/m4theushw) - \[docs] Fix demos showing TypeScript instead of JavaScript ([#​35850](https://togithub.com/mui/material-ui/issues/35850)) [@​mj12albert](https://togithub.com/mj12albert) - \[docs] Update release instructions ([#​36113](https://togithub.com/mui/material-ui/issues/36113)) [@​mj12albert](https://togithub.com/mj12albert) - \[docs] Rename `v6-alpha` to `v6-next` in navigation ([#​36102](https://togithub.com/mui/material-ui/issues/36102)) [@​LukasTy](https://togithub.com/LukasTy) - \[docs] Revise Joy UI "Input" page ([#​35970](https://togithub.com/mui/material-ui/issues/35970)) [@​LadyBluenotes](https://togithub.com/LadyBluenotes) - \[docs] Revise Joy UI "Typography" page ([#​35868](https://togithub.com/mui/material-ui/issues/35868)) [@​LadyBluenotes](https://togithub.com/LadyBluenotes) ##### Examples - \[examples]\[vitejs] Load Roboto font ([#​35678](https://togithub.com/mui/material-ui/issues/35678)) [@​oliv37](https://togithub.com/oliv37) ##### Core - \[blog] Fix the look and feel of the media description ([#​36069](https://togithub.com/mui/material-ui/issues/36069)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[core] Add default preview url ([#​36118](https://togithub.com/mui/material-ui/issues/36118)) [@​siriwatknp](https://togithub.com/siriwatknp) - \[core] Migrate all the internals exported by `tests/utils/index.js` to TypeScript ([#​35382](https://togithub.com/mui/material-ui/issues/35382)) [@​flaviendelangle](https://togithub.com/flaviendelangle) - \[core] Convert the waterfall module to an internal package ([#​35323](https://togithub.com/mui/material-ui/issues/35323)) [@​michaldudak](https://togithub.com/michaldudak) - \[website] Fix homepage MD theme demo ([#​36027](https://togithub.com/mui/material-ui/issues/36027)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[website] Revise the Lead Designer role job ad ([#​35912](https://togithub.com/mui/material-ui/issues/35912)) [@​danilo-leal](https://togithub.com/danilo-leal) - \[POC] Add deploy preview to PR body ([#​35995](https://togithub.com/mui/material-ui/issues/35995)) [@​siriwatknp](https://togithub.com/siriwatknp) All contributors of this release in alphabetical order: [@​danilo-leal](https://togithub.com/danilo-leal), [@​donaldnevermore](https://togithub.com/donaldnevermore), [@​flaviendelangle](https://togithub.com/flaviendelangle), [@​hbjORbj](https://togithub.com/hbjORbj), [@​LadyBluenotes](https://togithub.com/LadyBluenotes), [@​LukasTy](https://togithub.com/LukasTy), [@​m4theushw](https://togithub.com/m4theushw), [@​michaldudak](https://togithub.com/michaldudak), [@​mj12albert](https://togithub.com/mj12albert), [@​mnajdova](https://togithub.com/mnajdova), [@​oliv37](https://togithub.com/oliv37), [@​oliviertassinari](https://togithub.com/oliviertassinari), [@​petyosi](https://togithub.com/petyosi), [@​rangoo94](https://togithub.com/rangoo94), [@​sai6855](https://togithub.com/sai6855), [@​Shorifpatwary](https://togithub.com/Shorifpatwary), [@​siriwatknp](https://togithub.com/siriwatknp) ### [`v5.11.0`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#​5110) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.10.16...v5.11.0) *Dec 13, 2022* A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨: - πŸ”₯ [@​mnajdova](https://togithub.com/mnajdova) enabled configuration of the `sx` prop in the `theme` ([#​35150](https://togithub.com/mui/material-ui/issues/35150)) - Many other πŸ› bug fixes, πŸ“š documentation, and βš™οΈ infrastructure improvements. ##### `@mui/material@5.11.0` - \[Alert] Update icon color in all variants ([#​35414](https://togithub.com/mui/material-ui/issues/35414)) [@​danilo-leal](https://togithub.com/danilo-leal) - \[Select] Fix `MenuProps.PopoverClasses` being overriden ([#​35394](https://togithub.com/mui/material-ui/issues/35394)) [@​vitorfrs-dev](https://togithub.com/vitorfrs-dev) - \[SwipeableDrawer] Fixed typescript warning "prop open undefined" ([#​34710](https://togithub.com/mui/material-ui/issues/34710)) [@​kraftware](https://togithub.com/kraftware) ##### `@mui/icons-material@5.11.0` - \[icons] Restore the PhoneInTalk icons ([#​35409](https://togithub.com/mui/material-ui/issues/35409)) [@​michaldudak](https://togithub.com/michaldudak) ##### `@mui/system@5.11.0` ##### BREAKING CHANGES - \[system] Enable configuring the `sx` prop in the `theme` ([#​35150](https://togithub.com/mui/material-ui/issues/35150)) [@​mnajdova](https://togithub.com/mnajdova) The breaking change is regarding an experimental API: ```diff -import { styled, experimental_sx } from '@​mui/material/styles'; +import { styled } from '@​mui/material/styles'; -const Component = styled('div)(experimental_sx({ p: 1 }}); +const Component = styled('div)(({ theme }) => theme.unstable_sx({ p: 1 }}); ``` ##### `@mui/joy@5.0.0-alpha.58` - \[Joy] Miscellaneous fixes ([#​35447](https://togithub.com/mui/material-ui/issues/35447)) [@​siriwatknp](https://togithub.com/siriwatknp) ##### `@mui/base@5.0.0-alpha.110` - \[PopperUnstyled] Update PopperTooltip to have correct width when closing with transition ([#​34714](https://togithub.com/mui/material-ui/issues/34714)) [@​EduardoSCosta](https://togithub.com/EduardoSCosta) ##### `@mui/material-next@6.0.0-alpha.66` - \[Material You] Add ripple on the button ([#​35299](https://togithub.com/mui/material-ui/issues/35299)) [@​mnajdova](https://togithub.com/mnajdova) ##### Docs - \[docs] Simplify state management in Text Field demo page ([#​35051](https://togithub.com/mui/material-ui/issues/35051)) [@​PratikDev](https://togithub.com/PratikDev) - \[docs] Improve `Responsive App bar with Drawer` demo ([#​35418](https://togithub.com/mui/material-ui/issues/35418)) [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) - \[docs] Improve line-height readability ([#​35387](https://togithub.com/mui/material-ui/issues/35387)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[docs] Improve a bit the Composition docs ([#​35329](https://togithub.com/mui/material-ui/issues/35329)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[docs] Refactor `ToggleButtonSizes` demo ([#​35375](https://togithub.com/mui/material-ui/issues/35375)) [@​Armanio](https://togithub.com/Armanio) - \[docs] Standardize the usage of callouts in the MUI Core docs ([#​35361](https://togithub.com/mui/material-ui/issues/35361)) [@​samuelsycamore](https://togithub.com/samuelsycamore) - \[docs] Format feedback to add a link to the commented section ([#​35381](https://togithub.com/mui/material-ui/issues/35381)) [@​alexfauquette](https://togithub.com/alexfauquette) - \[docs] Direct users from Material UI to MUI Base for duplicated components ([#​35293](https://togithub.com/mui/material-ui/issues/35293)) [@​samuelsycamore](https://togithub.com/samuelsycamore) - \[docs] Fix typo in FormControl API docs ([#​35449](https://togithub.com/mui/material-ui/issues/35449)) [@​Spanishiwa](https://togithub.com/Spanishiwa) - \[docs] Update callouts design ([#​35390](https://togithub.com/mui/material-ui/issues/35390)) [@​danilo-leal](https://togithub.com/danilo-leal) - \[website] New wave of open roles ([#​35240](https://togithub.com/mui/material-ui/issues/35240)) [@​mnajdova](https://togithub.com/mnajdova) - \[website] Developer survey 2022 ([#​35407](https://togithub.com/mui/material-ui/issues/35407)) [@​joserodolfofreitas](https://togithub.com/joserodolfofreitas) ##### Core - \[core] Fix [@​mui/material](https://togithub.com/mui/material) package building ([#​35324](https://togithub.com/mui/material-ui/issues/35324)) [@​timbset](https://togithub.com/timbset) - \[core] Fix leaking theme color override ([#​35444](https://togithub.com/mui/material-ui/issues/35444)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[typescript] Add null to return type of OverridableComponent ([#​35311](https://togithub.com/mui/material-ui/issues/35311)) [@​tsollbach](https://togithub.com/tsollbach) - \[website] Migrate X page to use CSS theme variables ([#​34922](https://togithub.com/mui/material-ui/issues/34922)) [@​jesrodri](https://togithub.com/jesrodri) - \[website] Migrate `/core` page to use CSS variables ([#​35366](https://togithub.com/mui/material-ui/issues/35366)) [@​siriwatknp](https://togithub.com/siriwatknp) All contributors of this release in alphabetical order: [@​alexfauquette](https://togithub.com/alexfauquette), [@​Armanio](https://togithub.com/Armanio), [@​danilo-leal](https://togithub.com/danilo-leal), [@​EduardoSCosta](https://togithub.com/EduardoSCosta), [@​flaviendelangle](https://togithub.com/flaviendelangle), [@​jesrodri](https://togithub.com/jesrodri), [@​joserodolfofreitas](https://togithub.com/joserodolfofreitas), [@​kraftware](https://togithub.com/kraftware), [@​michaldudak](https://togithub.com/michaldudak), [@​mnajdova](https://togithub.com/mnajdova), [@​oliviertassinari](https://togithub.com/oliviertassinari), [@​PratikDev](https://togithub.com/PratikDev), [@​samuelsycamore](https://togithub.com/samuelsycamore), [@​siriwatknp](https://togithub.com/siriwatknp), [@​Spanishiwa](https://togithub.com/Spanishiwa), [@​timbset](https://togithub.com/timbset), [@​tsollbach](https://togithub.com/tsollbach), [@​vitorfrs-dev](https://togithub.com/vitorfrs-dev), [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) ### [`v5.10.16`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#​51016) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.10.15...v5.10.16) *Nov 28, 2022* A big thanks to the 13 contributors who made this release possible. This release contains various πŸ› bug fixes, πŸ“š documentation, and βš™οΈ infrastructure improvements. ##### `@mui/material@5.10.16` - ​\[Autocomplete] Fix inferred value type when `multiple` prop is `true` ([#​35275](https://togithub.com/mui/material-ui/issues/35275)) [@​fenghan34](https://togithub.com/fenghan34) - ​\[Chip] Add `skipFocusWhenDisabled` prop to not allow focussing deletable chip if disabled ([#​35065](https://togithub.com/mui/material-ui/issues/35065)) [@​sai6855](https://togithub.com/sai6855) - ​\[Chip] Remove unnecessary handleKeyDown event handler ([#​35231](https://togithub.com/mui/material-ui/issues/35231)) [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) - ​\[FormControl] Add missing types in `useFormControl` ([#​35168](https://togithub.com/mui/material-ui/issues/35168)) [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) - ​\[IconButton] Add missing color classes ([#​33820](https://togithub.com/mui/material-ui/issues/33820)) [@​Zetta56](https://togithub.com/Zetta56) - ​\[SwipeableDrawer] Make paper ref accessible ([#​35082](https://togithub.com/mui/material-ui/issues/35082)) [@​sai6855](https://togithub.com/sai6855) ##### `@mui/system@5.10.16` - ​\[system] Remove unnecessary parsed theme ([#​35239](https://togithub.com/mui/material-ui/issues/35239)) [@​siriwatknp](https://togithub.com/siriwatknp) - ​\[theme] Fix TypeScript type for custom variants in responsive font sizes ([#​35057](https://togithub.com/mui/material-ui/issues/35057)) [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) ##### `@mui/base@5.0.0-alpha.108` - ​\[Base] Allow useSlotProps to receive undefined elementType ([#​35192](https://togithub.com/mui/material-ui/issues/35192)) [@​leventdeniz](https://togithub.com/leventdeniz) ##### Docs - ​\[docs] Improve feedback precision ([#​34641](https://togithub.com/mui/material-ui/issues/34641)) [@​alexfauquette](https://togithub.com/alexfauquette) - ​\[docs] Add Black Friday notification [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[docs] Fix migration feedback ([#​35232](https://togithub.com/mui/material-ui/issues/35232)) [@​alexfauquette](https://togithub.com/alexfauquette) - ​\[docs] Improve the useSelect demo styling ([#​33883](https://togithub.com/mui/material-ui/issues/33883)) [@​michaldudak](https://togithub.com/michaldudak) - ​\[docs] Fix layout jump on first mistake ([#​35215](https://togithub.com/mui/material-ui/issues/35215)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[docs] Support demos with side effect imports ([#​35177](https://togithub.com/mui/material-ui/issues/35177)) [@​m4theushw](https://togithub.com/m4theushw) - ​\[examples] Fix Next.js errors ([#​35246](https://togithub.com/mui/material-ui/issues/35246)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[examples] Updated Remix examples with the lates changes using React 18 ([#​35092](https://togithub.com/mui/material-ui/issues/35092)) [@​58bits](https://togithub.com/58bits) ##### Core - ​\[core] Remove unused pattern ([#​35165](https://togithub.com/mui/material-ui/issues/35165)) [@​iamxukai](https://togithub.com/iamxukai) - ​\[core] Fix Base version in changelog ([#​35224](https://togithub.com/mui/material-ui/issues/35224)) [@​siriwatknp](https://togithub.com/siriwatknp) - ​\[core] Migrate `describeConformance` to TypeScript ([#​35193](https://togithub.com/mui/material-ui/issues/35193)) [@​flaviendelangle](https://togithub.com/flaviendelangle) - ​\[core] Skip CI for docs and examples paths ([#​35225](https://togithub.com/mui/material-ui/issues/35225)) [@​siriwatknp](https://togithub.com/siriwatknp) All contributors of this release in alphabetical order: [@​58bits](https://togithub.com/58bits), [@​alexfauquette](https://togithub.com/alexfauquette), [@​fenghan34](https://togithub.com/fenghan34), [@​flaviendelangle](https://togithub.com/flaviendelangle), [@​iamxukai](https://togithub.com/iamxukai), [@​leventdeniz](https://togithub.com/leventdeniz), [@​m4theushw](https://togithub.com/m4theushw), [@​michaldudak](https://togithub.com/michaldudak), [@​oliviertassinari](https://togithub.com/oliviertassinari), [@​sai6855](https://togithub.com/sai6855), [@​siriwatknp](https://togithub.com/siriwatknp), [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli), [@​Zetta56](https://togithub.com/Zetta56)
mui/material-ui (@​mui/lab) ### [`v5.0.0-alpha.123`](https://togithub.com/mui/material-ui/compare/b76b8f1098a6c01f39e5e19bf3abf77c2b9cf475...9f7a2bfac55faed1b1c6c7b4b6d1b1659a076bab) [Compare Source](https://togithub.com/mui/material-ui/compare/b76b8f1098a6c01f39e5e19bf3abf77c2b9cf475...9f7a2bfac55faed1b1c6c7b4b6d1b1659a076bab) ### [`v5.0.0-alpha.122`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muilab500-alpha122) [Compare Source](https://togithub.com/mui/material-ui/compare/58df7f1905f16533ddb5a7977346c0f4548e4547...b76b8f1098a6c01f39e5e19bf3abf77c2b9cf475) - ​\[TreeView] Fix Tree View inside shadow root crashes ([#​36225](https://togithub.com/mui/material-ui/issues/36225)) [@​NoFr1ends](https://togithub.com/NoFr1ends) ### [`v5.0.0-alpha.121`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muibase500-alpha121) - ​\[base] Disable classes generation via a context ([#​35963](https://togithub.com/mui/material-ui/issues/35963)) [@​michaldudak](https://togithub.com/michaldudak) - ​\[useMenu]\[base] Add return interface for useMenu hook ([#​36376](https://togithub.com/mui/material-ui/issues/36376)) [@​HeVictor](https://togithub.com/HeVictor) - ​\[useBadge] Add interface for the return value ([#​36042](https://togithub.com/mui/material-ui/issues/36042)) [@​skevprog](https://togithub.com/skevprog) - ​\[useMenuItem] Add explicit return type ([#​36359](https://togithub.com/mui/material-ui/issues/36359)) [@​rayrw](https://togithub.com/rayrw) - ​\[useTabs] Add explicit return type ([#​36047](https://togithub.com/mui/material-ui/issues/36047)) [@​sai6855](https://togithub.com/sai6855) ### [`v5.0.0-alpha.120`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muibase500-alpha120) ##### Breaking changes - ​\[Select]\[base] Add the multiselect functionality to SelectUnstyled ([#​36274](https://togithub.com/mui/material-ui/issues/36274)) [@​michaldudak](https://togithub.com/michaldudak) The MultiSelectUnstyled was removed. The `SelectUnstyled` component with the `multiple` prop should be used instead. Additionally, the SelectUnstyledProps received a second generic parameter: `Multiple extends boolean`. If you deal with strictly single- or multi-select components, you can hard-code this parameter to `false` or `true`, respectively. Below is an example of how the migration should look like: ```diff -import MultiSelectUnstyled from '@​mui/base/MultiSelectUnstyled'; +import SelectUnstyled from '@​mui/base/SelectUnstyled'; export default App() { -return +return } ``` ##### Changes - ​\[useSnackBar] Add explicit return type ([#​36052](https://togithub.com/mui/material-ui/issues/36052)) [@​sai6855](https://togithub.com/sai6855) - ​\[useMenu] Fix `import type` syntax ([#​36411](https://togithub.com/mui/material-ui/issues/36411)) [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) - ​\[useSwitch] Add explicit return type ([#​36050](https://togithub.com/mui/material-ui/issues/36050)) [@​sai6855](https://togithub.com/sai6855) ### [`v5.0.0-alpha.119`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muibase500-alpha119) [Compare Source](https://togithub.com/mui/material-ui/compare/33cac172846b032d3f8b9333b72b2af832dd47d0...d4d8512ce3453711f3c661374579b0d2ed13f3e7) ##### Breaking changes - ​\[base] Remove `classes` prop from the Base components that have it ([#​36157](https://togithub.com/mui/material-ui/issues/36157)) [@​hbjORbj](https://togithub.com/hbjORbj) These 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 via `slotProps`. Below is an example of how the migration should look like: ```diff ``` - ​\[base] Move hooks to their own directories ([#​36235](https://togithub.com/mui/material-ui/issues/36235)) [@​hbjORbj](https://togithub.com/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: ```diff -import { useBadge } from '@​mui/base/BadgeUnstyled'; +import useBadge from '@​mui/base/useBadge'; ``` You can use this [codemod](https://togithub.com/mui/material-ui/blob/master/packages/mui-codemod/README.md#base-hook-imports) to help with the migration. ##### Changes - ​\[Autocomplete] Add docs interface for the hook ([#​36242](https://togithub.com/mui/material-ui/issues/36242)) [@​HeVictor](https://togithub.com/HeVictor) - ​\[MenuUnstyled] Remove extra useMemo ([#​36265](https://togithub.com/mui/material-ui/issues/36265)) [@​ivp-dev](https://togithub.com/ivp-dev) - ​\[base] Export all slot prop overrides interfaces ([#​36323](https://togithub.com/mui/material-ui/issues/36323)) [@​michaldudak](https://togithub.com/michaldudak) ### [`v5.0.0-alpha.118`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muibase500-alpha118) [Compare Source](https://togithub.com/mui/material-ui/compare/a2e552314847b4d52498538d7ca171763067a5d0...33cac172846b032d3f8b9333b72b2af832dd47d0) - \[base] Override the types of `slotProps` per slot ([#​35964](https://togithub.com/mui/material-ui/issues/35964)) [@​hbjORbj](https://togithub.com/hbjORbj) - \[Select]\[base] Prevent unnecessary rerendering of Select options ([#​35946](https://togithub.com/mui/material-ui/issues/35946)) [@​michaldudak](https://togithub.com/michaldudak) - \[Select]\[base] Update the generated docs ([#​36183](https://togithub.com/mui/material-ui/issues/36183)) [@​michaldudak](https://togithub.com/michaldudak) - \[useAutocomplete] Pass only valid values for the getOptionLabel prop ([#​36088](https://togithub.com/mui/material-ui/issues/36088)) [@​rangoo94](https://togithub.com/rangoo94) - \[useAutocomplete] Fix `useAutocomplete` disabled prop not disabling the input ([#​36076](https://togithub.com/mui/material-ui/issues/36076)) [@​sai6855](https://togithub.com/sai6855) - \[useInput] Add return value interface ([#​36036](https://togithub.com/mui/material-ui/issues/36036)) [@​Shorifpatwary](https://togithub.com/Shorifpatwary) - \[UseTabPanel] Add explicit return type ([#​36053](https://togithub.com/mui/material-ui/issues/36053)) [@​Shorifpatwary](https://togithub.com/Shorifpatwary) - \[useTabsList] Add explicit return type ([#​36048](https://togithub.com/mui/material-ui/issues/36048)) [@​sai6855](https://togithub.com/sai6855) - \[Tab] Add explicit return type to useTab ([#​36046](https://togithub.com/mui/material-ui/issues/36046)) [@​sai6855](https://togithub.com/sai6855) ### [`v5.0.0-alpha.117`](https://togithub.com/mui/material-ui/compare/685c72dfaf840f4d5b7a3ab738ddcabd74418823...a2e552314847b4d52498538d7ca171763067a5d0) [Compare Source](https://togithub.com/mui/material-ui/compare/685c72dfaf840f4d5b7a3ab738ddcabd74418823...a2e552314847b4d52498538d7ca171763067a5d0) ### [`v5.0.0-alpha.116`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muibase500-alpha116) [Compare Source](https://togithub.com/mui/material-ui/compare/bc859d95e4415f880cd6bcb6f44cc9e5e8c8097c...685c72dfaf840f4d5b7a3ab738ddcabd74418823) - ​\[ListboxUnstyled] Fix option state highlighted to prevent unnecessary focus ([#​35838](https://togithub.com/mui/material-ui/issues/35838)) [@​SaidMarar](https://togithub.com/SaidMarar) ### [`v5.0.0-alpha.115`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muibase500-alpha115) [Compare Source](https://togithub.com/mui/material-ui/compare/e9d8fa07e1ff979bcaf92837b131cd9e292f0161...bc859d95e4415f880cd6bcb6f44cc9e5e8c8097c) ##### Breaking changes - ​\[SliderUnstyled] Improved logic for displaying the value label ([#​35805](https://togithub.com/mui/material-ui/issues/35805)) [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) - The `valueLabelDisplay` prop is removed from `SliderUnstyled`. The prop was not working as intended in `SliderUnstyled` (See [#​35398](https://togithub.com/mui/material-ui/issues/35398)). You can instead provide a `valueLabel` slot with the `slots` prop API to show the value label: ```diff - + ``` 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 - ​\[InputUnstyled] Fix externally provided `inputRef` is ignored ([#​35807](https://togithub.com/mui/material-ui/issues/35807)) [@​sai6855](https://togithub.com/sai6855) ### [`v5.0.0-alpha.114`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muibase500-alpha114) [Compare Source](https://togithub.com/mui/material-ui/compare/a1e30390da62019e5769e398f4cbc9f8892d8f9a...e9d8fa07e1ff979bcaf92837b131cd9e292f0161) - \[base] Fix typos ([#​35802](https://togithub.com/mui/material-ui/issues/35802)) [@​nnmax](https://togithub.com/nnmax) - \[Slider] Convert code to TypeScript ([#​35445](https://togithub.com/mui/material-ui/issues/35445)) [@​sai6855](https://togithub.com/sai6855) ### [`v5.0.0-alpha.113`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muibase500-alpha113) - \[Portal]\[base] Convert code to TypeScript ([#​35657](https://togithub.com/mui/material-ui/issues/35657)) [@​sai6855](https://togithub.com/sai6855) ### [`v5.0.0-alpha.112`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muibase500-alpha112) - ​\[FocusTrap]\[base] Convert code to TypeScript ([#​35005](https://togithub.com/mui/material-ui/issues/35005)) [@​trizotti](https://togithub.com/trizotti) - ​\[Modal]\[base] Convert code to TypeScript ([#​34793](https://togithub.com/mui/material-ui/issues/34793)) [@​leventdeniz](https://togithub.com/leventdeniz) - ​\[Popper]\[base] Convert code to TypeScript ([#​34771](https://togithub.com/mui/material-ui/issues/34771)) [@​danhuynhdev](https://togithub.com/danhuynhdev) - ​\[Slider] Exclude `isRtl` from Material UI's Slider props ([#​35564](https://togithub.com/mui/material-ui/issues/35564)) [@​michaldudak](https://togithub.com/michaldudak) ### [`v5.0.0-alpha.111`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muibase500-alpha111) [Compare Source](https://togithub.com/mui/material-ui/compare/b8aa3974d84c176b8857e8d5b29a7be8670bb410...4265f343b49e4af9673a49e585439d35c8deeab2) - \[Button]\[base] Set active class when a subcomponent is clicked ([#​35410](https://togithub.com/mui/material-ui/issues/35410)) [@​michaldudak](https://togithub.com/michaldudak) - \[Popper]\[base] Fix Tooltip Anchor Element Setter ([#​35469](https://togithub.com/mui/material-ui/issues/35469)) [@​sydneyjodon-wk](https://togithub.com/sydneyjodon-wk) ### [`v5.0.0-alpha.110`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muibase500-alpha110) [Compare Source](https://togithub.com/mui/material-ui/compare/14a6e1c61edb5f66f4888e32c04df5e637e7cfc4...b8aa3974d84c176b8857e8d5b29a7be8670bb410) - \[PopperUnstyled] Update PopperTooltip to have correct width when closing with transition ([#​34714](https://togithub.com/mui/material-ui/issues/34714)) [@​EduardoSCosta](https://togithub.com/EduardoSCosta)

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» 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.

renovate[bot] commented 1 year ago

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.