Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update dependency @mui/joy to v5.0.0-beta.5 (#235)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@mui/joy](https://mui.com/) ([source](https://togithub.com/mui/material-ui)) | [`5.0.0-beta.4` -> `5.0.0-beta.5`](https://renovatebot.com/diffs/npm/@mui%2fjoy/5.0.0-beta.4/5.0.0-beta.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mui%2fjoy/5.0.0-beta.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mui%2fjoy/5.0.0-beta.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mui%2fjoy/5.0.0-beta.4/5.0.0-beta.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mui%2fjoy/5.0.0-beta.4/5.0.0-beta.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>mui/material-ui (@​mui/joy)</summary> ### [`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) <!-- generated comparing v5.0.0-beta.4..next --> *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/[email protected]` ##### Breaking changes - <!-- 36 --> \[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) - <!-- 43 --> \[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 - <!-- 42 --> \[AppBar] Fix transparency issue on dark mode ([#​27281](https://togithub.com/mui/material-ui/issues/27281)) [@​will-amaral](https://togithub.com/will-amaral) - <!-- 29 --> 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) - <!-- 68 --> \[Autocomplete] Add verbose warning for defaultValue ([#​27925](https://togithub.com/mui/material-ui/issues/27925)) [@​vedadeepta](https://togithub.com/vedadeepta) - <!-- 78 --> \[Badge] Add missing classes to exported class object ([#​27943](https://togithub.com/mui/material-ui/issues/27943)) [@​pvdstel](https://togithub.com/pvdstel) - <!-- 41 --> \[ButtonGroup] Allow `size` customization via module augmentation ([#​27834](https://togithub.com/mui/material-ui/issues/27834)) [@​aaronlademann-wf](https://togithub.com/aaronlademann-wf) - <!-- 67 --> \[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) - <!-- 18 --> \[InputLabel] Apply `asterisk` class when `required` ([#​27738](https://togithub.com/mui/material-ui/issues/27738)) [@​alexile](https://togithub.com/alexile) - <!-- 26 --> \[Select] Fix NativeSelect propagating classes to the DOM element ([#​27797](https://togithub.com/mui/material-ui/issues/27797)) [@​mnajdova](https://togithub.com/mnajdova) - <!-- 28 --> \[Stack] Match the customization standard ([#​27777](https://togithub.com/mui/material-ui/issues/27777)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - <!-- 70 --> \[SvgIcon] Apply custom color if defined in the theme ([#​27923](https://togithub.com/mui/material-ui/issues/27923)) [@​eps1lon](https://togithub.com/eps1lon) - <!-- 65 --> \[Switch] Add optional `track` slot to SwitchUnstyled ([#​27916](https://togithub.com/mui/material-ui/issues/27916)) [@​michaldudak](https://togithub.com/michaldudak) - <!-- 52 --> \[Tooltip] Fix broken arrow position in rtl ([#​27868](https://togithub.com/mui/material-ui/issues/27868)) [@​mnajdova](https://togithub.com/mnajdova) - <!-- 02 --> \[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/[email protected]` ##### Breaking changes - <!-- 40 --> \[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 <SomeSlotComponent - styleProps={propsAndState} + ownerState={propsAndState} /> ``` ##### Changes - <!-- 63 --> \[system] Remove dependency on `overridesResolver` for the `variants` ([#​27859](https://togithub.com/mui/material-ui/issues/27859)) [@​mnajdova](https://togithub.com/mnajdova) - <!-- 32 --> \[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) - <!-- 46 --> \[system] Fix pseudo class overridden in variants ([#​27847](https://togithub.com/mui/material-ui/issues/27847)) [@​hbjORbj](https://togithub.com/hbjORbj) ##### `@material-ui/[email protected]` - <!-- 13 --> \[icons] Improve GitHub size ([#​27740](https://togithub.com/mui/material-ui/issues/27740)) [@​oliviertassinari](https://togithub.com/oliviertassinari) ##### `@material-ui/[email protected]` - <!-- 27 --> \[styled-engine] Remove unecessary aliases ([#​27779](https://togithub.com/mui/material-ui/issues/27779)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - <!-- 14 --> \[styled-engine] Drop withComponent support ([#​27780](https://togithub.com/mui/material-ui/issues/27780)) [@​oliviertassinari](https://togithub.com/oliviertassinari) ##### `@material-ui/[email protected]` - <!-- 07 --> \[core] Utilize `CSS.supports` in `SliderUnstyled` component ([#​27724](https://togithub.com/mui/material-ui/issues/27724)) [@​DanailH](https://togithub.com/DanailH) ##### `@material-ui/[email protected]` - <!-- 54 --> \[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) - <!-- 05 --> \[lab] Use the public API for module augmentation ([#​27735](https://togithub.com/mui/material-ui/issues/27735)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - <!-- 25 --> \[Timeline] Fix color="inherit" on TimelineDot ([#​27794](https://togithub.com/mui/material-ui/issues/27794)) [@​mnajdova](https://togithub.com/mnajdova) ##### Docs - <!-- 77 --> \[docs] Redesign on markdown page ([#​27860](https://togithub.com/mui/material-ui/issues/27860)) [@​mnajdova](https://togithub.com/mnajdova) - <!-- 76 --> \[docs] Split changelog into current and old ([#​27942](https://togithub.com/mui/material-ui/issues/27942)) [@​eps1lon](https://togithub.com/eps1lon) - <!-- 74 --> \[docs] Migration, emphasize theme structure change ([#​27935](https://togithub.com/mui/material-ui/issues/27935)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - <!-- 72 --> \[docs] Fix missing `href` for AppDrawerNavItems ([#​27936](https://togithub.com/mui/material-ui/issues/27936)) [@​eps1lon](https://togithub.com/eps1lon) - <!-- 71 --> \[docs] Pass window of iframe to framed demos ([#​27924](https://togithub.com/mui/material-ui/issues/27924)) [@​eps1lon](https://togithub.com/eps1lon) - <!-- 69 --> \[docs] Simplify Select Chip demo styling ([#​27864](https://togithub.com/mui/material-ui/issues/27864)) [@​LorenzHenk](https://togithub.com/LorenzHenk) - <!-- 60 --> \[docs] Move from Redux to React Context ([#​27828](https://togithub.com/mui/material-ui/issues/27828)) [@​eps1lon](https://togithub.com/eps1lon) - <!-- 58 --> \[docs] Correct the useAutocomplete import path ([#​27805](https://togithub.com/mui/material-ui/issues/27805)) [@​michaldudak](https://togithub.com/michaldudak) - <!-- 56 --> \[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) - <!-- 55 --> \[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) - <!-- 53 --> \[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) - <!-- 51 --> \[docs] Add missing import ([#​27850](https://togithub.com/mui/material-ui/issues/27850)) [@​nguyenyou](https://togithub.com/nguyenyou) - <!-- 50 --> \[docs] Fix circular integration demo ([#​27856](https://togithub.com/mui/material-ui/issues/27856)) [@​LorenzHenk](https://togithub.com/LorenzHenk) - <!-- 48 --> \[docs] A few examples is enough ([#​27874](https://togithub.com/mui/material-ui/issues/27874)) [@​mekouar-mehdi](https://togithub.com/mekouar-mehdi) - <!-- 47 --> \[docs] Improve README.md ([#​27852](https://togithub.com/mui/material-ui/issues/27852)) [@​surajkumar016](https://togithub.com/surajkumar016) - <!-- 45 --> \[docs] Fix rtl issue on the demos ([#​27865](https://togithub.com/mui/material-ui/issues/27865)) [@​mnajdova](https://togithub.com/mnajdova) - <!-- 44 --> \[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) - <!-- 39 --> \[docs] Improve grammar in 'Align list items' section ([#​27730](https://togithub.com/mui/material-ui/issues/27730)) [@​atorenherrinton](https://togithub.com/atorenherrinton) - <!-- 38 --> \[docs] Make API documentation tables horizontally scrollable ([#​27787](https://togithub.com/mui/material-ui/issues/27787)) [@​jakeanq](https://togithub.com/jakeanq) - <!-- 37 --> \[docs] Fix typo on "Customized dialogs" section ([#​27827](https://togithub.com/mui/material-ui/issues/27827)) [@​nomanoff](https://togithub.com/nomanoff) - <!-- 33 --> \[docs] Fix Autocomplete country layout shift ([#​27814](https://togithub.com/mui/material-ui/issues/27814)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - <!-- 23 --> \[docs] Improve accessible labels for Card demos ([#​27675](https://togithub.com/mui/material-ui/issues/27675)) [@​eps1lon](https://togithub.com/eps1lon) - <!-- 22 --> \[docs] Run in StrictMode by default ([#​27693](https://togithub.com/mui/material-ui/issues/27693)) [@​eps1lon](https://togithub.com/eps1lon) - <!-- 21 --> \[docs] Display TypeScript code of demo if requested ([#​27691](https://togithub.com/mui/material-ui/issues/27691)) [@​eps1lon](https://togithub.com/eps1lon) - <!-- 20 --> \[docs] Use country image instead of emoji ([#​27723](https://togithub.com/mui/material-ui/issues/27723)) [@​qiweiii](https://togithub.com/qiweiii) - <!-- 17 --> \[docs] Zero runtime themeAugmentation documentation ([#​27706](https://togithub.com/mui/material-ui/issues/27706)) [@​eps1lon](https://togithub.com/eps1lon) - <!-- 15 --> \[docs] Fix MobileTextStepper example to match description ([#​27682](https://togithub.com/mui/material-ui/issues/27682)) [@​nolastemgarden](https://togithub.com/nolastemgarden) - <!-- 12 --> \[docs] Document the transfer-list limitations ([#​27783](https://togithub.com/mui/material-ui/issues/27783)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - <!-- 11 --> \[docs] Move TypeScript docs in context ([#​27782](https://togithub.com/mui/material-ui/issues/27782)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - <!-- 10 --> \[docs] Prefer linking API source TypeScript ([#​27781](https://togithub.com/mui/material-ui/issues/27781)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - <!-- 09 --> \[docs] Improve the Modal onClose migration ([#​27775](https://togithub.com/mui/material-ui/issues/27775)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - <!-- 08 --> \[docs] Fix outdated styled-engine docs ([#​27778](https://togithub.com/mui/material-ui/issues/27778)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - <!-- 06 --> \[docs] Improve right to left guide ([#​27713](https://togithub.com/mui/material-ui/issues/27713)) [@​mnajdova](https://togithub.com/mnajdova) - <!-- 04 --> \[docs] Consistent line break ([#​27728](https://togithub.com/mui/material-ui/issues/27728)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - <!-- 03 --> \[docs] Don't dispatch ignored "reset code variant" actions ([#​27712](https://togithub.com/mui/material-ui/issues/27712)) [@​eps1lon](https://togithub.com/eps1lon) - <!-- 01 --> \[docs] Fix sentence to be more grammatically correct ([#​27733](https://togithub.com/mui/material-ui/issues/27733)) [@​atorenherrinton](https://togithub.com/atorenherrinton) - <!-- 16 --> \[examples] Add code sandbox config with node version ([#​27798](https://togithub.com/mui/material-ui/issues/27798)) [@​qiweiii](https://togithub.com/qiweiii) - <!-- 59 --> 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) - <!-- 57 --> 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) - <!-- 66 --> \[I10n] Add Khmer (kh-KH) locale support ([#​27915](https://togithub.com/mui/material-ui/issues/27915)) [@​teachhay](https://togithub.com/teachhay) - <!-- 62 --> \[website] Add templates & design-kits page ([#​27811](https://togithub.com/mui/material-ui/issues/27811)) [@​siriwatknp](https://togithub.com/siriwatknp) - <!-- 61 --> \[website] Improve rebranding homepage performance ([#​27838](https://togithub.com/mui/material-ui/issues/27838)) [@​siriwatknp](https://togithub.com/siriwatknp) - <!-- 49 --> \[website] Honest a11y value proposition ([#​27826](https://togithub.com/mui/material-ui/issues/27826)) [@​eps1lon](https://togithub.com/eps1lon) - <!-- 35 --> \[website] Improve homepage rebranding ([#​27663](https://togithub.com/mui/material-ui/issues/27663)) [@​siriwatknp](https://togithub.com/siriwatknp) - <!-- 24 --> \[website] A few polish ([#​27741](https://togithub.com/mui/material-ui/issues/27741)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - <!-- 73 --> \[website] Polish homepage ([#​27930](https://togithub.com/mui/material-ui/issues/27930)) [@​oliviertassinari](https://togithub.com/oliviertassinari) ##### Core - <!-- 64 --> \[core] Fix various flip: false regressions ([#​27920](https://togithub.com/mui/material-ui/issues/27920)) [@​mnajdova](https://togithub.com/mnajdova) - <!-- 31 --> \[core] Fix typo in code comment ([#​27818](https://togithub.com/mui/material-ui/issues/27818)) [@​hamidreza-nateghi](https://togithub.com/hamidreza-nateghi) - <!-- 19 --> \[core] Fix typos in repository ([#​27785](https://togithub.com/mui/material-ui/issues/27785)) [@​JEONGJIHUN](https://togithub.com/JEONGJIHUN) - <!-- 75 --> \[test] Current behavior when disabling components variants ([#​27376](https://togithub.com/mui/material-ui/issues/27376)) [@​noviicee](https://togithub.com/noviicee) - <!-- 30 --> \[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) - <!-- 34 --> \[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) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/creatorsgarten/contentsgarten). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi43OS4xIiwidXBkYXRlZEluVmVyIjoiMzYuNzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
61c18a8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.