From b7f0a16eca4ac2044703032838f90873ec063d75 Mon Sep 17 00:00:00 2001 From: Benny Joo Date: Mon, 25 Jul 2022 16:08:28 +0100 Subject: [PATCH] v5.9.2 (#33640) --- CHANGELOG.md | 62 +++++++++++++++++++++++++ benchmark/package.json | 6 +-- docs/package.json | 16 +++---- package.json | 2 +- packages/mui-base/package.json | 4 +- packages/mui-joy/package.json | 8 ++-- packages/mui-lab/package.json | 8 ++-- packages/mui-material-next/package.json | 10 ++-- packages/mui-material/package.json | 8 ++-- packages/mui-styles/package.json | 4 +- packages/mui-system/package.json | 4 +- packages/mui-types/package.json | 2 +- 12 files changed, 98 insertions(+), 36 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e225435d80b96e..9ff53b3f1ad8ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,67 @@ # [Versions](https://mui.com/versions/) +## 5.9.2 + + + +_Jul 25, 2022_ + +A big thanks to the 16 contributors who made this release possible. Here are some highlights โœจ: + +- ๐Ÿงช Ensure all Base components are `OverridableComponent` (#33506) @michaldudak +- ๐Ÿงช Various improvements on the Material `Stack` component (#33548, #33588, #33549) @hbjORbj +- Many other ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements + +### `@mui/material@5.9.2` + +- ​Revert "[Tooltip] Fix children mouse over detection (#32321)" @oliviertassinari +- ​[FormHelperText] Fix unable to create new variants (#33589) @DinhBaoTran +- ​[ImageList] Remove vertical spacing between items in masonry layout (#33593) @michaldudak +- ​[LoadingButton] Refactor duplicate code (#33570) @ZeeshanTamboli +- ​[Modal] Explain the meaning of deprecation of the BackdropComponent prop (#33591) @michaldudak +- ​[Stack] Fix unit test failure (#33588) @hbjORbj +- ​[Stack] Fix default `flexDirection` value with responsive prop (#33549) @hbjORbj +- ​[Stack] Ensure that `marginundefined` doesn't occur in styling (#33548) @hbjORbj +- ​[Tabs] Fix `indicatorColor` prop type (#33569) @ZeeshanTamboli +- ​[Tabs] Add TypeScript interface to augment tab indicator color in theme (#33333) @AHeiming + +### `@mui/base@5.0.0-alpha.91` + +- ​[Base] Make PopperUnstyled `component` overridable (#33573) @siriwatknp +- ​[Base] Ensure all components are OverridableComponent (#33506) @michaldudak + +### `@mui/joy@5.0.0-alpha.38` + +- ​[Select] Add new component in Joy (#33630) @siriwatknp +- ​[Joy] Add Text field documentation (#33430, #33631) @danilo-leal +- ​[Joy] Add menu components (#31789) @siriwatknp + +### Docs + +- ​[blog] Fix 404 link to Algolia docs search (dd4308d) @oliviertassinari +- ​[docs] Add accessibility tips (#33633) @siriwatknp +- ​[docs] Fix production deploy of codesandboxes (#33608) @oliviertassinari +- ​[docs] Show border on `palette.background.paper` in dark mode docs (#33611) @ZeeshanTamboli +- ​[docs] Fix typo in Joy UI dark mode page (#33620) @bairamau +- ​[docs] Final polish on Base docs - formatting and style consistency (#33156) @samuelsycamore +- ​[docs] Fix `CssBaseline` import in example code (#33614) @dd-ssc +- ​[docs] Fix Toolpad docs redirection (#33524) @bharatkashyap +- ​[docs] Fix link to Snackbar customization section in Alert docs (#33586) @ZeeshanTamboli +- ​[docs] Fix `placement choices` typo in Tooltip docs (#33571) @MonstraG +- ​[website] Update home page's sponsor grid (#33528) @danilo-leal +- ​[website] Add Vytautas to the about page (#33567) @bytasv +- ​[website] Improve newsletter input design (#33585) @danilo-leal +- ​[website] Add YouTube link to footer (#33580) @gerdadesign +- ​[website] Clarify scope of technical support (#33435) @joserodolfofreitas + +### Core + +- ​[core] Swallow ad blocker fetch fail (#33617) @oliviertassinari +- ​[core] Fix dep security by resolving `thenify` to latest (#33612) @siriwatknp +- ​[test] Remove `view` option from Event in Snackbar tests (#33555) @ZeeshanTamboli + +All contributors of this release in alphabetical order: @AHeiming, @bairamau, @bharatkashyap, @bytasv, @danilo-leal, @dd-ssc, @DinhBaoTran, @gerdadesign, @hbjORbj, @joserodolfofreitas, @michaldudak, @MonstraG, @oliviertassinari, @samuelsycamore, @siriwatknp, @ZeeshanTamboli + ## 5.9.1 diff --git a/benchmark/package.json b/benchmark/package.json index 32a07eeb9c311b..1f49873561f963 100644 --- a/benchmark/package.json +++ b/benchmark/package.json @@ -15,9 +15,9 @@ "@emotion/react": "^11.9.3", "@emotion/styled": "^11.9.3", "@mdx-js/react": "^2.1.2", - "@mui/material": "^5.9.1", - "@mui/styles": "^5.9.1", - "@mui/system": "^5.9.1", + "@mui/material": "^5.9.2", + "@mui/styles": "^5.9.2", + "@mui/system": "^5.9.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 5ffb15fc196cc9..7ae44cc3371d26 100644 --- a/docs/package.json +++ b/docs/package.json @@ -31,18 +31,18 @@ "@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.90", + "@mui/base": "5.0.0-alpha.91", "@mui/docs": "^5.9.1", "@mui/icons-material": "^5.8.4", - "@mui/joy": "5.0.0-alpha.37", - "@mui/lab": "5.0.0-alpha.91", - "@mui/material": "^5.9.1", - "@mui/material-next": "6.0.0-alpha.45", + "@mui/joy": "5.0.0-alpha.38", + "@mui/lab": "5.0.0-alpha.92", + "@mui/material": "^5.9.2", + "@mui/material-next": "6.0.0-alpha.46", "@mui/styled-engine": "^5.8.7", "@mui/styled-engine-sc": "^5.8.0", - "@mui/styles": "^5.9.1", - "@mui/system": "^5.9.1", - "@mui/types": "^7.1.4", + "@mui/styles": "^5.9.2", + "@mui/system": "^5.9.2", + "@mui/types": "^7.1.5", "@mui/x-data-grid": "^5.13.0", "@mui/x-data-grid-generator": "^5.13.0", "@mui/x-data-grid-pro": "^5.13.0", diff --git a/package.json b/package.json index 705bdb3e36a829..e6e2b0f22f71f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mui/monorepo", - "version": "5.9.1", + "version": "5.9.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 feb50911ed2ef0..71511e45f07fd7 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.90", + "version": "5.0.0-alpha.91", "private": false, "author": "MUI Team", "description": "A library of headless ('unstyled') React UI components and low-level hooks.", @@ -53,7 +53,7 @@ "dependencies": { "@babel/runtime": "^7.17.2", "@emotion/is-prop-valid": "^1.1.3", - "@mui/types": "^7.1.4", + "@mui/types": "^7.1.5", "@mui/utils": "^5.9.1", "@popperjs/core": "^2.11.5", "clsx": "^1.2.1", diff --git a/packages/mui-joy/package.json b/packages/mui-joy/package.json index 9512208dec03ca..c5ea42e23e7dd8 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.37", + "version": "5.0.0-alpha.38", "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.90", - "@mui/system": "^5.9.1", - "@mui/types": "^7.1.4", + "@mui/base": "5.0.0-alpha.91", + "@mui/system": "^5.9.2", + "@mui/types": "^7.1.5", "@mui/utils": "^5.9.1", "clsx": "^1.2.1", "csstype": "^3.1.0", diff --git a/packages/mui-lab/package.json b/packages/mui-lab/package.json index c400c5c869a80b..c669e931f4b14e 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.91", + "version": "5.0.0-alpha.92", "private": false, "author": "MUI Team", "description": "Laboratory for new MUI modules.", @@ -61,15 +61,15 @@ }, "dependencies": { "@babel/runtime": "^7.17.2", - "@mui/base": "5.0.0-alpha.90", - "@mui/system": "^5.9.1", + "@mui/base": "5.0.0-alpha.91", + "@mui/system": "^5.9.2", "@mui/utils": "^5.9.1", "clsx": "^1.2.1", "prop-types": "^15.8.1", "react-is": "^18.2.0" }, "devDependencies": { - "@mui/types": "^7.1.4" + "@mui/types": "^7.1.5" }, "sideEffects": false, "publishConfig": { diff --git a/packages/mui-material-next/package.json b/packages/mui-material-next/package.json index a51126f1dfdbc4..ac70230804babd 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.45", + "version": "6.0.0-alpha.46", "private": false, "author": "MUI Team", "description": "v6-alpha: React components that implement Google's Material Design", @@ -59,10 +59,10 @@ }, "dependencies": { "@babel/runtime": "^7.17.2", - "@mui/base": "5.0.0-alpha.90", - "@mui/material": "^5.9.1", - "@mui/system": "^5.9.1", - "@mui/types": "^7.1.4", + "@mui/base": "5.0.0-alpha.91", + "@mui/material": "^5.9.2", + "@mui/system": "^5.9.2", + "@mui/types": "^7.1.5", "@mui/utils": "^5.9.1", "@popperjs/core": "^2.11.5", "@types/react-transition-group": "^4.4.5", diff --git a/packages/mui-material/package.json b/packages/mui-material/package.json index f54bcc8206e524..7c158975f8c269 100644 --- a/packages/mui-material/package.json +++ b/packages/mui-material/package.json @@ -1,6 +1,6 @@ { "name": "@mui/material", - "version": "5.9.1", + "version": "5.9.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.90", - "@mui/system": "^5.9.1", - "@mui/types": "^7.1.4", + "@mui/base": "5.0.0-alpha.91", + "@mui/system": "^5.9.2", + "@mui/types": "^7.1.5", "@mui/utils": "^5.9.1", "@types/react-transition-group": "^4.4.5", "clsx": "^1.2.1", diff --git a/packages/mui-styles/package.json b/packages/mui-styles/package.json index 94ca89786f3b37..75686d94ab05fe 100644 --- a/packages/mui-styles/package.json +++ b/packages/mui-styles/package.json @@ -1,6 +1,6 @@ { "name": "@mui/styles", - "version": "5.9.1", + "version": "5.9.2", "private": false, "author": "MUI Team", "description": "MUI Styles - The legacy JSS-based styling solution of Material UI.", @@ -50,7 +50,7 @@ "@babel/runtime": "^7.17.2", "@emotion/hash": "^0.8.0", "@mui/private-theming": "^5.9.1", - "@mui/types": "^7.1.4", + "@mui/types": "^7.1.5", "@mui/utils": "^5.9.1", "clsx": "^1.2.1", "csstype": "^3.1.0", diff --git a/packages/mui-system/package.json b/packages/mui-system/package.json index 2299b3dc182eb8..c241bc98e83dc7 100644 --- a/packages/mui-system/package.json +++ b/packages/mui-system/package.json @@ -1,6 +1,6 @@ { "name": "@mui/system", - "version": "5.9.1", + "version": "5.9.2", "private": false, "author": "MUI Team", "description": "CSS utilities for rapidly laying out custom designs.", @@ -60,7 +60,7 @@ "@babel/runtime": "^7.17.2", "@mui/private-theming": "^5.9.1", "@mui/styled-engine": "^5.8.7", - "@mui/types": "^7.1.4", + "@mui/types": "^7.1.5", "@mui/utils": "^5.9.1", "clsx": "^1.2.1", "csstype": "^3.1.0", diff --git a/packages/mui-types/package.json b/packages/mui-types/package.json index c304e06ddcc52f..6e2b59149bc0c3 100644 --- a/packages/mui-types/package.json +++ b/packages/mui-types/package.json @@ -1,6 +1,6 @@ { "name": "@mui/types", - "version": "7.1.4", + "version": "7.1.5", "private": false, "author": "MUI Team", "description": "Utility types for MUI.",