Skip to content

Commit

Permalink
[release] v5.8.6 (#33305)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova committed Jun 27, 2022
1 parent 395e61c commit c58f665
Show file tree
Hide file tree
Showing 14 changed files with 107 additions and 42 deletions.
65 changes: 65 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,70 @@
# [Versions](https://mui.com/versions/)

## 5.8.6

<!-- generated comparing v5.8.5..master -->

_Jun 27, 2022_

A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:

- ⚒️ Fixed React 18 issues in few components
- 🚀 Improved the TypeScript augmentation when using CSS variables with `@mui/material`
- many other 🐛 bug fixes and 📚 documentation improvements

### `@mui/[email protected]`

- &#8203;<!-- 27 -->[Alert] Add support for CSS vars (#32624) @haneenmahd
- &#8203;<!-- 26 -->[Alert] Use `getContrastText` for filled variant font color (#29813) @SamoraMabuya

Note: The color of the text in the warning contained `Alert` in dark mode was changed to black in order to improve the color contrast ratio

- &#8203;<!-- 11 -->[OutlinedInput] Fix `ownerState` undefined in theme style overrides (#33241) @siriwatknp
- &#8203;<!-- 08 -->[Tabs] Fix crash when used with React 18 & Suspense (#33277) @mnajdova
- &#8203;<!-- 05 -->[TypeScript] Add CSS vars type augmentation for Material UI (#33211) @siriwatknp

### `@mui/[email protected]`

- &#8203;<!-- 09 -->[system] Add enableColorScheme option to getInitColorSchemeScript (#33261) @siriwatknp

### `@mui/[email protected]`

- &#8203;<!-- 04 -->[utils] Allow state prefix to be configurable (#32972) @siriwatknp

### `@mui/[email protected]`

- &#8203;<!-- 25 -->[base] Improve the return type of useSlotProps (#33279) @michaldudak
- &#8203;<!-- 24 -->[base] Improve some types (#33270) @mnajdova
- &#8203;<!-- 13 -->[MenuUnstyled] Fix keyboard accessibility of menu items (#33145) @michaldudak
- &#8203;<!-- 12 -->[ModalManager] Lock body scroll when container is inside shadow DOM (#33168) @jacobweberbowery
- &#8203;<!-- 10 -->[SliderUnstyled] Use useSlotProps (#33132) @michaldudak
- &#8203;<!-- 07 -->[TextareaAutosize] Fix crash when used with React 18 & Suspense (#33238) @howlettt
- &#8203;<!-- 06 -->[TextareaAutosize] Fix warnings for too many renders in React 18 (#33253) @mnajdova

### `@mui/[email protected]`

- &#8203;<!-- 14 -->[Joy] Add `Sheet` doc (#32820) @hbjORbj

### Docs

- &#8203;<!-- 23 -->[blog] Polish Why you should migrate to Material UI v5 today (#33244) @oliviertassinari
- &#8203;<!-- 21 -->[docs] Add note in docs about `componentsProps.root` taking precedence (#33097) @ZeeshanTamboli
- &#8203;<!-- 20 -->[docs] Remove a note about Base components being reexported from Material UI (#33265) @michaldudak
- &#8203;<!-- 19 -->[docs] Update code snippet in docs for custom color palette (#32946) @ZeeshanTamboli
- &#8203;<!-- 18 -->[docs] Fix the docs for production class generation (#31933) @Fafruch
- &#8203;<!-- 17 -->[docs] Fix internal link in Box page (#33149) @davidgarciab
- &#8203;<!-- 16 -->[docs] Badge component link in Base docs should be under Data Display section (#33249) @ZeeshanTamboli
- &#8203;<!-- 15 -->[examples] Fix comment typo (#33256) @WinmezzZ

### Core

- &#8203;<!-- 22 -->[core] Remove dead code (#33243) @oliviertassinari
- &#8203;<!-- 03 -->[website] Fix the scroll-top for all the website (#33215) @oliviertassinari
- &#8203;<!-- 02 -->[website] List new core role @oliviertassinari
- &#8203;<!-- 01 -->[website] Fix navigation menu close behavior (#33203) @oliviertassinari

All contributors of this release in alphabetical order: @davidgarciab, @Fafruch, @haneenmahd, @hbjORbj, @howlettt, @jacobweberbowery, @michaldudak, @mnajdova, @oliviertassinari, @SamoraMabuya, @siriwatknp, @WinmezzZ, @ZeeshanTamboli

## 5.8.5

<!-- generated comparing v5.8.4..master -->
Expand Down
6 changes: 3 additions & 3 deletions benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mdx-js/react": "^2.1.2",
"@mui/material": "^5.8.5",
"@mui/styles": "^5.8.4",
"@mui/system": "^5.8.5",
"@mui/material": "^5.8.6",
"@mui/styles": "^5.8.6",
"@mui/system": "^5.8.6",
"@styled-system/css": "^5.1.5",
"benchmark": "^2.1.4",
"playwright": "^1.17.1",
Expand Down
16 changes: 8 additions & 8 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@mui/base": "5.0.0-alpha.86",
"@mui/docs": "^5.8.4",
"@mui/base": "5.0.0-alpha.87",
"@mui/docs": "^5.8.6",
"@mui/icons-material": "^5.8.4",
"@mui/joy": "5.0.0-alpha.33",
"@mui/lab": "5.0.0-alpha.87",
"@mui/material": "^5.8.5",
"@mui/material-next": "6.0.0-alpha.41",
"@mui/joy": "5.0.0-alpha.34",
"@mui/lab": "5.0.0-alpha.88",
"@mui/material": "^5.8.6",
"@mui/material-next": "6.0.0-alpha.42",
"@mui/styled-engine": "^5.8.0",
"@mui/styled-engine-sc": "^5.8.0",
"@mui/styles": "^5.8.4",
"@mui/system": "^5.8.5",
"@mui/styles": "^5.8.6",
"@mui/system": "^5.8.6",
"@mui/types": "^7.1.4",
"@mui/x-data-grid": "^5.8.0",
"@mui/x-data-grid-generator": "^5.8.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/monorepo",
"version": "5.8.5",
"version": "5.8.6",
"private": true,
"scripts": {
"proptypes": "cross-env BABEL_ENV=development babel-node --extensions \".tsx,.ts,.js\" ./scripts/generateProptypes.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/mui-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/base",
"version": "5.0.0-alpha.86",
"version": "5.0.0-alpha.87",
"private": false,
"author": "MUI Team",
"description": "A library of headless ('unstyled') React UI components and low-level hooks.",
Expand Down Expand Up @@ -54,7 +54,7 @@
"@babel/runtime": "^7.17.2",
"@emotion/is-prop-valid": "^1.1.2",
"@mui/types": "^7.1.4",
"@mui/utils": "^5.8.4",
"@mui/utils": "^5.8.6",
"@popperjs/core": "^2.11.5",
"clsx": "^1.1.1",
"prop-types": "^15.8.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/mui-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/docs",
"version": "5.8.4",
"version": "5.8.6",
"private": false,
"author": "MUI Team",
"description": "MUI Docs - Documentation building blocks.",
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"dependencies": {
"@babel/runtime": "^7.17.2",
"@mui/utils": "^5.8.4",
"@mui/utils": "^5.8.6",
"nprogress": "^0.2.0"
},
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 deletions packages/mui-joy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/joy",
"version": "5.0.0-alpha.33",
"version": "5.0.0-alpha.34",
"private": false,
"author": "MUI Team",
"description": "A library of beautifully designed React UI components.",
Expand Down Expand Up @@ -57,10 +57,10 @@
},
"dependencies": {
"@babel/runtime": "^7.17.2",
"@mui/base": "5.0.0-alpha.86",
"@mui/system": "^5.8.5",
"@mui/base": "5.0.0-alpha.87",
"@mui/system": "^5.8.6",
"@mui/types": "^7.1.4",
"@mui/utils": "^5.8.4",
"@mui/utils": "^5.8.6",
"clsx": "^1.1.1",
"csstype": "^3.1.0",
"prop-types": "^15.8.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/mui-lab/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/lab",
"version": "5.0.0-alpha.87",
"version": "5.0.0-alpha.88",
"private": false,
"author": "MUI Team",
"description": "Laboratory for new MUI modules.",
Expand Down Expand Up @@ -77,9 +77,9 @@
},
"dependencies": {
"@babel/runtime": "^7.17.2",
"@mui/base": "5.0.0-alpha.86",
"@mui/system": "^5.8.5",
"@mui/utils": "^5.8.4",
"@mui/base": "5.0.0-alpha.87",
"@mui/system": "^5.8.6",
"@mui/utils": "^5.8.6",
"@mui/x-date-pickers": "5.0.0-alpha.1",
"clsx": "^1.1.1",
"prop-types": "^15.8.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/mui-material-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/material-next",
"version": "6.0.0-alpha.41",
"version": "6.0.0-alpha.42",
"private": false,
"author": "MUI Team",
"description": "v6-alpha: React components that implement Google's Material Design",
Expand Down Expand Up @@ -59,11 +59,11 @@
},
"dependencies": {
"@babel/runtime": "^7.17.2",
"@mui/base": "5.0.0-alpha.86",
"@mui/material": "^5.8.5",
"@mui/system": "^5.8.5",
"@mui/base": "5.0.0-alpha.87",
"@mui/material": "^5.8.6",
"@mui/system": "^5.8.6",
"@mui/types": "^7.1.4",
"@mui/utils": "^5.8.4",
"@mui/utils": "^5.8.6",
"@popperjs/core": "^2.11.5",
"@types/react-transition-group": "^4.4.4",
"clsx": "^1.1.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/mui-material/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/material",
"version": "5.8.5",
"version": "5.8.6",
"private": false,
"author": "MUI Team",
"description": "React components that implement Google's Material Design.",
Expand Down Expand Up @@ -61,10 +61,10 @@
},
"dependencies": {
"@babel/runtime": "^7.17.2",
"@mui/base": "5.0.0-alpha.86",
"@mui/system": "^5.8.5",
"@mui/base": "5.0.0-alpha.87",
"@mui/system": "^5.8.6",
"@mui/types": "^7.1.4",
"@mui/utils": "^5.8.4",
"@mui/utils": "^5.8.6",
"@types/react-transition-group": "^4.4.4",
"clsx": "^1.1.1",
"csstype": "^3.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/mui-private-theming/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/private-theming",
"version": "5.8.4",
"version": "5.8.6",
"private": false,
"author": "MUI Team",
"description": "Private - The React theme context to be shared between `@mui/styles` and `@mui/material`.",
Expand Down Expand Up @@ -48,7 +48,7 @@
},
"dependencies": {
"@babel/runtime": "^7.17.2",
"@mui/utils": "^5.8.4",
"@mui/utils": "^5.8.6",
"prop-types": "^15.8.1"
},
"sideEffects": false,
Expand Down
6 changes: 3 additions & 3 deletions packages/mui-styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/styles",
"version": "5.8.4",
"version": "5.8.6",
"private": false,
"author": "MUI Team",
"description": "MUI Styles - The legacy JSS-based styling solution of Material UI.",
Expand Down Expand Up @@ -49,9 +49,9 @@
"dependencies": {
"@babel/runtime": "^7.17.2",
"@emotion/hash": "^0.8.0",
"@mui/private-theming": "^5.8.4",
"@mui/private-theming": "^5.8.6",
"@mui/types": "^7.1.4",
"@mui/utils": "^5.8.4",
"@mui/utils": "^5.8.6",
"clsx": "^1.1.1",
"csstype": "^3.1.0",
"hoist-non-react-statics": "^3.3.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/mui-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/system",
"version": "5.8.5",
"version": "5.8.6",
"private": false,
"author": "MUI Team",
"description": "CSS utilities for rapidly laying out custom designs.",
Expand Down Expand Up @@ -57,10 +57,10 @@
},
"dependencies": {
"@babel/runtime": "^7.17.2",
"@mui/private-theming": "^5.8.4",
"@mui/private-theming": "^5.8.6",
"@mui/styled-engine": "^5.8.0",
"@mui/types": "^7.1.4",
"@mui/utils": "^5.8.4",
"@mui/utils": "^5.8.6",
"clsx": "^1.1.1",
"csstype": "^3.1.0",
"prop-types": "^15.8.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/utils",
"version": "5.8.4",
"version": "5.8.6",
"private": false,
"author": "MUI Team",
"description": "Utility functions for React components.",
Expand Down

0 comments on commit c58f665

Please sign in to comment.