diff --git a/CHANGELOG.md b/CHANGELOG.md index 085da4af8c5de6..24be58beaba4a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,64 @@ # [Versions](https://mui.com/versions/) +## 5.6.2 + + + +_Apr 18, 2022_ + +A big thanks to the 11 contributors who made this release possible. This release is mostly about 🐛 bug fixes and 📚 documentation improvements. + +### `@mui/material@5.6.2` + +- ​[Autocomplete] Explain how to use getOptionLabel in free solo mode and update getOptionLabel type (#32165) @michaldudak +- ​[Badge] Fix customization of classes (#32185) @michaldudak +- ​[TextField] Add a workaround for Safari CSS transition scale bug (#32188) @igordanchenko + +### `@mui/system@5.6.2` + +- ​[system] Update style function to use vars automatically if available (#32244) @mnajdova + +### `@mui/base@5.0.0-alpha.77` + +- ​[FormControlUnstyled] Revise API (#32134) @michaldudak + +### `@mui/joy@5.0.0-alpha.24` + +- ​[Joy] Add `Badge` component (#31401) @hbjORbj +- ​[Joy] Fix misuse variable in `Input` (#32268) @siriwatknp + +### Docs + +- ​[blog] Fix images for the docs separation post (#32257) @danilo-leal +- ​[docs] Base Form Control style revisions and final review (#32309) @samuelsycamore +- ​[docs] Base TablePagination style revisions and final review (#32178) @samuelsycamore +- ​[docs] Revise the dark mode article (#32179) @danilo-leal +- ​[docs] Add `aria-label` for `IconButton` (#32276) @SiarheiBobryk +- ​[docs] Fix `borderRadius` in the docs example (#32347) @ZeeshanTamboli +- ​[docs] Fix 404 link in the code (#32323) @oliviertassinari +- ​[docs] Sync h1 with side nav label (#32235) @oliviertassinari +- ​[docs] Fix SEO issues (#32282) @oliviertassinari +- ​[docs] Fix broken link in the test contributing guide (#32283) @sirartemis +- ​[docs] Update "How to customize" page anchor links #32315 @abaker93 +- ​[docs] Mark `onBackdropClick` prop as deprecated in `Dialog`, `Modal` and `ModalUnstyled` components (#32297) @ZeeshanTamboli +- ​[docs] Link to advanced components page (#32290) @siriwatknp +- ​[docs] Sync package description with the docs (#32211) @oliviertassinari +- ​[docs] Revise "Component theming" and "How to customize" guides (#31997) @danilo-leal +- ​[docs] Add note in the Contributing guide about linking issues to a PR (#32174) @danilo-leal +- ​[docs] Update RTL guide (#32242) @michaldudak +- ​[docs] Uniformize capitalization (#32238) @oliviertassinari +- ​[website] Improve new role template @oliviertassinari +- ​[website] Remove a gold sponsor (#32261) @hbjORbj +- ​[website] Mark DataGrid Column spanning done on Pricing page (#32305) @cherniavskii + +### Core + +- ​[core] Remove unecessary div (#32237) @oliviertassinari +- ​[core] Revert #32229 (#32262) @michaldudak +- ​[test] Fix running unit tests on Windows (#32260) @michaldudak + +All contributors of this release in alphabetical order: @abaker93, @cherniavskii, @danilo-leal, @hbjORbj, @igordanchenko, @michaldudak, @mnajdova, @oliviertassinari, @samuelsycamore, @SiarheiBobryk, @sirartemis, @siriwatknp, @ZeeshanTamboli + ## 5.6.1 diff --git a/benchmark/package.json b/benchmark/package.json index b5e1ac6c8da240..0c1837def46d81 100644 --- a/benchmark/package.json +++ b/benchmark/package.json @@ -15,9 +15,9 @@ "@emotion/react": "^11.9.0", "@emotion/styled": "^11.8.1", "@mdx-js/react": "^2.1.1", - "@mui/material": "^5.6.1", - "@mui/styles": "^5.6.1", - "@mui/system": "^5.6.1", + "@mui/material": "^5.6.2", + "@mui/styles": "^5.6.2", + "@mui/system": "^5.6.2", "@styled-system/css": "^5.1.5", "benchmark": "^2.1.4", "playwright": "^1.17.1", diff --git a/docs/package.json b/docs/package.json index 1a2d6c751f33cf..67349dbdba01db 100644 --- a/docs/package.json +++ b/docs/package.json @@ -31,16 +31,16 @@ "@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.76", + "@mui/base": "5.0.0-alpha.77", "@mui/docs": "^5.6.1", - "@mui/icons-material": "^5.6.1", - "@mui/lab": "5.0.0-alpha.77", - "@mui/material": "^5.6.1", - "@mui/material-next": "6.0.0-alpha.31", + "@mui/icons-material": "^5.6.2", + "@mui/lab": "5.0.0-alpha.78", + "@mui/material": "^5.6.2", + "@mui/material-next": "6.0.0-alpha.32", "@mui/styled-engine": "^5.6.1", "@mui/styled-engine-sc": "^5.6.1", - "@mui/styles": "^5.6.1", - "@mui/system": "^5.6.1", + "@mui/styles": "^5.6.2", + "@mui/system": "^5.6.2", "@mui/types": "^7.1.3", "@mui/x-data-grid": "^5.8.0", "@mui/x-data-grid-generator": "^5.8.0", diff --git a/package.json b/package.json index f0d8e4005ed3a0..ad9b121aeaf48c 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "5.6.1", + "version": "5.6.2", "private": true, "scripts": { "proptypes": "cross-env BABEL_ENV=development babel-node --extensions \".tsx,.ts,.js\" ./scripts/generateProptypes.ts", diff --git a/packages/mui-base/package.json b/packages/mui-base/package.json index 0e725b71fe228a..accdb621aa3276 100644 --- a/packages/mui-base/package.json +++ b/packages/mui-base/package.json @@ -1,6 +1,6 @@ { "name": "@mui/base", - "version": "5.0.0-alpha.76", + "version": "5.0.0-alpha.77", "private": false, "author": "MUI Team", "description": "Unstyled React components and low-level hooks.", diff --git a/packages/mui-icons-material/package.json b/packages/mui-icons-material/package.json index 20d1774f2c85c5..68b8c7e01218ac 100644 --- a/packages/mui-icons-material/package.json +++ b/packages/mui-icons-material/package.json @@ -1,6 +1,6 @@ { "name": "@mui/icons-material", - "version": "5.6.1", + "version": "5.6.2", "private": false, "author": "MUI Team", "description": "Material Design icons distributed as SVG React components.", diff --git a/packages/mui-joy/package.json b/packages/mui-joy/package.json index aadc3a8e56c101..cb1357bdde6b3f 100644 --- a/packages/mui-joy/package.json +++ b/packages/mui-joy/package.json @@ -1,6 +1,6 @@ { "name": "@mui/joy", - "version": "5.0.0-alpha.23", + "version": "5.0.0-alpha.24", "private": false, "author": "MUI Team", "description": "Joy design system — React components", @@ -57,8 +57,8 @@ }, "dependencies": { "@babel/runtime": "^7.17.2", - "@mui/base": "5.0.0-alpha.76", - "@mui/system": "^5.6.1", + "@mui/base": "5.0.0-alpha.77", + "@mui/system": "^5.6.2", "@mui/types": "^7.1.3", "@mui/utils": "^5.6.1", "clsx": "^1.1.1", diff --git a/packages/mui-lab/package.json b/packages/mui-lab/package.json index bd089c930d8ce8..591591159ef423 100644 --- a/packages/mui-lab/package.json +++ b/packages/mui-lab/package.json @@ -1,6 +1,6 @@ { "name": "@mui/lab", - "version": "5.0.0-alpha.77", + "version": "5.0.0-alpha.78", "private": false, "author": "MUI Team", "description": "Laboratory for new MUI modules.", @@ -69,8 +69,8 @@ }, "dependencies": { "@babel/runtime": "^7.17.2", - "@mui/base": "5.0.0-alpha.76", - "@mui/system": "^5.6.1", + "@mui/base": "5.0.0-alpha.77", + "@mui/system": "^5.6.2", "@mui/utils": "^5.6.1", "@mui/x-date-pickers": "5.0.0-alpha.0", "clsx": "^1.1.1", diff --git a/packages/mui-material-next/package.json b/packages/mui-material-next/package.json index b3a9769ea88616..e6d42c3ebb09be 100644 --- a/packages/mui-material-next/package.json +++ b/packages/mui-material-next/package.json @@ -1,6 +1,6 @@ { "name": "@mui/material-next", - "version": "6.0.0-alpha.31", + "version": "6.0.0-alpha.32", "private": false, "author": "MUI Team", "description": "v6-alpha: React components that implement Google's Material Design", @@ -59,9 +59,9 @@ }, "dependencies": { "@babel/runtime": "^7.17.2", - "@mui/base": "5.0.0-alpha.76", - "@mui/material": "^5.6.1", - "@mui/system": "^5.6.1", + "@mui/base": "5.0.0-alpha.77", + "@mui/material": "^5.6.2", + "@mui/system": "^5.6.2", "@mui/types": "^7.1.3", "@mui/utils": "^5.6.1", "@popperjs/core": "^2.11.5", diff --git a/packages/mui-material/package.json b/packages/mui-material/package.json index 37f2b20f89f6c0..6fb825dad7c736 100644 --- a/packages/mui-material/package.json +++ b/packages/mui-material/package.json @@ -1,6 +1,6 @@ { "name": "@mui/material", - "version": "5.6.1", + "version": "5.6.2", "private": false, "author": "MUI Team", "description": "React components that implement Google's Material Design.", @@ -61,8 +61,8 @@ }, "dependencies": { "@babel/runtime": "^7.17.2", - "@mui/base": "5.0.0-alpha.76", - "@mui/system": "^5.6.1", + "@mui/base": "5.0.0-alpha.77", + "@mui/system": "^5.6.2", "@mui/types": "^7.1.3", "@mui/utils": "^5.6.1", "@types/react-transition-group": "^4.4.4", diff --git a/packages/mui-private-theming/package.json b/packages/mui-private-theming/package.json index 4e71be7363252f..4a0bb1052ec862 100644 --- a/packages/mui-private-theming/package.json +++ b/packages/mui-private-theming/package.json @@ -1,6 +1,6 @@ { "name": "@mui/private-theming", - "version": "5.6.1", + "version": "5.6.2", "private": false, "author": "MUI Team", "description": "Private - The React theme context to be shared between `@mui/styles` and `@mui/material`.", diff --git a/packages/mui-styles/package.json b/packages/mui-styles/package.json index 06345c27b9e22b..91166c258837b4 100644 --- a/packages/mui-styles/package.json +++ b/packages/mui-styles/package.json @@ -1,6 +1,6 @@ { "name": "@mui/styles", - "version": "5.6.1", + "version": "5.6.2", "private": false, "author": "MUI Team", "description": "MUI Styles - The legacy JSS-based styling solution of Material UI.", @@ -49,7 +49,7 @@ "dependencies": { "@babel/runtime": "^7.17.2", "@emotion/hash": "^0.8.0", - "@mui/private-theming": "^5.6.1", + "@mui/private-theming": "^5.6.2", "@mui/types": "^7.1.3", "@mui/utils": "^5.6.1", "clsx": "^1.1.1", diff --git a/packages/mui-system/package.json b/packages/mui-system/package.json index 4397fa391bc47b..3a51e7e9929566 100644 --- a/packages/mui-system/package.json +++ b/packages/mui-system/package.json @@ -1,6 +1,6 @@ { "name": "@mui/system", - "version": "5.6.1", + "version": "5.6.2", "private": false, "author": "MUI Team", "description": "CSS utilities for rapidly laying out custom designs.", @@ -57,7 +57,7 @@ }, "dependencies": { "@babel/runtime": "^7.17.2", - "@mui/private-theming": "^5.6.1", + "@mui/private-theming": "^5.6.2", "@mui/styled-engine": "^5.6.1", "@mui/types": "^7.1.3", "@mui/utils": "^5.6.1",