@mui/icons-material 7.3.1 → 7.3.3

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,154 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 7.3.3
4
+
5
+ <!-- generated comparing v7.3.2..master -->
6
+
7
+ _Sep 30, 2025_
8
+
9
+ A big thanks to the 14 contributors who made this release possible.
10
+
11
+ ### `@mui/material@7.3.3`
12
+
13
+ - [Autocomplete] Sync highlighted index when popup is opened (#46894) @ZeeshanTamboli
14
+ - [CircularProgress] Add track slot via enableTrackSlot (#46907) @monam2
15
+ - [locale] Split locales into separate files (#46933) @christopherschroer
16
+ - [Tabs] Fix not scrolling to correct tab after refresh when auto scrollable (#46869) @Jayesh-11
17
+
18
+ ### Docs
19
+
20
+ - Add a guide for building extensible themes (#46896) @siriwatknp
21
+ - Add v7 community course to resources page (#46944) @alelthomas
22
+ - Improve performance of Default Theme Viewer (#46841) @sai6855
23
+ - Fix typo in blog component MainContent (#46868) @jonyen
24
+ - [Steppers] Replace TransitionProps with slotProps.transition (#46898) @sai6855
25
+
26
+ ### Core
27
+
28
+ - [blog] Fix year in Punta Cana retreat post (#46943) @mapache-salvaje
29
+ - [blog] Punta Cana retreat post (#46892) @mapache-salvaje
30
+ - [code-infra] Publish from CI (#46851) @Janpot
31
+ - [code-infra] Convert reportBrokenLink script to ts (#47002) @brijeshb42
32
+ - [code-infra] Update module resolution for typescript@next (#46940) @Janpot
33
+ - [code-infra] Run continuous releases during ci-check (#46948) @Janpot
34
+ - [code-infra] Fix github actions check for continuous release (#46941) @Janpot
35
+ - [code-infra] Address high/critical dependabot reports (#46937) @Janpot
36
+ - [code-infra] Update ci.yml triggers (#46860) @Janpot
37
+ - [code-infra] Exact match for renovate file name (#46916) @Janpot
38
+ - [code-infra] Disable dependency update for `@material-ui/core` in codemod (#46899) @Janpot
39
+ - [code-infra] Transpile `assertion-error` in karma tests (#46909) @Janpot
40
+ - [code-infra] Disable browserstack on circleci cron jobs (#46905) @Janpot
41
+ - [code-infra] Remove `copy-files` command usage from packages (#46902) @brijeshb42
42
+ - [code-infra] Low-hanging ts conversion (#46903) @Janpot
43
+ - [code-infra] Bring batch of changes from vitest PR (#46795) @Janpot
44
+ - [code-infra] Remove dependency on `fs-extra` (#46755) @bernardobelchior
45
+ - [code-infra] Make error code extraction independent of build (#46865) @brijeshb42
46
+ - [docs-infra] Fix markdown generation script to find correct files (#46954) @siriwatknp
47
+ - [docs-infra] Fix unnecessary redirects (#46951) @Janpot
48
+ - [docs-infra] Remove `dangerouslySetInnerHTML` for ad description (#46936) @Janpot
49
+ - [docs-infra] Display "View as Markdown" only on Material UI (#46861) @siriwatknp
50
+ - [infra] Fix JSON files not being imported in TS demos (#47000) @bernardobelchior
51
+ - [infra] Turn `literal | (string & {})` to `PropTypes.string` (#46934) @siriwatknp
52
+ - [infra] Bump node.js version and make local usage strict (#46834) @brijeshb42
53
+ - [infra] Remove "main" fields from publishable packages (#46856) @brijeshb42
54
+ - [internal] Refactor `useForkRef` TS types: tighten `cleanupRef` and simplify ref typing (#46967) @wo-o29
55
+ - [internal] Fix naming to match convention (2099cb0) @oliviertassinari
56
+ - [internal] Fix naming to match convention (29aad62) @oliviertassinari
57
+ - [internal] Use same option as other repositories (eabda77) @oliviertassinari
58
+ - [internal] Normalize <meta name='viewport' (9d1922a) @oliviertassinari
59
+ - [internal] Normalize charset='utf-8' (f1aae00) @oliviertassinari
60
+ - [test] Split infinitive (0237fda) @oliviertassinari
61
+
62
+ All contributors of this release in alphabetical order: @alelthomas, @bernardobelchior, @brijeshb42, @christopherschroer, @Janpot, @Jayesh-11, @jonyen, @mapache-salvaje, @monam2, @oliviertassinari, @sai6855, @siriwatknp, @wo-o29, @ZeeshanTamboli
63
+
64
+ ## 7.3.2
65
+
66
+ <!-- generated comparing v7.3.1..master -->
67
+
68
+ _Sep 1, 2025_
69
+
70
+ A big thanks to the 16 contributors who made this release possible.
71
+
72
+ ### `@mui/material@7.3.2`
73
+
74
+ - [Chip] Remove unnecessary optional chaining from key event handlers (#46752) @ZeeshanTamboli
75
+ - [Drawer] Add dialog role and aria-modal for `temporary` variant (#46690) @Yashkanekar
76
+ - [PaginationItem] Add slot descriptions and default components in API documentation (#46677) @sai6855
77
+ - [utils] Remove duplicate isHostComponent function (#46721) @frontman-git
78
+
79
+ ### `@mui/codemod@7.3.2`
80
+
81
+ - Add codemod to convert top-level to path imports (#46657) @neemski
82
+
83
+ ### Docs
84
+
85
+ - Remove outdated Next.js lint command (#46847) @oliviertassinari
86
+ - Add `View as Markdown` to component link header (#46835) @siriwatknp
87
+ - Add a link to open `llms.txt` (#46832) @siriwatknp
88
+ - Fix typos in Material UI API docs (#46787) @noritaka1166
89
+ - Fix typo extra "to" word (#46783) @danpeleg4
90
+ - Remove past employees from about page (#46780) @Janpot
91
+ - Fix typos in `docs/pages` folder (#46761) @noritaka1166
92
+ - Add clarification on `react-is` resolution with Material UI v6 and v7 for React 18 and below (#46633) @alisasanib
93
+ - Fix typos in `joy` and `utils` package (#46713) @noritaka1166
94
+ - [autocomplete] Fix console in unstyled demo (#46804) @oliviertassinari
95
+ - [autocomplete] Fix Google Maps brand attribution (#46803) @oliviertassinari
96
+ - [autocomplete] Fix header sentence case (#46805) @oliviertassinari
97
+ - [autocomplete] Fix Google Maps demo (#46793) @oliviertassinari
98
+ - [Select] Fix labeling issues in grouped select demo (#46722) @mj12albert
99
+ - [table] Remove outdated unstyled section (#46786) @mj12albert
100
+ - [TextField] Add note about removal of `sizeMedium` class from InputLabel in v7 upgrade guide (#46693) @checcoux
101
+
102
+ ### Core
103
+
104
+ - Update `cipher-base` transitive dependency (#46800) @Janpot
105
+ - [charts] Marked Treemap chart as Pro (#46691) @prakhargupta1
106
+ - [code-infra] Remove some csbci references (#46797) @Janpot
107
+ - [code-infra] update build tool (#46801) @Janpot
108
+ - [code-infra] Align pkg.pr.new with other projects (#46467) @Janpot
109
+ - [code-infra] Prepare for incoming `execa` update (#46781) @Janpot
110
+ - [code-infra] Remove `@mui/internal-babel-plugin-resolve-imports` override config (#46754) @ZeeshanTamboli
111
+ - [core] Fix typo in `docs/mui-vale` folder (#46760) @noritaka1166
112
+ - [core] Fix typos in `docs/data/material` folder (#46757) @noritaka1166
113
+ - [core] Fix typos in `netlify` folder (#46756) @noritaka1166
114
+ - [core] Upgrade brace-expansion (#46747) @oliviertassinari
115
+ - [core] Fix typos in Joy UI docs and `test` folder (#46738) @noritaka1166
116
+ - [core] Upgrade KaTeX (#46731) @oliviertassinari
117
+ - [core] Avoid Polynomial regex backtracking (#46732) @oliviertassinari
118
+ - [core] Remove dead @toolpad/core dependency (#46730) @oliviertassinari
119
+ - [core] Fix typos in `markdown` and `system` packages (#46720) @noritaka1166
120
+ - [core] Fix typos in `api-docs-builder` package (#46719) @noritaka1166
121
+ - [core] Fix typos in `codemod` package (#46715) @noritaka1166
122
+ - [core] pnpm prettier:all (#46685) @oliviertassinari
123
+ - [docs-infra] Set origin to generated `llms.txt` (#46833) @siriwatknp
124
+ - [docs-infra] Fix AbortController error (#46408) @oliviertassinari
125
+ - [docs-infra] Block than more feedback submissions (#46824) @oliviertassinari
126
+ - [docs-infra] Fix ESLint references (#46680) @oliviertassinari
127
+ - [infra] Migrate away from airbnb's eslint config (#46794) @brijeshb42
128
+ - [infra] Remove `fs-extra` from docs scripts (#46749) @bernardobelchior
129
+ - [infra] Remove dependency on `react-spring` (but keep `@react-spring/web`) (#46748) @bernardobelchior
130
+ - [infra] Remove `fs-extra` from `mui-icons-material` (#46745) @bernardobelchior
131
+ - [infra] Remove `api-docs-builder` dependency on `fs-extra` (#46742) @bernardobelchior
132
+ - [infra] Migrate build command to code-infra (#46614) @brijeshb42
133
+ - [infra] move testBuiltTypes step (#46735) @Janpot
134
+ - [infra] Remove `fs-extra` from `netlify-plugin-cache-docs` (#46740) @bernardobelchior
135
+ - [infra] Supply `document` to `userEvent.setup()` (#46714) @Janpot
136
+ - [infra] Remove useless test step (#46679) @Janpot
137
+ - [infra] Stagger daily cron jobs to avoid browserstack timeouts (#46676) @Janpot
138
+ - [internal] Improve useControlled() strict mode handling (#46807) @oliviertassinari
139
+ - [internal] Sentence case (55a9d8f) @oliviertassinari
140
+ - [internal] Fix typos in code comments (#46784) @noritaka1166
141
+ - [internal] Fix console regression in dev mode (925f02b) @oliviertassinari
142
+ - [internal] Prettier all if dependencies changes (1f63b03) @oliviertassinari
143
+ - [internal] Fix renovate.json (84be632) @oliviertassinari
144
+ - [internal] Polish renovate schedule (#46727) @oliviertassinari
145
+ - [internal] Update link to GitHub labels (8ab4813) @oliviertassinari
146
+ - [internal] Bump brace-expansion (06de338) @oliviertassinari
147
+ - [internal] Normalize Action description (4a2fbcb) @oliviertassinari
148
+ - [toolpad] Remove it from website and docs (#46595) @prakhargupta1
149
+
150
+ All contributors of this release in alphabetical order: @alisasanib, @bernardobelchior, @brijeshb42, @checcoux, @danpeleg4, @frontman-git, @Janpot, @mj12albert, @neemski, @noritaka1166, @oliviertassinari, @prakhargupta1, @sai6855, @siriwatknp, @Yashkanekar, @ZeeshanTamboli
151
+
3
152
  ## 7.3.1
4
153
 
5
154
  <!-- generated comparing v7.3.0..master -->
@@ -71,7 +220,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
71
220
  - Fix unpinned version regression (#46438) @oliviertassinari
72
221
  - [code-infra] Accomodate build requirements from mui-x (#46551) @brijeshb42
73
222
  - [code-infra] Extend renovate preset from infra repo (#46483) @brijeshb42
74
- - [code-infra] Use flat eslint config (#46258) @brijeshb42
223
+ - [code-infra] Use flat ESLint config (#46258) @brijeshb42
75
224
  - [docs-infra] Remove comment saving in G-sheet option (#46617) @alexfauquette
76
225
  - [docs-infra] Move `Open in MUI Chat` to Demo toolbar and adjust styles (#46579) @siriwatknp
77
226
  - [docs-infra] Fix codeblock issues (#46323) @atharva3333
@@ -143,11 +292,11 @@ A big thanks to the 17 contributors who made this release possible. Here are the
143
292
  ### Core
144
293
 
145
294
  - pnpm docs:sync-team (3641a0b) @oliviertassinari
146
- - Add cross-env to eslint script (#46358) @ZeeshanTamboli
295
+ - Add cross-env to ESLint script (#46358) @ZeeshanTamboli
147
296
  - Support merging of className and style from theme (#45975) @sai6855
148
297
  - [code-infra] Create bundle size package (#45911) @Janpot
149
298
  - [docs-infra] Add a script to generate Material UI `llms.txt` and docs markdown. (#46308) @siriwatknp
150
- - [docs-infra] Fix stackblitz for js projects (#46220) @Janpot
299
+ - [docs-infra] Fix StackBlitz for js projects (#46220) @Janpot
151
300
  - [infra] Add emotion as external for bundle monitor (#46372) @Janpot
152
301
  - [infra] Create update PR on every canary publish for internal packages (#46367) @Janpot
153
302
  - [infra] Remove deprecated esmExternals (#46365) @Janpot
@@ -225,7 +374,7 @@ A big thanks to the 15 contributors who made this release possible.
225
374
  ### Core
226
375
 
227
376
  - [code-infra] Add plugin to check for index file access (#46178) @Janpot
228
- - [code-infra] Bump eslint to v9 (#46222) @brijeshb42
377
+ - [code-infra] Bump ESLint to v9 (#46222) @brijeshb42
229
378
  - [code-infra] Move packages to mui/mui-public (#46155) @Janpot
230
379
  - [code-infra] Move `chai` to peerDep (#46227) @JCQuintas
231
380
  - [code-infra] Avoid loading barrel file during type checking (#46177) @Janpot
package/esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/icons-material v7.3.1
2
+ * @mui/icons-material v7.3.3
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.3.1
2
+ * @mui/icons-material v7.3.3
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.3.1",
3
+ "version": "7.3.3",
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.28.2"
30
+ "@babel/runtime": "^7.28.4"
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.3.1"
35
+ "@mui/material": "^7.3.3"
36
36
  },
37
37
  "peerDependenciesMeta": {
38
38
  "@types/react": {
@@ -49,23 +49,23 @@
49
49
  "exports": {
50
50
  "./package.json": "./package.json",
51
51
  ".": {
52
- "import": {
53
- "types": "./esm/index.d.ts",
54
- "default": "./esm/index.js"
55
- },
56
52
  "require": {
57
53
  "types": "./index.d.ts",
58
54
  "default": "./index.js"
55
+ },
56
+ "default": {
57
+ "types": "./esm/index.d.ts",
58
+ "default": "./esm/index.js"
59
59
  }
60
60
  },
61
61
  "./*": {
62
- "import": {
63
- "types": "./esm/*.d.ts",
64
- "default": "./esm/*.js"
65
- },
66
62
  "require": {
67
63
  "types": "./*.d.ts",
68
64
  "default": "./*.js"
65
+ },
66
+ "default": {
67
+ "types": "./esm/*.d.ts",
68
+ "default": "./esm/*.js"
69
69
  }
70
70
  },
71
71
  "./esm": null,