From 3c528113f47cfddf2504ea02ba3065e7c5c46928 Mon Sep 17 00:00:00 2001 From: Benny Joo Date: Wed, 22 Jun 2022 02:59:59 +0900 Subject: [PATCH] v5.8.5 (#33218) --- CHANGELOG.md | 65 +++++++++++++++++++++++++ benchmark/package.json | 4 +- docs/package.json | 12 ++--- package.json | 2 +- packages/mui-base/package.json | 2 +- packages/mui-codemod/package.json | 2 +- packages/mui-joy/package.json | 6 +-- packages/mui-lab/package.json | 6 +-- packages/mui-material-next/package.json | 8 +-- packages/mui-material/package.json | 6 +-- packages/mui-system/package.json | 2 +- 11 files changed, 90 insertions(+), 25 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 763047bb2b8c46..df6173b8dc7add 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,70 @@ # [Versions](https://mui.com/versions/) +## 5.8.5 + + + +_Jun 20, 2022_ + +A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨: + +- 🚀 Added support for CSS variables in the `Avatar` component and the `SpeedDialAction` component respectively by @vicasas and @gin1314 +- many other 🐛 bug fixes and 📚 documentation improvements + +### `@mui/material@5.8.5` + +- ​[Avatar] Add support for CSS variables (#32499) @vicasas +- ​[Dialog] Fix broken styles if `maxWidth` is set to `false` (#32987) @kmurgic +- ​[SpeedDialAction] Add support for CSS variables (#32608) @gin1314 +- ​[Tabs] Increment scroll of the minimum amount possible (#33103) @oliviertassinari + +### `@mui/codemod@5.8.5` + +- ​[codemod] Preserve comments within jss-to-tss-react (#33170) @ryancogswell + +### `@mui/lab@5.0.0-alpha.87` + +- ​[Masonry] Fix flickering when used with React 18 (#33163) @mnajdova + +### `@mui/base@5.0.0-alpha.86` + +- ​[BadgeUnstyled] Accept callbacks in componentsProps (#33176) @michaldudak +- ​[ButtonUnstyled] Use useSlotProps (#33096) @michaldudak +- ​[FormControlUnstyled] Accept callbacks in componentsProps (#33180) @michaldudak +- ​[InputUnstyled] Use useSlotProps (#33094) @michaldudak +- ​[ModalUnstyled] Define ownerState and slot props' types (#32901) @michaldudak +- ​[SwitchUnstyled] Use useSlotProps (#33174) @michaldudak + +### `@mui/joy@5.0.0-alpha.33` + +- ​[Joy] Add Checkbox documentation (#33171) @siriwatknp +- ​[Joy] Add List documentation (#33120) @siriwatknp +- ​[Joy] Make slider displays Joy classname (#33051) @siriwatknp + +### Docs + +- ​[blog] Update Blogpost to clear confusion on "no impact" disclaimer. (#33131) @joserodolfofreitas +- ​[blog] Add post about v5 Migration guide update (#33063) @samuelsycamore +- ​[blog] Fix display on Safari (#33102) @oliviertassinari +- ​[docs] Add guide on how to use MUI Base with Tailwind CSS (#33100) @mnajdova +- ​[docs] Improve Joy template UX (#33159) @siriwatknp +- ​[docs] Update Shadow DOM guide (#33160) @cherniavskii +- ​[docs] Fix SEO regressions (#33106) @oliviertassinari +- ​[docs] Add job ad in table of content (#33143) @mnajdova +- ​[docs] Add customization as a value proposition (#33014) @oliviertassinari +- ​[examples] Add example using nextjs & @mui/styles as a starter for the migration to v5 (#33005) @mnajdova +- ​[website] Replace Airtable with Ashby links for applying to a opened position (#33193) @DanailH + +### Core + +- ​[core] Add CSS variables support for Material UI components (#32835) @siriwatknp +- ​[core] Add name to workspace root package.json (#33226) @Janpot +- ​[core] Update bug template with generic instruction (#33153) @joserodolfofreitas +- ​[core] Remove dead and redundant code (#33125) @oliviertassinari +- ​[core] Improve inline code rendering within the details tag (#33086) @Harmouch101 + +All contributors of this release in alphabetical order: @cherniavskii, @DanailH, @gin1314, @Harmouch101, @Janpot, @joserodolfofreitas, @kmurgic, @michaldudak, @mnajdova, @oliviertassinari, @ryancogswell, @samuelsycamore, @siriwatknp, @vicasas + ## 5.8.4 diff --git a/benchmark/package.json b/benchmark/package.json index 3dd31809ac1f4a..8525bb18a36b31 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.8.4", + "@mui/material": "^5.8.5", "@mui/styles": "^5.8.4", - "@mui/system": "^5.8.4", + "@mui/system": "^5.8.5", "@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 73eb5cb0d865c0..c9effd6a780977 100644 --- a/docs/package.json +++ b/docs/package.json @@ -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.85", + "@mui/base": "5.0.0-alpha.86", "@mui/docs": "^5.8.4", "@mui/icons-material": "^5.8.4", - "@mui/joy": "5.0.0-alpha.32", - "@mui/lab": "5.0.0-alpha.86", - "@mui/material": "^5.8.4", - "@mui/material-next": "6.0.0-alpha.40", + "@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/styled-engine": "^5.8.0", "@mui/styled-engine-sc": "^5.8.0", "@mui/styles": "^5.8.4", - "@mui/system": "^5.8.4", + "@mui/system": "^5.8.5", "@mui/types": "^7.1.4", "@mui/x-data-grid": "^5.8.0", "@mui/x-data-grid-generator": "^5.8.0", diff --git a/package.json b/package.json index ca6d84346bccec..fda2c6c9e57a1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mui/monorepo", - "version": "5.8.4", + "version": "5.8.5", "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 0c2932ccfd08ee..28bdc55642f784 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.85", + "version": "5.0.0-alpha.86", "private": false, "author": "MUI Team", "description": "A library of headless ('unstyled') React UI components and low-level hooks.", diff --git a/packages/mui-codemod/package.json b/packages/mui-codemod/package.json index 32c5c5044362a2..fdbd36447d1451 100644 --- a/packages/mui-codemod/package.json +++ b/packages/mui-codemod/package.json @@ -1,6 +1,6 @@ { "name": "@mui/codemod", - "version": "5.8.4", + "version": "5.8.5", "bin": "./codemod.js", "private": false, "author": "MUI Team", diff --git a/packages/mui-joy/package.json b/packages/mui-joy/package.json index 8880ee8ca14d82..e8fff2870d6fd7 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.32", + "version": "5.0.0-alpha.33", "private": false, "author": "MUI Team", "description": "A library of beautifully designed React UI components.", @@ -57,8 +57,8 @@ }, "dependencies": { "@babel/runtime": "^7.17.2", - "@mui/base": "5.0.0-alpha.85", - "@mui/system": "^5.8.4", + "@mui/base": "5.0.0-alpha.86", + "@mui/system": "^5.8.5", "@mui/types": "^7.1.4", "@mui/utils": "^5.8.4", "clsx": "^1.1.1", diff --git a/packages/mui-lab/package.json b/packages/mui-lab/package.json index 43c6c990fb829e..f65c3576e711cd 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.86", + "version": "5.0.0-alpha.87", "private": false, "author": "MUI Team", "description": "Laboratory for new MUI modules.", @@ -77,8 +77,8 @@ }, "dependencies": { "@babel/runtime": "^7.17.2", - "@mui/base": "5.0.0-alpha.85", - "@mui/system": "^5.8.4", + "@mui/base": "5.0.0-alpha.86", + "@mui/system": "^5.8.5", "@mui/utils": "^5.8.4", "@mui/x-date-pickers": "5.0.0-alpha.1", "clsx": "^1.1.1", diff --git a/packages/mui-material-next/package.json b/packages/mui-material-next/package.json index 226db73b919b40..6bf1258daea12b 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.40", + "version": "6.0.0-alpha.41", "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.85", - "@mui/material": "^5.8.4", - "@mui/system": "^5.8.4", + "@mui/base": "5.0.0-alpha.86", + "@mui/material": "^5.8.5", + "@mui/system": "^5.8.5", "@mui/types": "^7.1.4", "@mui/utils": "^5.8.4", "@popperjs/core": "^2.11.5", diff --git a/packages/mui-material/package.json b/packages/mui-material/package.json index 34e35970a2379d..94264e51abf313 100644 --- a/packages/mui-material/package.json +++ b/packages/mui-material/package.json @@ -1,6 +1,6 @@ { "name": "@mui/material", - "version": "5.8.4", + "version": "5.8.5", "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.85", - "@mui/system": "^5.8.4", + "@mui/base": "5.0.0-alpha.86", + "@mui/system": "^5.8.5", "@mui/types": "^7.1.4", "@mui/utils": "^5.8.4", "@types/react-transition-group": "^4.4.4", diff --git a/packages/mui-system/package.json b/packages/mui-system/package.json index 98a13aa22815a6..742f0747298699 100644 --- a/packages/mui-system/package.json +++ b/packages/mui-system/package.json @@ -1,6 +1,6 @@ { "name": "@mui/system", - "version": "5.8.4", + "version": "5.8.5", "private": false, "author": "MUI Team", "description": "CSS utilities for rapidly laying out custom designs.",