Skip to content

Commit

Permalink
v5.13.3 (#37440)
Browse files Browse the repository at this point in the history
  • Loading branch information
hbjORbj committed May 29, 2023
1 parent de3397a commit 70d4a2b
Show file tree
Hide file tree
Showing 11 changed files with 73 additions and 21 deletions.
52 changes: 52 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,57 @@
# [Versions](https://mui.com/versions/)

## 5.13.3

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

_May 29, 2023_

A big thanks to the 15 contributors who made this release possible.
This release focuses primarily on 🐛 bug fixes and 📚 documentation improvements.

### `@mui/[email protected]

- &#8203;<!-- 22 -->[Autocomplete] Accept external Listbox ref (#37325) @sai6855
- &#8203;<!-- 06 -->[Modal] Pass `className` from `BackdropProps` (#37399) @hbjORbj

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

- &#8203;<!-- 20 -->[base] Maintain nodes document order in compound components (#36857) @michaldudak
- &#8203;<!-- 19 -->[base][joy] Prevent persisting hover state styles onclick on mobile (#36704) @gitstart
- &#8203;<!-- 18 -->[Menu][base] MenuItem as a link does not work (#37242) @nicolas-ot
- &#8203;<!-- 17 -->[MenuItem][Base] Pass idGenerator function (#37364) @sai6855
- &#8203;<!-- 16 -->[Slider][Base] Add Vertical slider demo (#37357) @sai6855

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

- &#8203;<!-- 23 -->[Select][joy] Fix popup does not close (#37435) @siriwatknp
- &#8203;<!-- 21 -->[Badge][Joy] Fix `slots` element type in API docs (#37329) @zignis
- &#8203;<!-- 04 -->[Select] [joy] Handle long text content (#37289) @akash191095
- &#8203;<!-- 07 -->[Tooltip][Joy] Interactive doesn't work (#37159) @nicolas-ot

### `@mui/[email protected]

- &#8203;<!-- 05 -->[mui-codemod] Add missing script to README (#37377) @hbjORbj

### Docs

- &#8203;<!-- 14 -->[docs] Clarify Hidden down props as exclusive (#36927) @canac
- &#8203;<!-- 13 -->[docs] Add refine to Material UI "Related projects" and "More advanced example projects" pages (#37308) @necatiozmen
- &#8203;<!-- 12 -->[docs] Remove todo link from sidebar (#37373) @brijeshb42
- &#8203;<!-- 11 -->[docs] Clarify the peer dependency with react (#37360) @oliviertassinari
- &#8203;<!-- 10 -->[docs] Divider vertical middle prop migration (#36840) @JhonnK08
- &#8203;<!-- 09 -->[docs] Fix branding theme tabs and navigation bar regressions (#37362) @ZeeshanTamboli
- &#8203;<!-- 08 -->[docs-infra] Throw on incorrect internal links (#37326) @oliviertassinari

### Core

- &#8203;<!-- 15 -->[core] Include scoped JSX namespace when resolving props (#37404) @LukasTy
- &#8203;<!-- 03 -->[test][useMediaQuery] Change SSR test description (#37403) @zignis
- &#8203;<!-- 02 -->[website] Sync with Ashby @oliviertassinari
- &#8203;<!-- 01 -->[website] Add David to about page (#37379) @DavidCnoops

All contributors of this release in alphabetical order: @akash191095, @brijeshb42, @canac, @DavidCnoops, @gitstart, @hbjORbj, @JhonnK08, @LukasTy, @michaldudak, @necatiozmen, @nicolas-ot, @oliviertassinari, @sai6855, @ZeeshanTamboli, @zignis

## 5.13.2

<!-- generated comparing v5.13.1..master -->
Expand Down
2 changes: 1 addition & 1 deletion benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mdx-js/react": "^2.3.0",
"@mui/material": "^5.13.2",
"@mui/material": "^5.13.3",
"@mui/styles": "^5.13.2",
"@mui/system": "^5.13.2",
"@styled-system/css": "^5.1.5",
Expand Down
10 changes: 5 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/base": "5.0.0-beta.2",
"@mui/base": "5.0.0-beta.3",
"@mui/docs": "^5.12.4",
"@mui/icons-material": "^5.11.16",
"@mui/joy": "5.0.0-alpha.81",
"@mui/lab": "5.0.0-alpha.131",
"@mui/joy": "5.0.0-alpha.82",
"@mui/lab": "5.0.0-alpha.132",
"@mui/markdown": "^5.0.0",
"@mui/material": "^5.13.2",
"@mui/material-next": "6.0.0-alpha.86",
"@mui/material": "^5.13.3",
"@mui/material-next": "6.0.0-alpha.87",
"@mui/styled-engine": "^5.13.2",
"@mui/styled-engine-sc": "^5.12.0",
"@mui/styles": "^5.13.2",
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.13.2",
"version": "5.13.3",
"private": true,
"scripts": {
"proptypes": "cross-env BABEL_ENV=development babel-node --extensions \".tsx,.ts,.js\" ./scripts/generateProptypes.ts",
Expand Down
2 changes: 1 addition & 1 deletion 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-beta.2",
"version": "5.0.0-beta.3",
"private": false,
"author": "MUI Team",
"description": "A library of headless ('unstyled') React UI components and low-level hooks.",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-codemod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/codemod",
"version": "5.12.3",
"version": "5.13.3",
"bin": "./codemod.js",
"private": false,
"author": "MUI Team",
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.13.2",
"version": "5.13.3",
"private": false,
"author": "MUI Team",
"description": "Internal package to track number of downloads of our design system libraries",
Expand Down
6 changes: 3 additions & 3 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.81",
"version": "5.0.0-alpha.82",
"private": false,
"author": "MUI Team",
"description": "A library of beautifully designed React UI components.",
Expand Down Expand Up @@ -57,8 +57,8 @@
},
"dependencies": {
"@babel/runtime": "^7.21.0",
"@mui/base": "5.0.0-beta.2",
"@mui/core-downloads-tracker": "^5.13.2",
"@mui/base": "5.0.0-beta.3",
"@mui/core-downloads-tracker": "^5.13.3",
"@mui/system": "^5.13.2",
"@mui/types": "^7.2.4",
"@mui/utils": "^5.13.1",
Expand Down
4 changes: 2 additions & 2 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.131",
"version": "5.0.0-alpha.132",
"private": false,
"author": "MUI Team",
"description": "Laboratory for new MUI modules.",
Expand Down Expand Up @@ -61,7 +61,7 @@
},
"dependencies": {
"@babel/runtime": "^7.21.0",
"@mui/base": "5.0.0-beta.2",
"@mui/base": "5.0.0-beta.3",
"@mui/system": "^5.13.2",
"@mui/types": "^7.2.4",
"@mui/utils": "^5.13.1",
Expand Down
6 changes: 3 additions & 3 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.86",
"version": "6.0.0-alpha.87",
"private": false,
"author": "MUI Team",
"description": "v6-alpha: React components that implement Google's Material Design",
Expand Down Expand Up @@ -59,8 +59,8 @@
},
"dependencies": {
"@babel/runtime": "^7.21.0",
"@mui/base": "5.0.0-beta.2",
"@mui/material": "^5.13.2",
"@mui/base": "5.0.0-beta.3",
"@mui/material": "^5.13.3",
"@mui/system": "^5.13.2",
"@mui/types": "^7.2.4",
"@mui/utils": "^5.13.1",
Expand Down
6 changes: 3 additions & 3 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.13.2",
"version": "5.13.3",
"private": false,
"author": "MUI Team",
"description": "React components that implement Google's Material Design.",
Expand Down Expand Up @@ -61,8 +61,8 @@
},
"dependencies": {
"@babel/runtime": "^7.21.0",
"@mui/base": "5.0.0-beta.2",
"@mui/core-downloads-tracker": "^5.13.2",
"@mui/base": "5.0.0-beta.3",
"@mui/core-downloads-tracker": "^5.13.3",
"@mui/system": "^5.13.2",
"@mui/types": "^7.2.4",
"@mui/utils": "^5.13.1",
Expand Down

0 comments on commit 70d4a2b

Please sign in to comment.