Skip to content

Commit 6b50143

Browse files
authored
5.18.0 (#46432)
1 parent f233c5b commit 6b50143

File tree

11 files changed

+36
-10
lines changed

11 files changed

+36
-10
lines changed

CHANGELOG.md

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

3+
## 5.18.0
4+
5+
<!-- generated comparing v5.17.1..v5.x -->
6+
7+
_Jun 26, 2025_
8+
9+
A big thanks to the 2 contributors who made this release possible.
10+
11+
CSS layers make it easier to override styles by splitting a single style sheet into multiple layers.
12+
To learn more, check out the [CSS layers documentation](https://v5.mui.com/material-ui/customization/css-layers/).
13+
14+
15+
16+
- Backport CSS layers from v7 (#46320) @siriwatknp
17+
18+
19+
20+
- Backport CSS layers from v7 (#46320) @siriwatknp
21+
22+
### Docs
23+
24+
- Ease migration to v5 (#45991) @oliviertassinari
25+
- Add AccordionSummary to the breaking change migration (@siriwatknp) (#45972) @siriwatknp
26+
27+
All contributors of this release in alphabetical order: @oliviertassinari, @siriwatknp
28+
329
## v5.17.1
430

531
<!-- generated comparing v5.17.0..v5.x -->

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.17.1",
3+
"version": "5.18.0",
44
"private": true,
55
"scripts": {
66
"preinstall": "npx only-allow pnpm",

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.17.1",
3+
"version": "5.18.0",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Internal package to track number of downloads of our design system libraries",

packages/mui-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/docs",
3-
"version": "5.17.1",
3+
"version": "5.18.0",
44
"private": false,
55
"author": "MUI Team",
66
"description": "MUI Docs - Documentation building blocks.",

packages/mui-icons-material/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/icons-material",
3-
"version": "5.17.1",
3+
"version": "5.18.0",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Material Design icons distributed as SVG React components.",

packages/mui-lab/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/lab",
3-
"version": "5.0.0-alpha.176",
3+
"version": "5.0.0-alpha.177",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Laboratory for new MUI modules.",

packages/mui-material-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/material-nextjs",
3-
"version": "5.16.14",
3+
"version": "5.18.0",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Collection of utilities for integration between Material UI and Next.js.",

packages/mui-material/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/material",
3-
"version": "5.17.1",
3+
"version": "5.18.0",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Material UI is an open-source React component library that implements Google's Material Design. It's comprehensive and can be used in production out of the box.",

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.16.14",
3+
"version": "5.18.0",
44
"private": false,
55
"author": "MUI Team",
66
"description": "styled() API wrapper package for emotion.",

packages/mui-styles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/styles",
3-
"version": "5.17.1",
3+
"version": "5.18.0",
44
"private": false,
55
"author": "MUI Team",
66
"description": "MUI Styles - The legacy JSS-based styling solution of Material UI.",

0 commit comments

Comments
 (0)