Closed renovate[bot] closed 1 year ago
106 testsβ Β±0βββ51 :heavy_check_mark: Β±0βββ20s :stopwatch: -1s ββ34 suites Β±0βββ55 :zzz: Β±0β ββ34 filesββ Β±0βββββ0 :x: Β±0β
Results for commit 53e65541.βΒ± Comparison against base commit 3dd920b2.
:recycle: This comment has been updated with latest results.
This PR contains the following updates:
5.10.16
->5.11.0
5.0.0-alpha.111
->5.0.0-alpha.114
5.10.17
->5.11.3
5.10.16
->5.11.2
Release Notes
mui/material-ui (@mui/icons-material)
### [`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)mui/material-ui (@mui/lab)
### [`v5.0.0-alpha.114`](https://togithub.com/mui/material-ui/compare/a1e30390da62019e5769e398f4cbc9f8892d8f9a...e9d8fa07e1ff979bcaf92837b131cd9e292f0161) [Compare Source](https://togithub.com/mui/material-ui/compare/a1e30390da62019e5769e398f4cbc9f8892d8f9a...e9d8fa07e1ff979bcaf92837b131cd9e292f0161) ### [`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)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.