Skip to content

Commit 0f0fcb0

Browse files
authored
v5.10.1 (#33933)
1 parent dee9529 commit 0f0fcb0

13 files changed

Lines changed: 93 additions & 32 deletions

File tree

CHANGELOG.md

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

3+
## 5.10.1
4+
5+
<!-- generated comparing v5.10.0..master -->
6+
7+
_Aug 15, 2022_
8+
9+
A big thanks to the 18 contributors who made this release possible. This release was mostly around 🐛 bug fixes and 📚 documentation improvements.
10+
11+
### `@mui/material@5.10.1`
12+
13+
- &#8203;<!-- 04 -->[TableCell] Enable variant overrides via TypeScript module augmentation (#33856) @arjunvijayanathakurup
14+
15+
### `@mui/system@5.10.1`
16+
17+
- &#8203;<!-- 05 -->[system] Fix `ContainerProps` export (#33923) @bugzpodder
18+
19+
### `@mui/base@5.0.0-alpha.93`
20+
21+
- &#8203;<!-- 31 -->[TrapFocus] Removes invisible tabbable elements from (#33543) @EthanStandel
22+
- &#8203;<!-- 30 -->[Input][base] Pass the rows prop to the underlying textarea (#33873) @michaldudak
23+
- &#8203;<!-- 06 -->[SelectUnstyled] Add ability to post the select's value when submitting a form (#33697) @michaldudak
24+
25+
### `@mui/joy@5.0.0-alpha.41`
26+
27+
- &#8203;<!-- 07 -->[IconButton][joy] Fix large IconButton scaling (#33885) @cherewaty
28+
29+
### Docs
30+
31+
- &#8203;<!-- 23 -->[docs] Expand on a11y section for Material UI `Link` component (#32839) @TKrishnasamy
32+
- &#8203;<!-- 22 -->[docs] Fix typo in Joy UI's `AspectRatio` docs (#33895) @IsaacInsoll
33+
- &#8203;<!-- 21 -->[docs] Improve the Base Usage page (#33272) @samuelsycamore
34+
- &#8203;<!-- 20 -->[docs] Avoid refreshing the page when button on demo is clicked (#33852) @PunitSoniME
35+
- &#8203;<!-- 19 -->[docs] Improve the HorizontalNonLinearStepper demo styling (#33886) @hayawata3626
36+
- &#8203;<!-- 18 -->[docs] Remove dead NoSsr in the demos (#33910) @oliviertassinari
37+
- &#8203;<!-- 17 -->[docs] Fix the reopening menu problem in MenuUnstyled demo (#33890) @michaldudak
38+
- &#8203;<!-- 24 -->[docs] Fix a few link issues (#33909) @oliviertassinari
39+
- &#8203;<!-- 16 -->[docs] Explain the icons package dependencies (#33592) @michaldudak
40+
- &#8203;<!-- 15 -->[docs] Fix reported SEO issues (#33818) @oliviertassinari
41+
- &#8203;<!-- 14 -->[docs] Add permanent notifications back (#33843) @oliviertassinari
42+
- &#8203;<!-- 13 -->[docs] Enforce description for all pages (#33698) @oliviertassinari
43+
- &#8203;<!-- 12 -->[docs] Clarify difference in startup times between named and default imports (#33109) @cmdcolin
44+
- &#8203;<!-- 11 -->[docs] Update transform function in the sx prop sizing docs (#33850) @ZeeshanTamboli
45+
- &#8203;<!-- 10 -->[docs] Adding missing accessibility labels (#33782) @PunitSoniME
46+
- &#8203;<!-- 09 -->[docs] Fix `/system/getting-started/advanced/` does not exist (#33867) @MonstraG
47+
- &#8203;<!-- 32 -->[docs] New Crowdin updates (#32213) @l10nbot
48+
- &#8203;<!-- 08 -->[examples] Fix broken path to favicon.ico (#33906) @mmostafavi
49+
- &#8203;<!-- 02 -->[website] Add new FAQ to pricing page (#33553) @oliviertassinari
50+
- &#8203;<!-- 03 -->[website] Miscellaneous improvements to the marketing pages (#33897) @danilo-leal
51+
52+
### Core
53+
54+
- &#8203;<!-- 29 -->[core] Add the download tracker package (#33899) @michaldudak
55+
- &#8203;<!-- 28 -->[core] Use proper external build id for Argos uploads (#33929) @cherniavskii
56+
- &#8203;<!-- 27 -->[core] Enforce 70 as the max width on the title on the docs (#33819) @oliviertassinari
57+
- &#8203;<!-- 26 -->[core] Clear yarn installation warning (#33776) @michaldudak
58+
- &#8203;<!-- 25 -->[core] Bump yarn to 1.22.19 (#33656) @michaldudak
59+
- &#8203;<!-- 24 -->[core] Remove outdated Next.js options (#33845) @oliviertassinari
60+
- &#8203;<!-- 01 -->[website] Allow /r/store- redirection pattern @oliviertassinari
61+
62+
All contributors of this release in alphabetical order: @arjunvijayanathakurup, @bugzpodder, @cherewaty, @cherniavskii, @cmdcolin, @danilo-leal, @EthanStandel, @hayawata3626, @IsaacInsoll, @l10nbot, @michaldudak, @mmostafavi, @MonstraG, @oliviertassinari, @PunitSoniME, @samuelsycamore, @TKrishnasamy, @ZeeshanTamboli
63+
364
## 5.10.0
465

566
<!-- generated comparing v5.9.3..master -->

benchmark/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"@emotion/react": "^11.9.3",
1616
"@emotion/styled": "^11.9.3",
1717
"@mdx-js/react": "^2.1.2",
18-
"@mui/material": "^5.10.0",
18+
"@mui/material": "^5.10.1",
1919
"@mui/styles": "^5.9.3",
20-
"@mui/system": "^5.10.0",
20+
"@mui/system": "^5.10.1",
2121
"@styled-system/css": "^5.1.5",
2222
"benchmark": "^2.1.4",
2323
"playwright": "^1.24.2",

docs/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,17 @@
3131
"@fortawesome/fontawesome-svg-core": "^6.1.1",
3232
"@fortawesome/free-solid-svg-icons": "^6.1.1",
3333
"@fortawesome/react-fontawesome": "^0.2.0",
34-
"@mui/base": "5.0.0-alpha.92",
34+
"@mui/base": "5.0.0-alpha.93",
3535
"@mui/docs": "^5.9.3",
3636
"@mui/icons-material": "^5.8.4",
37-
"@mui/joy": "5.0.0-alpha.40",
38-
"@mui/lab": "5.0.0-alpha.94",
39-
"@mui/material": "^5.10.0",
40-
"@mui/material-next": "6.0.0-alpha.48",
41-
"@mui/styled-engine": "^5.10.0",
42-
"@mui/styled-engine-sc": "^5.10.0",
37+
"@mui/joy": "5.0.0-alpha.41",
38+
"@mui/lab": "5.0.0-alpha.95",
39+
"@mui/material": "^5.10.1",
40+
"@mui/material-next": "6.0.0-alpha.49",
41+
"@mui/styled-engine": "^5.10.1",
42+
"@mui/styled-engine-sc": "^5.10.1",
4343
"@mui/styles": "^5.9.3",
44-
"@mui/system": "^5.10.0",
44+
"@mui/system": "^5.10.1",
4545
"@mui/types": "^7.1.5",
4646
"@mui/x-data-grid": "^5.15.2",
4747
"@mui/x-data-grid-generator": "^5.15.2",

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.10.0",
3+
"version": "5.10.1",
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-alpha.92",
3+
"version": "5.0.0-alpha.93",
44
"private": false,
55
"author": "MUI Team",
66
"description": "A library of headless ('unstyled') React UI components and low-level hooks.",

packages/mui-core-internal-download-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-internal-download-tracker",
3-
"version": "5.10.0",
3+
"version": "5.10.1",
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.40",
3+
"version": "5.0.0-alpha.41",
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.17.2",
60-
"@mui/base": "5.0.0-alpha.92",
61-
"@mui/core-internal-download-tracker": "5.10.0",
62-
"@mui/system": "^5.10.0",
60+
"@mui/base": "5.0.0-alpha.93",
61+
"@mui/core-internal-download-tracker": "^5.10.1",
62+
"@mui/system": "^5.10.1",
6363
"@mui/types": "^7.1.5",
6464
"@mui/utils": "^5.9.3",
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.94",
3+
"version": "5.0.0-alpha.95",
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.17.2",
64-
"@mui/base": "5.0.0-alpha.92",
65-
"@mui/system": "^5.10.0",
64+
"@mui/base": "5.0.0-alpha.93",
65+
"@mui/system": "^5.10.1",
6666
"@mui/utils": "^5.9.3",
6767
"clsx": "^1.2.1",
6868
"prop-types": "^15.8.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.48",
3+
"version": "6.0.0-alpha.49",
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.17.2",
62-
"@mui/base": "5.0.0-alpha.92",
63-
"@mui/material": "^5.10.0",
64-
"@mui/system": "^5.10.0",
62+
"@mui/base": "5.0.0-alpha.93",
63+
"@mui/material": "^5.10.1",
64+
"@mui/system": "^5.10.1",
6565
"@mui/types": "^7.1.5",
6666
"@mui/utils": "^5.9.3",
6767
"@popperjs/core": "^2.11.6",

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.10.0",
3+
"version": "5.10.1",
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.17.2",
64-
"@mui/base": "5.0.0-alpha.92",
65-
"@mui/core-internal-download-tracker": "5.10.0",
66-
"@mui/system": "^5.10.0",
64+
"@mui/base": "5.0.0-alpha.93",
65+
"@mui/core-internal-download-tracker": "^5.10.1",
66+
"@mui/system": "^5.10.1",
6767
"@mui/types": "^7.1.5",
6868
"@mui/utils": "^5.9.3",
6969
"@types/react-transition-group": "^4.4.5",

0 commit comments

Comments
 (0)