@mui/icons-material 7.3.9 → 7.3.11

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,87 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 7.3.11
4
+
5
+ <!-- generated comparing v7.3.10..v7.x -->
6
+
7
+ _May 6, 2026_
8
+
9
+ A big thanks to the 5 contributors who made this release possible.
10
+
11
+ ### `@mui/material@7.3.11`
12
+
13
+ - [autocomplete] Fix highlight sync and scroll preservation (#48350) @mj12albert
14
+ - [autocomplete] Fix popper rendering issues (#48343) @mj12albert
15
+ - [autocomplete] Improve highlight tracking and selection state (#48318) @mj12albert
16
+ - [button] Fix `startIcon` alignment (#48339) @mj12albert
17
+ - [button] Remove duplicated className entries (#48284) @silviuaavram
18
+ - [checkbox] Set `aria-checked=mixed` when indeterminate (#48286) @mj12albert
19
+ - [dialog][drawer][focus trap] Fix initial focus target (#48324) @mj12albert
20
+ - [drawer] Fix transition jump (#48340) @mj12albert
21
+ - [input] Fix layout shift with display: flex (#48359) @oliviertassinari
22
+ - [inputs] Fix autofocus in SSR environment (#48307) @mj12albert
23
+ - [popper] Persist positioning styles when popperOptions changes reference (#48302) @mj12albert
24
+ - [switch] Fix incorrect `role` with `slotProps.input` (#48472) @mj12albert
25
+ - [utils] Add shadow dom utils (#48309) @mj12albert
26
+
27
+ ### Docs
28
+
29
+ - [docs] Update banner to announce v9 (#48299) @siriwatknp
30
+ - [docs] Add v9 in the versions select in v7.mui.com (#48233) @alexfauquette
31
+
32
+ ### Core
33
+
34
+ - [internal] Update some host-reference entries (#48225) @silviuaavram
35
+
36
+ All contributors of this release in alphabetical order: @alexfauquette, @mj12albert, @oliviertassinari, @silviuaavram, @siriwatknp
37
+
38
+ ## 7.3.10
39
+
40
+ <!-- generated comparing v7.3.9..v7.x -->
41
+
42
+ _Apr 8, 2026_
43
+
44
+ A big thanks to the 15 contributors who made this release possible. A few highlights ✨:
45
+
46
+ - 📖 Added the Menubar component page to the docs.
47
+
48
+ ### `@mui/material@7.3.10`
49
+
50
+ - [alert][dialog] Accessibility improvements (#48161) @silviuaavram
51
+ - [autocomplete] Add `root` slot (#47916) @GerardasB
52
+ - [autocomplete] Fix helper text focusing input when clicked (#48162) @mj12albert
53
+ - [autocomplete] Fix popup reopening on window focus regain with openOnFocus (#47914) @aman44444
54
+ - [autocomplete] Optimize selected option lookup (#48027) @anchmelev
55
+ - [autocomplete] Support full slots for clearIndicator and popupIndicator (#47913) @silviuaavram
56
+ - [button-base] Fix native button detection (#47994) @mj12albert
57
+ - [input] Fix high contrast cutoff on first character (#48160) @silviuaavram
58
+ - [list item text][card header] Revert cleanup of duplicated CSS rules (#47938) @sai6855
59
+ - [popper] Add missing classes export (#48033) @mj12albert
60
+ - [select] Fix focus visible always set on menu item (#48022) @silviuaavram
61
+ - [slider] Accept readonly array for the value prop (#47961) @pcorpet
62
+ - [switch] Add border to make it visible in high contrast mode (#48210) @silviuaavram
63
+ - [theme] Do not create channel tokens for custom colors when `nativeColor` is used (#48144) @ZeeshanTamboli
64
+ - [transitions] Performance improvements & misc fixes (#48217) @mj12albert
65
+
66
+ ### Docs
67
+
68
+ - [codemod] Add v7 migration docs for deprecated Autocomplete APIs and Autocomplete codemod (#47954) @ZeeshanTamboli
69
+ - [menubar] Add Menubar component page (#47942) @siriwatknp
70
+ - [progress] Label all demo components (#48168) @mj12albert
71
+ - [system] Update `styled` API docs for easier understanding (#47969) @olivier-lxo
72
+ - Fix the dark mode footer row shadow for the Data Grid on the advanced components page (#48152) @arminmeh
73
+ - Fix MUI X redirects (#47917) @cherniavskii
74
+ - Use direct palette vars in Tailwind v4 snippet (#47955) @Ahmad-Alaziz
75
+
76
+ ### Core
77
+
78
+ - [blog] Blogpost for upcoming price changes for MUI X (#47820) @DanailH
79
+ - [blog] Update the 2026 price changes blogpost (#47944) @DanailH
80
+ - [code-infra] Add pkg-pr-new as dev dependency (#48023) @silviuaavram
81
+ - [docs-infra] Update Release Instructions and Search Index v7 (#48109) @dav-is
82
+
83
+ All contributors of this release in alphabetical order: @Ahmad-Alaziz, @aman44444, @anchmelev, @arminmeh, @cherniavskii, @DanailH, @dav-is, @GerardasB, @mj12albert, @olivier-lxo, @pcorpet, @sai6855, @silviuaavram, @siriwatknp, @ZeeshanTamboli
84
+
3
85
  ## 7.3.9
4
86
 
5
87
  <!-- generated comparing v7.3.8..v7.x -->
package/README.md CHANGED
@@ -13,15 +13,15 @@ The Material Icons package depends on Material UI—install both with the follo
13
13
  <!-- #npm-tag-reference -->
14
14
 
15
15
  ```bash
16
- npm install @mui/icons-material @mui/material @emotion/styled @emotion/react
16
+ npm install @mui/icons-material@^7.0.0 @mui/material@^7.0.0 @emotion/styled @emotion/react
17
17
  ```
18
18
 
19
19
  ## Documentation
20
20
 
21
21
  <!-- #host-reference -->
22
22
 
23
- - Learn more about Material UI's [SVG Icon component](https://mui.com/material-ui/icons/#svgicon).
24
- - Browse the available icons on the [Material Icons page](https://mui.com/material-ui/material-icons/).
23
+ - Learn more about Material UI's [SVG Icon component](https://v7.mui.com/material-ui/icons/#svgicon).
24
+ - Browse the available icons on the [Material Icons page](https://v7.mui.com/material-ui/material-icons/).
25
25
 
26
26
  ## Contributing
27
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/icons-material",
3
- "version": "7.3.9",
3
+ "version": "7.3.11",
4
4
  "author": "MUI Team",
5
5
  "description": "Material Design icons distributed as SVG React components.",
6
6
  "main": "index.js",
@@ -32,7 +32,7 @@
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.9"
35
+ "@mui/material": "^7.3.11"
36
36
  },
37
37
  "peerDependenciesMeta": {
38
38
  "@types/react": {