Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release] v5.11.13 #36507

Merged
merged 7 commits into from
Mar 14, 2023
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,44 @@
# [Versions](https://mui.com/versions/)

## 5.11.13

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

_Mar 13, 2023_
mnajdova marked this conversation as resolved.
Show resolved Hide resolved

A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:

- @michaldudak added an option for [disabling the generation](https://mui.com/base/getting-started/customization/#disabling-default-css-classes) of the default classes in MUI Base (#35963)
- other 🐛 bug fixes and 📚 documentation improvements.

### `@mui/material@5.11.13`

- &#8203;<!-- 17 -->[material] Export `shouldSkipGeneratingVar` from Material UI (#36489) @siriwatknp
- &#8203;<!-- 13 -->[core] Bump MUI Base's version in Material UI (#36492) @hbjORbj

### `@mui/base@5.0.0-alpha.121`

- &#8203;<!-- 16 -->[base] Disable classes generation via a context (#35963) @michaldudak
- &#8203;<!-- 15 -->[useMenu][base] Add return interface for useMenu hook (#36376) @HeVictor
- &#8203;<!-- 05 -->[useBadge] Add interface for the return value (#36042) @skevprog
- &#8203;<!-- 04 -->[useMenuItem] Add explicit return type (#36359) @rayrw
- &#8203;<!-- 03 -->[useTabs] Add explicit return type (#36047) @sai6855

### Docs

- &#8203;<!-- 14 -->[blog] Update fields behavior on date pickers blog post (#36480) @joserodolfofreitas
- &#8203;<!-- 12 -->[docs] Info markdown not rendering in Contributing Guide README (#36487) @hbjORbj
- &#8203;<!-- 11 -->[docs] Remove 301 redirection to MUI X lab migration @oliviertassinari
- &#8203;<!-- 10 -->[docs] Fix a grammar error (#36486) @hbjORbj
- &#8203;<!-- 09 -->[docs] Add blog post notification for v6 release (#36446) @joserodolfofreitas
- &#8203;<!-- 08 -->[docs] Update link to v5 docs (#36421) @m4theushw
- &#8203;<!-- 07 -->[docs] Fix 404 in the API page links (#36419) @oliviertassinari
- &#8203;<!-- 06 -->[examples] Refactor to have better types in the Next.js + TypeScript examples (#36355) @erikian
- &#8203;<!-- 02 -->[website] Fix layout shift when loading /blog/mui-x-v6/ @oliviertassinari
- &#8203;<!-- 01 -->[website] Update stats (#36477) @hrutik7

All contributors of this release in alphabetical order: @erikian, @hbjORbj, @HeVictor, @hrutik7, @joserodolfofreitas, @m4theushw, @michaldudak, @oliviertassinari, @rayrw, @sai6855, @siriwatknp, @skevprog

## 5.11.12

<!-- generated comparing v5.11.11..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.10.6",
"@emotion/styled": "^11.10.6",
"@mdx-js/react": "^2.3.0",
"@mui/material": "^5.11.12",
"@mui/styles": "^5.11.12",
"@mui/system": "^5.11.12",
"@mui/material": "^5.11.13",
"@mui/styles": "^5.11.13",
"@mui/system": "^5.11.13",
"@styled-system/css": "^5.1.5",
"benchmark": "^2.1.4",
"playwright": "^1.31.2",
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.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/base": "5.0.0-alpha.120",
"@mui/docs": "^5.11.12",
"@mui/base": "5.0.0-alpha.121",
"@mui/docs": "^5.11.13",
"@mui/icons-material": "^5.11.11",
"@mui/joy": "5.0.0-alpha.70",
"@mui/lab": "5.0.0-alpha.122",
"@mui/joy": "5.0.0-alpha.71",
"@mui/lab": "5.0.0-alpha.123",
"@mui/markdown": "^5.0.0",
"@mui/material": "^5.11.12",
"@mui/material-next": "6.0.0-alpha.77",
"@mui/material": "^5.11.13",
"@mui/material-next": "6.0.0-alpha.78",
"@mui/styled-engine": "^5.11.11",
"@mui/styled-engine-sc": "^5.11.11",
"@mui/styles": "^5.11.12",
"@mui/system": "^5.11.12",
"@mui/styles": "^5.11.13",
"@mui/system": "^5.11.13",
"@mui/types": "^7.2.3",
"@mui/x-data-grid": "6.0.0-alpha.14",
"@mui/x-data-grid-generator": "6.0.0-alpha.14",
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.11.12",
"version": "5.11.13",
"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.120",
"version": "5.0.0-alpha.121",
"private": false,
"author": "MUI Team",
"description": "A library of headless ('unstyled') React UI components and low-level hooks.",
Expand Down Expand Up @@ -54,7 +54,7 @@
"@babel/runtime": "^7.21.0",
"@emotion/is-prop-valid": "^1.2.0",
"@mui/types": "^7.2.3",
"@mui/utils": "^5.11.12",
"@mui/utils": "^5.11.13",
"@popperjs/core": "^2.11.6",
"clsx": "^1.2.1",
"prop-types": "^15.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-core-downloads-tracker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/core-downloads-tracker",
"version": "5.11.12",
"version": "5.11.13",
"private": false,
"author": "MUI Team",
"description": "Internal package to track number of downloads of our design system libraries",
Expand Down
4 changes: 2 additions & 2 deletions packages/mui-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/docs",
"version": "5.11.12",
"version": "5.11.13",
"private": false,
"author": "MUI Team",
"description": "MUI Docs - Documentation building blocks.",
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"dependencies": {
"@babel/runtime": "^7.21.0",
"@mui/utils": "^5.11.12",
"@mui/utils": "^5.11.13",
"nprogress": "^0.2.0"
},
"publishConfig": {
Expand Down
10 changes: 5 additions & 5 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.70",
"version": "5.0.0-alpha.71",
"private": false,
"author": "MUI Team",
"description": "A library of beautifully designed React UI components.",
Expand Down Expand Up @@ -57,11 +57,11 @@
},
"dependencies": {
"@babel/runtime": "^7.21.0",
"@mui/base": "5.0.0-alpha.120",
"@mui/core-downloads-tracker": "^5.11.12",
"@mui/system": "^5.11.12",
"@mui/base": "5.0.0-alpha.121",
"@mui/core-downloads-tracker": "^5.11.13",
"@mui/system": "^5.11.13",
"@mui/types": "^7.2.3",
"@mui/utils": "^5.11.12",
"@mui/utils": "^5.11.13",
"clsx": "^1.2.1",
"csstype": "^3.1.1",
"prop-types": "^15.8.1",
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.122",
"version": "5.0.0-alpha.123",
"private": false,
"author": "MUI Team",
"description": "Laboratory for new MUI modules.",
Expand Down Expand Up @@ -61,10 +61,10 @@
},
"dependencies": {
"@babel/runtime": "^7.21.0",
"@mui/base": "5.0.0-alpha.120",
"@mui/system": "^5.11.12",
"@mui/base": "5.0.0-alpha.121",
"@mui/system": "^5.11.13",
"@mui/types": "^7.2.3",
"@mui/utils": "^5.11.12",
"@mui/utils": "^5.11.13",
"clsx": "^1.2.1",
"prop-types": "^15.8.1",
"react-is": "^18.2.0"
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.77",
"version": "6.0.0-alpha.78",
"private": false,
"author": "MUI Team",
"description": "v6-alpha: React components that implement Google's Material Design",
Expand Down Expand Up @@ -59,11 +59,11 @@
},
"dependencies": {
"@babel/runtime": "^7.21.0",
"@mui/base": "5.0.0-alpha.120",
"@mui/material": "^5.11.12",
"@mui/system": "^5.11.12",
"@mui/base": "5.0.0-alpha.121",
"@mui/material": "^5.11.13",
"@mui/system": "^5.11.13",
"@mui/types": "^7.2.3",
"@mui/utils": "^5.11.12",
"@mui/utils": "^5.11.13",
"@popperjs/core": "^2.11.6",
"@types/react-transition-group": "^4.4.5",
"clsx": "^1.2.1",
Expand Down
10 changes: 5 additions & 5 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.11.12",
"version": "5.11.13",
"private": false,
"author": "MUI Team",
"description": "React components that implement Google's Material Design.",
Expand Down Expand Up @@ -61,11 +61,11 @@
},
"dependencies": {
"@babel/runtime": "^7.21.0",
"@mui/base": "5.0.0-alpha.120",
"@mui/core-downloads-tracker": "^5.11.12",
"@mui/system": "^5.11.12",
"@mui/base": "5.0.0-alpha.121",
"@mui/core-downloads-tracker": "^5.11.13",
"@mui/system": "^5.11.13",
"@mui/types": "^7.2.3",
"@mui/utils": "^5.11.12",
"@mui/utils": "^5.11.13",
"@types/react-transition-group": "^4.4.5",
"clsx": "^1.2.1",
"csstype": "^3.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/mui-private-theming/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/private-theming",
"version": "5.11.12",
"version": "5.11.13",
"private": false,
"author": "MUI Team",
"description": "Private - The React theme context to be shared between `@mui/styles` and `@mui/material`.",
Expand Down Expand Up @@ -48,7 +48,7 @@
},
"dependencies": {
"@babel/runtime": "^7.21.0",
"@mui/utils": "^5.11.12",
"@mui/utils": "^5.11.13",
"prop-types": "^15.8.1"
},
"sideEffects": false,
Expand Down
6 changes: 3 additions & 3 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.11.12",
"version": "5.11.13",
"private": false,
"author": "MUI Team",
"description": "MUI Styles - The legacy JSS-based styling solution of Material UI.",
Expand Down Expand Up @@ -49,9 +49,9 @@
"dependencies": {
"@babel/runtime": "^7.21.0",
"@emotion/hash": "^0.9.0",
"@mui/private-theming": "^5.11.12",
"@mui/private-theming": "^5.11.13",
"@mui/types": "^7.2.3",
"@mui/utils": "^5.11.12",
"@mui/utils": "^5.11.13",
"clsx": "^1.2.1",
"csstype": "^3.1.1",
"hoist-non-react-statics": "^3.3.2",
Expand Down
6 changes: 3 additions & 3 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.11.12",
"version": "5.11.13",
"private": false,
"author": "MUI Team",
"description": "CSS utilities for rapidly laying out custom designs.",
Expand Down Expand Up @@ -58,10 +58,10 @@
},
"dependencies": {
"@babel/runtime": "^7.21.0",
"@mui/private-theming": "^5.11.12",
"@mui/private-theming": "^5.11.13",
"@mui/styled-engine": "^5.11.11",
"@mui/types": "^7.2.3",
"@mui/utils": "^5.11.12",
"@mui/utils": "^5.11.13",
"clsx": "^1.2.1",
"csstype": "^3.1.1",
"prop-types": "^15.8.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/utils",
"version": "5.11.12",
"version": "5.11.13",
"private": false,
"author": "MUI Team",
"description": "Utility functions for React components.",
Expand Down