@mui/icons-material 7.2.0 → 7.3.1

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,96 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 7.3.1
4
+
5
+ <!-- generated comparing v7.3.0..master -->
6
+
7
+ _Aug 6, 2025_
8
+
9
+ A big thanks to the 2 contributors who made this release possible.
10
+
11
+ ### `@mui/material@7.3.1`
12
+
13
+ - [PaginationItem] Fix inheritance of component (#46666) @sai6855
14
+ - [Select] Revert - Implement pointer cancellation PR 45789 (#46672) @ZeeshanTamboli
15
+
16
+ All contributors of this release in alphabetical order: @sai6855, @ZeeshanTamboli
17
+
18
+ ## 7.3.0
19
+
20
+ <!-- generated comparing v7.2.0..master -->
21
+
22
+ _Aug 5, 2025_
23
+
24
+ A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨:
25
+
26
+ - 🚀 Shipped `nativeColor` feature that eliminates JS color manipulation and unlocks support for all modern color spaces (#43942) @siriwatknp!
27
+
28
+ To learn more, check out the [Native Color](https://mui.com/material-ui/customization/css-theme-variables/native-color/) guide.
29
+
30
+ ### `@mui/material@7.3.0`
31
+
32
+ - Support native color without JS manipulation (#43942) @siriwatknp
33
+ - [Accordion] Add `region` slot (#46659) @sai6855
34
+ - [SpeedDial] Fix navigation with arrow keys when slotProps.fab is defined (#46508) @sai6855
35
+ - [Select] Improve `MenuProps.slotProps` implementation (#46612) @ZeeshanTamboli
36
+ - [Select] Implement pointer cancellation (#45789) @Kartik-Murthy
37
+ - [Switch] Add role="switch" (#46482) @ZeeshanTamboli
38
+ - [Autocomplete] Fix auto highlight when options change but not the length (#46489) @yafeng-c
39
+
40
+ ### `@mui/codemod@7.3.0`
41
+
42
+ - Fix `v5.0.0/top-level-imports` codemod changing color imports (#46405) @AidanLDev
43
+
44
+ ### Docs
45
+
46
+ - Add JetBrains IDEs MCP configuration (#46470) @bernardobelchior
47
+ - Add warning to array spacing section (#46542) @cherniavskii
48
+ - Add MCP server installation details for Claude Code (#46621) @saschabratton
49
+ - Fix incorrect command for MCP Inspector in mcp.md (#46630) @EndiM
50
+ - Fix incorrect Typography override example for responsive styles (#46558) @aditi291soni
51
+ - Improve MCP docs (#46557) @siriwatknp
52
+ - Fix displaying of components in dark mode (#46544) @sai6855
53
+ - Generate `template` entries about documented generics (#46540) @LukasTy
54
+ - Use fixed dates for stable CRUD dashboard screenshots (#46546) @apedroferreira
55
+ - Add "Edit in Mui Chat" button on demos (#46480) @siriwatknp
56
+ - Fix Menu customization demo (#46535) @siriwatknp
57
+ - Add dashboard with CRUD template based on Toolpad Core (#46376) @apedroferreira
58
+ - Clarify `createTheme` warning for future compatibility (#46476) @satendra03
59
+ - Remove typo in `_redirects` (#46463) @bharatkashyap
60
+ - Change API docs to stay inside Material UI (#46414) @bharatkashyap
61
+ - [Dialog] Fix Form dialog demo's actions button padding (#46506) @frontman-git
62
+ - [SpeedDial] Remove deprecated props from demos (#46485) @sai6855
63
+ - [Switch] Use `slotProps.input` instead of deprecated `inputProps` for accessible controlled switch (#46625) @adiitxa
64
+
65
+ ### Core
66
+
67
+ - Fix ESLint reference name (80d32a2) @oliviertassinari
68
+ - Fix ESLint reference name (5fc166e) @oliviertassinari
69
+ - Add `@base-ui-components/*` to env info (#46539) @Janpot
70
+ - Remove dead property from routes (#46534) @oliviertassinari
71
+ - Fix unpinned version regression (#46438) @oliviertassinari
72
+ - [code-infra] Accomodate build requirements from mui-x (#46551) @brijeshb42
73
+ - [code-infra] Extend renovate preset from infra repo (#46483) @brijeshb42
74
+ - [code-infra] Use flat eslint config (#46258) @brijeshb42
75
+ - [docs-infra] Remove comment saving in G-sheet option (#46617) @alexfauquette
76
+ - [docs-infra] Move `Open in MUI Chat` to Demo toolbar and adjust styles (#46579) @siriwatknp
77
+ - [docs-infra] Fix codeblock issues (#46323) @atharva3333
78
+ - [docs-infra] Handle white spaces and generate either TS or JS demo for llms files (#46494) @siriwatknp
79
+ - [examples] Rename PopOverMenu.tsx file to match its usage (#46532) @rjray
80
+ - [infra] Fix `test_types_next`, `test_react_18`, `test_react_next` jobs (#46182) @Janpot
81
+ - [infra] Remove package.json `module` field (#46620) @Janpot
82
+ - [infra] Upgrade form-data to >4.0.4 (#46618) @Janpot
83
+ - [infra] Use cpu option only in CI (#46588) @Janpot
84
+ - [infra] Update scripts to delete publishConfig.directory (#46563) @brijeshb42
85
+ - [infra] Remove `transform-runtime` from `next/babel` (#46552) @Janpot
86
+ - [infra] Revert nx update (#46538) @Janpot
87
+ - [infra] Replace Argos script with code-infra CLI and update deps (#46475) @Janpot
88
+ - [infra] Update node group in renovate config (#46474) @Janpot
89
+ - [infra] Move @playwright/test to peer deps in @mui/internal-test-utils (#46459) @Janpot
90
+ - [infra] Add instructions for patch release (#46382) @mnajdova
91
+
92
+ All contributors of this release in alphabetical order: @adiitxa, @aditi291soni, @AidanLDev, @alexfauquette, @apedroferreira, @atharva3333, @bernardobelchior, @bharatkashyap, @brijeshb42, @cherniavskii, @EndiM, @frontman-git, @Janpot, @Kartik-Murthy, @LukasTy, @mnajdova, @oliviertassinari, @rjray, @sai6855, @saschabratton, @satendra03, @siriwatknp, @yafeng-c, @ZeeshanTamboli
93
+
3
94
  ## 7.2.0
4
95
 
5
96
  <!-- generated comparing v7.1.1..master -->
package/esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/icons-material v7.2.0
2
+ * @mui/icons-material v7.3.1
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.2.0
2
+ * @mui/icons-material v7.3.1
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.2.0",
3
+ "version": "7.3.1",
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.6"
30
+ "@babel/runtime": "^7.28.2"
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.2.0"
35
+ "@mui/material": "^7.3.1"
36
36
  },
37
37
  "peerDependenciesMeta": {
38
38
  "@types/react": {
@@ -41,8 +41,7 @@
41
41
  },
42
42
  "sideEffects": false,
43
43
  "publishConfig": {
44
- "access": "public",
45
- "directory": "build"
44
+ "access": "public"
46
45
  },
47
46
  "engines": {
48
47
  "node": ">=14.0.0"
@@ -72,6 +71,5 @@
72
71
  "./esm": null,
73
72
  "./utils/*": null
74
73
  },
75
- "private": false,
76
- "module": "./esm/index.js"
74
+ "private": false
77
75
  }