@mui/icons-material 6.4.11 → 6.4.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +37 -0
- package/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,42 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
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
|
+
### `@mui/material@6.4.12`
|
|
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
|
+
### `@mui/material-nextjs@6.4.12`
|
|
21
|
+
|
|
22
|
+
- Do not wrap `@layer` order rules in App Router (#45870) @Nayeem-XTREME
|
|
23
|
+
|
|
24
|
+
### `@mui/system@6.4.12`
|
|
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
|
+
|
|
3
40
|
## 6.4.11
|
|
4
41
|
|
|
5
42
|
_Apr 9, 2025_
|
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/icons-material",
|
|
3
|
-
"version": "6.4.
|
|
3
|
+
"version": "6.4.12",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"description": "Material Design icons distributed as SVG React components.",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
35
35
|
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
36
|
-
"@mui/material": "^6.4.
|
|
36
|
+
"@mui/material": "^6.4.12"
|
|
37
37
|
},
|
|
38
38
|
"peerDependenciesMeta": {
|
|
39
39
|
"@types/react": {
|