Skip to content

Commit 7f502e0

Browse files
authored
v5.10.0 (#33854)
1 parent e4b548c commit 7f502e0

11 files changed

Lines changed: 84 additions & 23 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.0
4+
5+
<!-- generated comparing v5.9.3..master -->
6+
7+
_Aug 8, 2022_
8+
9+
A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
10+
11+
-[Stack](https://mui.com/system/react-stack/) component is added to MUI System and Joy UI #33760 #33800 @mnajdova
12+
-[Breadcrumbs](https://mui.com/joy-ui/react-breadcrumbs/) component is added to Joy UI (#32697) @hbjORbj
13+
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
14+
15+
### `@mui/material@5.10.0`
16+
17+
- [Grid] Prevent crash if spacing is set to zero in theme (#33777) @PunitSoniME
18+
- [Grid] Export interface `RegularBreakpoints` to fix type error (#33751) @ZeeshanTamboli
19+
- [Skeleton] Add `rounded` variant (#33687) @siriwatknp
20+
- [Stepper] Fix classes for icon container (#33734) @pratikkarad
21+
- [TableCell] Enable size prop overrides via module augmentation (#33816) @brentertz
22+
- [Tooltip] Fix tooltip arrow css var background (#33753) @TimoWilhelm
23+
- [useScrollTrigger] Add passive flag to scroll trigger event listener #32437 (#33749) @Dsalazar1685
24+
25+
### `@mui/system@5.10.0`
26+
27+
- Fix unnecessary styles created from `sx` (#33752) @siriwatknp
28+
- Fix duplicated styles in Box (#33774) @iamxukai
29+
- Don't spread props to DOM for string tags (#33761) @siriwatknp
30+
- Add `Stack` component (#33760) @mnajdova
31+
32+
### `@mui/joy@5.0.0-alpha.40`
33+
34+
- [Stack] Add new component (#33800) @mnajdova
35+
- [Breadcrumbs] Add `Breadcrumbs` component (#32697) @hbjORbj
36+
- [Card] Fix wrong api description for `size` prop (#33862) @hbjORbj
37+
- Miscellaneous fixes (#33796, #33750) @siriwatknp
38+
39+
### Docs
40+
41+
- [docs] Create, revise, and expand System "Getting started" docs (#33503) @samuelsycamore
42+
- [docs] Test new image best practice @oliviertassinari
43+
- [docs] Fix typo in the ClickAwayListerner name (#33813) @pawelsmigielski
44+
- [docs] Fix link to `Basics` section in `Trap Focus` docs (#33772) @ZeeshanTamboli
45+
- [docs] z-index added in popper when used by split button (#33763) @PunitSoniME
46+
- [docs] Improve the guide for using @mui/base with Tailwind CSS (#33670) @mnajdova
47+
- [docs] Fix warnings related to Next.js' links (#33693) @mnajdova
48+
- [docs] Add notification to aggregation blogpost (#33745) @joserodolfofreitas
49+
- [docs] Add Grid version 2 docs (#33554) @siriwatknp
50+
- [examples] Fix `NextLinkComposedProps` type error (#33842) @adham618
51+
52+
### Core
53+
54+
- [blog] Add social card to Tenerife retreat post (#33764)
55+
- [blog] Fix blue outline bug (#33707) @oliviertassinari
56+
- [blog] Improve the width of the layout (#33706) @oliviertassinari@samuelsycamore
57+
- [core] Remove unnecessary packageName attribute from pages (#33488) @cherniavskii
58+
- [core] Remove duplicated CODE_OF_CONDUCT (#33702) @oliviertassinari
59+
- [core] Update Playwright packages together (#33737) @michaldudak
60+
- [website] Fix notifications not being marked as read in production (#33756) @cherniavskii
61+
62+
All contributors of this release in alphabetical order: @adham618, @brentertz, @cherniavskii, @Dsalazar1685, @hbjORbj, @iamxukai, @joserodolfofreitas, @michaldudak, @mnajdova, @oliviertassinari, @pawelsmigielski, @pratikkarad, @PunitSoniME, @siriwatknp, @TimoWilhelm, @ZeeshanTamboli
63+
364
## 5.9.3
465

566
<!-- generated comparing v5.9.2..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.9.3",
18+
"@mui/material": "^5.10.0",
1919
"@mui/styles": "^5.9.3",
20-
"@mui/system": "^5.9.3",
20+
"@mui/system": "^5.10.0",
2121
"@styled-system/css": "^5.1.5",
2222
"benchmark": "^2.1.4",
2323
"playwright": "^1.24.2",

docs/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@
3434
"@mui/base": "5.0.0-alpha.92",
3535
"@mui/docs": "^5.9.3",
3636
"@mui/icons-material": "^5.8.4",
37-
"@mui/joy": "5.0.0-alpha.39",
38-
"@mui/lab": "5.0.0-alpha.93",
39-
"@mui/material": "^5.9.3",
40-
"@mui/material-next": "6.0.0-alpha.47",
41-
"@mui/styled-engine": "^5.8.7",
42-
"@mui/styled-engine-sc": "^5.9.3",
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",
4343
"@mui/styles": "^5.9.3",
44-
"@mui/system": "^5.9.3",
44+
"@mui/system": "^5.10.0",
4545
"@mui/types": "^7.1.5",
4646
"@mui/x-data-grid": "^5.15.1",
4747
"@mui/x-data-grid-generator": "^5.15.1",

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.9.3",
3+
"version": "5.10.0",
44
"private": true,
55
"scripts": {
66
"proptypes": "cross-env BABEL_ENV=development babel-node --extensions \".tsx,.ts,.js\" ./scripts/generateProptypes.ts",

packages/mui-joy/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/joy",
3-
"version": "5.0.0-alpha.39",
3+
"version": "5.0.0-alpha.40",
44
"private": false,
55
"author": "MUI Team",
66
"description": "A library of beautifully designed React UI components.",
@@ -58,7 +58,7 @@
5858
"dependencies": {
5959
"@babel/runtime": "^7.17.2",
6060
"@mui/base": "5.0.0-alpha.92",
61-
"@mui/system": "^5.9.3",
61+
"@mui/system": "^5.10.0",
6262
"@mui/types": "^7.1.5",
6363
"@mui/utils": "^5.9.3",
6464
"clsx": "^1.2.1",

packages/mui-lab/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/lab",
3-
"version": "5.0.0-alpha.93",
3+
"version": "5.0.0-alpha.94",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Laboratory for new MUI modules.",
@@ -62,7 +62,7 @@
6262
"dependencies": {
6363
"@babel/runtime": "^7.17.2",
6464
"@mui/base": "5.0.0-alpha.92",
65-
"@mui/system": "^5.9.3",
65+
"@mui/system": "^5.10.0",
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: 3 additions & 3 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.47",
3+
"version": "6.0.0-alpha.48",
44
"private": false,
55
"author": "MUI Team",
66
"description": "v6-alpha: React components that implement Google's Material Design",
@@ -60,8 +60,8 @@
6060
"dependencies": {
6161
"@babel/runtime": "^7.17.2",
6262
"@mui/base": "5.0.0-alpha.92",
63-
"@mui/material": "^5.9.3",
64-
"@mui/system": "^5.9.3",
63+
"@mui/material": "^5.10.0",
64+
"@mui/system": "^5.10.0",
6565
"@mui/types": "^7.1.5",
6666
"@mui/utils": "^5.9.3",
6767
"@popperjs/core": "^2.11.5",

packages/mui-material/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/material",
3-
"version": "5.9.3",
3+
"version": "5.10.0",
44
"private": false,
55
"author": "MUI Team",
66
"description": "React components that implement Google's Material Design.",
@@ -62,7 +62,7 @@
6262
"dependencies": {
6363
"@babel/runtime": "^7.17.2",
6464
"@mui/base": "5.0.0-alpha.92",
65-
"@mui/system": "^5.9.3",
65+
"@mui/system": "^5.10.0",
6666
"@mui/types": "^7.1.5",
6767
"@mui/utils": "^5.9.3",
6868
"@types/react-transition-group": "^4.4.5",

packages/mui-styled-engine-sc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/styled-engine-sc",
3-
"version": "5.9.3",
3+
"version": "5.10.0",
44
"private": false,
55
"author": "MUI Team",
66
"description": "styled() API wrapper package for styled-components.",

packages/mui-styled-engine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/styled-engine",
3-
"version": "5.8.7",
3+
"version": "5.10.0",
44
"private": false,
55
"author": "MUI Team",
66
"description": "styled() API wrapper package for emotion.",

0 commit comments

Comments
 (0)