Skip to content

Commit 9179a92

Browse files
authored
v6.4.12 (#46238)
1 parent 256a03e commit 9179a92

File tree

11 files changed

+47
-10
lines changed

11 files changed

+47
-10
lines changed

CHANGELOG.md

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

3+
## 6.4.12
4+
5+
<!-- generated comparing v6.4.11..v6.x -->
6+
7+
_May 30, 2025_
8+
9+
A big thanks to the 7 contributors who made this release possible.
10+
11+
12+
13+
- [Badge] Replace useSlotProps with useSlot hook (#45876) @sai6855
14+
- [BottomNavigationAction] Add slots and slotProps (#45875) @sai6855
15+
- [CardActionArea] Add slots and slotProps (#45877) @sai6855
16+
- [OutlinedInput] Add missing `notchedOutline` slot (#45938) @siriwatknp
17+
- [useMediaQuery] Add warning and docs for using `useMediaQuery('print')` (#45886) @good-jinu
18+
- Fix theme object changes between renders (#45874) @siriwatknp
19+
20+
21+
22+
- Do not wrap `@layer` order rules in App Router (#45870) @Nayeem-XTREME
23+
24+
25+
26+
- Skip styled component from being transformed (#46184) @siriwatknp
27+
28+
### Docs
29+
30+
- [Dialog] Remove deprecated props usage in demos (#45928) @sai6855
31+
- [Grid] Update grid migration guide (#46153) @sai6855
32+
- [Menu] Update `paper` slot JSDoc default from `Paper` to `PopoverPaper` (@andreachiera) (#45865) @andreachiera
33+
- Update CSS variable usage in migration guide for Pigment CSS (#46038) @sai6855
34+
- Remove outdated StackOverflow tag (9b9f96b) @oliviertassinari
35+
- Update `@mui/icons-material` install command to use 6.x version (#45810) @Nickknack
36+
- Add AccordionSummary to the breaking change migration (#45973) @siriwatknp
37+
38+
All contributors of this release in alphabetical order: @andreachiera, @good-jinu, @Nayeem-XTREME, @Nickknack, @oliviertassinari, @sai6855, @siriwatknp
39+
340
## 6.4.11
441

542
_Apr 9, 2025_

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": "6.4.11",
3+
"version": "6.4.12",
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": "6.4.11",
3+
"version": "6.4.12",
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": "6.4.11",
3+
"version": "6.4.12",
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": "6.4.11",
3+
"version": "6.4.12",
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": "6.0.1-beta.34",
3+
"version": "6.0.1-beta.35",
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": "6.4.3",
3+
"version": "6.4.12",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Collection of utilities for integration between Material UI and Next.js.",

packages/mui-material-pigment-css/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-pigment-css",
3-
"version": "6.4.11",
3+
"version": "6.4.12",
44
"author": "MUI Team",
55
"description": "A wrapper over Pigment CSS that provides the same styled and theming APIs as Material UI.",
66
"main": "./src/index.ts",

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": "6.4.11",
3+
"version": "6.4.12",
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-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": "6.4.11",
3+
"version": "6.4.12",
44
"private": false,
55
"author": "MUI Team",
66
"description": "MUI Styles - The legacy JSS-based styling solution of Material UI.",

packages/mui-system/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/system",
3-
"version": "6.4.11",
3+
"version": "6.4.12",
44
"private": false,
55
"author": "MUI Team",
66
"description": "MUI System is a set of CSS utilities to help you build custom designs more efficiently. It makes it possible to rapidly lay out custom designs.",

0 commit comments

Comments
 (0)