@mui/icons-material 6.4.11 → 6.5.0

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +66 -0
  2. package/index.js +1 -1
  3. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,71 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 6.5.0
4
+
5
+ <!-- generated comparing v6.4.12..v6.x -->
6
+
7
+ _Jul 2, 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://v6.mui.com/material-ui/customization/css-layers/).
13
+
14
+ ### `@mui/material@6.5.0`
15
+
16
+ - [Dialog] Add codemod for deprecated props (#46335) @sai6855
17
+
18
+ ### `@mui/system@6.5.0`
19
+
20
+ - Backport CSS layers feature from v7 (#46283) @siriwatknp
21
+
22
+ ### `@mui/material-nextjs@6.5.0`
23
+
24
+ - Backport CSS layers feature from v7 (#46283) @siriwatknp
25
+
26
+ ### Docs
27
+
28
+ - Add ListItemButton to make the deprecation clear (#46357) @sai6855
29
+
30
+ All contributors of this release in alphabetical order: @sai6855, @siriwatknp
31
+
32
+ ## 6.4.12
33
+
34
+ <!-- generated comparing v6.4.11..v6.x -->
35
+
36
+ _May 30, 2025_
37
+
38
+ A big thanks to the 7 contributors who made this release possible.
39
+
40
+ ### `@mui/material@6.4.12`
41
+
42
+ - [Badge] Replace useSlotProps with useSlot hook (#45876) @sai6855
43
+ - [BottomNavigationAction] Add slots and slotProps (#45875) @sai6855
44
+ - [CardActionArea] Add slots and slotProps (#45877) @sai6855
45
+ - [OutlinedInput] Add missing `notchedOutline` slot (#45938) @siriwatknp
46
+ - [useMediaQuery] Add warning and docs for using `useMediaQuery('print')` (#45886) @good-jinu
47
+ - Fix theme object changes between renders (#45874) @siriwatknp
48
+
49
+ ### `@mui/material-nextjs@6.4.12`
50
+
51
+ - Do not wrap `@layer` order rules in App Router (#45870) @Nayeem-XTREME
52
+
53
+ ### `@mui/system@6.4.12`
54
+
55
+ - Skip styled component from being transformed (#46184) @siriwatknp
56
+
57
+ ### Docs
58
+
59
+ - [Dialog] Remove deprecated props usage in demos (#45928) @sai6855
60
+ - [Grid] Update grid migration guide (#46153) @sai6855
61
+ - [Menu] Update `paper` slot JSDoc default from `Paper` to `PopoverPaper` (@andreachiera) (#45865) @andreachiera
62
+ - Update CSS variable usage in migration guide for Pigment CSS (#46038) @sai6855
63
+ - Remove outdated StackOverflow tag (9b9f96b) @oliviertassinari
64
+ - Update `@mui/icons-material` install command to use 6.x version (#45810) @Nickknack
65
+ - Add AccordionSummary to the breaking change migration (#45973) @siriwatknp
66
+
67
+ All contributors of this release in alphabetical order: @andreachiera, @good-jinu, @Nayeem-XTREME, @Nickknack, @oliviertassinari, @sai6855, @siriwatknp
68
+
3
69
  ## 6.4.11
4
70
 
5
71
  _Apr 9, 2025_
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/icons-material v6.4.11
2
+ * @mui/icons-material v6.5.0
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/icons-material",
3
- "version": "6.4.11",
3
+ "version": "6.5.0",
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.11"
36
+ "@mui/material": "^6.5.0"
37
37
  },
38
38
  "peerDependenciesMeta": {
39
39
  "@types/react": {