@mui/icons-material 9.1.1 → 9.3.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,146 @@
1
1
  # [Versions](https://mui.com/material-ui/getting-started/versions/)
2
2
 
3
+ ## 9.3.0
4
+
5
+ <!-- generated comparing v9.2.0..master -->
6
+
7
+ _Aug 4, 2026_
8
+
9
+ A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
10
+
11
+ - ♿️ Keyboard navigation in the [Toggle Button Group](https://mui.com/material-ui/react-toggle-button/) now follows the roving tabindex pattern.
12
+ - ♿️ The [Autocomplete](https://mui.com/material-ui/react-autocomplete/) announces its loading and no options messages through a new `status` slot.
13
+
14
+ ### `@mui/material@9.3.0`
15
+
16
+ - [autocomplete] Wrap the no results and loading messages in an aria live region (#48690) @silviuaavram
17
+ - [buttongroup] Respect global disableRipple / disableFocusRipple in grouped buttons (#48762) @siriwatknp
18
+ - [checkbox][radio] Respect global disableRipple from MuiButtonBase defaultProps (#48795) @siriwatknp
19
+ - [formcontrollabel] Add missing `labelPlacementEnd` class (#48843) @siriwatknp
20
+ - [listitembutton] Fix typos in component code (#48868) @ZeeshanTamboli
21
+ - [menuitem] Add `aria-checked` for checkbox and radio menu items (#48651) @siriwatknp
22
+ - [modal] Replace custom findIndexOf with findIndex (#48827) @ZeeshanTamboli
23
+ - [modal][dialog] Fix scrollbar compensation in Shadow DOM (#48826) @ZeeshanTamboli
24
+ - [select] Fix endAdornment overlapping the open indicator (#48723) @siriwatknp
25
+ - [tablepagination] Add focus style to default InputBase used in Select (#48871) @silviuaavram
26
+ - [togglebuttongroup] Add roving tabindex keyboard navigation (#48849) @silviuaavram
27
+
28
+ ### `@mui/system@9.3.0`
29
+
30
+ - Prevent prototype pollution in cssVarsParser (#48822) @Janpot
31
+
32
+ ### `@mui/codemod@9.3.0`
33
+
34
+ - Don't leak state between files in v5.0.0/path-imports (#48797) @manbearwiz
35
+ - Remove use of eval() (#48701) @oliviertassinari
36
+ - Transform all style exports in `v5.0.0/path-imports` codemod (#48800) @manbearwiz
37
+
38
+ ### Docs
39
+
40
+ - Clarify `container` prop inheritance for Shadow DOM (#48670) @Juan-C-Ceballos
41
+ - Clarify third-party script risk in CSP unsafe-inline note (#48787) @Janpot
42
+ - Document `box-sx-prop` codemod (#48888) @SR0725
43
+ - Document Grid direction column removal in v9 upgrade guide (#48880) @kalayciburak
44
+ - Fix color contrast in GitHub labels example (#48844) @silviuaavram
45
+ - Fix per-page canonical URL and stale SEO link (#48789) @brijeshb42
46
+ - Fix redirect loop on the Design Kits page (#48869) @Janpot
47
+ - Fix typo 'overriden' -> 'overridden' in CHANGELOG (#48785) @ZhouYinLong-lab
48
+ - Improve TransferList examples (#48845) @silviuaavram
49
+ - Link a new theme generator tool (#48847) @mansourcodes
50
+ - Remove broken learning resource links (#48598) @morning-verlu
51
+ - Update the 9.2.0 changelog (#48763) @silviuaavram
52
+ - [autocomplete] Clarify how to render custom start and end adornments (#48883) @DebadityaHait
53
+ - [drawer] Clarify clipped AppBar spacing (#48887) @rushijagani-dev
54
+ - [menu] Fix stale `selected` prop reference in Selected menu section (#48879) @LukasTy
55
+ - [skeleton] Document preserving typography sizing with custom border radius (#48596) @meaqua9420
56
+
57
+ ### Core
58
+
59
+ - [blog] Fix caret annotation broken by Prettier wrapping (#48884) @bernardobelchior
60
+ - [code-infra] Automate team sync on about page (#48794) @brijeshb42
61
+ - [code-infra] Bump @mui/internal-code-infra to 0.0.4-canary.101 (#48878) @Janpot
62
+ - [code-infra] Fix Dependabot alerts (#48756) @Janpot
63
+ - [code-infra] Fix team sync PR creation (#48911) @brijeshb42
64
+ - [code-infra] Pin node version in publish CI (#48799) @brijeshb42
65
+ - [core-docs] Tighten service worker host check (#48581) @Janpot
66
+ - [docs-infra] Change branch name to the allowed one (#48910) @brijeshb42
67
+
68
+ All contributors of this release in alphabetical order: @bernardobelchior, @brijeshb42, @DebadityaHait, @Janpot, @Juan-C-Ceballos, @kalayciburak, @LukasTy, @manbearwiz, @mansourcodes, @meaqua9420, @morning-verlu, @oliviertassinari, @rushijagani-dev, @silviuaavram, @siriwatknp, @SR0725, @ZeeshanTamboli, @ZhouYinLong-lab
69
+
70
+ ## 9.2.0
71
+
72
+ <!-- generated comparing v9.1.2..master -->
73
+
74
+ _Jul 3, 2026_
75
+
76
+ A big thanks to the 9 contributors who made this release possible.
77
+
78
+ - ⚙️ Add support for [`data-*` attributes on `slotProps`](https://mui.com/material-ui/guides/typescript/#allowing-data-attributes-on-slotprops).
79
+
80
+ ### `@mui/material@9.2.0`
81
+
82
+ - [l10n] Add missing MuiPagination localization to zh-CN locale (#48741) @greymoth-jp
83
+ - [select] Guard display ref during mouse down (#48744) @michelengelen
84
+
85
+ ### `@mui/utils@9.2.0`
86
+
87
+ - [utils] Add opt-in `DataAttributesOverrides` augmentation for slot props (#48554) @LukasTy
88
+
89
+ ### Docs
90
+
91
+ - [docs] Improve Icon Dialog responsiveness on small screens (#48639) @Prakash1185
92
+ - [docs] Fix invalid UTF-8 in skill references (#48739) @mturac
93
+
94
+ ### Core
95
+
96
+ - [code-infra] Resolve Renovate dashboard warnings (#48700) @Sushantplive
97
+ - [code-infra] Validate npm publishing through dry run (#48691) @brijeshb42
98
+ - [code-infra] Run prettier after renovate update (#48754) @Janpot
99
+ - [code-infra] Fix 'A11y results committed?' check on react-pinned nightly jobs (#48740) @Janpot
100
+ - [core] Remove leftover Joy UI references (#48719) @siriwatknp
101
+ - [code-infra] Bump react-router to 7.15.1 (#48725) @Janpot
102
+ - [docs-infra] Drive docs analytics IDs via ANALYTICS_ENV (#48694) @Janpot
103
+ - [docs-infra] Pre-render API page descriptions (#48693) @brijeshb42
104
+ - [code-infra][icons-material] Build lib/package.json with code-infra --no-expand (#48689) @Janpot
105
+ - [code-infra] Fix react@18/next nightly workflow (#48635) @Janpot
106
+
107
+ All contributors of this release in alphabetical order: @brijeshb42, @greymoth-jp, @Janpot, @LukasTy, @michelengelen, @mturac, @Prakash1185, @siriwatknp, @Sushantplive
108
+
109
+ ## 9.1.2
110
+
111
+ <!-- generated comparing v9.1.1..master -->
112
+
113
+ _Jun 23, 2026_
114
+
115
+ A big thanks to the 5 contributors who made this release possible.
116
+
117
+ ### `@mui/material@9.1.2`
118
+
119
+ - [autocomplete] Don't submit forms when committing `freeSolo` value with Enter key (#48679) @mj12albert
120
+ - [transitions] Fix RTG import in ESM (#48645) @mj12albert
121
+
122
+ ### `@mui/system@9.1.2`
123
+
124
+ - [InitColorSchemeScript] Fix script tag warning in Next.js 16 dev mode (#48671) @siriwatknp
125
+
126
+ ### Docs
127
+
128
+ - Fix typos in release instructions (#48687) @brijeshb42
129
+ - Update @mui/x-\* packages to latest (#48661) @Janpot
130
+
131
+ ### Core
132
+
133
+ - [code-infra] Convert leaf @mui/system .js+.d.ts pairs to TypeScript (part 1) (#48578) @Janpot
134
+ - [code-infra] Bump to latest code-infra packages (#48672) @brijeshb42
135
+ - [code-infra] Resolve remaining minimatch advisory (#48662) @Janpot
136
+ - [code-infra] Bump nx to resolve minimatch advisory (#48658) @Janpot
137
+ - [core] Drop @babel/\* pnpm overrides (#48710) @Janpot
138
+ - [docs-infra] Revert "Pin StackBlitz demo vite to v7 and plugin-react to v5" (#48709) @Janpot
139
+ - [docs-infra] Fix code-block copy button broken on direct page load (#48653) @brijeshb42
140
+ - [test] Stabilize Data Grid demo data in Argos screenshots (#48654) @LukasTy
141
+
142
+ All contributors of this release in alphabetical order: @brijeshb42, @Janpot, @LukasTy, @mj12albert, @siriwatknp
143
+
3
144
  ## 9.1.1
4
145
 
5
146
  <!-- generated comparing v9.1.0..master -->
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/icons-material v9.0.0-beta.0
2
+ * @mui/icons-material v9.1.1
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/icons-material v9.0.0-beta.0
2
+ * @mui/icons-material v9.1.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": "9.1.1",
3
+ "version": "9.3.0",
4
4
  "author": "MUI Team",
5
5
  "description": "Material Design icons distributed as SVG React components.",
6
6
  "license": "MIT",
@@ -27,12 +27,12 @@
27
27
  "url": "https://opencollective.com/mui-org"
28
28
  },
29
29
  "dependencies": {
30
- "@babel/runtime": "^7.29.2"
30
+ "@babel/runtime": "^7.29.7"
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": "^9.1.1"
35
+ "@mui/material": "^9.3.0"
36
36
  },
37
37
  "peerDependenciesMeta": {
38
38
  "@types/react": {