8000 v5.13.2 (#37365) · mui/material-ui@f661923 · GitHub
[go: up one dir, main page]

Skip to content

Commit f661923

Browse files
authored
v5.13.2 (#37365)
1 parent e961b9c commit f661923

File tree

13 files changed

+74
-33
lines changed

13 files changed

+74
-33
lines changed

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,46 @@
11
# [Versions](https://mui.com/versions/)
22

3+
## 5.13.2
4+
5+
<!-- generated comparing v5.13.1..master -->
6+
7+
_May 22, 2023_
8+
9+
A big thanks to the 12 contributors who made this release possible.
10+
📚 This release focuses primarily on documentation improvements.
11+
12+
### `@mui/material@5.13.2
13+
14+
- [Slider] Tooltip positioning fixed for vertical slider (#37049) @PunitSoniME
15+
16+
### Docs
17+
18+
- [docs][base] Remove default annotations from useTabsList return type (#37324) @TinaSay
19+
- [docs][base] Remove default annotations from useTabPanel return type (#37323) @TinaSay
20+
- [docs][base] Remove default annotations from useSwitch return type (#37322) @TinaSay
21+
- [docs][base] Remove default annotations from useInput return type (#37321) @TinaSay
22+
- [docs][base] Remove default annotations from useAutocomplete return type (#37320) @TinaSay
23+
- [docs][base] Remove default annotations from useBadge's return type (#37313) @TinaSay
24+
- [docs][base] Remove default annotations from useButton's return type (#37312) @TinaSay
25+
- [docs][base] Remove default annotations from useSlider's return type (#37309) @TinaSay
26+
- [docs] Remove Material UI's "Languages" page (#37314) @danilo-leal
27+
- [docs] Prefer to link GitHub repository @oliviertassinari
28+
- [docs] Move product versions to page context (#35078) @m4theushw
29+
- [docs] Fix v5 migration npm install instruction (#37293) @oliviertassinari
30+
- [docs][Tab] Add vertical tabs demo (#37292) @sai6855
31+
- [docs][Transitions] Fix typo in code sample (#37300) @alexfauquette
32+
- [examples] Remove `@babel/plugin-proposal-class-properties` from Material-Express-SSR example (#37305) @ZeeshanTamboli
33+
- [Website] Add Brijesh to About page (#37318) @brijeshb42
34+
- [website] Update pricing table (#37290) @cherniavskii
35+
- [website] Update core open roles (#37224) @mnajdova
36+
37+
### Core
38+
39+
- Revert "[core] Remove outdated babel proposal plugins (#36795)" (#37331) @michaldudak
40+
- [core] Move esmExternals to the shared next config (#37332) @michaldudak
41+
42+
All contributors of this release in alphabetical order: @alexfauquette, @brijeshb42, @cherniavskii, @danilo-leal, @m4theushw, @michaldudak, @mnajdova, @oliviertassinari, @PunitSoniME, @sai6855, @TinaSay, @ZeeshanTamboli
43+
344
## 5.13.1
445

546
<!-- generated comparing v5.13.0..master -->

benchmark/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"@emotion/react": "^11.11.0",
1616
"@emotion/styled": "^11.11.0",
1717
"@mdx-js/react": "^2.3.0",
18-
"@mui/material": "^5.13.1",
19-
"@mui/styles": "^5.13.1",
20-
"@mui/system": "^5.13.1",
18+
"@mui/material": "^5.13.2",
19+
"@mui/styles": "^5.13.2",
20+
"@mui/system": "^5.13.2",
2121
"@styled-system/css": "^5.1.5",
2222
"benchmark": "^2.1.4",
2323
"playwright": "^1.33.0",

docs/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,18 @@
3131
"@fortawesome/fontawesome-svg-core": "^6.4.0",
3232
"@fortawesome/free-solid-svg-icons": "^6.4.0",
3333
"@fortawesome/react-fontawesome": "^0.2.0",
34-
"@mui/base": "5.0.0-beta.1",
34+
"@mui/base": "5.0.0-beta.2",
3535
"@mui/docs": "^5.12.4",
3636
"@mui/icons-material": "^5.11.16",
37-
"@mui/joy": "5.0.0-alpha.80",
38-
"@mui/lab": "5.0.0-alpha.130",
37+
"@mui/joy": "5.0.0-alpha.81",
38+
"@mui/lab": "5.0.0-alpha.131",
3939
"@mui/markdown": "^5.0.0",
40-
"@mui/material": "^5.13.1",
41-
"@mui/material-next": "6.0.0-alpha.85",
42-
"@mui/styled-engine": "^5.12.3",
40+
"@mui/material": "^5.13.2",
41+
"@mui/material-next": "6.0.0-alpha.86",
42+
"@mui/styled-engine": "^5.13.2",
4343
"@mui/styled-engine-sc": "^5.12.0",
44-
"@mui/styles": "^5.13.1",
45-
"@mui/system": "^5.13.1",
44+
"@mui/styles": "^5.13.2",
45+
"@mui/system": "^5.13.2",
4646
"@mui/types": "^7.2.4",
4747
"@mui/x-data-grid": "6.4.0",
4848
"@mui/x-data-grid-generator": "6.4.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/monorepo",
3-
"version": "5.13.1",
3+
"version": "5.13.2",
44
"private": true,
55
"scripts": {
66
"proptypes": "cross-env BABEL_ENV=development babel-node --extensions \".tsx,.ts,.js\" ./scripts/generateProptypes.ts",

packages/mui-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/base",
3-
"version": "5.0.0-beta.1",
3+
"version": "5.0.0-beta.2",
44
"private": false,
55
"author": "MUI Team",
66
"description": "A library of headless ('unstyled') React UI components and low-level hooks.",

packages/mui-core-downloads-tracker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/core-downloads-tracker",
3-
"version": "5.13.1",
3+
"version": "5.13.2",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Internal package to track number of downloads of our design system libraries",

packages/mui-joy/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/joy",
3-
"version": "5.0.0-alpha.80",
3+
"version": "5.0.0-alpha.81",
44
"private": false,
55
"author": "MUI Team",
66
"description": "A library of beautifully designed React UI components.",
@@ -57,9 +57,9 @@
5757
},
5858
"dependencies": {
5959
"@babel/runtime": "^7.21.0",
60-
"@mui/base": "5.0.0-beta.1",
61-
"@mui/core-downloads-tracker": "^5.13.1",
62-
"@mui/system": "^5.13.1",
60+
"@mui/base": "5.0.0-beta.2",
61+
"@mui/core-downloads-tracker": "^5.13.2",
62+
"@mui/system": "^5.13.2",
6363
"@mui/types": "^7.2.4",
6464
"@mui/utils": "^5.13.1",
6565
"clsx": "^1.2.1",

packages/mui-lab/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/lab",
3-
"version": "5.0.0-alpha.130",
3+
"version": "5.0.0-alpha.131",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Laboratory for new MUI modules.",
@@ -61,8 +61,8 @@
6161
},
6262
"dependencies": {
6363
"@babel/runtime": "^7.21.0",
64-
"@mui/base": "5.0.0-beta.1",
65-
"@mui/system": "^5.13.1",
64+
"@mui/base": "5.0.0-beta.2",
65+
"@mui/system": "^5.13.2",
6666
"@mui/types": "^7.2.4",
6767
"@mui/utils": "^5.13.1",
6868
"clsx": "^1.2.1",

packages/mui-material-next/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/material-next",
3-
"version": "6.0.0-alpha.85",
3+
"version": "6.0.0-alpha.86",
44
"private": false,
55
"author": "MUI Team",
66
"description": "v6-alpha: React components that implement Google's Material Design",
@@ -59,9 +59,9 @@
5959
},
6060
"dependencies": {
6161
"@babel/runtime": "^7.21.0",
62-
"@mui/base": "5.0.0-beta.1",
63-
"@mui/material": "^5.13.1",
64-
"@mui/system": "^5.13.1",
62+
"@mui/base": "5.0.0-beta.2",
63+
"@mui/material": "^5.13.2",
64+
"@mui/system": "^5.13.2",
6565
"@mui/types": "^7.2.4",
6666
"@mui/utils": "^5.13.1",
6767
"@popperjs/core": "^2.11.7",

packages/mui-material/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/material",
3-
"version": "5.13.1",
3+
"version": "5.13.2",
44
"private": false,
55
"author": "MUI Team",
66
"description": "React components that implement Google's Material Design.",
@@ -61,9 +61,9 @@
6161
},
6262
"dependencies": {
6363
"@babel/runtime": "^7.21.0",
64-
"@mui/base": "5.0.0-beta.1",
65-
"@mui/core-downloads-tracker": "^5.13.1",
66-
"@mui/system": "^5.13.1",
64+
"@mui/base": "5.0.0-beta.2",
65+
"@mui/core-downloads-tracker": "^5.13.2",
66+
"@mui/system": "^5.13.2",
6767
"@mui/types": "^7.2.4",
6868
"@mui/utils": "^5.13.1",
6969
"@types/react-transition-group": "^4.4.6",

0 commit comments

Comments
 (0)
0