diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ba510a8c85ead..1c0e29401c7401 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,57 @@ # [Versions](https://mui.com/versions/) +## 5.10.2 + + + +_Aug 22, 2022_ + +A big thanks to the 11 contributors who made this release possible. Here are some highlights ✨: + +- ✨ @michaldudak synced the Material Icons set with the latest from Google (#33988). + A couple of icons changed their appearance. See the difference [on this Argos build](https://app.argos-ci.com/mui/material-ui/builds/4428]). + +### `@mui/material@5.10.2` + +- ​[Autocomplete] Fix `keepMounted` Popper prop not working (#33957) @ZeeshanTamboli +- ​[IconButton] Fix hover effect when CSS Variables are enabled (#33971) @TheUnlocked +- ​[LoadingButton] Add support for CSS variables (#34001) @ZeeshanTamboli +- ​[TimelineConnector] Add support for CSS variables (#34002) @ZeeshanTamboli +- ​[TimelineDot] Add support for CSS variables (#34003) @ZeeshanTamboli +- ​[TreeItem] Add support for CSS variables (#34004) @ZeeshanTamboli + +### `@mui/system@5.10.2` + +- ​[system] catch localStorage errors (#34027) @jsakas + +### `@mui/joy@5.0.0-alpha.42` + +- ​[Joy] Add missing global exports (#33982) @tomasz-sodzawiczny + +### `@mui/icons-material@5.8.5` + +- ​[icons] Sync the Material Icons (#33988) @michaldudak + +### Docs + +- ​[docs] Fix typo in using-joy-ui-and-material-ui.md (#33997) @djohalo2 @danilo-leal +- ​[docs] Fix typo in the Transition docs (#34040) @alirezahekmati +- ​[docs] Typo fix in Joy UI Aspect Ratio doc (#33984) @AjeetSingh2016 +- ​[docs] Fix broken Joy UI codesandbox export (#34007) @oliviertassinari +- ​[docs] Fix typos in `test` folder's README (#33976) @ropereraLK +- ​[docs] Fix interior section links in Base docs that feature hooks (#33948) @samuelsycamore +- ​[docs] Fix typo in Joy UI's List Component docs (#33956) @Cerebro92 +- ​[docs] Fix typo in Joy UI's docs (#33938) @AjeetSingh2016 + +### Core + +- ​[website] Optimize meta description length (#34006) @oliviertassinari +- ​Revert "[core] Replace `getInitialProps` with `getStaticProps`" (#33991) @mnajdova +- ​[website] Move the React Engineer - X to next roles (#34030) @mnajdova +- ​[website] Add Icons8 gold sponsor (#33978) @michaldudak + +All contributors of this release in alphabetical order: @AjeetSingh2016, @alirezahekmati, @Cerebro92, @danilo-leal, @djohalo2, @jsakas, @michaldudak, @mnajdova, @oliviertassinari, @ropereraLK, @samuelsycamore, @TheUnlocked, @tomasz-sodzawiczny, @ZeeshanTamboli + ## 5.10.1 diff --git a/benchmark/package.json b/benchmark/package.json index 39ca5879376afe..212ce9e9e2a605 100644 --- a/benchmark/package.json +++ b/benchmark/package.json @@ -15,9 +15,9 @@ "@emotion/react": "^11.10.0", "@emotion/styled": "^11.10.0", "@mdx-js/react": "^2.1.3", - "@mui/material": "^5.10.1", - "@mui/styles": "^5.9.3", - "@mui/system": "^5.10.1", + "@mui/material": "^5.10.2", + "@mui/styles": "^5.10.2", + "@mui/system": "^5.10.2", "@styled-system/css": "^5.1.5", "benchmark": "^2.1.4", "playwright": "^1.25.0", diff --git a/docs/package.json b/docs/package.json index 70c00bb6d63389..205c510c5082e2 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.2.0", - "@mui/base": "5.0.0-alpha.93", + "@mui/base": "5.0.0-alpha.94", "@mui/docs": "^5.9.3", - "@mui/icons-material": "^5.8.4", - "@mui/joy": "5.0.0-alpha.41", - "@mui/lab": "5.0.0-alpha.95", - "@mui/material": "^5.10.1", - "@mui/material-next": "6.0.0-alpha.49", - "@mui/styled-engine": "^5.10.1", + "@mui/icons-material": "^5.10.2", + "@mui/joy": "5.0.0-alpha.42", + "@mui/lab": "5.0.0-alpha.96", + "@mui/material": "^5.10.2", + "@mui/material-next": "6.0.0-alpha.50", + "@mui/styled-engine": "^5.10.2", "@mui/styled-engine-sc": "^5.10.1", - "@mui/styles": "^5.9.3", - "@mui/system": "^5.10.1", + "@mui/styles": "^5.10.2", + "@mui/system": "^5.10.2", "@mui/types": "^7.1.5", "@mui/x-data-grid": "^5.15.2", "@mui/x-data-grid-generator": "^5.15.2", diff --git a/package.json b/package.json index fca4f3a39c2ba5..303f23fed52119 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mui/monorepo", - "version": "5.10.1", + "version": "5.10.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 689aa4a21df033..8366ea32f29a35 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.93", + "version": "5.0.0-alpha.94", "private": false, "author": "MUI Team", "description": "A library of headless ('unstyled') React UI components and low-level hooks.", diff --git a/packages/mui-core-downloads-tracker/package.json b/packages/mui-core-downloads-tracker/package.json index 658785443f9ff2..804539da3577be 100644 --- a/packages/mui-core-downloads-tracker/package.json +++ b/packages/mui-core-downloads-tracker/package.json @@ -1,6 +1,6 @@ { "name": "@mui/core-downloads-tracker", - "version": "5.10.1", + "version": "5.10.2", "private": false, "author": "MUI Team", "description": "Internal package to track number of downloads of our design system libraries", diff --git a/packages/mui-icons-material/package.json b/packages/mui-icons-material/package.json index abcbf87c5a63b2..be7981eb5bc36c 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.8.4", + "version": "5.10.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 8e81b38088c21e..626df616156c97 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.41", + "version": "5.0.0-alpha.42", "private": false, "author": "MUI Team", "description": "A library of beautifully designed React UI components.", @@ -57,9 +57,9 @@ }, "dependencies": { "@babel/runtime": "^7.17.2", - "@mui/base": "5.0.0-alpha.93", - "@mui/core-downloads-tracker": "^5.10.1", - "@mui/system": "^5.10.1", + "@mui/base": "5.0.0-alpha.94", + "@mui/core-downloads-tracker": "^5.10.2", + "@mui/system": "^5.10.2", "@mui/types": "^7.1.5", "@mui/utils": "^5.9.3", "clsx": "^1.2.1", diff --git a/packages/mui-lab/package.json b/packages/mui-lab/package.json index 9cdc7cde8690ff..d066bd6a5cebb8 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.95", + "version": "5.0.0-alpha.96", "private": false, "author": "MUI Team", "description": "Laboratory for new MUI modules.", @@ -61,8 +61,8 @@ }, "dependencies": { "@babel/runtime": "^7.17.2", - "@mui/base": "5.0.0-alpha.93", - "@mui/system": "^5.10.1", + "@mui/base": "5.0.0-alpha.94", + "@mui/system": "^5.10.2", "@mui/utils": "^5.9.3", "clsx": "^1.2.1", "prop-types": "^15.8.1", diff --git a/packages/mui-material-next/package.json b/packages/mui-material-next/package.json index f7b0dc64bb1fb1..0808434037d58d 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.49", + "version": "6.0.0-alpha.50", "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.93", - "@mui/material": "^5.10.1", - "@mui/system": "^5.10.1", + "@mui/base": "5.0.0-alpha.94", + "@mui/material": "^5.10.2", + "@mui/system": "^5.10.2", "@mui/types": "^7.1.5", "@mui/utils": "^5.9.3", "@popperjs/core": "^2.11.6", diff --git a/packages/mui-material/package.json b/packages/mui-material/package.json index 3e27dcd33f9821..58b20283990db1 100644 --- a/packages/mui-material/package.json +++ b/packages/mui-material/package.json @@ -1,6 +1,6 @@ { "name": "@mui/material", - "version": "5.10.1", + "version": "5.10.2", "private": false, "author": "MUI Team", "description": "React components that implement Google's Material Design.", @@ -61,9 +61,9 @@ }, "dependencies": { "@babel/runtime": "^7.17.2", - "@mui/base": "5.0.0-alpha.93", - "@mui/core-downloads-tracker": "^5.10.1", - "@mui/system": "^5.10.1", + "@mui/base": "5.0.0-alpha.94", + "@mui/core-downloads-tracker": "^5.10.2", + "@mui/system": "^5.10.2", "@mui/types": "^7.1.5", "@mui/utils": "^5.9.3", "@types/react-transition-group": "^4.4.5", diff --git a/packages/mui-styled-engine/package.json b/packages/mui-styled-engine/package.json index e48ab4918bf72e..d8f53496fa8ca5 100644 --- a/packages/mui-styled-engine/package.json +++ b/packages/mui-styled-engine/package.json @@ -1,6 +1,6 @@ { "name": "@mui/styled-engine", - "version": "5.10.1", + "version": "5.10.2", "private": false, "author": "MUI Team", "description": "styled() API wrapper package for emotion.", diff --git a/packages/mui-styles/package.json b/packages/mui-styles/package.json index 0dac46dd0ffe75..1a18d48b66a25a 100644 --- a/packages/mui-styles/package.json +++ b/packages/mui-styles/package.json @@ -1,6 +1,6 @@ { "name": "@mui/styles", - "version": "5.9.3", + "version": "5.10.2", "private": false, "author": "MUI Team", "description": "MUI Styles - The legacy JSS-based styling solution of Material UI.", diff --git a/packages/mui-system/package.json b/packages/mui-system/package.json index 362e2125956864..78121e0829d382 100644 --- a/packages/mui-system/package.json +++ b/packages/mui-system/package.json @@ -1,6 +1,6 @@ { "name": "@mui/system", - "version": "5.10.1", + "version": "5.10.2", "private": false, "author": "MUI Team", "description": "CSS utilities for rapidly laying out custom designs.", @@ -59,7 +59,7 @@ "dependencies": { "@babel/runtime": "^7.17.2", "@mui/private-theming": "^5.9.3", - "@mui/styled-engine": "^5.10.1", + "@mui/styled-engine": "^5.10.2", "@mui/types": "^7.1.5", "@mui/utils": "^5.9.3", "clsx": "^1.2.1",