@mui/icons-material 7.1.2 → 7.2.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,70 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 7.2.0
4
+
5
+ <!-- generated comparing v7.1.1..master -->
6
+
7
+ _Jun 26, 2025_
8
+
9
+ A big thanks to the 17 contributors who made this release possible. Here are the highlights ✨:
10
+
11
+ - ⚡️ Added `modularCssLayers` theme option for splitting styles into multiple CSS layers (#46001) @siriwatknp.
12
+ - 📖 Added example for using Material UI with React Router v7 (#46406) @siriwatknp.
13
+
14
+ ### `@mui/material@7.2.0`
15
+
16
+ - [Backdrop] Fix handling of `component` prop (#46269) @sai6855
17
+ - [Chip] Explicitly define line-height (#46260) @DiegoAndai
18
+ - [Chip] Fix handling on event handlers (#46263) @sai6855
19
+ - [OutlinedInput][Input] Deprecate composed classes (#46316) @sai6855
20
+ - [Select] Pass MenuProps.slotProps.list alongside MenuListProps (#46274) @scousino
21
+ - [l10] Enable `labelDisplayedRows` translation for Romanian (#46377) @dhu-redwoodtech
22
+ - Skip generating `modularCssLayers` CSS var (#46329) @siriwatknp
23
+
24
+ ### `@mui/system@7.2.0`
25
+
26
+ - Add `modularCssLayers` theme flag to split styles into multiple CSS layers (#46001) @siriwatknp
27
+
28
+ ### `@mui/styled-engine@7.2.0`
29
+
30
+ - Do not reuse the emotion cache across SSR requests (#46276) @robbtraister
31
+
32
+ ### `@mui/codemod@7.2.0`
33
+
34
+ - [Dialog] Add codemod for deprecated props (#46328) @sai6855
35
+
36
+ ### Docs
37
+
38
+ - Don't forward `hasAiSuggestion` (#46415) @bharatkashyap
39
+ - Add introduction to MCP (#46224) @bharatkashyap
40
+ - Fallback for searchbar during SSR (#46364) @Janpot
41
+ - Update InitColorSchemeScript options to match colorSchemeSelector (#46302) @humble-barnacle001
42
+ - Add `ListItemButton` to make the deprecation clear (#46356) @siriwatknp
43
+ - Remove "Unstyled" section from component docs (#46272) @mapache-salvaje
44
+ - Add Testing section to Rating component doc (#46268) @0210shivam
45
+ - Fix fade modal demo (#46271) @brijeshb42
46
+ - [ai] Add suggestions to edit with MUI Chat (#46309) @bharatkashyap
47
+ - [Dialog] Fix form dialog uses ARIA roles on incompatible elements (#46307) @ZeeshanTamboli
48
+ - [Menu] Fix dark mode styling of grouped header demo (#46317) @sai6855
49
+ - [TextField] Removed type="number" demos (#46314) @KirankumarAmbati
50
+ - [examples] Add `material-ui-react-router-ts` example (#46406) @siriwatknp
51
+
52
+ ### Core
53
+
54
+ - pnpm docs:sync-team (3641a0b) @oliviertassinari
55
+ - Add cross-env to eslint script (#46358) @ZeeshanTamboli
56
+ - Support merging of className and style from theme (#45975) @sai6855
57
+ - [code-infra] Create bundle size package (#45911) @Janpot
58
+ - [docs-infra] Add a script to generate Material UI `llms.txt` and docs markdown. (#46308) @siriwatknp
59
+ - [docs-infra] Fix stackblitz for js projects (#46220) @Janpot
60
+ - [infra] Add emotion as external for bundle monitor (#46372) @Janpot
61
+ - [infra] Create update PR on every canary publish for internal packages (#46367) @Janpot
62
+ - [infra] Remove deprecated esmExternals (#46365) @Janpot
63
+ - [infra] Support project-specific changelog in build scripts (#46425) @michaldudak
64
+ - [toolpad][website] Remove references to Toolpad (#46311) @prakhargupta1
65
+
66
+ All contributors of this release in alphabetical order: @0210shivam, @bharatkashyap, @brijeshb42, @dhu-redwoodtech, @DiegoAndai, @humble-barnacle001, @Janpot, @KirankumarAmbati, @mapache-salvaje, @michaldudak, @oliviertassinari, @prakhargupta1, @robbtraister, @sai6855, @scousino, @siriwatknp, @ZeeshanTamboli
67
+
3
68
  ## 7.1.2
4
69
 
5
70
  _Jun 18, 2025_
package/esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/icons-material v7.1.2
2
+ * @mui/icons-material v7.2.0
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/icons-material v7.1.2
2
+ * @mui/icons-material v7.2.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": "7.1.2",
3
+ "version": "7.2.0",
4
4
  "author": "MUI Team",
5
5
  "description": "Material Design icons distributed as SVG React components.",
6
6
  "main": "./index.js",
@@ -27,12 +27,12 @@
27
27
  "url": "https://opencollective.com/mui-org"
28
28
  },
29
29
  "dependencies": {
30
- "@babel/runtime": "^7.27.1"
30
+ "@babel/runtime": "^7.27.6"
31
31
  },
32
32
  "peerDependencies": {
33
33
  "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
34
34
  "react": "^17.0.0 || ^18.0.0 || ^19.0.0",
35
- "@mui/material": "^7.1.2"
35
+ "@mui/material": "^7.2.0"
36
36
  },
37
37
  "peerDependenciesMeta": {
38
38
  "@types/react": {