poporonnet / kaniwriter

mruby/c ブラウザ用書き込みツール
http://ceres.epi.it.matsue-ct.ac.jp/writer/
0 stars 0 forks source link

chore(deps): update dependency @mui/joy to v5.0.0-beta.36 #44

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@mui/joy (source) 5.0.0-alpha.81 -> 5.0.0-beta.36 age adoption passing confidence

Release Notes

mui/material-ui (@​mui/joy) ### [`v5.0.0-beta.36`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muijoy500-beta36) - \[Button] Disable text highlighting ([#​41902](https://togithub.com/mui/material-ui/issues/41902)) [@​mithun522](https://togithub.com/mithun522) ### [`v5.0.0-beta.34`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muijoy500-beta34) - Add `spacing` theme token ([#​40224](https://togithub.com/mui/material-ui/issues/40224)) [@​siriwatknp](https://togithub.com/siriwatknp) ### [`v5.0.0-beta.33`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muibase500-beta33) - ​\[Select] Fix display of selected Options with rich content ([#​40689](https://togithub.com/mui/material-ui/issues/40689)) [@​michaldudak](https://togithub.com/michaldudak) - ​\[Select] Use Popup instead of Popper ([#​40524](https://togithub.com/mui/material-ui/issues/40524)) [@​michaldudak](https://togithub.com/michaldudak) - ​\[useMenuButton] Fix non native button triggers ([#​40645](https://togithub.com/mui/material-ui/issues/40645)) [@​DiegoAndai](https://togithub.com/DiegoAndai) ### [`v5.0.0-beta.32`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muibase500-beta32) ##### Breaking changes - ​Change the CSS class prefix to `base-` ([#​40205](https://togithub.com/mui/material-ui/issues/40205)) [@​michaldudak](https://togithub.com/michaldudak) The class prefix of Base UI components have been changed from `Mui-` to `base-`. This only affects codebases that uses class names verbatim, i.e. not exposed by JS objects such as `buttonClasses`, but as plain strings or in CSS stylesheets (`.MuiButton.root`) To adapt your code to the new pattern: - replace all occurrences of the regex `.Mui([A-Z][A-Za-z]*)-` with `.base-$1-` (so `MuiButton-root` becomes `base-Button-root`, etc.), - replace all occurrences of the regex `.Mui-([a-z]*)` with `.base--$1` (so `Mui-disabled` becomes `base--disabled`, etc.). ##### Changes - ​\[Select] Fix screen-reader CSS to avoid body scrollbar ([#​40599](https://togithub.com/mui/material-ui/issues/40599)) [@​brijeshb42](https://togithub.com/brijeshb42) - ​\[Switch] Add border-box to demos ([#​40638](https://togithub.com/mui/material-ui/issues/40638)) [@​zanivan](https://togithub.com/zanivan) ### [`v5.0.0-beta.31`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muibase500-beta31) - \[base-ui]\[NumberInput] Remove inputId and inputRef types from NumberInput component ([#​40425](https://togithub.com/mui/material-ui/issues/40425)) [@​sai6855](https://togithub.com/sai6855) ### [`v5.0.0-beta.30`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muijoy500-beta30) - ​\[joy-ui]\[Autocomplete] Fix text overflow in Chip ([#​40229](https://togithub.com/mui/material-ui/issues/40229)) [@​PunitSoniME](https://togithub.com/PunitSoniME) ### [`v5.0.0-beta.29`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muibase500-beta29) - ​\[Popup] Use context-based transition API ([#​39326](https://togithub.com/mui/material-ui/issues/39326)) [@​michaldudak](https://togithub.com/michaldudak) - ​\[Popup] Popup no longer opens outside viewport ([#​39827](https://togithub.com/mui/material-ui/issues/39827)) [@​adamhylander](https://togithub.com/adamhylander) - ​\[useSelect] Refactor to use DOM focus management instead of active descendant ([#​39675](https://togithub.com/mui/material-ui/issues/39675)) [@​DiegoAndai](https://togithub.com/DiegoAndai) ### [`v5.0.0-beta.28`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muijoy500-beta28) - \[Button] Fix `disabled` prop priority when inside button group ([#​41000](https://togithub.com/mui/material-ui/issues/41000)) [@​Smileek](https://togithub.com/Smileek) - \[IconButton] Support loading prop ([#​40949](https://togithub.com/mui/material-ui/issues/40949)) [@​Smileek](https://togithub.com/Smileek) ### [`v5.0.0-beta.27`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muibase500-beta27) - ​\[base-ui] useControllableReducer warns when controlled props become uncontrolled (and vice versa) ([#​39096](https://togithub.com/mui/material-ui/issues/39096)) [@​mj12albert](https://togithub.com/mj12albert) ### [`v5.0.0-beta.25`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muijoy500-beta25) - ​Change the color scheme type to `SupportedColorScheme` ([#​40776](https://togithub.com/mui/material-ui/issues/40776)) [@​Nikhilh26](https://togithub.com/Nikhilh26) ### [`v5.0.0-beta.23`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muijoy500-beta23) - ​\[ModalDialog] Fix ModalDialog layout prop override ([#​40512](https://togithub.com/mui/material-ui/issues/40512)) [@​maakcode](https://togithub.com/maakcode) - ​\[RadioGroup] Allow zero number as a value ([#​40344](https://togithub.com/mui/material-ui/issues/40344)) [@​aacevski](https://togithub.com/aacevski) ### [`v5.0.0-beta.22`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muijoy500-beta22) - \[Badge] Shouldn't crash when using custom size ([#​39986](https://togithub.com/mui/material-ui/issues/39986)) [@​iamsaumya](https://togithub.com/iamsaumya) - \[ToggleButtonGroup] Add `JoyToggleButtonGroup` to extendTheme's components type export ([#​40407](https://togithub.com/mui/material-ui/issues/40407)) [@​RiceCrisp](https://togithub.com/RiceCrisp) ### [`v5.0.0-beta.21`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muibase500-beta21) [Compare Source](https://togithub.com/mui/material-ui/compare/5d5dd15f70db9ffcb85d4dc57da8a20f5240fb81...9fa4e472f9ba4fd4e7f8cfb8bc0d1f1d455ace23) - ​\[useAutocomplete] Correct keyboard navigation with multiple disabled options ([#​38788](https://togithub.com/mui/material-ui/issues/38788)) [@​VadimZvf](https://togithub.com/VadimZvf) - ​\[Select] Standardize box shadow on demos ([#​39509](https://togithub.com/mui/material-ui/issues/39509)) [@​zanivan](https://togithub.com/zanivan) - ​\[Slider] Refine demos ([#​39526](https://togithub.com/mui/material-ui/issues/39526)) [@​zanivan](https://togithub.com/zanivan) - ​\[Input] Update and port additional tests from material-ui ([#​39584](https://togithub.com/mui/material-ui/issues/39584)) [@​mj12albert](https://togithub.com/mj12albert) ### [`v5.0.0-beta.20`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muibase500-beta20) [Compare Source](https://togithub.com/mui/material-ui/compare/8be7ac66b99059bf2c2edcca9cf15981d389db6b...5d5dd15f70db9ffcb85d4dc57da8a20f5240fb81) - ​\[base-ui]\[Menu] Do not reopen the menu after clicking on a trigger in Safari ([#​39393](https://togithub.com/mui/material-ui/issues/39393)) [@​michaldudak](https://togithub.com/michaldudak) ### [`v5.0.0-beta.19`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muijoy500-beta19) [Compare Source](https://togithub.com/mui/material-ui/compare/8c2c6a88a509f9da7c453d4a3c3ab4749a57a36d...8be7ac66b99059bf2c2edcca9cf15981d389db6b) - ​\[FormControl] Fix issue with the conditional setting of `htmlFor` and `id` attributes not functioning properly for form labels ([#​40180](https://togithub.com/mui/material-ui/issues/40180)) [@​ReaZzy](https://togithub.com/ReaZzy) - ​\[typescript] Address TypeScript issue with custom zIndex not functioning ([#​40133](https://togithub.com/mui/material-ui/issues/40133)) [@​qiweiii](https://togithub.com/qiweiii) ### [`v5.0.0-beta.18`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muijoy500-beta18) [Compare Source](https://togithub.com/mui/material-ui/compare/14fa79f4328e901f82d7fc39aba722a9bf4a8df0...8c2c6a88a509f9da7c453d4a3c3ab4749a57a36d) - ​\[joy-ui]\[Radio]\[Input] Fix inheritance of disabled prop ([#​39934](https://togithub.com/mui/material-ui/issues/39934)) [@​sai6855](https://togithub.com/sai6855) ### [`v5.0.0-beta.17`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muibase500-beta17) [Compare Source](https://togithub.com/mui/material-ui/compare/a07b4925255aa3fc7ae1255130e182e4573c58d7...14fa79f4328e901f82d7fc39aba722a9bf4a8df0) - \[NumberInput] Support adornments ([#​38900](https://togithub.com/mui/material-ui/issues/38900)) [@​anle9650](https://togithub.com/anle9650) - \[Menu] Align external props handling for useMenu/MenuButton/MenuItem ([#​38946](https://togithub.com/mui/material-ui/issues/38946)) [@​mj12albert](https://togithub.com/mj12albert) - \[Select] Align external props handling ([#​39038](https://togithub.com/mui/material-ui/issues/39038)) [@​mj12albert](https://togithub.com/mj12albert) - \[TextareaAutosize] Simplify logic and add test ([#​38728](https://togithub.com/mui/material-ui/issues/38728)) [@​oliviertassinari](https://togithub.com/oliviertassinari) ### [`v5.0.0-beta.16`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muijoy500-beta16) [Compare Source](https://togithub.com/mui/material-ui/compare/43a41b6b2fa3f0a186a852b894452722e3a38f04...a07b4925255aa3fc7ae1255130e182e4573c58d7) - ​\[Box] Added boxClasses ([#​39895](https://togithub.com/mui/material-ui/issues/39895)) [@​sadik-malik](https://togithub.com/sadik-malik) ### [`v5.0.0-beta.15`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muijoy500-beta15) - ​\[Stepper] Add new `Stepper` component ([#​39688](https://togithub.com/mui/material-ui/issues/39688)) [@​siriwatknp](https://togithub.com/siriwatknp) - ​\[Select] Fix displaying placeholder when multiple is true ([#​39806](https://togithub.com/mui/material-ui/issues/39806)) [@​sai6855](https://togithub.com/sai6855) ### [`v5.0.0-beta.14`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muijoy500-beta14) - \[ModalDialog] Remove redundant code ([#​39719](https://togithub.com/mui/material-ui/issues/39719)) [@​sai6855](https://togithub.com/sai6855) - \[ToggleButtonGroup] Fix toggling button state when `Button` is not immediate children ([#​39571](https://togithub.com/mui/material-ui/issues/39571)) [@​sai6855](https://togithub.com/sai6855) ### [`v5.0.0-beta.13`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muijoy500-beta13) [Compare Source](https://togithub.com/mui/material-ui/compare/6baedcfed27419ed6b9685f27fcbf3eff46133a3...391b57a05daf67a8154471dae645471f5ffac09f) - ​\[Accordion] Add type button to accordion - ​\[Card] Fix CardOverflow in nested cards ([#​39668](https://togithub.com/mui/material-ui/issues/39668)) [@​siriwatknp](https://togithub.com/siriwatknp) summary ([#​39532](https://togithub.com/mui/material-ui/issues/39532)) [@​Popppins](https://togithub.com/Popppins) - ​\[Menu] Fix closing of listbox in `MenuList` demo ([#​39459](https://togithub.com/mui/material-ui/issues/39459)) [@​sai6855](https://togithub.com/sai6855) - ​\[Progress] Revamp Linear and Circular progress variants ([#​39492](https://togithub.com/mui/material-ui/issues/39492)) [@​zanivan](https://togithub.com/zanivan) - ​\[Select] Support selection of `multiple` options ([#​39454](https://togithub.com/mui/material-ui/issues/39454)) [@​sai6855](https://togithub.com/sai6855) - ​\[Textarea] Add ref usage instructions ([#​39615](https://togithub.com/mui/material-ui/issues/39615)) [@​danilo-leal](https://togithub.com/danilo-leal) - ​ Fix sticky hover media query issue on mobile ([#​37467](https://togithub.com/mui/material-ui/issues/37467)) [@​gitstart](https://togithub.com/gitstart) - ​ Add Snackbar component ([#​38801](https://togithub.com/mui/material-ui/issues/38801)) [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) ### [`v5.0.0-beta.12`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muijoy500-beta12) [Compare Source](https://togithub.com/mui/material-ui/compare/a7b3fba81a2ad915462dc673af205274e4f7c0df...6baedcfed27419ed6b9685f27fcbf3eff46133a3) - ​\[Button] Fix button size being a decorator ([#​39529](https://togithub.com/mui/material-ui/issues/39529)) [@​siriwatknp](https://togithub.com/siriwatknp) - ​\[CardOverflow] Remove conditional CSS to support Next.js App dir ([#​39101](https://togithub.com/mui/material-ui/issues/39101)) [@​siriwatknp](https://togithub.com/siriwatknp) - ​\[Link] Apply `userSelect: none` only when it's a button ([#​39486](https://togithub.com/mui/material-ui/issues/39486)) [@​mwskwong](https://togithub.com/mwskwong) ### [`v5.0.0-beta.11`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muijoy500-beta11) [Compare Source](https://togithub.com/mui/material-ui/compare/b8811a0fa59e7663b240183219db32f9a617e607...a7b3fba81a2ad915462dc673af205274e4f7c0df) - ​\[joy-ui]\[List] Add the `marker` prop ([#​39313](https://togithub.com/mui/material-ui/issues/39313)) [@​siriwatknp](https://togithub.com/siriwatknp) - ​\[joy-ui]\[Skeleton] Fix semi-transparent scenario when with surface components and color inversion ([#​39400](https://togithub.com/mui/material-ui/issues/39400)) [@​TheNatkat](https://togithub.com/TheNatkat) - ​\[joy-ui]\[Textarea] Fix focus ring for error state ([#​39391](https://togithub.com/mui/material-ui/issues/39391)) [@​vineetjk](https://togithub.com/vineetjk) ### [`v5.0.0-beta.10`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muijoy500-beta10) [Compare Source](https://togithub.com/mui/material-ui/compare/bd450a0fdb19b087f47e1d7cce5a72417ec977cc...b8811a0fa59e7663b240183219db32f9a617e607) - \[Autocomplete] Add `type=button` to clear button ([#​39263](https://togithub.com/mui/material-ui/issues/39263)) [@​brijeshb42](https://togithub.com/brijeshb42) - \[Button] Fix the text wrap issue ([#​38696](https://togithub.com/mui/material-ui/issues/38696)) [@​atharva3333](https://togithub.com/atharva3333) - \[Drawer] Apply color inversion to content slot instead ([#​39312](https://togithub.com/mui/material-ui/issues/39312)) [@​siriwatknp](https://togithub.com/siriwatknp) - \[Switch] Fix missing class name ([#​39327](https://togithub.com/mui/material-ui/issues/39327)) [@​Bestwebdesign](https://togithub.com/Bestwebdesign) ### [`v5.0.0-beta.9`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muijoy500-beta9) [Compare Source](https://togithub.com/mui/material-ui/compare/13c0894d0c14c7f577a0a95492aeaa8fff8da33a...bd450a0fdb19b087f47e1d7cce5a72417ec977cc) - Introduce color inversion utilities ([#​38916](https://togithub.com/mui/material-ui/issues/38916)) [@​siriwatknp](https://togithub.com/siriwatknp) - Replace margin with `gap` property ([#​39147](https://togithub.com/mui/material-ui/issues/39147)) [@​siriwatknp](https://togithub.com/siriwatknp) - \[CssBaseline] use Joy `GlobalStyles` ([#​39278](https://togithub.com/mui/material-ui/issues/39278)) [@​siriwatknp](https://togithub.com/siriwatknp) - \[Drawer] Apply content styles from theme to content slot ([#​39199](https://togithub.com/mui/material-ui/issues/39199)) [@​sai6855](https://togithub.com/sai6855) - \[List] Add gap and missing active styles ([#​39146](https://togithub.com/mui/material-ui/issues/39146)) [@​siriwatknp](https://togithub.com/siriwatknp) - \[Switch] Slight adjustments to the design ([#​39276](https://togithub.com/mui/material-ui/issues/39276)) [@​danilo-leal](https://togithub.com/danilo-leal) ### [`v5.0.0-beta.8`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muijoy500-beta8) [Compare Source](https://togithub.com/mui/material-ui/compare/14e97bffa62760cabcdc7244bff445b423f5286a...13c0894d0c14c7f577a0a95492aeaa8fff8da33a) - \[Button] Fix disabled button styling when component prop is provided ([#​38996](https://togithub.com/mui/material-ui/issues/38996)) [@​sai6855](https://togithub.com/sai6855) - \[Drawer] Add missing `JoyDrawer` in theme components ([#​39074](https://togithub.com/mui/material-ui/issues/39074)) [@​Studio384](https://togithub.com/Studio384) ### [`v5.0.0-beta.7`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muijoy500-beta7) [Compare Source](https://togithub.com/mui/material-ui/compare/8255b71ccdbfe9a20f856b5d68a269ab1c5452ca...14e97bffa62760cabcdc7244bff445b423f5286a) - ​\[AccordionGroup]\[joy-ui] Fix console warning when using custom color ([#​38950](https://togithub.com/mui/material-ui/issues/38950)) [@​sai6855](https://togithub.com/sai6855) - ​\[GlobalStyles]\[joy-ui] Ensure compatibility with RSC ([#​38955](https://togithub.com/mui/material-ui/issues/38955)) [@​mateuseap](https://togithub.com/mateuseap) ### [`v5.0.0-beta.6`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muijoy500-beta6) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.0.0-beta.5...8255b71ccdbfe9a20f856b5d68a269ab1c5452ca) - ​\[Drawer] Add Drawer component ([#​38169](https://togithub.com/mui/material-ui/issues/38169)) [@​mnajdova](https://togithub.com/mnajdova) - ​Reduce height of some variants ([#​38527](https://togithub.com/mui/material-ui/issues/38527)) [@​zanivan](https://togithub.com/zanivan) - ​Refine the default theme color palette ([#​38416](https://togithub.com/mui/material-ui/issues/38416)) [@​zanivan](https://togithub.com/zanivan) - ​\[Dialog] Add `DialogActions`, `DialogTitle` and `DialogContent` ([#​38382](https://togithub.com/mui/material-ui/issues/38382)) [@​siriwatknp](https://togithub.com/siriwatknp) - ​\[AccordionGroup] Add missing `variant` and `color` classes ([#​38814](https://togithub.com/mui/material-ui/issues/38814)) [@​sai6855](https://togithub.com/sai6855) ### [`v5.0.0-beta.5`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#500-beta5) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.0.0-beta.4...v5.0.0-beta.5) *Aug 24, 2021* A big thanks to the 26 contributors who made this release possible. Here are some highlights ✨: - 🐛 Fixed a lot of bugs and regressions to get us closer to the [v5 stable release milestone](https://togithub.com/mui/material-ui/milestone/44) - 📚 Improved the docs and the migration guide for upgrading to v5 ##### `@material-ui/core@5.0.0-beta.5` ##### Breaking changes - ​ \[core] Update `.browserslistrc` file ([#​27788](https://togithub.com/mui/material-ui/issues/27788)) [@​DanailH](https://togithub.com/DanailH) The targets of the default bundle have changed: - Chrome 90 (up from 84) - Edge 91 (up from 85) - Safari 14 (macOS) (up from 13.1) and 12.4 (iOS) (up from 12.2) - Opera 76 (up from 70) - ​ \[Autocomplete] Rename Value type to AutocompleteValue ([#​27804](https://togithub.com/mui/material-ui/issues/27804)) [@​michaldudak](https://togithub.com/michaldudak) The `useAutocomplete` hook used a type called `Value`. It was a very generic name for a type specific to the `Autocomplete` control, so it was removed to `AutocompleteValue`. ```diff -import { Value } from '@​material-ui/core/useAutocomplete'; +import { AutocompleteValue } from '@​material-ui/core/useAutocomplete'; ``` ##### Changes - ​ \[AppBar] Fix transparency issue on dark mode ([#​27281](https://togithub.com/mui/material-ui/issues/27281)) [@​will-amaral](https://togithub.com/will-amaral) - ​ Revert "\[BottomNavigation] onClick does not fire if tapped while scrolling ([#​22524](https://togithub.com/mui/material-ui/issues/22524))" ([#​27690](https://togithub.com/mui/material-ui/issues/27690)) [@​eps1lon](https://togithub.com/eps1lon) - ​ \[Autocomplete] Add verbose warning for defaultValue ([#​27925](https://togithub.com/mui/material-ui/issues/27925)) [@​vedadeepta](https://togithub.com/vedadeepta) - ​ \[Badge] Add missing classes to exported class object ([#​27943](https://togithub.com/mui/material-ui/issues/27943)) [@​pvdstel](https://togithub.com/pvdstel) - ​ \[ButtonGroup] Allow `size` customization via module augmentation ([#​27834](https://togithub.com/mui/material-ui/issues/27834)) [@​aaronlademann-wf](https://togithub.com/aaronlademann-wf) - ​ \[InputBase] Preserve host state when changing `rows` from undefined to defined ([#​27683](https://togithub.com/mui/material-ui/issues/27683)) [@​eps1lon](https://togithub.com/eps1lon) - ​ \[InputLabel] Apply `asterisk` class when `required` ([#​27738](https://togithub.com/mui/material-ui/issues/27738)) [@​alexile](https://togithub.com/alexile) - ​ \[Select] Fix NativeSelect propagating classes to the DOM element ([#​27797](https://togithub.com/mui/material-ui/issues/27797)) [@​mnajdova](https://togithub.com/mnajdova) - ​ \[Stack] Match the customization standard ([#​27777](https://togithub.com/mui/material-ui/issues/27777)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​ \[SvgIcon] Apply custom color if defined in the theme ([#​27923](https://togithub.com/mui/material-ui/issues/27923)) [@​eps1lon](https://togithub.com/eps1lon) - ​ \[Switch] Add optional `track` slot to SwitchUnstyled ([#​27916](https://togithub.com/mui/material-ui/issues/27916)) [@​michaldudak](https://togithub.com/michaldudak) - ​ \[Tooltip] Fix broken arrow position in rtl ([#​27868](https://togithub.com/mui/material-ui/issues/27868)) [@​mnajdova](https://togithub.com/mnajdova) - ​ \[transitions] Allow to run Slide into a custom container ([#​26623](https://togithub.com/mui/material-ui/issues/26623)) [@​benny0642](https://togithub.com/benny0642) ##### `@material-ui/system@5.0.0-beta.5` ##### Breaking changes - ​ \[system] Rename `styleProps` to `ownerState` ([#​27830](https://togithub.com/mui/material-ui/issues/27830)) [@​mnajdova](https://togithub.com/mnajdova) The change was done in order to better reflect what they are, not what we think they will be used for. ```diff ``` ##### Changes - ​ \[system] Remove dependency on `overridesResolver` for the `variants` ([#​27859](https://togithub.com/mui/material-ui/issues/27859)) [@​mnajdova](https://togithub.com/mnajdova) - ​ \[system] Forward `classes` prop if no slot specified in the options ([#​27795](https://togithub.com/mui/material-ui/issues/27795)) [@​mnajdova](https://togithub.com/mnajdova) - ​ \[system] Fix pseudo class overridden in variants ([#​27847](https://togithub.com/mui/material-ui/issues/27847)) [@​hbjORbj](https://togithub.com/hbjORbj) ##### `@material-ui/icons@5.0.0-beta.5` - ​ \[icons] Improve GitHub size ([#​27740](https://togithub.com/mui/material-ui/issues/27740)) [@​oliviertassinari](https://togithub.com/oliviertassinari) ##### `@material-ui/styled-engine@5.0.0-beta.5` - ​ \[styled-engine] Remove unecessary aliases ([#​27779](https://togithub.com/mui/material-ui/issues/27779)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​ \[styled-engine] Drop withComponent support ([#​27780](https://togithub.com/mui/material-ui/issues/27780)) [@​oliviertassinari](https://togithub.com/oliviertassinari) ##### `@material-ui/unstyled@5.0.0-alpha.44` - ​ \[core] Utilize `CSS.supports` in `SliderUnstyled` component ([#​27724](https://togithub.com/mui/material-ui/issues/27724)) [@​DanailH](https://togithub.com/DanailH) ##### `@material-ui/lab@5.0.0-alpha.44` - ​ \[DatePicker] Fix click-away logic requiring second click in some cases ([#​24877](https://togithub.com/mui/material-ui/issues/24877)) [@​eps1lon](https://togithub.com/eps1lon) - ​ \[lab] Use the public API for module augmentation ([#​27735](https://togithub.com/mui/material-ui/issues/27735)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​ \[Timeline] Fix color="inherit" on TimelineDot ([#​27794](https://togithub.com/mui/material-ui/issues/27794)) [@​mnajdova](https://togithub.com/mnajdova) ##### Docs - ​ \[docs] Redesign on markdown page ([#​27860](https://togithub.com/mui/material-ui/issues/27860)) [@​mnajdova](https://togithub.com/mnajdova) - ​ \[docs] Split changelog into current and old ([#​27942](https://togithub.com/mui/material-ui/issues/27942)) [@​eps1lon](https://togithub.com/eps1lon) - ​ \[docs] Migration, emphasize theme structure change ([#​27935](https://togithub.com/mui/material-ui/issues/27935)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​ \[docs] Fix missing `href` for AppDrawerNavItems ([#​27936](https://togithub.com/mui/material-ui/issues/27936)) [@​eps1lon](https://togithub.com/eps1lon) - ​ \[docs] Pass window of iframe to framed demos ([#​27924](https://togithub.com/mui/material-ui/issues/27924)) [@​eps1lon](https://togithub.com/eps1lon) - ​ \[docs] Simplify Select Chip demo styling ([#​27864](https://togithub.com/mui/material-ui/issues/27864)) [@​LorenzHenk](https://togithub.com/LorenzHenk) - ​ \[docs] Move from Redux to React Context ([#​27828](https://togithub.com/mui/material-ui/issues/27828)) [@​eps1lon](https://togithub.com/eps1lon) - ​ \[docs] Correct the useAutocomplete import path ([#​27805](https://togithub.com/mui/material-ui/issues/27805)) [@​michaldudak](https://togithub.com/michaldudak) - ​ \[docs] Fix Tooltip flicker when hovering between code icon and demo ([#​27841](https://togithub.com/mui/material-ui/issues/27841)) [@​eps1lon](https://togithub.com/eps1lon) - ​ \[docs] Don't log if a request was aborted in ServerRequestDatePicker demo ([#​27843](https://togithub.com/mui/material-ui/issues/27843)) [@​eps1lon](https://togithub.com/eps1lon) - ​ \[docs] Fix false-positive useToolbar warning when using the demo toolbar menu ([#​27842](https://togithub.com/mui/material-ui/issues/27842)) [@​eps1lon](https://togithub.com/eps1lon) - ​ \[docs] Add missing import ([#​27850](https://togithub.com/mui/material-ui/issues/27850)) [@​nguyenyou](https://togithub.com/nguyenyou) - ​ \[docs] Fix circular integration demo ([#​27856](https://togithub.com/mui/material-ui/issues/27856)) [@​LorenzHenk](https://togithub.com/LorenzHenk) - ​ \[docs] A few examples is enough ([#​27874](https://togithub.com/mui/material-ui/issues/27874)) [@​mekouar-mehdi](https://togithub.com/mekouar-mehdi) - ​ \[docs] Improve README.md ([#​27852](https://togithub.com/mui/material-ui/issues/27852)) [@​surajkumar016](https://togithub.com/surajkumar016) - ​ \[docs] Fix rtl issue on the demos ([#​27865](https://togithub.com/mui/material-ui/issues/27865)) [@​mnajdova](https://togithub.com/mnajdova) - ​ \[docs] Apply the new branding theme and do the AppBar redesign ([#​27789](https://togithub.com/mui/material-ui/issues/27789)) [@​mnajdova](https://togithub.com/mnajdova) - ​ \[docs] Improve grammar in 'Align list items' section ([#​27730](https://togithub.com/mui/material-ui/issues/27730)) [@​atorenherrinton](https://togithub.com/atorenherrinton) - ​ \[docs] Make API documentation tables horizontally scrollable ([#​27787](https://togithub.com/mui/material-ui/issues/27787)) [@​jakeanq](https://togithub.com/jakeanq) - ​ \[docs] Fix typo on "Customized dialogs" section ([#​27827](https://togithub.com/mui/material-ui/issues/27827)) [@​nomanoff](https://togithub.com/nomanoff) - ​ \[docs] Fix Autocomplete country layout shift ([#​27814](https://togithub.com/mui/material-ui/issues/27814)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​ \[docs] Improve accessible labels for Card demos ([#​27675](https://togithub.com/mui/material-ui/issues/27675)) [@​eps1lon](https://togithub.com/eps1lon) - ​ \[docs] Run in StrictMode by default ([#​27693](https://togithub.com/mui/material-ui/issues/27693)) [@​eps1lon](https://togithub.com/eps1lon) - ​ \[docs] Display TypeScript code of demo if requested ([#​27691](https://togithub.com/mui/material-ui/issues/27691)) [@​eps1lon](https://togithub.com/eps1lon) - ​ \[docs] Use country image instead of emoji ([#​27723](https://togithub.com/mui/material-ui/issues/27723)) [@​qiweiii](https://togithub.com/qiweiii) - ​ \[docs] Zero runtime themeAugmentation documentation ([#​27706](https://togithub.com/mui/material-ui/issues/27706)) [@​eps1lon](https://togithub.com/eps1lon) - ​ \[docs] Fix MobileTextStepper example to match description ([#​27682](https://togithub.com/mui/material-ui/issues/27682)) [@​nolastemgarden](https://togithub.com/nolastemgarden) - ​ \[docs] Document the transfer-list limitations ([#​27783](https://togithub.com/mui/material-ui/issues/27783)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​ \[docs] Move TypeScript docs in context ([#​27782](https://togithub.com/mui/material-ui/issues/27782)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​ \[docs] Prefer linking API source TypeScript ([#​27781](https://togithub.com/mui/material-ui/issues/27781)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​ \[docs] Improve the Modal onClose migration ([#​27775](https://togithub.com/mui/material-ui/issues/27775)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​ \[docs] Fix outdated styled-engine docs ([#​27778](https://togithub.com/mui/material-ui/issues/27778)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​ \[docs] Improve right to left guide ([#​27713](https://togithub.com/mui/material-ui/issues/27713)) [@​mnajdova](https://togithub.com/mnajdova) - ​ \[docs] Consistent line break ([#​27728](https://togithub.com/mui/material-ui/issues/27728)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​ \[docs] Don't dispatch ignored "reset code variant" actions ([#​27712](https://togithub.com/mui/material-ui/issues/27712)) [@​eps1lon](https://togithub.com/eps1lon) - ​ \[docs] Fix sentence to be more grammatically correct ([#​27733](https://togithub.com/mui/material-ui/issues/27733)) [@​atorenherrinton](https://togithub.com/atorenherrinton) - ​ \[examples] Add code sandbox config with node version ([#​27798](https://togithub.com/mui/material-ui/issues/27798)) [@​qiweiii](https://togithub.com/qiweiii) - ​ Revert "\[examples] Fix nextjs with styled-components example ([#​27583](https://togithub.com/mui/material-ui/issues/27583))" ([#​27921](https://togithub.com/mui/material-ui/issues/27921)) [@​mnajdova](https://togithub.com/mnajdova) - ​ Revert "\[examples] Update create-react-app examples with styled-components to use package aliases ([#​27591](https://togithub.com/mui/material-ui/issues/27591))" ([#​27917](https://togithub.com/mui/material-ui/issues/27917)) [@​mnajdova](https://togithub.com/mnajdova) - ​ \[I10n] Add Khmer (kh-KH) locale support ([#​27915](https://togithub.com/mui/material-ui/issues/27915)) [@​teachhay](https://togithub.com/teachhay) - ​ \[website] Add templates & design-kits page ([#​27811](https://togithub.com/mui/material-ui/issues/27811)) [@​siriwatknp](https://togithub.com/siriwatknp) - ​ \[website] Improve rebranding homepage performance ([#​27838](https://togithub.com/mui/material-ui/issues/27838)) [@​siriwatknp](https://togithub.com/siriwatknp) - ​ \[website] Honest a11y value proposition ([#​27826](https://togithub.com/mui/material-ui/issues/27826)) [@​eps1lon](https://togithub.com/eps1lon) - ​ \[website] Improve homepage rebranding ([#​27663](https://togithub.com/mui/material-ui/issues/27663)) [@​siriwatknp](https://togithub.com/siriwatknp) - ​ \[website] A few polish ([#​27741](https://togithub.com/mui/material-ui/issues/27741)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​ \[website] Polish homepage ([#​27930](https://togithub.com/mui/material-ui/issues/27930)) [@​oliviertassinari](https://togithub.com/oliviertassinari) ##### Core - ​ \[core] Fix various flip: false regressions ([#​27920](https://togithub.com/mui/material-ui/issues/27920)) [@​mnajdova](https://togithub.com/mnajdova) - ​ \[core] Fix typo in code comment ([#​27818](https://togithub.com/mui/material-ui/issues/27818)) [@​hamidreza-nateghi](https://togithub.com/hamidreza-nateghi) - ​ \[core] Fix typos in repository ([#​27785](https://togithub.com/mui/material-ui/issues/27785)) [@​JEONGJIHUN](https://togithub.com/JEONGJIHUN) - ​ \[test] Current behavior when disabling components variants ([#​27376](https://togithub.com/mui/material-ui/issues/27376)) [@​noviicee](https://togithub.com/noviicee) - ​ \[tests Improve test for checking if classes is forwarded to any DOM element ([#​27815](https://togithub.com/mui/material-ui/issues/27815)) [@​mnajdova](https://togithub.com/mnajdova) - ​ \[tests] Replace legacy `describeConformance` with `describeConformanceV5` ([#​27817](https://togithub.com/mui/material-ui/issues/27817)) [@​mnajdova](https://togithub.com/mnajdova) All contributors of this release in alphabetical order: [@​aaronlademann-wf](https://togithub.com/aaronlademann-wf), [@​alexile](https://togithub.com/alexile), [@​atorenherrinton](https://togithub.com/atorenherrinton), [@​benny0642](https://togithub.com/benny0642), [@​DanailH](https://togithub.com/DanailH), [@​eps1lon](https://togithub.com/eps1lon), [@​hamidreza-nateghi](https://togithub.com/hamidreza-nateghi), [@​hbjORbj](https://togithub.com/hbjORbj), [@​jakeanq](https://togithub.com/jakeanq), [@​JEONGJIHUN](https://togithub.com/JEONGJIHUN), [@​LorenzHenk](https://togithub.com/LorenzHenk), [@​mekouar-mehdi](https://togithub.com/mekouar-mehdi), [@​michaldudak](https://togithub.com/michaldudak), [@​mnajdova](https://togithub.com/mnajdova), [@​nguyenyou](https://togithub.com/nguyenyou), [@​nolastemgarden](https://togithub.com/nolastemgarden), [@​nomanoff](https://togithub.com/nomanoff), [@​noviicee](https://togithub.com/noviicee), [@​oliviertassinari](https://togithub.com/oliviertassinari), [@​pvdstel](https://togithub.com/pvdstel), [@​qiweiii](https://togithub.com/qiweiii), [@​siriwatknp](https://togithub.com/siriwatknp), [@​surajkumar016](https://togithub.com/surajkumar016), [@​teachhay](https://togithub.com/teachhay), [@​vedadeepta](https://togithub.com/vedadeepta), [@​will-amaral](https://togithub.com/will-amaral) ### [`v5.0.0-beta.4`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#500-beta4) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.0.0-beta.3...v5.0.0-beta.4) *Aug 13, 2021* A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨: - 🐛 Grid's "auto" behavior has been fixed by [@​aaronlademann-wf](https://togithub.com/aaronlademann-wf) ([#​27514](https://togithub.com/mui/material-ui/issues/27514)) - ♿ An important bug with the keyboard navigation in MenuList was fixed ([#​27526](https://togithub.com/mui/material-ui/issues/27526)) [@​ryancogswell](https://togithub.com/ryancogswell) ##### `@material-ui/core@5.0.0-beta.4` ##### Breaking changes - ​\[Grid] Fix "auto" behavior to match natural width of its content ([#​27514](https://togithub.com/mui/material-ui/issues/27514)) [@​aaronlademann-wf](https://togithub.com/aaronlademann-wf) ##### Changes - ​\[ButtonBase] Fix tabIndex type ([#​27684](https://togithub.com/mui/material-ui/issues/27684)) [@​kylegach](https://togithub.com/kylegach) - ​\[MenuList] Fix text navigation ([#​27526](https://togithub.com/mui/material-ui/issues/27526)) [@​ryancogswell](https://togithub.com/ryancogswell) - ​\[l10n] Add Arabic Sudan (ar-SD) locale ([#​27588](https://togithub.com/mui/material-ui/issues/27588)) [@​YassinHussein](https://togithub.com/YassinHussein) - ​\[Radio] Fix size prop forwarding with custom icons ([#​27656](https://togithub.com/mui/material-ui/issues/27656)) [@​DouglasPds](https://togithub.com/DouglasPds) - ​\[TextField] Password visibility icons ( "visibility" ⇔ "visibility-off" ) should be reversed ([#​27507](https://togithub.com/mui/material-ui/issues/27507)) [@​tonextone](https://togithub.com/tonextone) - ​\[ToggleButton] Fix handling of color prop ([#​27635](https://togithub.com/mui/material-ui/issues/27635)) [@​oliviertassinari](https://togithub.com/oliviertassinari) ##### `@material-ui/codemods@5.0.0-beta.4` - ​\[codemod] Fix filename case sensitive duplicate [@​oliviertassinari](https://togithub.com/oliviertassinari) ##### `@material-ui/system@5.0.0-beta.4` - ​\[StyledEngineProvider] Remove unnecessary emotion cache export ([#​27680](https://togithub.com/mui/material-ui/issues/27680)) [@​garronej](https://togithub.com/garronej) - ​\[system] Fix missing filterProps in compose type ([#​27618](https://togithub.com/mui/material-ui/issues/27618)) [@​R-Bower](https://togithub.com/R-Bower) ##### `@material-ui/labs@5.0.0-alpha.42` - ​\[CalendarPicker] Improve contrast between enabled and disabled days ([#​27603](https://togithub.com/mui/material-ui/issues/27603)) [@​nikitabobers](https://togithub.com/nikitabobers) - ​\[PickersDay] Render `children` if specified ([#​27462](https://togithub.com/mui/material-ui/issues/27462)) [@​abriginets](https://togithub.com/abriginets) - ​\[TreeView] Fix TreeItem label overflow ([#​27585](https://togithub.com/mui/material-ui/issues/27585)) [@​LorenzHenk](https://togithub.com/LorenzHenk) ##### Docs - ​\[docs] Update guides for [@​material-ui/styled-engine-sc](https://togithub.com/material-ui/styled-engine-sc) installation ([#​27602](https://togithub.com/mui/material-ui/issues/27602)) [@​mnajdova](https://togithub.com/mnajdova) - ​\[docs] Document that [@​material-ui/styles](https://togithub.com/material-ui/styles) is not strict mode compatible ([#​27639](https://togithub.com/mui/material-ui/issues/27639)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[docs] Link to "Customization of Theme" from relevant theme interfaces ([#​27689](https://togithub.com/mui/material-ui/issues/27689)) [@​eps1lon](https://togithub.com/eps1lon) - ​\[docs] Update CSP page ([#​27627](https://togithub.com/mui/material-ui/issues/27627)) [@​mnajdova](https://togithub.com/mnajdova) - ​\[docs] Reorder and rename "enforce value" ToggleButton demo ([#​27678](https://togithub.com/mui/material-ui/issues/27678)) [@​LorenzHenk](https://togithub.com/LorenzHenk) - ​\[docs] Fix missing dependency in the DataGrid demo ([#​27597](https://togithub.com/mui/material-ui/issues/27597)) [@​m4theushw](https://togithub.com/m4theushw) - ​\[docs] img should have a src attribute ([#​27632](https://togithub.com/mui/material-ui/issues/27632)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[docs] Add badges to Transfer List ([#​27634](https://togithub.com/mui/material-ui/issues/27634)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[docs] Recommend the `direct-import` babel plugin over `transform-import` ([#​27335](https://togithub.com/mui/material-ui/issues/27335)) [@​umidbekk](https://togithub.com/umidbekk) - ​\[docs] Remove unused code ([#​27711](https://togithub.com/mui/material-ui/issues/27711)) [@​eps1lon](https://togithub.com/eps1lon) - ​\[docs] Improve virtualization demo ([#​27340](https://togithub.com/mui/material-ui/issues/27340)) [@​vedadeepta](https://togithub.com/vedadeepta) - ​\[examples] Include a follow-up on the example ([#​27620](https://togithub.com/mui/material-ui/issues/27620)) [@​matiasherranz](https://togithub.com/matiasherranz) - ​\[website] Add about page ([#​27599](https://togithub.com/mui/material-ui/issues/27599)) [@​siriwatknp](https://togithub.com/siriwatknp) - ​\[website] Add pricing page ([#​27598](https://togithub.com/mui/material-ui/issues/27598)) [@​siriwatknp](https://togithub.com/siriwatknp) ##### Core - ​\[core] Batch small changes ([#​27636](https://togithub.com/mui/material-ui/issues/27636)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[core] Change range strategy to bump ([#​27652](https://togithub.com/mui/material-ui/issues/27652)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[core] Fix visual regression example images ([#​27660](https://togithub.com/mui/material-ui/issues/27660)) [@​eps1lon](https://togithub.com/eps1lon) - ​\[core] Remove diff when running yarn docs:dev ([#​27720](https://togithub.com/mui/material-ui/issues/27720)) [@​eps1lon](https://togithub.com/eps1lon) - ​\[core] Remove mocks of require.context in markdown loader ([#​27406](https://togithub.com/mui/material-ui/issues/27406)) [@​eps1lon](https://togithub.com/eps1lon) - ​\[core] Reduce use CSS when Checkbox disableRipple is set ([#​27568](https://togithub.com/mui/material-ui/issues/27568)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[test] Add coverage for jss-to-styled prefix from filename ([#​27522](https://togithub.com/mui/material-ui/issues/27522)) [@​eps1lon](https://togithub.com/eps1lon) - ​\[test] Add current behavior for a11y name vs visible name for PickersDay ([#​27661](https://togithub.com/mui/material-ui/issues/27661)) [@​eps1lon](https://togithub.com/eps1lon) - ​\[test] Dodge double logging in dev mode ([#​27653](https://togithub.com/mui/material-ui/issues/27653)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[test] Enable skipped test fixed by upstream React fix ([#​27615](https://togithub.com/mui/material-ui/issues/27615)) [@​eps1lon](https://togithub.com/eps1lon) - ​\[theme] Add missed variants in Components interface ([#​27453](https://togithub.com/mui/material-ui/issues/27453)) [@​nikitabobers](https://togithub.com/nikitabobers) All contributors of this release in alphabetical order: [@​aaronlademann-wf](https://togithub.com/aaronlademann-wf), [@​abriginets](https://togithub.com/abriginets), [@​DouglasPds](https://togithub.com/DouglasPds), [@​eps1lon](https://togithub.com/eps1lon), [@​garronej](https://togithub.com/garronej), [@​kylegach](https://togithub.com/kylegach), [@​LorenzHenk](https://togithub.com/LorenzHenk), [@​m4theushw](https://togithub.com/m4theushw), [@​matiasherranz](https://togithub.com/matiasherranz), [@​mnajdova](https://togithub.com/mnajdova), [@​nikitabobers](https://togithub.com/nikitabobers), [@​oliviertassinari](https://togithub.com/oliviertassinari), [@​R-Bower](https://togithub.com/R-Bower), [@​ryancogswell](https://togithub.com/ryancogswell), [@​siriwatknp](https://togithub.com/siriwatknp), [@​tonextone](https://togithub.com/tonextone), [@​umidbekk](https://togithub.com/umidbekk), [@​vedadeepta](https://togithub.com/vedadeepta), [@​YassinHussein](https://togithub.com/YassinHussein) ### [`v5.0.0-beta.3`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#500-beta3) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.0.0-beta.2...v5.0.0-beta.3) *Aug 6, 2021* A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨: - ​✨ `jss-to-styled` codemod has been improved to support `createStyles` and `` usage ([#​27578](https://togithub.com/mui/material-ui/issues/27578)) [@​mnajdova](https://togithub.com/mnajdova) ##### `@material-ui/core@5.0.0-beta.3` - ​\[Modal] Restore `overflowX` and `overflowY` styles ([#​27487](https://togithub.com/mui/material-ui/issues/27487)) [@​PCOffline](https://togithub.com/PCOffline) - ​\[Modal] Remove unnecessary check for children.props.tabIndex ([#​27374](https://togithub.com/mui/material-ui/issues/27374)) [@​noviicee](https://togithub.com/noviicee) - ​\[Select] Fix regression for icon not rotating ([#​27511](https://togithub.com/mui/material-ui/issues/27511)) [@​mnajdova](https://togithub.com/mnajdova) ##### `@material-ui/system@5.0.0-beta.3` - ​\[system] Added top, left, right and bottom border color CSS properties to system ([#​27580](https://togithub.com/mui/material-ui/issues/27580)) [@​R-Bower](https://togithub.com/R-Bower) ##### `@material-ui/codemod@5.0.0-beta.3` - ​\[codemod] Add support for `createStyles` usage in `jss-to-styled` ([#​27578](https://togithub.com/mui/material-ui/issues/27578)) [@​mnajdova](https://togithub.com/mnajdova) - ​\[codemod] Fix `jss-to-styled` PREFIX generation on Windows ([#​27491](https://togithub.com/mui/material-ui/issues/27491)) [@​mnajdova](https://togithub.com/mnajdova) - ​\[codemod] Fix `jss-to-styled` codemod to handle React.Fragment as root ([#​27495](https://togithub.com/mui/material-ui/issues/27495)) [@​mnajdova](https://togithub.com/mnajdova) ##### `@material-ui/unstyled@5.0.0-alpha.42` - ​\[FormControl] Create FormControlUnstyled ([#​27240](https://togithub.com/mui/material-ui/issues/27240)) [@​michaldudak](https://togithub.com/michaldudak) - ​\[Autocomplete] Move useAutocomplete to the Unstyled package ([#​27485](https://togithub.com/mui/material-ui/issues/27485)) [@​michaldudak](https://togithub.com/michaldudak) ##### Docs - ​\[docs] Fix layout shift when opening hash anchor ([#​27619](https://togithub.com/mui/material-ui/issues/27619)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[docs] Add TypeScript guide for the `sx` prop ([#​27417](https://togithub.com/mui/material-ui/issues/27417)) [@​mnajdova](https://togithub.com/mnajdova) - ​\[docs] Hardcode listed colors in /customization/color/#playground ([#​27446](https://togithub.com/mui/material-ui/issues/27446)) [@​eps1lon](https://togithub.com/eps1lon) - ​\[docs] Bring back Select#onChange signature API ([#​27443](https://togithub.com/mui/material-ui/issues/27443)) [@​eps1lon](https://togithub.com/eps1lon) - ​\[docs] Remove backticks in the title ([#​27567](https://togithub.com/mui/material-ui/issues/27567)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[docs] Fix 404 links ([#​27566](https://togithub.com/mui/material-ui/issues/27566)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[docs] Use the same h2 for the customization demos ([#​27569](https://togithub.com/mui/material-ui/issues/27569)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[docs] Fix syntax error in v5 migration `styled` api example ([#​27518](https://togithub.com/mui/material-ui/issues/27518)) [@​kimbaudi](https://togithub.com/kimbaudi) - ​\[docs] Improve SSR configuration with emotion ([#​27496](https://togithub.com/mui/material-ui/issues/27496)) [@​frandiox](https://togithub.com/frandiox) - ​\[docs] Change "pseudo-classes" to "state classes" ([#​27570](https://togithub.com/mui/material-ui/issues/27570)) [@​michaldudak](https://togithub.com/michaldudak) - ​\[docs] Add StackBlitz edit demo integration ([#​27391](https://togithub.com/mui/material-ui/issues/27391)) [@​sulco](https://togithub.com/sulco) - ​\[docs] Remove unnecessary generic argument ([#​27516](https://togithub.com/mui/material-ui/issues/27516)) [@​bezpalko](https://togithub.com/bezpalko) - ​\[docs] Add customization demos ([#​27411](https://togithub.com/mui/material-ui/issues/27411)) [@​siriwatknp](https://togithub.com/siriwatknp) - ​\[docs] Restore initial descriptionRegExp logic ([#​27436](https://togithub.com/mui/material-ui/issues/27436)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[docs] Polish jss-to-styled docs ([#​27457](https://togithub.com/mui/material-ui/issues/27457)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[examples] Fix nextjs with styled-components example ([#​27583](https://togithub.com/mui/material-ui/issues/27583)) [@​mnajdova](https://togithub.com/mnajdova) - ​\[examples] Update create-react-app examples with styled-components to use package aliases ([#​27591](https://togithub.com/mui/material-ui/issues/27591)) [@​mnajdova](https://togithub.com/mnajdova) - ​\[examples] Improve integration examples with Next.js ([#​27331](https://togithub.com/mui/material-ui/issues/27331)) [@​Harshita-Kanal](https://togithub.com/Harshita-Kanal) - ​\[website] Add spicefactory as gold sponsor [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[website] Homepage rebranding ([#​27488](https://togithub.com/mui/material-ui/issues/27488)) [@​siriwatknp](https://togithub.com/siriwatknp) - ​\[website] Add Flavien to team and about pages ([#​27575](https://togithub.com/mui/material-ui/issues/27575)) [@​flaviendelangle](https://togithub.com/flaviendelangle) - ​\[website] Add Ryan to Community contributors for Stack Overflow contributions ([#​27529](https://togithub.com/mui/material-ui/issues/27529)) [@​ryancogswell](https://togithub.com/ryancogswell) - ​\[website] Add references section to home ([#​27444](https://togithub.com/mui/material-ui/issues/27444)) [@​siriwatknp](https://togithub.com/siriwatknp) ##### Core - ​\[core] rebaseWhen=auto does not seem to work ([#​27565](https://togithub.com/mui/material-ui/issues/27565)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[core] Improve instructions for the [@​material-ui/styles](https://togithub.com/material-ui/styles) migration ([#​27466](https://togithub.com/mui/material-ui/issues/27466)) [@​mnajdova](https://togithub.com/mnajdova) - ​\[core] Batch small changes ([#​27435](https://togithub.com/mui/material-ui/issues/27435)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[core] Receive patch and minor dependency updates ([#​27455](https://togithub.com/mui/material-ui/issues/27455)) [@​eps1lon](https://togithub.com/eps1lon) - ​\[test] Update coverage to include all [@​material-ui](https://togithub.com/material-ui) packages ([#​27521](https://togithub.com/mui/material-ui/issues/27521)) [@​eps1lon](https://togithub.com/eps1lon) - ​\[test] Lint codemod tests ([#​27519](https://togithub.com/mui/material-ui/issues/27519)) [@​eps1lon](https://togithub.com/eps1lon) - ​\[test] Allow tests to run for 6s before timeout ([#​27456](https://togithub.com/mui/material-ui/issues/27456)) [@​oliviertassinari](https://togithub.com/oliviertassinari) All contributors of this release in alphabetical order: [@​bezpalko](https://togithub.com/bezpalko), [@​eps1lon](https://togithub.com/eps1lon), [@​flaviendelangle](https://togithub.com/flaviendelangle), [@​frandiox](https://togithub.com/frandiox), [@​Harshita-Kanal](https://togithub.com/Harshita-Kanal), [@​kimbaudi](https://togithub.com/kimbaudi), [@​michaldudak](https://togithub.com/michaldudak), [@​mnajdova](https://togithub.com/mnajdova), [@​noviicee](https://togithub.com/noviicee), [@​oliviertassinari](https://togithub.com/oliviertassinari), [@​PCOffline](https://togithub.com/PCOffline), [@​R-Bower](https://togithub.com/R-Bower), [@​ryancogswell](https://togithub.com/ryancogswell), [@​siriwatknp](https://togithub.com/siriwatknp), [@​sulco](https://togithub.com/sulco) ### [`v5.0.0-beta.2`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#500-beta2) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.0.0-beta.1...v5.0.0-beta.2) *Jul 26, 2021* A big thanks to the 20 contributors who made this release possible. Here are some highlights ✨: - ✨ We introduced new codemod for converting JSS styles to emotion ([#​27292](https://togithub.com/mui/material-ui/issues/27292)) [@​siriwatknp](https://togithub.com/siriwatknp) It should help adoption of v5, by making possible the removal of JSS sooner. - 🐛 The majority of other changes in this release were bug fixes, test utilities and docs. ##### `@material-ui/core@5.0.0-beta.2` - ​\[Autocomplete] Explain how the loading prop works ([#​27416](https://togithub.com/mui/material-ui/issues/27416)) [@​michaldudak](https://togithub.com/michaldudak) - ​\[Autocomplete] Update input value when the input changes ([#​27313](https://togithub.com/mui/material-ui/issues/27313)) [@​turtleseason](https://togithub.com/turtleseason) - ​\[Autocomplete] Popper is not closing when the Autocomplete is disabled ([#​27312](https://togithub.com/mui/material-ui/issues/27312)) [@​Goodiec](https://togithub.com/Goodiec) - ​\[Checkbox] Skip default hover styles with `disableRipple` ([#​27314](https://togithub.com/mui/material-ui/issues/27314)) [@​faan234](https://togithub.com/faan234) - ​\[Dialog] Fix override paper styles ([#​27423](https://togithub.com/mui/material-ui/issues/27423)) [@​newsiberian](https://togithub.com/newsiberian) - ​\[Grid] Remove width prop for rowSpacing ([#​27326](https://togithub.com/mui/material-ui/issues/27326)) [@​sashkopavlenko](https://togithub.com/sashkopavlenko) - ​\[Input] Merge `componentsProps` correctly ([#​27371](https://togithub.com/mui/material-ui/issues/27371)) [@​mnajdova](https://togithub.com/mnajdova) - ​\[Pagination] Fixed usePagination requires [@​emotion](https://togithub.com/emotion) in development mode ([#​27348](https://togithub.com/mui/material-ui/issues/27348)) [@​ruppysuppy](https://togithub.com/ruppysuppy) - ​\[Pagination] Fix :hover effect on previous/next button ([#​27304](https://togithub.com/mui/material-ui

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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

cloudflare-workers-and-pages[bot] commented 4 months ago

Deploying kanicon-writer-front with  Cloudflare Pages  Cloudflare Pages

Latest commit: e6d3361
Status: ✅  Deploy successful!
Preview URL: https://96f1040a.kanicon-writer-front.pages.dev
Branch Preview URL: https://renovate-mui-joy-5-x.kanicon-writer-front.pages.dev

View logs