Skip to content

Commit

Permalink
v5.9.2 (#33640)
Browse files Browse the repository at this point in the history
  • Loading branch information
hbjORbj authored Jul 25, 2022
1 parent e495fe2 commit b7f0a16
Show file tree
Hide file tree
Showing 12 changed files with 98 additions and 36 deletions.
62 changes: 62 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,67 @@
# [Versions](https://mui.com/versions/)

## 5.9.2

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

_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/[email protected]`

- &#8203;<!-- 34 -->Revert "[Tooltip] Fix children mouse over detection (#32321)" @oliviertassinari
- &#8203;<!-- 19 -->[FormHelperText] Fix unable to create new variants (#33589) @DinhBaoTran
- &#8203;<!-- 18 -->[ImageList] Remove vertical spacing between items in masonry layout (#33593) @michaldudak
- &#8203;<!-- 13 -->[LoadingButton] Refactor duplicate code (#33570) @ZeeshanTamboli
- &#8203;<!-- 12 -->[Modal] Explain the meaning of deprecation of the BackdropComponent prop (#33591) @michaldudak
- &#8203;<!-- 11 -->[Stack] Fix unit test failure (#33588) @hbjORbj
- &#8203;<!-- 10 -->[Stack] Fix default `flexDirection` value with responsive prop (#33549) @hbjORbj
- &#8203;<!-- 09 -->[Stack] Ensure that `marginundefined` doesn't occur in styling (#33548) @hbjORbj
- &#8203;<!-- 08 -->[Tabs] Fix `indicatorColor` prop type (#33569) @ZeeshanTamboli
- &#8203;<!-- 07 -->[Tabs] Add TypeScript interface to augment tab indicator color in theme (#33333) @AHeiming

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

- &#8203;<!-- 33 -->[Base] Make PopperUnstyled `component` overridable (#33573) @siriwatknp
- &#8203;<!-- 32 -->[Base] Ensure all components are OverridableComponent (#33506) @michaldudak

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

- &#8203;<!-- 17 -->[Select] Add new component in Joy (#33630) @siriwatknp
- &#8203;<!-- 15 -->[Joy] Add Text field documentation (#33430, #33631) @danilo-leal
- &#8203;<!-- 14 -->[Joy] Add menu components (#31789) @siriwatknp

### Docs

- &#8203;<!-- 31 -->[blog] Fix 404 link to Algolia docs search (dd4308d) @oliviertassinari
- &#8203;<!-- 28 -->[docs] Add accessibility tips (#33633) @siriwatknp
- &#8203;<!-- 27 -->[docs] Fix production deploy of codesandboxes (#33608) @oliviertassinari
- &#8203;<!-- 26 -->[docs] Show border on `palette.background.paper` in dark mode docs (#33611) @ZeeshanTamboli
- &#8203;<!-- 25 -->[docs] Fix typo in Joy UI dark mode page (#33620) @bairamau
- &#8203;<!-- 24 -->[docs] Final polish on Base docs - formatting and style consistency (#33156) @samuelsycamore
- &#8203;<!-- 23 -->[docs] Fix `CssBaseline` import in example code (#33614) @dd-ssc
- &#8203;<!-- 22 -->[docs] Fix Toolpad docs redirection (#33524) @bharatkashyap
- &#8203;<!-- 21 -->[docs] Fix link to Snackbar customization section in Alert docs (#33586) @ZeeshanTamboli
- &#8203;<!-- 20 -->[docs] Fix `placement choices` typo in Tooltip docs (#33571) @MonstraG
- &#8203;<!-- 05 -->[website] Update home page's sponsor grid (#33528) @danilo-leal
- &#8203;<!-- 04 -->[website] Add Vytautas to the about page (#33567) @bytasv
- &#8203;<!-- 03 -->[website] Improve newsletter input design (#33585) @danilo-leal
- &#8203;<!-- 02 -->[website] Add YouTube link to footer (#33580) @gerdadesign
- &#8203;<!-- 01 -->[website] Clarify scope of technical support (#33435) @joserodolfofreitas

### Core

- &#8203;<!-- 30 -->[core] Swallow ad blocker fetch fail (#33617) @oliviertassinari
- &#8203;<!-- 29 -->[core] Fix dep security by resolving `thenify` to latest (#33612) @siriwatknp
- &#8203;<!-- 06 -->[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

<!-- generated comparing v5.9.0..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.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",
Expand Down
16 changes: 8 additions & 8 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
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.9.1",
"version": "5.9.2",
"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.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.",
Expand Down Expand Up @@ -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",
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.37",
"version": "5.0.0-alpha.38",
"private": false,
"author": "MUI Team",
"description": "A library of beautifully designed React UI components.",
Expand Down Expand Up @@ -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",
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.91",
"version": "5.0.0-alpha.92",
"private": false,
"author": "MUI Team",
"description": "Laboratory for new MUI modules.",
Expand Down Expand Up @@ -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": {
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.45",
"version": "6.0.0-alpha.46",
"private": false,
"author": "MUI Team",
"description": "v6-alpha: React components that implement Google's Material Design",
Expand Down Expand Up @@ -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",
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.9.1",
"version": "5.9.2",
"private": false,
"author": "MUI Team",
"description": "React components that implement Google's Material Design.",
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 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.9.1",
"version": "5.9.2",
"private": false,
"author": "MUI Team",
"description": "MUI Styles - The legacy JSS-based styling solution of Material UI.",
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 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.9.1",
"version": "5.9.2",
"private": false,
"author": "MUI Team",
"description": "CSS utilities for rapidly laying out custom designs.",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-types/package.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down

0 comments on commit b7f0a16

Please sign in to comment.