@mui/codemod 7.2.0 → 7.3.2

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.
Files changed (39) hide show
  1. package/CHANGELOG.md +897 -0
  2. package/README.md +42 -1
  3. package/package.json +8 -16
  4. package/util/migrateToVariants.js +5 -5
  5. package/v1.0.0/color-imports.js +1 -1
  6. package/v5.0.0/jss-to-styled.test/first.actual.js +15 -6
  7. package/v5.0.0/jss-to-styled.test/first.expected.js +15 -6
  8. package/v5.0.0/jss-to-styled.test/sixth.actual.js +5 -3
  9. package/v5.0.0/jss-to-styled.test/sixth.expected.js +5 -3
  10. package/v5.0.0/path-imports.js +90 -0
  11. package/v5.0.0/path-imports.test/actual.js +8 -0
  12. package/v5.0.0/path-imports.test/expected.js +66 -0
  13. package/v5.0.0/theme-spacing.test/large-actual.js +2 -2
  14. package/v5.0.0/theme-spacing.test/large-expected.js +2 -2
  15. package/v5.0.0/top-level-imports.js +1 -1
  16. package/v5.0.0/top-level-imports.test/actual.js +2 -2
  17. package/v5.0.0/top-level-imports.test/expected.js +2 -0
  18. package/v6.0.0/styled/styled-v6.js +1 -1
  19. package/v6.0.0/theme-v6/theme-v6.js +1 -1
  20. package/v7.0.0/theme-color-functions/index.js +13 -0
  21. package/v7.0.0/theme-color-functions/test-cases/actual.js +21 -0
  22. package/v7.0.0/theme-color-functions/test-cases/darken-basic.actual.js +20 -0
  23. package/v7.0.0/theme-color-functions/test-cases/darken-basic.expected.js +19 -0
  24. package/v7.0.0/theme-color-functions/test-cases/expected.js +20 -0
  25. package/v7.0.0/theme-color-functions/test-cases/lighten-basic.actual.js +13 -0
  26. package/v7.0.0/theme-color-functions/test-cases/lighten-basic.expected.js +12 -0
  27. package/v7.0.0/theme-color-functions/test-cases/mixed-functions.actual.js +17 -0
  28. package/v7.0.0/theme-color-functions/test-cases/mixed-functions.expected.js +16 -0
  29. package/v7.0.0/theme-color-functions/test-cases/mixed-imports.actual.js +19 -0
  30. package/v7.0.0/theme-color-functions/test-cases/mixed-imports.expected.js +18 -0
  31. package/v7.0.0/theme-color-functions/test-cases/mui-material-styles.actual.js +18 -0
  32. package/v7.0.0/theme-color-functions/test-cases/mui-material-styles.expected.js +17 -0
  33. package/v7.0.0/theme-color-functions/test-cases/no-import.actual.js +11 -0
  34. package/v7.0.0/theme-color-functions/test-cases/no-import.expected.js +11 -0
  35. package/v7.0.0/theme-color-functions/test-cases/opacity-calc.actual.js +57 -0
  36. package/v7.0.0/theme-color-functions/test-cases/opacity-calc.expected.js +56 -0
  37. package/v7.0.0/theme-color-functions/test-cases/opacity-var.actual.js +37 -0
  38. package/v7.0.0/theme-color-functions/test-cases/opacity-var.expected.js +36 -0
  39. package/v7.0.0/theme-color-functions/theme-color-functions.js +142 -0
package/CHANGELOG.md ADDED
@@ -0,0 +1,897 @@
1
+ # [Versions](https://mui.com/versions/)
2
+
3
+ ## 7.3.2
4
+
5
+ <!-- generated comparing v7.3.1..master -->
6
+
7
+ _Sep 1, 2025_
8
+
9
+ A big thanks to the 16 contributors who made this release possible.
10
+
11
+ ### `@mui/material@7.3.2`
12
+
13
+ - [Chip] Remove unnecessary optional chaining from key event handlers (#46752) @ZeeshanTamboli
14
+ - [Drawer] Add dialog role and aria-modal for `temporary` variant (#46690) @Yashkanekar
15
+ - [PaginationItem] Add slot descriptions and default components in API documentation (#46677) @sai6855
16
+ - [utils] Remove duplicate isHostComponent function (#46721) @frontman-git
17
+
18
+ ### `@mui/codemod@7.3.2`
19
+
20
+ - Add codemod to convert top-level to path imports (#46657) @neemski
21
+
22
+ ### Docs
23
+
24
+ - Remove outdated Next.js lint command (#46847) @oliviertassinari
25
+ - Add `View as Markdown` to component link header (#46835) @siriwatknp
26
+ - Add a link to open `llms.txt` (#46832) @siriwatknp
27
+ - Fix typos in Material UI API docs (#46787) @noritaka1166
28
+ - Fix typo extra "to" word (#46783) @danpeleg4
29
+ - Remove past employees from about page (#46780) @Janpot
30
+ - Fix typos in `docs/pages` folder (#46761) @noritaka1166
31
+ - Add clarification on `react-is` resolution with Material UI v6 and v7 for React 18 and below (#46633) @alisasanib
32
+ - Fix typos in `joy` and `utils` package (#46713) @noritaka1166
33
+ - [autocomplete] Fix console in unstyled demo (#46804) @oliviertassinari
34
+ - [autocomplete] Fix Google Maps brand attribution (#46803) @oliviertassinari
35
+ - [autocomplete] Fix header sentence case (#46805) @oliviertassinari
36
+ - [autocomplete] Fix Google Maps demo (#46793) @oliviertassinari
37
+ - [Select] Fix labeling issues in grouped select demo (#46722) @mj12albert
38
+ - [table] Remove outdated unstyled section (#46786) @mj12albert
39
+ - [TextField] Add note about removal of `sizeMedium` class from InputLabel in v7 upgrade guide (#46693) @checcoux
40
+
41
+ ### Core
42
+
43
+ - Update `cipher-base` transitive dependency (#46800) @Janpot
44
+ - [charts] Marked Treemap chart as Pro (#46691) @prakhargupta1
45
+ - [code-infra] Remove some csbci references (#46797) @Janpot
46
+ - [code-infra] update build tool (#46801) @Janpot
47
+ - [code-infra] Align pkg.pr.new with other projects (#46467) @Janpot
48
+ - [code-infra] Prepare for incoming `execa` update (#46781) @Janpot
49
+ - [code-infra] Remove `@mui/internal-babel-plugin-resolve-imports` override config (#46754) @ZeeshanTamboli
50
+ - [core] Fix typo in `docs/mui-vale` folder (#46760) @noritaka1166
51
+ - [core] Fix typos in `docs/data/material` folder (#46757) @noritaka1166
52
+ - [core] Fix typos in `netlify` folder (#46756) @noritaka1166
53
+ - [core] Upgrade brace-expansion (#46747) @oliviertassinari
54
+ - [core] Fix typos in Joy UI docs and `test` folder (#46738) @noritaka1166
55
+ - [core] Upgrade KaTeX (#46731) @oliviertassinari
56
+ - [core] Avoid Polynomial regex backtracking (#46732) @oliviertassinari
57
+ - [core] Remove dead @toolpad/core dependency (#46730) @oliviertassinari
58
+ - [core] Fix typos in `markdown` and `system` packages (#46720) @noritaka1166
59
+ - [core] Fix typos in `api-docs-builder` package (#46719) @noritaka1166
60
+ - [core] Fix typos in `codemod` package (#46715) @noritaka1166
61
+ - [core] pnpm prettier:all (#46685) @oliviertassinari
62
+ - [docs-infra] Set origin to generated `llms.txt` (#46833) @siriwatknp
63
+ - [docs-infra] Fix AbortController error (#46408) @oliviertassinari
64
+ - [docs-infra] Block than more feedback submissions (#46824) @oliviertassinari
65
+ - [docs-infra] Fix ESLint references (#46680) @oliviertassinari
66
+ - [infra] Migrate away from airbnb's eslint config (#46794) @brijeshb42
67
+ - [infra] Remove `fs-extra` from docs scripts (#46749) @bernardobelchior
68
+ - [infra] Remove dependency on `react-spring` (but keep `@react-spring/web`) (#46748) @bernardobelchior
69
+ - [infra] Remove `fs-extra` from `mui-icons-material` (#46745) @bernardobelchior
70
+ - [infra] Remove `api-docs-builder` dependency on `fs-extra` (#46742) @bernardobelchior
71
+ - [infra] Migrate build command to code-infra (#46614) @brijeshb42
72
+ - [infra] move testBuiltTypes step (#46735) @Janpot
73
+ - [infra] Remove `fs-extra` from `netlify-plugin-cache-docs` (#46740) @bernardobelchior
74
+ - [infra] Supply `document` to `userEvent.setup()` (#46714) @Janpot
75
+ - [infra] Remove useless test step (#46679) @Janpot
76
+ - [infra] Stagger daily cron jobs to avoid browserstack timeouts (#46676) @Janpot
77
+ - [internal] Improve useControlled() strict mode handling (#46807) @oliviertassinari
78
+ - [internal] Sentence case (55a9d8f) @oliviertassinari
79
+ - [internal] Fix typos in code comments (#46784) @noritaka1166
80
+ - [internal] Fix console regression in dev mode (925f02b) @oliviertassinari
81
+ - [internal] Prettier all if dependencies changes (1f63b03) @oliviertassinari
82
+ - [internal] Fix renovate.json (84be632) @oliviertassinari
83
+ - [internal] Polish renovate schedule (#46727) @oliviertassinari
84
+ - [internal] Update link to GitHub labels (8ab4813) @oliviertassinari
85
+ - [internal] Bump brace-expansion (06de338) @oliviertassinari
86
+ - [internal] Normalize Action description (4a2fbcb) @oliviertassinari
87
+ - [toolpad] Remove it from website and docs (#46595) @prakhargupta1
88
+
89
+ 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
90
+
91
+ ## 7.3.1
92
+
93
+ <!-- generated comparing v7.3.0..master -->
94
+
95
+ _Aug 6, 2025_
96
+
97
+ A big thanks to the 2 contributors who made this release possible.
98
+
99
+ ### `@mui/material@7.3.1`
100
+
101
+ - [PaginationItem] Fix inheritance of component (#46666) @sai6855
102
+ - [Select] Revert - Implement pointer cancellation PR 45789 (#46672) @ZeeshanTamboli
103
+
104
+ All contributors of this release in alphabetical order: @sai6855, @ZeeshanTamboli
105
+
106
+ ## 7.3.0
107
+
108
+ <!-- generated comparing v7.2.0..master -->
109
+
110
+ _Aug 5, 2025_
111
+
112
+ A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨:
113
+
114
+ - 🚀 Shipped `nativeColor` feature that eliminates JS color manipulation and unlocks support for all modern color spaces (#43942) @siriwatknp!
115
+
116
+ To learn more, check out the [Native Color](https://mui.com/material-ui/customization/css-theme-variables/native-color/) guide.
117
+
118
+ ### `@mui/material@7.3.0`
119
+
120
+ - Support native color without JS manipulation (#43942) @siriwatknp
121
+ - [Accordion] Add `region` slot (#46659) @sai6855
122
+ - [SpeedDial] Fix navigation with arrow keys when slotProps.fab is defined (#46508) @sai6855
123
+ - [Select] Improve `MenuProps.slotProps` implementation (#46612) @ZeeshanTamboli
124
+ - [Select] Implement pointer cancellation (#45789) @Kartik-Murthy
125
+ - [Switch] Add role="switch" (#46482) @ZeeshanTamboli
126
+ - [Autocomplete] Fix auto highlight when options change but not the length (#46489) @yafeng-c
127
+
128
+ ### `@mui/codemod@7.3.0`
129
+
130
+ - Fix `v5.0.0/top-level-imports` codemod changing color imports (#46405) @AidanLDev
131
+
132
+ ### Docs
133
+
134
+ - Add JetBrains IDEs MCP configuration (#46470) @bernardobelchior
135
+ - Add warning to array spacing section (#46542) @cherniavskii
136
+ - Add MCP server installation details for Claude Code (#46621) @saschabratton
137
+ - Fix incorrect command for MCP Inspector in mcp.md (#46630) @EndiM
138
+ - Fix incorrect Typography override example for responsive styles (#46558) @aditi291soni
139
+ - Improve MCP docs (#46557) @siriwatknp
140
+ - Fix displaying of components in dark mode (#46544) @sai6855
141
+ - Generate `template` entries about documented generics (#46540) @LukasTy
142
+ - Use fixed dates for stable CRUD dashboard screenshots (#46546) @apedroferreira
143
+ - Add "Edit in Mui Chat" button on demos (#46480) @siriwatknp
144
+ - Fix Menu customization demo (#46535) @siriwatknp
145
+ - Add dashboard with CRUD template based on Toolpad Core (#46376) @apedroferreira
146
+ - Clarify `createTheme` warning for future compatibility (#46476) @satendra03
147
+ - Remove typo in `_redirects` (#46463) @bharatkashyap
148
+ - Change API docs to stay inside Material UI (#46414) @bharatkashyap
149
+ - [Dialog] Fix Form dialog demo's actions button padding (#46506) @frontman-git
150
+ - [SpeedDial] Remove deprecated props from demos (#46485) @sai6855
151
+ - [Switch] Use `slotProps.input` instead of deprecated `inputProps` for accessible controlled switch (#46625) @adiitxa
152
+
153
+ ### Core
154
+
155
+ - Fix ESLint reference name (80d32a2) @oliviertassinari
156
+ - Fix ESLint reference name (5fc166e) @oliviertassinari
157
+ - Add `@base-ui-components/*` to env info (#46539) @Janpot
158
+ - Remove dead property from routes (#46534) @oliviertassinari
159
+ - Fix unpinned version regression (#46438) @oliviertassinari
160
+ - [code-infra] Accomodate build requirements from mui-x (#46551) @brijeshb42
161
+ - [code-infra] Extend renovate preset from infra repo (#46483) @brijeshb42
162
+ - [code-infra] Use flat ESLint config (#46258) @brijeshb42
163
+ - [docs-infra] Remove comment saving in G-sheet option (#46617) @alexfauquette
164
+ - [docs-infra] Move `Open in MUI Chat` to Demo toolbar and adjust styles (#46579) @siriwatknp
165
+ - [docs-infra] Fix codeblock issues (#46323) @atharva3333
166
+ - [docs-infra] Handle white spaces and generate either TS or JS demo for llms files (#46494) @siriwatknp
167
+ - [examples] Rename PopOverMenu.tsx file to match its usage (#46532) @rjray
168
+ - [infra] Fix `test_types_next`, `test_react_18`, `test_react_next` jobs (#46182) @Janpot
169
+ - [infra] Remove package.json `module` field (#46620) @Janpot
170
+ - [infra] Upgrade form-data to >4.0.4 (#46618) @Janpot
171
+ - [infra] Use cpu option only in CI (#46588) @Janpot
172
+ - [infra] Update scripts to delete publishConfig.directory (#46563) @brijeshb42
173
+ - [infra] Remove `transform-runtime` from `next/babel` (#46552) @Janpot
174
+ - [infra] Revert nx update (#46538) @Janpot
175
+ - [infra] Replace Argos script with code-infra CLI and update deps (#46475) @Janpot
176
+ - [infra] Update node group in renovate config (#46474) @Janpot
177
+ - [infra] Move @playwright/test to peer deps in @mui/internal-test-utils (#46459) @Janpot
178
+ - [infra] Add instructions for patch release (#46382) @mnajdova
179
+
180
+ 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
181
+
182
+ ## 7.2.0
183
+
184
+ <!-- generated comparing v7.1.1..master -->
185
+
186
+ _Jun 26, 2025_
187
+
188
+ A big thanks to the 17 contributors who made this release possible. Here are the highlights ✨:
189
+
190
+ - ⚡️ Added `modularCssLayers` theme option for splitting styles into multiple CSS layers (#46001) @siriwatknp.
191
+ - 📖 Added example for using Material UI with React Router v7 (#46406) @siriwatknp.
192
+
193
+ ### `@mui/material@7.2.0`
194
+
195
+ - [Backdrop] Fix handling of `component` prop (#46269) @sai6855
196
+ - [Chip] Explicitly define line-height (#46260) @DiegoAndai
197
+ - [Chip] Fix handling on event handlers (#46263) @sai6855
198
+ - [OutlinedInput][Input] Deprecate composed classes (#46316) @sai6855
199
+ - [Select] Pass MenuProps.slotProps.list alongside MenuListProps (#46274) @scousino
200
+ - [l10] Enable `labelDisplayedRows` translation for Romanian (#46377) @dhu-redwoodtech
201
+ - Skip generating `modularCssLayers` CSS var (#46329) @siriwatknp
202
+
203
+ ### `@mui/system@7.2.0`
204
+
205
+ - Add `modularCssLayers` theme flag to split styles into multiple CSS layers (#46001) @siriwatknp
206
+
207
+ ### `@mui/styled-engine@7.2.0`
208
+
209
+ - Do not reuse the emotion cache across SSR requests (#46276) @robbtraister
210
+
211
+ ### `@mui/codemod@7.2.0`
212
+
213
+ - [Dialog] Add codemod for deprecated props (#46328) @sai6855
214
+
215
+ ### Docs
216
+
217
+ - Don't forward `hasAiSuggestion` (#46415) @bharatkashyap
218
+ - Add introduction to MCP (#46224) @bharatkashyap
219
+ - Fallback for searchbar during SSR (#46364) @Janpot
220
+ - Update InitColorSchemeScript options to match colorSchemeSelector (#46302) @humble-barnacle001
221
+ - Add `ListItemButton` to make the deprecation clear (#46356) @siriwatknp
222
+ - Remove "Unstyled" section from component docs (#46272) @mapache-salvaje
223
+ - Add Testing section to Rating component doc (#46268) @0210shivam
224
+ - Fix fade modal demo (#46271) @brijeshb42
225
+ - [ai] Add suggestions to edit with MUI Chat (#46309) @bharatkashyap
226
+ - [Dialog] Fix form dialog uses ARIA roles on incompatible elements (#46307) @ZeeshanTamboli
227
+ - [Menu] Fix dark mode styling of grouped header demo (#46317) @sai6855
228
+ - [TextField] Removed type="number" demos (#46314) @KirankumarAmbati
229
+ - [examples] Add `material-ui-react-router-ts` example (#46406) @siriwatknp
230
+
231
+ ### Core
232
+
233
+ - pnpm docs:sync-team (3641a0b) @oliviertassinari
234
+ - Add cross-env to ESLint script (#46358) @ZeeshanTamboli
235
+ - Support merging of className and style from theme (#45975) @sai6855
236
+ - [code-infra] Create bundle size package (#45911) @Janpot
237
+ - [docs-infra] Add a script to generate Material UI `llms.txt` and docs markdown. (#46308) @siriwatknp
238
+ - [docs-infra] Fix StackBlitz for js projects (#46220) @Janpot
239
+ - [infra] Add emotion as external for bundle monitor (#46372) @Janpot
240
+ - [infra] Create update PR on every canary publish for internal packages (#46367) @Janpot
241
+ - [infra] Remove deprecated esmExternals (#46365) @Janpot
242
+ - [infra] Support project-specific changelog in build scripts (#46425) @michaldudak
243
+ - [toolpad][website] Remove references to Toolpad (#46311) @prakhargupta1
244
+
245
+ 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
246
+
247
+ ## 7.1.2
248
+
249
+ _Jun 18, 2025_
250
+
251
+ A big thanks to the 2 contributors who made this release possible.
252
+
253
+ ### `@mui/material@7.1.2`
254
+
255
+ - [Chip] Fix handling on event handlers (#46263) @sai6855
256
+
257
+ ### Docs
258
+
259
+ - Fix fade modal demo (#46271) @brijeshb42
260
+
261
+ All contributors of this release in alphabetical order: @brijeshb42, @sai6855
262
+
263
+ ## 7.1.1
264
+
265
+ <!-- generated comparing v7.1.0..master -->
266
+
267
+ _May 30, 2025_
268
+
269
+ A big thanks to the 15 contributors who made this release possible.
270
+
271
+ ### `@mui/material@7.1.1`
272
+
273
+ - [Autocomplete] Fix label shrink issue when `renderValue` is used with empty array in multiple mode (#46047) @ZeeshanTamboli
274
+ - [Autocomplete] Prevent `renderValue` from being skipped when value is 0 (#46145) @LakshitAgarwal
275
+ - [Autocomplete] Add note in JSDoc for non-TextField components in `renderInput` (#46141) @khllbnomrn
276
+ - [Chip] Add slots and slotProps (#46098) @sai6855
277
+ - [Menu] Remove depreacted `MenuListProps` from demos (#46144) @sai6855
278
+ - [TablePaginationActions] Export TablePaginationActions as new component (#46149) @sai6855
279
+ - [SnackbarContent] Fix `square` prop not working (#46196) @0210shivam
280
+ - [SnackbarContent] Fix error when theme value is CSS variable (#46198) @0210shivam
281
+
282
+ ### `@mui/codemod@7.1.1`
283
+
284
+ - Add package name option (#45977) @siriwatknp
285
+
286
+ ### `@mui/system@7.1.1`
287
+
288
+ - Skip styled component from being transformed (#46129) @siriwatknp
289
+ - Update the type for borderRadius (#46154) @codiini
290
+
291
+ ### `@mui/styled-engine@7.1.1`
292
+
293
+ - Fix variant props callback type to spread `ownerState` (#46187) @siriwatknp
294
+
295
+ ### `@mui/stylis-plugin-rtl@7.1.1`
296
+
297
+ - Fix RTL does not work with CSS layer with a new package (#46230) @siriwatknp
298
+
299
+ ### Docs
300
+
301
+ - [Dialog] Remove deprecated TransitionComponent from demo (#46185) @sai6855
302
+ - [Grid] Remove direction `column` and `column-reverse` from the demo (#46127) @0210shivam
303
+ - [Grid] Update grid migration guide (#46057) @sai6855
304
+ - [templates] Fix rendering of logos in dark mode (#46221) @sai6855
305
+ - [ToggleButtonGroup] Add spacing demo (#46058) @sai6855
306
+ - Fix typo in dark mode docs (#46229) @ZeeshanTamboli
307
+ - Clarify Next.js + Tailwind CSS v3 integration requirements (#46176) @chaitanyasharma1011
308
+ - Fix GridLegacy docs order (#46135) @oliviertassinari
309
+ - Update upgrade guide for resolution of `react-is` (#46002) @siriwatknp
310
+ - Remove oudated scaffoldhub ad (#46090) @oliviertassinari
311
+ - Show how to target global state classes with CSS Modules (#45992) @RubemMazzetto
312
+
313
+ ### Core
314
+
315
+ - [code-infra] Add plugin to check for index file access (#46178) @Janpot
316
+ - [code-infra] Bump ESLint to v9 (#46222) @brijeshb42
317
+ - [code-infra] Move packages to mui/mui-public (#46155) @Janpot
318
+ - [code-infra] Move `chai` to peerDep (#46227) @JCQuintas
319
+ - [code-infra] Avoid loading barrel file during type checking (#46177) @Janpot
320
+ - [code-infra] Remove unnecessary ref from `HighlightedCode` component (#46151) @ZeeshanTamboli
321
+ - [code-infra] Import mocha type instead of global (#46108) @JCQuintas
322
+ - [code-infra] Dependabot also create branches (795a481) @oliviertassinari
323
+ - [code-infra] Avoid running continuous release on forks (#46103) @Janpot
324
+ - [code-infra] Remove checkout job altogether (#46100) @Janpot
325
+ - [code-infra] Remove required checkout workflows in circleci (#46099) @Janpot
326
+ - Run pnpm docs:sync-team (c8f1da5) @oliviertassinari
327
+ - Upgrade MUI X packages to v8 (#45990) @KenanYusuf
328
+ - Minor detail to reduce confusion (4c64b72) @oliviertassinari
329
+ - Update security.md (#45839) @DiegoAndai
330
+ - Apply yml convention, blank line only at top level (f273220) @oliviertassinari
331
+ - Add comment that lab should be in alpha (#45999) @oliviertassinari
332
+
333
+ All contributors of this release in alphabetical order: @0210shivam, @brijeshb42, @chaitanyasharma1011, @codiini, @DiegoAndai, @Janpot, @JCQuintas, @KenanYusuf, @khllbnomrn, @LakshitAgarwal, @oliviertassinari, @RubemMazzetto, @sai6855, @siriwatknp, @ZeeshanTamboli
334
+
335
+ ## 7.1.0
336
+
337
+ <!-- generated comparing v7.0.2..master -->
338
+
339
+ _May 6, 2025_
340
+
341
+ A big thanks to the 21 contributors who made this release possible. Here are some highlights ✨:
342
+
343
+ - 🎉 Material UI now works with **Tailwind CSS v4**! Check out the [setup guide](https://mui.com/material-ui/integrations/tailwindcss/tailwindcss-v4/).
344
+
345
+ ### `@mui/material@7.1.0`
346
+
347
+ - [InputBase] Text cursor jumps several lines up when inserting text fragment with new line at the end (#45246) @yermartee
348
+ - [OutlinedInput] Add missing `notchedOutline` slot (#45917) @siriwatknp
349
+ - [Snackbar] Skip default `onClickAway` behavior when `defaultMuiPrevented` is provided (#45629) @sai6855
350
+ - [Avatar] Fix img slot types and add missing slots (#45483) @siriwatknp
351
+ - [Badge] Replace useSlotProps with useSlot hook (#45871) @sai6855
352
+ - [BottomNavigationAction] Add slots and slotProps (#45776) @sai6855
353
+ - [CardActionArea] Add slots and slotProps (#45866) @sai6855
354
+ - [useMediaQuery] Add warning and docs for using `useMediaQuery('print')` (#44790) @good-jinu
355
+ - Remove unnecessary clsx usages (#46084) @sai6855
356
+ - Corrected generic type definition in `SelectChangeEvent` (#45941) @SuyashShukla0007
357
+ - Fix theme object changes between renders (#45863) @siriwatknp
358
+
359
+ ### `@mui/material-nextjs@7.1.0`
360
+
361
+ - Add option to enable CSS layers for pages router (#45596) @siriwatknp
362
+ - Do not wrap `@layer` order rules in App Router (#45864) @Nayeem-XTREME
363
+
364
+ ### `@mui/system@7.1.0`
365
+
366
+ - Fix `@mui/system` types organization (#45860) @Janpot
367
+
368
+ ### `@mui/styled-engine@7.1.0`
369
+
370
+ - Infer `ownerState` from props in `styled` (#46083) @siriwatknp
371
+ - Fix style overrides variants type (#45478) @siriwatknp
372
+
373
+ ### Docs
374
+
375
+ - [Avatar] Add avatar upload demo (#45986) @Demianeen
376
+ - [Dialog] Remove deprecated props usage in demos (#45923) @sai6855
377
+ - [Menu] Update `paper` slot JSDoc default from `Paper` to `PopoverPaper` (#45722) @andreachiera
378
+ - [examples] Remove create-react-app usages (#45426) @CodeLeom
379
+ - Add `AccordionSummary` to the v5 breaking change migration (#45947) @siriwatknp
380
+ - Update CSS variable usage in migration guide for Pigment CSS (#46033) @sai6855
381
+ - Fix docs API dark mode color (#46086) @alexfauquette
382
+ - Add a guide for extending Material UI classes in Tailwind CSS (#46039) @siriwatknp
383
+ - Add `InitColorSchemeScript` docs and API (#45927) @siriwatknp
384
+ - Add Tailwind CSS v4 integration guide (#45906) @siriwatknp
385
+ - Fix 301 links to the system v6 (#45931) @oliviertassinari
386
+ - Add notification for MUI X v8 announcement (#45942) @joserodolfofreitas
387
+ - Fix som 301 redirections (ae84b35) @oliviertassinari
388
+ - Fix some 301 redirections (057384e) @oliviertassinari
389
+ - Fix logo is not centered on small screens (#45920) @crabsim
390
+ - Fix line break typo (a2a62d5) @oliviertassinari
391
+ - Fix markdown typo in templates.md (#45914) @scyzoryck
392
+ - Add Next.js App Router guide for custom classnames (#45852) @siriwatknp
393
+
394
+ ### Core
395
+
396
+ - [code-infra] Give a stable name to dev tool app (3889ded) @oliviertassinari
397
+ - [code-infra] Normalize author package in org (8135638) @oliviertassinari
398
+ - [code-infra] Correct some manually curated .d.ts files (#46054) @Janpot
399
+ - [code-infra] Align deps versions (#46048) @Janpot
400
+ - [code-infra] Fix dynamic import in imports resolver (#46046) @Janpot
401
+ - [code-infra] Eliminate `@mui/utils` deep imports (#46004) @Janpot
402
+ - [code-infra] Expand renovate.json for react types (#45935) @Janpot
403
+ - [code-infra] Make Argos upload script reusable (#45883) @Janpot
404
+ - [code-infra] Disallow redundant window prefixes for globals (#45880) @Janpot
405
+ - [code-infra] Remove type generation of modern build (#45912) @Janpot
406
+ - [code-infra] Clean up bundle size checker (#45622) @Janpot
407
+ - [code-infra] Fix `StrictMode` effects not being called twice in React 19 tests (#45812) @bernardobelchior
408
+ - [code-infra] Convert `@mui/utils` to typescript (#45671) @Janpot
409
+ - [docs-infra] Improve export into sandbox package.json (#46044) @oliviertassinari
410
+ - [docs-infra] Update feedback Node.js to v22 (#46064) @oliviertassinari
411
+ - [docs-infra] Normalize netlify.toml in org (b101d5c) @oliviertassinari
412
+ - [docs-infra] Uniformize Vale between repositories (0f79796) @oliviertassinari
413
+ - [docs-infra] Fix Vale no longer working (#46029) @oliviertassinari
414
+ - [docs-infra] Remove demo styling switch (#45926) @Janpot
415
+ - [docs-infra] StackBlitz WebContainer demos (#45924) @Janpot
416
+ - [docs-infra] Fix feedback management (#45872) @alexfauquette
417
+ - [test] Replace `playwright` with `@playwright/test` (#45998) @ZeeshanTamboli
418
+ - Fix internal version duplication (#46051) @oliviertassinari
419
+ - Avoid the need for `@mui/material/themeCssVarsAugmentation` (#46053) @Janpot
420
+ - Add security label to dependabot PRs (0a5c027) @oliviertassinari
421
+ - Remove unecessary versions (#46034) @oliviertassinari
422
+ - Remove redundant overrides resolver (#45970) @romgrk
423
+ - Fix duplicate branch reference (#45915) @oliviertassinari
424
+ - Fix outdated <link rel="shortcut icon" (#45916) @oliviertassinari
425
+ - Fix redirection chains (#45930) @oliviertassinari
426
+ - Run pnpm docs:sync-team (beee09f) @oliviertassinari
427
+ - Add `pkg.pr.new` publishing (#42984) @Aslemammad
428
+ - Remove @mui/base from the master branch (#45857) @mnajdova
429
+
430
+ All contributors of this release in alphabetical order: @alexfauquette, @andreachiera, @Aslemammad, @bernardobelchior, @CodeLeom, @crabsim, @Demianeen, @good-jinu, @Janpot, @joserodolfofreitas, @mnajdova, @Nayeem-XTREME, @oliviertassinari, @renovate[bot], @romgrk, @sai6855, @scyzoryck, @siriwatknp, @SuyashShukla0007, @yermartee, @ZeeshanTamboli
431
+
432
+ ## 7.0.2
433
+
434
+ _Apr 9, 2025_
435
+
436
+ A big thanks to the 12 contributors who made this release possible.
437
+
438
+ ### `@mui/material@7.0.2`
439
+
440
+ - [Autocomplete] Add ability to render custom single value (#45387) @ZeeshanTamboli
441
+ - [Autocomplete] Prevent shrink animation in controlled Autocomplete when initial `value` is provided (#45734) @imadx
442
+ - [AvatarGroup] Fix `spacing` prop ignoring value `0` (#45799) @Kartik-Murthy
443
+ - [Dialog] Deprecate composed classes (#45418) @sai6855
444
+
445
+ ### `@mui/material-nextjs@7.0.2`
446
+
447
+ - Fix nonce issues (#45794) @Janpot
448
+ - Add warnings to nextjs router integration (#45778) @Janpot
449
+
450
+ ### `@mui/styled-engine@7.0.2`
451
+
452
+ - Added caching to `StyledEngineProvider` to improve performance for running tests with Jest (#45846) @siriwatknp
453
+
454
+ ### Core
455
+
456
+ - [blog] Improve upvote video (0646444) @oliviertassinari
457
+ - [code-infra] Remove webpack aliases (#45841) @Janpot
458
+ - [code-infra] Remove .tsbuildinfo from build folder (#45727) @Janpot
459
+ - [code-infra] Stabilize theme viewer screenshot tests (#45768) @Janpot
460
+ - [code-infra] Remove modern bundles (#45808) @Janpot
461
+ - Update buildTypes script to optionally remove css imports (#45835) @brijeshb42
462
+ - Allow repo to be accepted as an argument for releaseTag (#45801) @brijeshb42
463
+ - Update scripts to support base-ui (#45784) @brijeshb42
464
+ - Sync scorecards.yml across codebase (4de5076) @oliviertassinari
465
+ - Remove baseUrl and skipLibCheck (#45806) @Janpot
466
+ - [docs-infra] Fix redirect styles pages (#45848) @siriwatknp
467
+ - [docs-infra] Remove false-positive Vale rules (#45843) @oliviertassinari
468
+ - [docs-infra] Make sure Next.js can find package.json through its aliases (#45840) @Janpot
469
+ - [docs-infra] Fix Next.js brand name coverage (6915f8d) @oliviertassinari
470
+ - [docs-infra] Fix layout shift between MIT and commercial pages (#45760) @oliviertassinari
471
+ - [docs-infra] Non breaking space for ESM (#45758) @oliviertassinari
472
+ - [support-infra] Remove dead 'workflow_call:' (#45736) @oliviertassinari
473
+ - [utils] Support cleanup callbacks in useForkRef (#45621) @DiegoAndai
474
+
475
+ ### Docs
476
+
477
+ - Fix pigment vite integration example (#44746) @brijeshb42
478
+ - Update migration instructions and codemod references for deprecated APIs (#45793) @sai6855
479
+ - Add TanStack Router routing example (#44930) @vetledv
480
+ - Fix layout shifting in icons page (#45779) @sai6855
481
+ - Fix migration instructions (#45762) @oliviertassinari
482
+ - Fix wrong TypeScript support version (#45761) @oliviertassinari
483
+ - Fix link to mui-joy/src/styles/components.d.ts (#45763) @oliviertassinari
484
+ - Fix 301 link (ae94c40) @oliviertassinari
485
+ - Fix 301 links (abd8f63) @oliviertassinari
486
+ - Fix 301 redirection (c7658de) @oliviertassinari
487
+ - [nextjs] Migrate from deprecated "legacyBehavior" prop (#44871) @oliviertassinari
488
+ - [nextjs] Document CSP for Next.js Pages Router (#45798) @Grohden
489
+
490
+ All contributors of this release in alphabetical order: @brijeshb42, @DiegoAndai, @Grohden, @imadx, @Janpot, @Kartik-Murthy, @oliviertassinari, @renovate[bot], @sai6855, @siriwatknp, @vetledv, @ZeeshanTamboli
491
+
492
+ ## 7.0.1
493
+
494
+ <!-- generated comparing v7.0.0..master -->
495
+
496
+ _Mar 28, 2025_
497
+
498
+ A big thanks to the 7 contributors who made this release possible.
499
+
500
+ ### `@mui/material@7.0.1`
501
+
502
+ - Export ThemeProviderProps (#45701) @aarongarciah
503
+ - [Fab] Fix default variant text color when using CSS vars (#45714) @aarongarciah
504
+ - Remove mention of v7 in deprecation messages (#45708) @DiegoAndai
505
+ - [Popover] Allow `null` in `anchorEl` function return type (#45045) @eduter
506
+ - Fix missing CSSProperties/MixinOptions types (#45706) @Janpot
507
+
508
+ ### `@mui/icons-material@7.0.1`
509
+
510
+ - [code-infra] Fix icon-material type resolution under `moduleResolution: "node"` (#45704) @Janpot
511
+ - Bring back individual icon dts (#45711) @Janpot
512
+
513
+ ### Core
514
+
515
+ - Improve the release instructions (#45688) @mnajdova
516
+
517
+ ### Docs
518
+
519
+ - Fix Masonry and Toolpad dark mode demos (#45721) @siriwatknp
520
+ - Update v7 related copy (#45716) @aarongarciah
521
+ - Avoid unwanted undefined in page title (#45718) @aarongarciah
522
+ - Fix joy templates error (#45715) @siriwatknp
523
+ - Rename GitHub icon import (#45709) @micttyoid
524
+ - Fix Safari issue in dark mode (#45696) @mnajdova
525
+ - Fix `Grid`, `GridLegacy`, `Stack`, `Badge`, `Select`, `Autocomplete` demos CSS variables (#45693) @DiegoAndai
526
+ - Add "Material UI v7 is here" to the notifications (#45694) @DiegoAndai
527
+ - Fix `Breadcrumbs`, `List`, `Divider`, and `Typography` dark mode demos (#45692) @siriwatknp
528
+ - Fix Material Icons page in dark mode (#45691) @mnajdova
529
+
530
+ All contributors of this release in alphabetical order: @aarongarciah, @DiegoAndai, @eduter, @Janpot, @micttyoid, @mnajdova, @siriwatknp
531
+
532
+ ## 7.0.0
533
+
534
+ <!-- generated comparing v7.0.0-rc.0..master -->
535
+
536
+ _Mar 26, 2025_
537
+
538
+ 🎉 We're happy to announce the stable release of v7.
539
+
540
+ - Read the [blog post](https://mui.com/blog/material-ui-v7-is-here/) about the announcement.
541
+ - Check out the [v7 upgrade guide](https://mui.com/material-ui/migration/upgrade-to-v7/).
542
+
543
+ ### `@mui/material@7.0.0`
544
+
545
+ - [Autocomplete] Fix when `onHighlightChange` is called (#45438) @ZeeshanTamboli
546
+ - [Tabs] Fix modifier keys + Left/Right Arrow key from being consumed by tab navigation (#45345) @mushfiqbh
547
+ - Update minimum TypeScript support to 4.9 (#45535) @siriwatknp
548
+
549
+ ### `@mui/system@7.0.0`
550
+
551
+ - [system] Fix palette mode does not change when not using CSS vars (#45660) @siriwatknp
552
+
553
+ ### `@mui/lab@7.0.0-beta.9`
554
+
555
+ - [lab] Remove @mui/base dependency (#45602) @mnajdova
556
+
557
+ ### Docs
558
+
559
+ - [docs] Fix unnecessary redirects for v7 (#45677) @Janpot
560
+ - [docs] Fix new React project link, CRA deprecated (#45362) @oliviertassinari
561
+ - [docs] Prepare the v7 upgrade guide for stable release (#45624) @DiegoAndai
562
+ - [docs] Fix grammatical errors in support.md (#45631) @letianpailove
563
+ - [docs] Update nextjs font optimization guide (#45600) @IshfaqAhmedProg
564
+ - [docs] Deprecate Toolpad Studio (#45613) @Janpot
565
+ - [docs] Sync the mode from page to demos #45661 @siriwatknp
566
+
567
+ ### Core
568
+
569
+ - [blog] v7 stable release (#45623) @DiegoAndai
570
+ - [code-infra] Disable flaky masonry screenshot (#45678) @Janpot
571
+ - [code-infra] Migrate regression tests to vite (#44964) @Janpot
572
+ - [code-infra] Update rollup (#45666) @Janpot
573
+ - [code-infra] Support `React.ComponentType` in proptypes generation (#45664) @Janpot
574
+ - [code-infra] Ensure `translations.json` is present in all `@mui/docs` package builds (#45626) @LukasTy
575
+ - [code-infra] Improve Argos script debuggability (#45619) @Janpot
576
+ - [code-infra] Reconfigure `react-remove-properties` babel plugin (#45218) @Janpot
577
+ - [core] Prepare master for v7 stable (#45674) @DiegoAndai
578
+ - [core] Improve instructions on changing domain (#45637) @mnajdova
579
+ - [core] Deprecate `ponyfillGlobal` (#45606) @Janpot
580
+ - [docs-infra] Restructure docs theme context to CSS variables (#45386) @siriwatknp
581
+ - [styles] Remove code & docs (#45633) @mnajdova
582
+
583
+ All contributors of this release in alphabetical order: @DiegoAndai, @IshfaqAhmedProg, @Janpot, @letianpailove, @LukasTy, @mnajdova, @mushfiqbh, @oliviertassinari, @siriwatknp, @ZeeshanTamboli
584
+
585
+ ## 7.0.0-rc.0
586
+
587
+ <!-- generated comparing v7.0.0-beta.4..master -->
588
+
589
+ _Mar 18, 2025_
590
+
591
+ A big thanks to the 4 contributors who made this release possible.
592
+
593
+ ### `@mui/material@7.0.0-rc.0`
594
+
595
+ - [StepLabel] Add missing root slot (#45603) @sai6855
596
+ - [Switch] Add slots and slotProps (#45595) @siriwatknp
597
+ - [utils] Add merging function to `mergeSlotProps` utility (#45543) @siriwatknp
598
+
599
+ ### Core
600
+
601
+ - [blog] Clarify the difference between the two Pro plans (#45266) @oliviertassinari
602
+ - [code-infra] Allow specifying a custom error formatter module for error minifcation (#45291) @Janpot
603
+ - [code-infra] Make `getVersionEnvVariables` reusable for other repos (#45562) @Janpot
604
+ - [code-infra] Update peer dependency of `@mui/utils` in `@mui/docs` (#45561) @Janpot
605
+ - Add StackBlitz template to issue template (#45504) @Janpot
606
+
607
+ All contributors of this release in alphabetical order: @Janpot, @oliviertassinari, @sai6855, @siriwatknp
608
+
609
+ ## 7.0.0-beta.4
610
+
611
+ <!-- generated comparing v7.0.0-beta.3..master -->
612
+
613
+ _Mar 13, 2025_
614
+
615
+ A big thanks to the 10 contributors who made this release possible.
616
+ This release contains bug fixes 🐛 and improvements to the new package layout 🏗️.
617
+
618
+ ### `@mui/material@7.0.0-beta.4`
619
+
620
+ - [Accordion] Add missing `root` slot (#45532) @sai6855
621
+ - [AccordionSummary] Add slots and slotProps (#45559) @sai6855
622
+ - [ListItemText] Add missing `root` slot (#45540) @sai6855
623
+ - [SpeedDial] Add missing `root` slot (#45541) @sai6855
624
+ - [Tooltip] Allow auto placement on tooltip (#45399) @Jtaks
625
+ - [useScrollTrigger] Do nothing if target is null (#45441) @vipierozan99
626
+ - [TextareaAutosize] Fix ResizeObserver causing infinite `selectionchange` loop (#45351) @mj12albert
627
+ - Fix negative input for CSS variables spacing array (#45550) @siriwatknp
628
+ - Add missing deprecations in deprecations-all file (#45505) @sai6855
629
+ - Rename some `@mui/material/styles/createTypography` exports (#45558) @Janpot
630
+
631
+ ### `@mui/icons-material@7.0.0-beta.4`
632
+
633
+ - Remove unused icon names from the download script (#45453) @yermartee
634
+
635
+ ### `@mui/system@7.0.0-beta.4`
636
+
637
+ - Prevent nested non-vars theme inheritance (#45545) @siriwatknp
638
+ - Disable theme recalculation as default behavior (#45405) @siriwatknp
639
+ - Fix package layout inconsistencies (#45491) @DiegoAndai
640
+
641
+ ### `@mui/styled-engine@7.0.0-beta.4`
642
+
643
+ - Add `enableCssLayer` prop to StyledEngineProvider (#45428) @siriwatknp
644
+
645
+ ### `@mui/types@7.3.0`
646
+
647
+ - [code-infra] Fix type resolution for @mui/types (#45513) @Janpot
648
+
649
+ ### `@mui/utils@7.0.0-beta.4`
650
+
651
+ - Fix package layout inconsistencies (#45491) @DiegoAndai
652
+ - Use correct iri-reference homepage format (#45472) @dahiro
653
+
654
+ ### Docs
655
+
656
+ - [Backdrop] Fix component name in migration guide (#45506) @sai6855
657
+ - [TextField] Add HTML input section to TextField page (#45439) @siriwatknp
658
+
659
+ ### Core
660
+
661
+ - [code-infra] Convert a few docs modules to ts (#45548) @Janpot
662
+ - [code-infra] Remove more CJS modules from the docs (#45557) @Janpot
663
+ - [code-infra] Remove nested imports from theme augmentation (#45514) @Janpot
664
+ - [docs-infra] Add @ts-ignore to avoid type checking for MUI X (#45555) @siriwatknp
665
+ - [blog] Fix author end-of-year updates (#45533) @oliviertassinari
666
+
667
+ All contributors of this release in alphabetical order: @dahiro, @DiegoAndai, @Janpot, @Jtaks, @mj12albert, @oliviertassinari, @sai6855, @siriwatknp, @vipierozan99, @yermartee
668
+
669
+ ## 7.0.0-beta.3
670
+
671
+ <!-- generated comparing v7.0.0-beta.2..master -->
672
+
673
+ _Mar 5, 2025_
674
+
675
+ A big thanks to the 3 contributors who made this release possible.
676
+
677
+ ### `@mui/material@7.0.0-beta.3`
678
+
679
+ - Fix moduleResolution:node for icons (#45444) @Janpot
680
+ - [ThemeProvider] Add `storageManager` prop to `ThemeProvider` (#45136) @siriwatknp
681
+ - [Radio] Fix `inputProps` not forwarded (#45471) @siriwatknp
682
+
683
+ ### `@mui/codemod@7.0.0-beta.3`
684
+
685
+ - [codemod] Fix codemods not found (#45473) @DiegoAndai
686
+
687
+ All contributors of this release in alphabetical order: @DiegoAndai, @Janpot, @siriwatknp
688
+
689
+ ## 7.0.0-beta.2
690
+
691
+ <!-- generated comparing v7.0.0-beta.1..master -->
692
+
693
+ _Feb 27, 2025_
694
+
695
+ A big thanks to the 2 contributors who made this release possible.
696
+
697
+ ### Core
698
+
699
+ - [code-infra] Add package.json export (#45433) @Janpot
700
+ - [blog] React 19 migration for MUI X (#45348) @arminmeh
701
+
702
+ All contributors of this release in alphabetical order: @arminmeh, @Janpot
703
+
704
+ ## 7.0.0-beta.1
705
+
706
+ <!-- generated comparing v7.0.0-beta.0..master -->
707
+
708
+ _Feb 27, 2025_
709
+
710
+ This release fixes incorrect build output from the previous release (`beta.0`).
711
+
712
+ ### Core
713
+
714
+ - [code-infra] Fix build:types script omitting folders with a dot in their name (#45422) @Janpot
715
+ - [release] Fix versions (#45420) @mj12albert
716
+
717
+ All contributors of this release in alphabetical order: @Janpot, @mj12albert
718
+
719
+ ## 7.0.0-beta.0
720
+
721
+ <!-- generated comparing v7.0.0-alpha.2..master -->
722
+
723
+ _Feb 26, 2025_
724
+
725
+ A big thanks to the 8 contributors who made this release possible.
726
+
727
+ ### `@mui/material@7.0.0-beta.0`
728
+
729
+ - [Modal][Dialog] Remove deprecated `onBackdropClick` (#45395) @DiegoAndai
730
+ - [Grid] Improve Grid2 upgrade experience (#45304) @DiegoAndai
731
+ - [Grid] Rename to GridLegacy (#45363) @DiegoAndai
732
+ - [Grid2] Rename to Grid (#45381) @DiegoAndai
733
+ - Remove SvgIcon data-testid in production (#45333) @Janpot
734
+ - Allow nested theme creation with `vars` (#45335) @siriwatknp
735
+ - [Rating] Deprecate \*Props and complete `slots`, `slotProps` (#45295) @harry-whorlow
736
+ - [Slider] Fix css class selector in migration guide (#45402) @sai6855
737
+ - [Slider] Fix spacings in .md files (#45388) @sai6855
738
+ - [styles] Remove deprecated exports (#45397) @DiegoAndai
739
+ - [Menu] Deprecate \*Props and complete `slots`, `slotProps` (#44913) @siriwatknp
740
+ - [StepButton] Remove StepIconButton type (#45396) @DiegoAndai
741
+
742
+ ### Docs
743
+
744
+ - [Autocomplete] Remove unnecessary renderTags prop from Sizes demo (#45401) @ZeeshanTamboli
745
+ - Add `overriding-component-structure` doc to Material UI (#45186) @siriwatknp
746
+ - Fix typo in slider docs (#45390) @sai6855
747
+ - Fix Context Menu selection lost on Safari (#44903) @NooBat
748
+
749
+ ### Core
750
+
751
+ - [code-infra] Fix types for @mui/styled-engine (#45413) @Janpot
752
+ - [docs-infra] Fix theme toggle call (#45400) @siriwatknp
753
+ - [docs-infra] Add `color-scheme` to document in iframe demos (#45406) @KenanYusuf
754
+ - [docs-infra] Revert to use deprecated `CssVarsProvider` for MUI X (#45371) @siriwatknp
755
+ - [docs-infra] Fix dark mode flicker for API pages (#45354) @siriwatknp
756
+ - [examples] Remove unnecessary comma in Material UI Vite JS example (#45370) @ZeeshanTamboli
757
+ - [test] Remove unused renderTags prop and fix key warning in Autocomplete regression test (#45410) @ZeeshanTamboli
758
+
759
+ All contributors of this release in alphabetical order: @DiegoAndai, @harry-whorlow, @Janpot, @KenanYusuf, @NooBat, @sai6855, @siriwatknp, @ZeeshanTamboli
760
+
761
+ ## 7.0.0-alpha.2
762
+
763
+ <!-- generated comparing v7.0.0-alpha.1..master -->
764
+
765
+ _Feb 18, 2025_
766
+
767
+ A big thanks to the 9 contributors who made this release possible.
768
+
769
+ ### `@mui/material@7.0.0-alpha.2`
770
+
771
+ - [Autocomplete] Remove legacy `aria-owns` attribute for combobox (#45302) @ZeeshanTamboli
772
+ - [Button] Apply id only if loading indicator is present (#45296) @aarongarciah
773
+ - [Hidden] Remove deprecated Hidden component (#45283) @DiegoAndai
774
+ - [InputBase] Deprecate composed classes (#45234) @sai6855
775
+ - [InputLabel] Changed size prop value from `normal` to `medium` (#45235) @perkrlsn
776
+ - Fix `slotProps.transition` types (#45214) @siriwatknp
777
+
778
+ ### Docs
779
+
780
+ - Fix broken links to MUI X docs (#45145) @mapache-salvaje
781
+ - Add migration guide for package layout changes (#45222) @Janpot
782
+ - [icons] Fix typo in material-icons.md (#45334) @a-s-russo
783
+
784
+ ### Core
785
+
786
+ - Disallow access to esm/modern barrel files (#45332) @Janpot
787
+ - [code-infra] Update `elliptic` (#45311) @Janpot
788
+ - Update release guide to specify package bumping rules (#45294) @DiegoAndai
789
+
790
+ All contributors of this release in alphabetical order: @a-s-russo, @aarongarciah, @DiegoAndai, @Janpot, @mapache-salvaje, @perkrlsn, @sai6855, @siriwatknp, @ZeeshanTamboli
791
+
792
+ ## 7.0.0-alpha.1
793
+
794
+ <!-- generated comparing v7.0.0-alpha.0..master -->
795
+
796
+ _Feb 11, 2025_
797
+
798
+ A big thanks to the 11 contributors who made this release possible.
799
+
800
+ ### `@mui/material@7.0.0-alpha.1`
801
+
802
+ - [Checkbox] Add slots and slotProps (#44974) @sai6855
803
+ - [LinearProgress][CircularProgress] Add variant overrides for module augumentation (#45163) @kingflamez
804
+ - [Drawer] Deprecate \*Props and complete `slots`, `slotProps` (#44960) @siriwatknp
805
+ - Fix wrong `slotProps` of `DetailsHTMLAttributes` types (#45215) @siriwatknp
806
+ - [MobileStepper] deprecate `LinearProgressProps` and complete `slots`, `slotProps` (#45033) @siriwatknp
807
+ - [Radio] Add slots and slotProps (#44972) @sai6855
808
+ - [Radio] Remove empty line (#45184) @sai6855
809
+ - [Slider] Deprecate composed classes (#45201) @sai6855
810
+ - [Snackbar] Fix generated proptypes (#45156) @siriwatknp
811
+ - [SpeedDialAction] Add slots and slotProps (#45065) @sai6855
812
+ - [SwitchBase] Fix spreading of `handlers` in getSlotProps (#45197) @sai6855
813
+ - [Tabs] Deprecate \*Props and complete `slots`, `slotProps` (#45012) @siriwatknp
814
+ - [TextField] Remove deprecated props from documentation (#45199) @sai6855
815
+
816
+ ### `@mui/icons-material@7.0.0-alpha.1`
817
+
818
+ - Change icon source URL and add overrides (#45020) @siriwatknp
819
+
820
+ ### `@mui/lab@7.0.0-beta.1`
821
+
822
+ - Remove components which were moved from lab to material (#45232) @DiegoAndai
823
+
824
+ ### Docs
825
+
826
+ - [Autocomplete] Improve Google Maps search example (#44708) @oliviertassinari
827
+ - [Dialog] Removes deprecated PaperProps from docs (#45195) @sai6855
828
+ - [Menu] Add Grouped Menu demo (#45241) @noobDev31
829
+ - [material] Add disableInteractive on colorTool grid Tooltips (#37800) @Janpot
830
+ - [blog] Consistent Base UI terminology (#45264) @oliviertassinari
831
+ - A quick first step to update docs for Tailwind v4 (#45147) @oliviertassinari
832
+ - Fix `element.ref` accessing warning on docs (#45155) @DiegoAndai
833
+ - Mention Toolpad as experimental (#45273) @prakhargupta1
834
+ - [joy-ui] Update "Set up providers" section of integration with Material UI (#45183) @mateuseap
835
+
836
+ ### Core
837
+
838
+ - Update branch switch tags (#45198) @DiegoAndai
839
+ - Fix double redirection to Base UI (#45146) @oliviertassinari
840
+ - Fix corepack and pnpm installation in CircleCI (#45185) @mj12albert
841
+ - Fix typo on Netlify script (#45278) @maximevtush
842
+ - [code-infra] Fix testing library resolution with custom react (#44061) @Janpot
843
+ - [code-infra] Update package layout for better ESM support (#43264) @Janpot
844
+ - Update `@typescript-eslint/*` packages and remove deprecated `eslint-config-airbnb-typescript` package (#45245) @ZeeshanTamboli
845
+ - [docs] Restore utility component docs from MUI Base to Material UI (#45213) @mapache-salvaje
846
+ - [docs] Sync active sponsors (#45204) @oliviertassinari
847
+ - [docs] Fix links in CONTRIBUTING.md (#45202) @bernardobelchior
848
+ - [docs-infra] Point to MUI X next docs (#45207) @cherniavskii
849
+ - [test] Fix React 18 tests (#45161) @DiegoAndai
850
+
851
+ All contributors of this release in alphabetical order: @bernardobelchior, @cherniavskii, @DiegoAndai, @Janpot, @kingflamez, @mapache-salvaje, @mateuseap, @maximevtush, @mj12albert, @noobDev31, @oliviertassinari, @prakhargupta1, @sai6855, @siriwatknp, @ZeeshanTamboli
852
+
853
+ ## 7.0.0-alpha.0
854
+
855
+ <!-- generated comparing v6.4.1..master -->
856
+
857
+ _Jan 31, 2025_
858
+
859
+ A big thanks to the 9 contributors who made this release possible.
860
+ This is the first alpha release of Material UI v7 🎉.
861
+
862
+ ### `@mui/material@7.0.0-alpha.0`
863
+
864
+ - [Autocomplete] Prevent shrink animation in uncontrolled Autocomplete when default value is set (#44873) @ZeeshanTamboli
865
+ - [Popover] Deprecate \*Props and complete `slots`, `slotProps` (#45035) @siriwatknp
866
+ - [Slider] Fix arrow keys past the end for Slider with custom marks (#45050) @joshkel
867
+ - [SwitchBase] Deprecate `inputProps` and complete slots, slotProps (#45076) @siriwatknp
868
+ - [TextareaAutosize] Temporarily disconnect ResizeObserver to avoid loop error (#44540) @mj12albert
869
+ - [Slider] Narrow onChange value type (#44777) @good-jinu
870
+ - [Snackbar] Add Slots and SlotProps (#45103) @harry-whorlow
871
+
872
+ ### `@mui/utils@7.0.0-alpha.0`
873
+
874
+ - Merge `sx` instead of override when using `mergeSlotProps` (#45062) @siriwatknp
875
+
876
+ ### Core
877
+
878
+ - [code-infra] a few fixes uncovered during ESM updates (#45031) @Janpot
879
+ - [code-infra] Remove rsc-builder (#45079) @Janpot
880
+ - [code-infra] Remove commonjs imports in docs (#44976) @Janpot
881
+ - [docs-infra] Move Ukraine banner to the bottom (#45135) @oliviertassinari
882
+ - Fix MUI Base vale rule (#45140) @oliviertassinari
883
+ - Fix missing store contributor renaming (b3d1be0) @oliviertassinari
884
+ - Fix 404 errors (#45137) @oliviertassinari
885
+ - Prepare libraries for first v7 alpha release (#45132) @DiegoAndai
886
+ - Fix CHANGELOG vale failure (#45151) @DiegoAndai
887
+
888
+ ### Docs
889
+
890
+ - Fix `/base-ui` redirect and prune links (#45083) @mj12albert
891
+ - Add v6 to v7 migration guide (#45143) @DiegoAndai
892
+
893
+ All contributors of this release in alphabetical order: @DiegoAndai, @good-jinu, @harry-whorlow, @Janpot, @joshkel, @mj12albert, @oliviertassinari, @siriwatknp, @ZeeshanTamboli
894
+
895
+ ## Older versions
896
+
897
+ Changes before 7.x are listed in our [changelog for older versions](https://github.com/mui/material-ui/blob/HEAD/CHANGELOG.old.md).