@mui/internal-core-docs 0.0.1 → 9.0.0-canary.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.
Files changed (269) hide show
  1. package/Ad/Ad.d.ts +5 -0
  2. package/Ad/Ad.js +226 -0
  3. package/Ad/AdCarbon.d.ts +2 -0
  4. package/Ad/AdCarbon.js +125 -0
  5. package/Ad/AdDisplay.d.ts +16 -0
  6. package/Ad/AdDisplay.js +86 -0
  7. package/Ad/AdGuest.d.ts +10 -0
  8. package/Ad/AdGuest.js +29 -0
  9. package/Ad/AdInHouse.d.ts +4 -0
  10. package/Ad/AdInHouse.js +14 -0
  11. package/Ad/AdManager.d.ts +19 -0
  12. package/Ad/AdManager.js +36 -0
  13. package/Ad/AdProvider.d.ts +15 -0
  14. package/Ad/AdProvider.js +24 -0
  15. package/Ad/ad.styles.d.ts +4 -0
  16. package/Ad/ad.styles.js +91 -0
  17. package/Ad/index.d.ts +5 -0
  18. package/Ad/index.js +7 -0
  19. package/ApiPage/ApiWarningAlert.d.ts +10 -0
  20. package/ApiPage/ApiWarningAlert.js +22 -0
  21. package/ApiPage/definitions/classes.d.ts +18 -0
  22. package/ApiPage/definitions/classes.js +54 -0
  23. package/ApiPage/definitions/index.d.ts +4 -0
  24. package/ApiPage/definitions/index.js +4 -0
  25. package/ApiPage/definitions/properties.d.ts +58 -0
  26. package/ApiPage/definitions/properties.js +110 -0
  27. package/ApiPage/definitions/slots.d.ts +16 -0
  28. package/ApiPage/definitions/slots.js +39 -0
  29. package/ApiPage/definitions/types.d.ts +53 -0
  30. package/ApiPage/definitions/types.js +1 -0
  31. package/ApiPage/index.d.ts +2 -0
  32. package/ApiPage/index.js +2 -0
  33. package/ApiPage/list/ClassesList.d.ts +11 -0
  34. package/ApiPage/list/ClassesList.js +103 -0
  35. package/ApiPage/list/ExpandableApiItem.d.ts +18 -0
  36. package/ApiPage/list/ExpandableApiItem.js +241 -0
  37. package/ApiPage/list/PropertiesList.d.ts +7 -0
  38. package/ApiPage/list/PropertiesList.js +263 -0
  39. package/ApiPage/list/SlotsList.d.ts +7 -0
  40. package/ApiPage/list/SlotsList.js +93 -0
  41. package/ApiPage/list/index.d.ts +1 -0
  42. package/ApiPage/list/index.js +1 -0
  43. package/ApiPage/private.d.ts +3 -0
  44. package/ApiPage/private.js +3 -0
  45. package/ApiPage/sections/ClassesSection.d.ts +34 -0
  46. package/ApiPage/sections/ClassesSection.js +76 -0
  47. package/ApiPage/sections/PropertiesSection.d.ts +45 -0
  48. package/ApiPage/sections/PropertiesSection.js +59 -0
  49. package/ApiPage/sections/SlotsSection.d.ts +24 -0
  50. package/ApiPage/sections/SlotsSection.js +61 -0
  51. package/ApiPage/sections/ToggleDisplayOption.d.ts +17 -0
  52. package/ApiPage/sections/ToggleDisplayOption.js +161 -0
  53. package/ApiPage/sections/index.d.ts +4 -0
  54. package/ApiPage/sections/index.js +4 -0
  55. package/ApiPage/table/ClassesTable.d.ts +7 -0
  56. package/ApiPage/table/ClassesTable.js +116 -0
  57. package/ApiPage/table/PropertiesTable.d.ts +6 -0
  58. package/ApiPage/table/PropertiesTable.js +286 -0
  59. package/ApiPage/table/SlotsTable.d.ts +6 -0
  60. package/ApiPage/table/SlotsTable.js +126 -0
  61. package/ApiPage/table/StyledTableContainer.d.ts +1 -0
  62. package/ApiPage/table/StyledTableContainer.js +42 -0
  63. package/ApiPage/types.d.ts +11 -0
  64. package/ApiPage/types.js +1 -0
  65. package/CHANGELOG.md +1651 -0
  66. package/CodeCopy/CodeCopy.d.ts +22 -0
  67. package/CodeCopy/CodeCopy.js +172 -0
  68. package/CodeCopy/CodeCopyButton.d.ts +4 -0
  69. package/CodeCopy/CodeCopyButton.js +40 -0
  70. package/CodeCopy/index.d.ts +3 -0
  71. package/CodeCopy/index.js +3 -0
  72. package/CodeCopy/useClipboardCopy.d.ts +4 -0
  73. package/CodeCopy/useClipboardCopy.js +21 -0
  74. package/ComponentLinkHeader/ComponentLinkHeader.d.ts +8 -0
  75. package/ComponentLinkHeader/ComponentLinkHeader.js +197 -0
  76. package/ComponentLinkHeader/index.d.ts +2 -0
  77. package/ComponentLinkHeader/index.js +2 -0
  78. package/DemoContext/DemoContext.d.ts +86 -0
  79. package/DemoContext/DemoContext.js +13 -0
  80. package/DemoContext/index.d.ts +2 -0
  81. package/DemoContext/index.js +1 -0
  82. package/DocsApp/AnalyticsProvider.d.ts +17 -0
  83. package/DocsApp/AnalyticsProvider.js +229 -0
  84. package/DocsApp/DocsApp.d.ts +79 -0
  85. package/DocsApp/DocsApp.js +105 -0
  86. package/DocsApp/GoogleAnalytics.d.ts +9 -0
  87. package/DocsApp/GoogleAnalytics.js +129 -0
  88. package/DocsApp/StyledEngineProvider.d.ts +8 -0
  89. package/DocsApp/StyledEngineProvider.js +38 -0
  90. package/DocsApp/consoleBanner.d.ts +1 -0
  91. package/DocsApp/consoleBanner.js +18 -0
  92. package/DocsApp/createEmotionCache.d.ts +1 -0
  93. package/DocsApp/createEmotionCache.js +12 -0
  94. package/DocsApp/createGetInitialProps.d.ts +30 -0
  95. package/DocsApp/createGetInitialProps.js +29 -0
  96. package/DocsApp/index.d.ts +5 -0
  97. package/DocsApp/index.js +4 -0
  98. package/DocsApp/loadDependencies.d.ts +1 -0
  99. package/DocsApp/loadDependencies.js +9 -0
  100. package/DocsApp/reportWebVitals.d.ts +13 -0
  101. package/DocsApp/reportWebVitals.js +22 -0
  102. package/DocsApp/serviceWorker.d.ts +1 -0
  103. package/DocsApp/serviceWorker.js +59 -0
  104. package/DocsProvider/DocsProvider.d.ts +24 -0
  105. package/DocsProvider/DocsProvider.js +31 -0
  106. package/DocsProvider/index.d.ts +1 -0
  107. package/DocsProvider/index.js +1 -0
  108. package/Document/Document.d.ts +16 -0
  109. package/Document/Document.js +147 -0
  110. package/Document/getInitialProps.d.ts +18 -0
  111. package/Document/getInitialProps.js +60 -0
  112. package/Document/index.d.ts +2 -0
  113. package/Document/index.js +2 -0
  114. package/HighlightedCode/HighlightedCode.d.ts +14 -0
  115. package/HighlightedCode/HighlightedCode.js +67 -0
  116. package/HighlightedCode/index.d.ts +1 -0
  117. package/HighlightedCode/index.js +1 -0
  118. package/HighlightedCodeWithTabs/HighlightedCodeWithTabs.d.ts +28 -0
  119. package/HighlightedCodeWithTabs/HighlightedCodeWithTabs.js +362 -0
  120. package/HighlightedCodeWithTabs/index.d.ts +2 -0
  121. package/HighlightedCodeWithTabs/index.js +2 -0
  122. package/IconImage/IconImage.d.ts +11 -0
  123. package/IconImage/IconImage.js +83 -0
  124. package/IconImage/index.d.ts +1 -0
  125. package/IconImage/index.js +1 -0
  126. package/InfoCard/InfoCard.d.ts +22 -0
  127. package/InfoCard/InfoCard.js +91 -0
  128. package/InfoCard/index.d.ts +1 -0
  129. package/InfoCard/index.js +1 -0
  130. package/LICENSE +21 -0
  131. package/Link/Link.d.ts +25 -0
  132. package/Link/Link.js +75 -0
  133. package/Link/MarkdownLinks.d.ts +2 -0
  134. package/Link/MarkdownLinks.js +84 -0
  135. package/Link/SkipLink.d.ts +1 -0
  136. package/Link/SkipLink.js +64 -0
  137. package/Link/index.d.ts +3 -0
  138. package/Link/index.js +3 -0
  139. package/MarkdownElement/MarkdownElement.d.ts +7 -0
  140. package/MarkdownElement/MarkdownElement.js +847 -0
  141. package/MarkdownElement/index.d.ts +1 -0
  142. package/MarkdownElement/index.js +1 -0
  143. package/MuiPage/MuiPage.d.ts +67 -0
  144. package/MuiPage/MuiPage.js +1 -0
  145. package/MuiPage/index.d.ts +1 -0
  146. package/MuiPage/index.js +1 -0
  147. package/NextNProgressBar/NProgressBar.d.ts +6 -0
  148. package/NextNProgressBar/NProgressBar.js +91 -0
  149. package/NextNProgressBar/NextNProgressBar.d.ts +1 -0
  150. package/NextNProgressBar/NextNProgressBar.js +42 -0
  151. package/NextNProgressBar/index.d.ts +1 -0
  152. package/NextNProgressBar/index.js +1 -0
  153. package/PageContext/PageContext.d.ts +32 -0
  154. package/PageContext/PageContext.js +6 -0
  155. package/PageContext/index.d.ts +2 -0
  156. package/PageContext/index.js +1 -0
  157. package/README.md +26 -0
  158. package/SectionHeadline/SectionHeadline.d.ts +13 -0
  159. package/SectionHeadline/SectionHeadline.js +81 -0
  160. package/SectionHeadline/index.d.ts +2 -0
  161. package/SectionHeadline/index.js +2 -0
  162. package/SectionTitle/SectionTitle.d.ts +6 -0
  163. package/SectionTitle/SectionTitle.js +29 -0
  164. package/SectionTitle/index.d.ts +1 -0
  165. package/SectionTitle/index.js +1 -0
  166. package/ThemeContext/ThemeContext.d.ts +92 -0
  167. package/ThemeContext/ThemeContext.js +200 -0
  168. package/ThemeContext/index.d.ts +1 -0
  169. package/ThemeContext/index.js +1 -0
  170. package/branding/BrandingCssVarsProvider.d.ts +27 -0
  171. package/branding/BrandingCssVarsProvider.js +170 -0
  172. package/branding/BrandingProvider.d.ts +9 -0
  173. package/branding/BrandingProvider.js +17 -0
  174. package/branding/brandingTheme.d.ts +147 -0
  175. package/branding/brandingTheme.js +1534 -0
  176. package/branding/index.d.ts +3 -0
  177. package/branding/index.js +3 -0
  178. package/codeStyling/codeStyling.d.ts +7 -0
  179. package/codeStyling/codeStyling.js +80 -0
  180. package/codeStyling/index.d.ts +1 -0
  181. package/codeStyling/index.js +1 -0
  182. package/codeVariant/codeVariant.d.ts +7 -0
  183. package/codeVariant/codeVariant.js +69 -0
  184. package/codeVariant/index.d.ts +1 -0
  185. package/codeVariant/index.js +1 -0
  186. package/constants/constants.d.ts +13 -0
  187. package/constants/constants.js +15 -0
  188. package/constants/index.d.ts +1 -0
  189. package/constants/index.js +1 -0
  190. package/findActivePage/findActivePage.d.ts +5 -0
  191. package/findActivePage/findActivePage.js +35 -0
  192. package/findActivePage/index.d.ts +1 -0
  193. package/findActivePage/index.js +1 -0
  194. package/getProductInfoFromUrl/getProductInfoFromUrl.d.ts +8 -0
  195. package/getProductInfoFromUrl/getProductInfoFromUrl.js +50 -0
  196. package/getProductInfoFromUrl/index.d.ts +2 -0
  197. package/getProductInfoFromUrl/index.js +1 -0
  198. package/globalSelector/globalSelector.d.ts +2 -0
  199. package/globalSelector/globalSelector.js +17 -0
  200. package/globalSelector/index.d.ts +1 -0
  201. package/globalSelector/index.js +1 -0
  202. package/helpers/helpers.d.ts +31 -0
  203. package/helpers/helpers.js +87 -0
  204. package/helpers/index.d.ts +2 -0
  205. package/helpers/index.js +1 -0
  206. package/i18n/i18n.d.ts +27 -0
  207. package/i18n/i18n.js +111 -0
  208. package/i18n/index.d.ts +1 -0
  209. package/i18n/index.js +1 -0
  210. package/mapApiPageTranslations/index.d.ts +1 -0
  211. package/mapApiPageTranslations/index.js +1 -0
  212. package/mapApiPageTranslations/mapApiPageTranslations.d.ts +11 -0
  213. package/mapApiPageTranslations/mapApiPageTranslations.js +46 -0
  214. package/nextFonts/fonts/GeneralSans-Bold.ttf +0 -0
  215. package/nextFonts/fonts/GeneralSans-Bold.woff2 +0 -0
  216. package/nextFonts/fonts/GeneralSans-Medium.ttf +0 -0
  217. package/nextFonts/fonts/GeneralSans-Medium.woff2 +0 -0
  218. package/nextFonts/fonts/GeneralSans-Regular.ttf +0 -0
  219. package/nextFonts/fonts/GeneralSans-Regular.woff2 +0 -0
  220. package/nextFonts/fonts/GeneralSans-Semibold-subset.woff2 +0 -0
  221. package/nextFonts/fonts/GeneralSans-Semibold.ttf +0 -0
  222. package/nextFonts/fonts/GeneralSans-Semibold.woff2 +0 -0
  223. package/nextFonts/fonts/IBMPlexSans-Bold.ttf +0 -0
  224. package/nextFonts/fonts/IBMPlexSans-Bold.woff +0 -0
  225. package/nextFonts/fonts/IBMPlexSans-Bold.woff2 +0 -0
  226. package/nextFonts/fonts/IBMPlexSans-Medium.ttf +0 -0
  227. package/nextFonts/fonts/IBMPlexSans-Medium.woff +0 -0
  228. package/nextFonts/fonts/IBMPlexSans-Medium.woff2 +0 -0
  229. package/nextFonts/fonts/IBMPlexSans-Regular-subset.woff2 +0 -0
  230. package/nextFonts/fonts/IBMPlexSans-Regular.ttf +0 -0
  231. package/nextFonts/fonts/IBMPlexSans-Regular.woff +0 -0
  232. package/nextFonts/fonts/IBMPlexSans-Regular.woff2 +0 -0
  233. package/nextFonts/fonts/IBMPlexSans-SemiBold.ttf +0 -0
  234. package/nextFonts/fonts/IBMPlexSans-SemiBold.woff +0 -0
  235. package/nextFonts/fonts/IBMPlexSans-SemiBold.woff2 +0 -0
  236. package/nextFonts/index.d.ts +6 -0
  237. package/nextFonts/index.js +59 -0
  238. package/package.json +426 -3
  239. package/svgIcons/BundleSizeIcon.d.ts +4 -0
  240. package/svgIcons/BundleSizeIcon.js +13 -0
  241. package/svgIcons/FigmaIcon.d.ts +4 -0
  242. package/svgIcons/FigmaIcon.js +22 -0
  243. package/svgIcons/FileDownload.d.ts +6 -0
  244. package/svgIcons/FileDownload.js +13 -0
  245. package/svgIcons/JavaScript.d.ts +6 -0
  246. package/svgIcons/JavaScript.js +13 -0
  247. package/svgIcons/MarkdownIcon.d.ts +2 -0
  248. package/svgIcons/MarkdownIcon.js +22 -0
  249. package/svgIcons/MaterialDesignIcon.d.ts +4 -0
  250. package/svgIcons/MaterialDesignIcon.js +18 -0
  251. package/svgIcons/SketchIcon.d.ts +4 -0
  252. package/svgIcons/SketchIcon.js +27 -0
  253. package/svgIcons/TypeScript.d.ts +6 -0
  254. package/svgIcons/TypeScript.js +13 -0
  255. package/svgIcons/W3CIcon.d.ts +4 -0
  256. package/svgIcons/W3CIcon.js +15 -0
  257. package/translations/index.d.ts +3 -0
  258. package/translations/index.js +4 -0
  259. package/translations/translations.json +222 -0
  260. package/useLazyCSS/index.d.ts +1 -0
  261. package/useLazyCSS/index.js +1 -0
  262. package/useLazyCSS/useLazyCSS.d.ts +11 -0
  263. package/useLazyCSS/useLazyCSS.js +70 -0
  264. package/utils/index.d.ts +1 -0
  265. package/utils/index.js +1 -0
  266. package/utils/loadScript.d.ts +1 -0
  267. package/utils/loadScript.js +7 -0
  268. package/webpack/index.d.ts +17 -0
  269. package/webpack/index.js +1 -0
package/CHANGELOG.md ADDED
@@ -0,0 +1,1651 @@
1
+ # [Versions](https://mui.com/versions/)
2
+
3
+ ## 9.0.0-beta.1
4
+
5
+ <!-- generated comparing v9.0.0-beta.0..master -->
6
+
7
+ _Apr 2, 2026_
8
+
9
+ A big thanks to the 11 contributors who made this release possible.
10
+
11
+ ### `@mui/material@9.0.0-beta.1`
12
+
13
+ #### Breaking Changes
14
+
15
+ - [grid] Remove 'column' and 'column-reverse' options from `direction` prop (#47564) @sai6855
16
+ - [icons] Remove legacy `*Outline` icons (#48116) @mj12albert
17
+ - [list-item-icon] Use theme spacing instead of hardcoded minWidth (#46597) @adiitxa
18
+
19
+ #### Changes
20
+
21
+ - [all components] Fix `slotProps.transition` types (#48153) @mj12albert
22
+ - [alert][dialog] Accessibility improvements (#48113) @silviuaavram
23
+ - [autocomplete] Fix helper text focusing input when clicked (#48156) @mj12albert
24
+ - [button-base] Add `nativeButton` prop (#47989) @mj12albert
25
+ - [input] Fix high contrast cutoff on first character (#48150) @silviuaavram
26
+ - [menu] Fix empty roving focus container (#48114) @mj12albert
27
+ - [utils] Explicitly register roving tab items with parent (#48122) @mj12albert
28
+
29
+ ### Docs
30
+
31
+ - Fix HTML validation errors (#48107) @Janpot
32
+ - Fix duplicate IDs and HTML validation issues (#48095) @Janpot
33
+ - Fix the dark mode footer row shadow for the Data Grid on the advanced components page (#48149) @arminmeh
34
+ - Improve jsdom section (#48098) @oliviertassinari
35
+ - Update "Deprecated APIs removed" section to h2 in "Upgrade to v9" docs (#48115) @ZeeshanTamboli
36
+ - [docs][progress] Label all demo components (#48143) @mj12albert
37
+ - [docs-infra] Add x-scheduler to component API URL resolver (#48097) @rita-codes
38
+ - [docs-infra] Resolve some redirects (#48165) @Janpot
39
+ - [docs-infra] Update v9 Search Index (#48028) @dav-is
40
+
41
+ ### Core
42
+
43
+ - [code-infra] Discover exports for bundle size report (#48170) @Janpot
44
+ - [internal] Fix use of ellipsis (#48096) @oliviertassinari
45
+ - [test] Add screenshot test for Virtualized Table (#47947) @mnajdova
46
+ - [test] Remove `componentsProp` from `describeConformance` tests (#48142) @ZeeshanTamboli
47
+ - [theme] Do not create channel tokens for custom colors when `nativeColor` is used (#47765) @ZeeshanTamboli
48
+
49
+ All contributors of this release in alphabetical order: @adiitxa, @arminmeh, @dav-is, @Janpot, @mj12albert, @mnajdova, @oliviertassinari, @rita-codes, @sai6855, @silviuaavram, @ZeeshanTamboli
50
+
51
+ ## 9.0.0-beta.0
52
+
53
+ <!-- generated comparing v9.0.0-alpha.4..master -->
54
+
55
+ _Mar 25, 2026_
56
+
57
+ A big thanks to the 8 contributors who made this release possible.
58
+
59
+ ### `@mui/material@9.0.0-beta.0`
60
+
61
+ #### Breaking Changes
62
+
63
+ - [linear-progress] Remove deprecated CSS classes (#48068) @mj12albert
64
+ - [list-item, list-item-text] Remove deprecated props (#48042) @siriwatknp
65
+ - [button-group] Remove deprecated classes (#48043) @siriwatknp
66
+ - [card] Remove deprecated CardHeader props (#47995) @silviuaavram
67
+ - [checkbox][radio][switch] Remove deprecated inputProps and inputRef (#48059) @siriwatknp
68
+ - [chip] Remove deprecated classes (#48046) @silviuaavram
69
+ - [dialog][modal][drawer][swipeabledrawer] Remove deprecated props and classes (#48039) @silviuaavram
70
+ - [divider] Remove deprecated CSS classes (#48075) @siriwatknp
71
+ - [drawer] Remove deprecated CSS classes (#48077) @siriwatknp
72
+ - [image-list-item-bar] Remove deprecated CSS classes (#48064) @siriwatknp
73
+ - [inputs] Remove deprecated props & classes (#48071) @mj12albert
74
+ - [material-ui] Remove unnecessary overridesResolvers from styled components (#48082) @ZeeshanTamboli
75
+ - [material-ui][system] Remove deprecated system props from Box, Stack, Typography (#48072) @siriwatknp
76
+ - [pagination-item] Remove deprecated CSS classes (#48076) @siriwatknp
77
+ - [pagination-item] Remove deprecated props (#48038) @siriwatknp
78
+ - [rating] Remove deprecated IconContainerComponent (#48019) @siriwatknp
79
+ - [select] Remove deprecated CSS classes (#48065) @mj12albert
80
+ - [slider] Remove deprecated CSS classes (#48074) @siriwatknp
81
+ - [step-connector][step-content][step-label] Remove deprecated props and classes (#48058) @siriwatknp
82
+ - [tabs][tab] Remove deprecated CSS classes (#48078) @siriwatknp
83
+ - [table-pagination][table-sort-label] Remove deprecated props and classes (#48060) @siriwatknp
84
+ - [toggle-button-group] Remove deprecated classes (#48061) @siriwatknp
85
+
86
+ #### Changes
87
+
88
+ - [system] Improve performance when using sx prop (#44254) @romgrk
89
+
90
+ ### `@mui/codemod@9.0.0-beta.0`
91
+
92
+ - [codemod] Add missing codemod links in upgrade guide (#48069) @silviuaavram
93
+
94
+ ### Docs
95
+
96
+ - Mention all breaking changes in changelog (#48091) @silviuaavram
97
+ - Fix link to upgrade-to-v9 docs in release CHANGELOG (#48081) @ZeeshanTamboli
98
+
99
+ ### Core
100
+
101
+ - Update browserslistrc (#48085) @silviuaavram
102
+ - [code-infra] Prevent major version updates of bundler/framework packages in bundling fixtures (#48062) @Copilot
103
+ - [code-infra][icons-material] Avoid material utils barrel in createSvgIcon (#48029) @anchmelev
104
+ - [docs-infra] Migrate more leaf components to mui-docs (#48018) @brijeshb42
105
+
106
+ All contributors of this release in alphabetical order: @anchmelev, @brijeshb42, @Copilot, @mj12albert, @romgrk, @silviuaavram, @siriwatknp, @ZeeshanTamboli
107
+
108
+ ## 9.0.0-alpha.4
109
+
110
+ <!-- generated comparing v9.0.0-alpha.3..master -->
111
+
112
+ _Mar 20, 2026_
113
+
114
+ A big thanks to the 11 contributors who made this release possible.
115
+
116
+ ### `@mui/material@9.0.0-alpha.4`
117
+
118
+ #### Breaking Changes
119
+
120
+ - [accordion] Remove deprecated props (#47963) @silviuaavram
121
+ - `TransitionComponent`
122
+ - `TransitionProps`
123
+ - [accordionsummary] Remove deprecated CSS class (#48006) @silviuaavram
124
+ - `contentGutters`
125
+ - [alert] Remove deprecated CSS classes (#48011) @silviuaavram
126
+ - `standardSuccess`
127
+ - `standardInfo`
128
+ - `standardWarning`
129
+ - `standardError`
130
+ - `outlinedSuccess`
131
+ - `outlinedInfo`
132
+ - `outlinedWarning`
133
+ - `outlinedError`
134
+ - `filledSuccess`
135
+ - `filledInfo`
136
+ - `filledWarning`
137
+ - `filledError`
138
+ - [alert] Remove deprecated props (#47965) @silviuaavram
139
+ - `components`
140
+ - `componentsProps`
141
+ - [autocomplete] Remove deprecated props (#47864) @ZeeshanTamboli
142
+ - `ChipProps`
143
+ - `componentsProps`
144
+ - `ListboxComponent`
145
+ - `ListboxProps`
146
+ - `PaperComponent`
147
+ - `PopperComponent`
148
+ - `renderTags`
149
+ - [avatar] Remove deprecated props (#47966) @silviuaavram
150
+ - `imgProps`
151
+ - [avatargroup] Remove deprecated props (#47968) @silviuaavram
152
+ - `componentsProps`
153
+ - [backdrop] Remove deprecated props (#47991) @silviuaavram
154
+ - `components`
155
+ - `componentsProps`
156
+ - `TransitionComponent`
157
+ - [badge] Remove deprecated props (#47993) @silviuaavram
158
+ - `components`
159
+ - `componentsProps`
160
+ - [button] Remove deprecated CSS classes (#48012) @silviuaavram
161
+ - Color variant classes: `textInherit`, `outlinedPrimary`, `containedSecondary`, etc.
162
+ - Size classes: `textSizeSmall`, `iconSizeMedium`, etc.
163
+ - [circularprogress] Remove deprecated CSS classes (#48014) @silviuaavram
164
+ - `circleDeterminate`
165
+ - `circleIndeterminate`
166
+ - [divider] Remove deprecated prop (#48013) @atharva3333
167
+ - `light`
168
+ - [formcontrollabel] Remove deprecated props (#48032) @atharva3333
169
+ - `componentsProps`
170
+ - [menu] Remove deprecated props (#48021) @siriwatknp
171
+ - `MenuListProps`
172
+ - `PaperProps`
173
+ - `TransitionProps`
174
+ - [mobilestepper] Remove deprecated props (#48041) @siriwatknp
175
+ - `LinearProgressProps`
176
+ - [popover] Remove deprecated props (#48021) @siriwatknp
177
+ - `BackdropComponent`
178
+ - `BackdropProps`
179
+ - `PaperProps`
180
+ - `TransitionComponent`
181
+ - `TransitionProps`
182
+ - [popper] Remove deprecated props (#48020) @siriwatknp
183
+ - `components`
184
+ - `componentsProps`
185
+ - [select] Remove deprecated props passed via `MenuProps` (#48021) @siriwatknp
186
+ - `MenuListProps`
187
+ - `PaperProps`
188
+ - `TransitionProps`
189
+ - [slider] Remove deprecated props (#47996) @siriwatknp
190
+ - `components`
191
+ - `componentsProps`
192
+ - [speeddial] Remove deprecated props (#47998) @siriwatknp
193
+ - `TransitionComponent`
194
+ - `TransitionProps`
195
+ - [speeddialaction] Remove deprecated props (#47998) @siriwatknp
196
+ - `FabProps`
197
+ - `tooltipTitle`
198
+ - `tooltipPlacement`
199
+ - `tooltipOpen`
200
+ - `TooltipClasses`
201
+ - [tabs] Remove deprecated props (#48017) @siriwatknp
202
+ - `ScrollButtonComponent`
203
+ - `TabIndicatorProps`
204
+ - `TabScrollButtonProps`
205
+ - `slots.StartScrollButtonIcon`
206
+ - `slots.EndScrollButtonIcon`
207
+ - [textfield] Remove deprecated props (#47878) @ZeeshanTamboli
208
+ - `InputProps`
209
+ - `inputProps`
210
+ - `SelectProps`
211
+ - `InputLabelProps`
212
+ - `FormHelperTextProps`
213
+ - [tooltip] Remove deprecated props (#47988) @siriwatknp
214
+ - `components`
215
+ - `componentsProps`
216
+ - `PopperComponent`
217
+ - `PopperProps`
218
+ - `TransitionComponent`
219
+ - `TransitionProps`
220
+ - [typography] Remove deprecated prop (#47986) @siriwatknp
221
+ - `paragraph`
222
+ - [buttonbase] Key handlers should not run on a disabled non-native button (#48003) @mj12albert
223
+ - [tablepagination] Format pagination numbers according to locale (#47803) @siriwatknp
224
+ - [textfield] Use non-native label for `<TextField select/>` (#47958) @mj12albert
225
+
226
+ Check out the [v9 upgrade guide](https://next.mui.com/material-ui/migration/upgrade-to-v9/).
227
+
228
+ #### Changes
229
+
230
+ - [autocomplete] Optimize selected option lookup (#47953) @anchmelev
231
+ - [buttonbase] Fix native button detection (#47985) @mj12albert
232
+ - [inputbase] Fix test using removed InputProps on TextField (#48000) @siriwatknp
233
+ - [popper] Add missing classes export (#48031) @mj12albert
234
+ - [select] Fix focus visible always set on menu item (#47912) @silviuaavram
235
+ - [slider] Fix focus visible styles incorrectly applied by pointer (#47894) @mj12albert
236
+ - [slider] Accept readonly array for the value prop (#47936) @pcorpet
237
+
238
+ ### `@mui/codemod@9.0.0-alpha.4`
239
+
240
+ - [codemod] Add slot key rename to `tabs-props` codemod and add to README (#48035) @siriwatknp
241
+ - [codemod] Add card-header-props migration guide (#48005) @siriwatknp
242
+
243
+ ### Docs
244
+
245
+ - [blog] Lowercase 2026-MUI-X-price-changes blog post URL (#47871) @Janpot
246
+ - [docs] Wide docs layout (#47950) @noraleonte
247
+ - [docs] Mention the list of props removed in upgrade guide (#48010) @silviuaavram
248
+ - [docs] Update Autocomplete deprecated props removal migration guide docs (#47990) @ZeeshanTamboli
249
+ - [docs-infra] Extract shared App component from \_app into @mui/docs (#47933) @brijeshb42
250
+ - [docs-infra] Expose global theme object (#47964) @Janpot
251
+ - [docs][system] Update `styled` API docs for easier understanding (#47957) @olivier-lxo
252
+
253
+ ### Core
254
+
255
+ - [code-infra] Add pkg-pr-new as dev dependency (#47992) @Janpot
256
+ - [code-infra] Remove CI coverage collection and upload to Codecov (#47930) @Janpot
257
+ - [core] Migrate to ESLint 10 (#47872) @brijeshb42
258
+ - [core] Remove GridLegacy component (#47956) @siriwatknp
259
+
260
+ All contributors of this release in alphabetical order: @anchmelev, @atharva3333, @brijeshb42, @Janpot, @mj12albert, @noraleonte, @olivier-lxo, @pcorpet, @silviuaavram, @siriwatknp, @ZeeshanTamboli
261
+
262
+ ## 9.0.0-alpha.3
263
+
264
+ <!-- generated comparing v9.0.0-alpha.2..master -->
265
+
266
+ _Mar 12, 2026_
267
+
268
+ A big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
269
+
270
+ - 📖 A new [Menubar](https://mui.com/material-ui/react-menubar/) component page integrated with [Base UI](https://base-ui.com/react/components/menubar)
271
+ - ♿️ Improved the Roving TabIndex keyboard navigation for the Stepper, Tabs and MenuList components.
272
+
273
+ ### `@mui/material@9.0.0-alpha.3`
274
+
275
+ #### Breaking Changes
276
+
277
+ - [stepper][menulist][tabs] Improve accessibility (#47687) @silviuaavram
278
+
279
+ #### Changes
280
+
281
+ - [autocomplete] Add `root` slot (#47852) @GerardasB
282
+ - [autocomplete] Fix popup reopening on window focus regain with openOnFocus (#47790) @aman44444
283
+ - [autocomplete] Support full slots for clearIndicator and popupIndicator (#47891) @silviuaavram
284
+ - [material-ui] Partially revert "[material-ui] Clean up duplicated CSS rules (#47838)" (#47927) @sai6855
285
+
286
+ ### Docs
287
+
288
+ - [docs][codemod] Add v7 migration docs for deprecated Autocomplete APIs and Autocomplete codemod (#47945) @ZeeshanTamboli
289
+ - [docs] Update faq about vendor chunks (#47747) @Janpot
290
+ - [docs] Use direct palette vars in Tailwind v4 snippet (#47940) @Ahmad-Alaziz
291
+ - [docs][menubar] Add Menubar component page (#47616) @siriwatknp
292
+
293
+ ### Core
294
+
295
+ - [core] Fix the release prepare steps (#47951) @silviuaavram
296
+ - [core] Remove Joy UI code and docs (#47939) @mnajdova
297
+ - [code-infra] Add previously missed export of themeCssVarsAugmentation (#47918) @brijeshb42
298
+ - [docs-infra] Import font module for nextjs transpilation (#47935) @brijeshb42
299
+ - [docs-infra] Migrate simpler modules from docs to mui-docs (#47897) @brijeshb42
300
+ - [test] Fix detached anchorEl elements in tests (#47929) @Janpot
301
+
302
+ All contributors of this release in alphabetical order: @Ahmad-Alaziz, @aman44444, @brijeshb42, @GerardasB, @Janpot, @mnajdova, @sai6855, @silviuaavram, @siriwatknp, @ZeeshanTamboli
303
+
304
+ ## 9.0.0-alpha.2
305
+
306
+ <!-- generated comparing v9.0.0-alpha.1..master -->
307
+
308
+ _Mar 5, 2026_
309
+
310
+ A big thanks to the 4 contributors who made this release possible.
311
+
312
+ ### @mui/material@9.0.0-alpha.2
313
+
314
+ - Clean up duplicated CSS rules (#47838) @sai6855
315
+
316
+ ### @mui/system@9.0.0-alpha.2
317
+
318
+ - Refactor sortContainerQueries to define regex outside of sort function (#47817) @sai6855
319
+
320
+ ### Docs
321
+
322
+ - Move shared components to @mui/docs package (#47672) @Janpot
323
+ - Fix small typo in NumberField page (#47877) @arthur-plazanet
324
+
325
+ ### Core
326
+
327
+ - [code-infra] Reduce paths for attw checks (#47896) @brijeshb42
328
+ - [docs-infra] Run syncTeamMembers (#47900) @Janpot
329
+
330
+ All contributors of this release in alphabetical order: @arthur-plazanet, @brijeshb42, @Janpot, @sai6855
331
+
332
+ ## 9.0.0-alpha.1
333
+
334
+ <!-- generated comparing v9.0.0-alpha.0..master -->
335
+
336
+ _Feb 26, 2026_
337
+
338
+ A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
339
+
340
+ ### @mui/material@9.0.0-alpha.1
341
+
342
+ #### Breaking Changes
343
+
344
+ - [Autocomplete] Prevents Autocomplete menu from opening on right click (#47797) @silviuaavram
345
+ - [Backdrop] Remove aria-hidden by default (#47798) @silviuaavram
346
+ - [ButtonBase] Ensure that onClick propagates when non-native button is clicked (#47800) @silviuaavram
347
+ - [Dialog][Modal] Remove `disableEscapeKeyDown` prop (#47695) @silviuaavram
348
+ - [Grid] Remove system props support (#47846) @siriwatknp
349
+ - [theme] Remove MuiTouchRipple from theme component types (#47849) @siriwatknp
350
+ - [useAutocomplete] Improve isOptionEqualToValue value argument type (#47801) @silviuaavram
351
+
352
+ #### Changes
353
+
354
+ - [TableCell][theme] Apply `alpha` before color mixing to border bottom color when nativeColor + cssVariables is used (#47762) @ZeeshanTamboli
355
+ - [Tooltip] Fix error is thrown when wrapping an input which is disabled while focused (#47684) @ZeeshanTamboli
356
+
357
+ ### Docs
358
+
359
+ - [docs] Add updated community theme resource (#47847) @PeterTYLiu
360
+ - [docs] Few copy fixes (#47806) @pavan-sh
361
+ - [docs] Fix IPA reader link in blog post (#47796) @pavan-sh
362
+ - [docs] Fix JSX in Overriding component structure docs (#47799) @ZeeshanTamboli
363
+ - [docs] Fix the keyboard navigation in GroupedMenu example (#47842) @silviuaavram
364
+ - [docs] Fix Theme builder video (#47835) @oliviertassinari
365
+ - [docs] Update pricing sankey as done (#47795) @alexfauquette
366
+ - [docs][system] Update sizing docs to clarify `(0, 1]` behavior. (#47845) @matthias-ccri
367
+
368
+ ### Core
369
+
370
+ - [blog] Blogpost for upcoming price changes for MUI X (#47748) @DanailH
371
+ - [code-infra] Detect browser envs that don't support layout (#47813) @Janpot
372
+ - [code-infra] Enable undefined addition to optional properties (#47750) @brijeshb42
373
+ - [code-infra] Exclusively enable test mode in jsdom (#47812) @Janpot
374
+ - [code-infra] Fix console.warn during test (#47802) @Janpot
375
+ - [code-infra] Remove vale as a workspace dependency (#47860) @brijeshb42
376
+ - [code-infra] Setup flat build for packages (#47670) @brijeshb42
377
+ - [code-infra] Upgrade react-docgen to v8 (#47685) @JCQuintas
378
+ - [docs-infra] Reapply Cookie Banner with Design Fixes (#47744) @dav-is
379
+ - [internal] Remove legacy MUI Base API docs (#47804) @ZeeshanTamboli
380
+
381
+ All contributors of this release in alphabetical order: @alexfauquette, @brijeshb42, @DanailH, @dav-is, @Janpot, @JCQuintas, @matthias-ccri, @oliviertassinari, @pavan-sh, @PeterTYLiu, @silviuaavram, @siriwatknp, @ZeeshanTamboli
382
+
383
+ ## 9.0.0-alpha.0
384
+
385
+ <!-- generated comparing v7.3.8..master -->
386
+
387
+ _Feb 17, 2026_
388
+
389
+ A big thanks to the 3 contributors who made this release possible.
390
+
391
+ ### @mui/material@9.0.0-alpha.0
392
+
393
+ - [theme] Generate `color-mix` value on top of default generated Material UI CSS variables (#47767) @ZeeshanTamboli
394
+
395
+ ### Docs
396
+
397
+ - [docs] Make tooltips describe their visible text triggers (#47658) @silviuaavram
398
+ - [docs][theme] Fix `nativeColor` docs (#47759) @ZeeshanTamboli
399
+
400
+ ### Core
401
+
402
+ - [blog] A pattern for opt-in type-only breaking changes in minor versions (#47622) @bernardobelchior
403
+ - [internal] Prepare libraries for first v9 alpha release (#47756) @silviuaavram
404
+
405
+ All contributors of this release in alphabetical order: @bernardobelchior, @silviuaavram, @ZeeshanTamboli
406
+
407
+ ## v8
408
+
409
+ This version is skipped to align the release version with MUI X v9.
410
+
411
+ ## 7.3.8
412
+
413
+ <!-- generated comparing v7.3.7..master -->
414
+
415
+ _Feb 12, 2026_
416
+
417
+ A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
418
+
419
+ ### `@mui/material@7.3.8`
420
+
421
+ - [alert] Revert removing default icon mapping fallback (#47629) @ZeeshanTamboli
422
+ - [app-bar] Fix optional chaining in joinVars function (#47739) @sai6855
423
+ - [autocomplete] Fix scroll position resetting on reopen with `disableCloseOnSelect` (#47248) @ZeeshanTamboli
424
+ - [autocomplete] Pass fullWidth prop to input, with default as true (#47663) @silviuaavram
425
+ - [badge] Refactor variant styles generation (#47742) @sai6855
426
+ - [chip] Remove unnecessary `onDelete` check (#47753) @ZeeshanTamboli
427
+ - [switch][checkbox][radio] Remove `aria-disabled` from root span (#46318) @KirankumarAmbati
428
+ - [collapse] Remove unnecessary string concatenation (#47745) @sai6855
429
+ - [drawer] `persistent` and `permanent` variant Drawers should not override the styles via theme using `modal` class (#47581) @ZeeshanTamboli
430
+ - [tabs] Add ability to extend Tabs variant (#47590) @aditya1906
431
+ - [useAutocomplete] Add aria-multiselectable to listbox props when multiple is true (#47632) @silviuaavram
432
+ - [useAutocomplete] Use `React.Key` instead of `any` for `key` prop (#47619) @sonixx02
433
+
434
+ #### Core
435
+
436
+ - Revert "[docs-infra] Add Cookie Banner and Analytics Provider (#47445)" (868d23e) @dav-is
437
+ - Revert "[docs-infra] Update Cookie Consent Dialog styling and content (#47718)" (ae29d03) @dav-is
438
+ - [api-docs-builder] Validate slots prop and Slots interface export consistency (#47623) @Janpot
439
+ - [code-infra] Remove `window.muiDocConfig` (#47737) @Janpot
440
+ - [code-infra] Fix flaky Select test on Webkit (#47728) @Janpot
441
+ - [code-infra] Remove usage of NODE_ENV=test (#47692) @Janpot
442
+ - [code-infra] Prepare eslint rule rename (#47702) @Janpot
443
+ - [code-infra] Next.js 15.5.11 (security update) (#47697) @Janpot
444
+ - [code-infra] Fix Tooltip tests flakyness (#47669) @Janpot
445
+ - [code-infra] Improve instructions for error messages (#47668) @Janpot
446
+ - [code-infra] Add initial agent instructions (#47655) @Janpot
447
+ - [code-infra] Update broken links checker (#47633) @Janpot
448
+ - [code-infra] Improve Tooltip leaveDelay test (#47624) @Janpot
449
+ - [code-infra] Fix internal broken links (#47607) @Janpot
450
+ - [docs-infra] Resolve a few 301s in our docs (#47746) @Janpot
451
+ - [docs-infra] Update Cookie Consent Dialog styling and content (#47718) @dav-is
452
+ - [docs-infra] Add Cookie Banner and Analytics Provider (#47445) @dav-is
453
+ - [docs-infra] Make sure /customers page has a h1 (#47615) @Janpot
454
+ - [docs-infra] Fix privacy link (#47614) @Janpot
455
+ - [docs-infra] Resolve a few 301s (#47579) @Janpot
456
+ - [internal] Remove unused sponsor files (#47741) @oliviertassinari
457
+ - [markdown] Fix some broken hash links (#47609) @Janpot
458
+ - [test] Cleanup Table tests TODOs (#47656) @Ocheretovich
459
+
460
+ ### Docs
461
+
462
+ - [website] unclickable banner in the pricing page (#47634) @aemartos
463
+ - [blog] Company Update: What we've been working on (and why) (#47626) @alelthomas
464
+ - [docs] Remove outdated notifications (#47743) @bernardobelchior
465
+ - [docs] Make Demo component product-agnostic (#47635) @Janpot
466
+ - [docs] Copyedit the Number Field doc (#47469) @mapache-salvaje
467
+ - [docs] Fix Roboto font not loading in iframe demos (#47660) @Janpot
468
+ - [docs] Replace Checkbox with Icons in Combobox examples (#47654) @silviuaavram
469
+ - [docs] Fix punctuation in TypeScript guide description (#47617) @nodirbekprogrammer
470
+
471
+ All contributors of this release in alphabetical order: @aditya1906, @aemartos, @alelthomas, @bernardobelchior, @dav-is, @Janpot, @KirankumarAmbati, @mapache-salvaje, @nodirbekprogrammer, @Ocheretovich, @oliviertassinari, @sai6855, @silviuaavram, @sonixx02, @ZeeshanTamboli
472
+
473
+ ## 7.3.7
474
+
475
+ <!-- generated comparing v7.3.6..master -->
476
+
477
+ _Jan 8, 2026_
478
+
479
+ A big thanks to the 16 contributors who made this release possible.
480
+
481
+ ### `@mui/material@7.3.7`
482
+
483
+ - [accordion] Remove unnecessary handling of `square` prop on Accordion Root (#47457) @ZeeshanTamboli
484
+ - [alert] Remove unnecessary default icon mapping fallback (#47460) @ZeeshanTamboli
485
+ - [appbar] Fix inherit color CSS variable not getting applied (#47518) @ZeeshanTamboli
486
+ - [autocomplete] Fix `ArrowLeft`, `Backspace` & `Delete` behavior for multiple and single-value rendering with proper caret handling (#47411) @jnbain
487
+ - [backdrop] Remove unnecessary passing of `classes` from root slot (#47519) @ZeeshanTamboli
488
+ - [button-group] Fix styles when variant is `contained` (#47499) @ZeeshanTamboli
489
+ - [card-action-area] Remove incorrect root ref being forwarded to focus highlight component (#47523) @ZeeshanTamboli
490
+ - [checkbox] Fix readonly checkboxes (#47503) @mj12albert
491
+ - [click-away-listener] Tighten the parameter type of createHandleSynthetic method (#47525) @ZeeshanTamboli
492
+ - [dialog] Fix backdrop theme style overrides (#47544) @ZeeshanTamboli
493
+ - [focus-trap] Compute `activeElement` inside `loopFocus` on every keydown (#47566) @ZeeshanTamboli
494
+ - [modal] Take non-integer padding-right into consideration when scroll locking (#47420) @Zache
495
+ - [select] Fix dropdown width does not match trigger width on window resize (#47526) @AarishMansur
496
+ - [tabs] Fix passing incorrect slot name props (scrollButton → scrollButtons) (#47215) @rithik56
497
+
498
+ ### Docs
499
+
500
+ - [card] Fix key warning (#47524) @ZeeshanTamboli
501
+ - [dialog] Replace TranstionProps with slotProps.transition (#47569) @sai6855
502
+ - [number-field] Use stable Base UI package (#47504) @siriwatknp
503
+ - [snackbar] Replace TransitionComponent with slots.transition (#47570) @sai6855
504
+ - Fix incorrect indentation in migration guide (#47571) @sai6855
505
+ - Enable MUI chat on Material UI demos (#46837) @siriwatknp
506
+ - Add docs and website banner for Dev survey'25 (#47521) @prakhargupta1
507
+ - Update Tailwind CSS v4 + Next.js Pages Router docs (#47546) @atharva3333
508
+ - Add warning callout to Sync plugin doc (#47511) @mapache-salvaje
509
+ - Update typo in TailwindCSS v4 integration with Next.js docs (#47512) @TimKraemer
510
+ - Fix link to contributing guide (#47473) @oliviertassinari
511
+ - Improve description of Accordion props (#47459) @ZeeshanTamboli
512
+
513
+ ### Core
514
+
515
+ - [blog] Whats new since MUI X v8 [DX-51] (#47140) @joserodolfofreitas
516
+ - [code-infra] Fix React@next CI job (#47493) @Janpot
517
+ - [code-infra] Move font loading to @mui/docs (#47385) @Janpot
518
+ - [code-infra] Fix CI for React 18 (#47560) @Janpot
519
+ - [code-infra] Prevent legacy browsers tests from updating (#47496) @Janpot
520
+ - [code-infra] Move `@mui/internal-test-utils` to code infra repo (#47422) @Janpot
521
+ - [code-infra] Fix React@next CI job (#47493) @Janpot
522
+ - [examples] Update Next.js versions to v16 in Next.js examples (DX-57) (#47453) @alelthomas
523
+ - [internal] Bump Next.js & React version to avoid security vulnerability (#47427) @oliviertassinari
524
+ - [test] Use plain playwright for e2e (#47410) @mj12albert
525
+ - [test] Fix react-18 tests (#47407) @Janpot
526
+
527
+ All contributors of this release in alphabetical order: @AarishMansur, @alelthomas, @atharva3333, @bricefrisco, @Janpot, @jnbain, @joserodolfofreitas, @mapache-salvaje, @mj12albert, @oliviertassinari, @prakhargupta1, @rithik56, @siriwatknp, @TimKraemer, @Zache, @ZeeshanTamboli
528
+
529
+ ## 7.3.6
530
+
531
+ <!-- generated comparing v7.3.5..master -->
532
+
533
+ _Dec 3, 2025_
534
+
535
+ A big thanks to the 22 contributors who made this release possible.
536
+
537
+ ### @mui/material@7.3.6
538
+
539
+ - [Accordion] Move properties to the AccordionOwnProps interface (#47348) @Aleksan4e3
540
+ - [Autocomplete] Remove unnecessary `filterSelectedOptions` dependency from `syncHighlightedIndex` useCallback (#47378) @ZeeshanTamboli
541
+ - [Autocomplete] Fix input caret not showing when focusing after chip navigation (#47249) @vrachuri28
542
+ - [Autocomplete] Fix ArrowLeft crash when value is not set with single-value rendering (#47214) @rithik56
543
+ - [Button] Fix running formAction when passed (#47185) @sai6855
544
+ - [Chip] Remove leftover closing parenthesis in CSS class key (#47345) @ZeeshanTamboli
545
+ - [ListItem] Add `secondaryAction` slot to `ListItem` (#47399) @sai6855
546
+ - [NumberField] Fix scroll behavior (#47397) @oliviertassinari
547
+ - [Select] Fix keyboard navigation while rendering in shadow DOM (#47380) @xBlizZer
548
+ - [Select] Fix cannot pass certain event handlers (#47366) @ZeeshanTamboli
549
+ - [Slider] Accept readonly array for `marks` prop (#47370) @pcorpet
550
+ - [Snackbar] Avoid unnecessary `ownerState` spread into `useSnackbar` (#47373) @ZeeshanTamboli
551
+ - [TextField] Allow custom props in slot props via TS module augmentation (#47367) @kumarvishwajeettrivedi
552
+ - [Tabs] Fix Arrow key navigation failing when component is rendered in shadow DOM (#47178) @sai6855
553
+ - Fix typings for theme `applyStyles` with custom color schemes (#47242) @akankshahu
554
+
555
+ ### @mui/system@7.3.6
556
+
557
+ - Fix unwanted attribute on DOM from InitColorSchemeScript `class` attribute (#47200) @siriwatknp
558
+
559
+ ### @mui/lab@7.3.6
560
+
561
+ - [Masonry] Fix layout flicker and single column issue (#43903) @Fanzzzd
562
+
563
+ ### Docs
564
+
565
+ - Fix default theme viewer styling (#47400) @sai6855
566
+ - Remove repetitive words (#47384) @rifeplight
567
+ - Fix link to Portal API docs (#47383) @ZeeshanTamboli
568
+ - Remove mentions of MUI Base from Material UI docs (#47324) @mapache-salvaje
569
+ - Update CSP guidance (#47342) @rossdakin
570
+ - Fix pathname collision in LLMs docs generator (#47209) @siriwatknp
571
+ - Resolve redirected urls to their final location (#47193) @Janpot
572
+ - Document correct default values for `elevation` and `square` props (#47261) @Ad1tya-007
573
+ - Fix display of colors in dark mode in palette customization page (#47403) @sai6855
574
+ - Add Number Field component page (#47165) @siriwatknp
575
+ - Fix mcp schema change (#47171) @sai6855
576
+
577
+ ### Core
578
+
579
+ - [code-infra] Add types for markdown loader (#47075) @Janpot
580
+ - [code-infra] Build test utils with code-infra pipeline (#47405) @Janpot
581
+ - [code-infra] Vitest test migration (#44325) @JCQuintas
582
+ - [code-infra] Revive docs bundle analyzer (#47401) @Janpot
583
+ - [code-infra] Update tests from vitest PR (#47344) @Janpot
584
+ - [code-infra] Use util from code-infra to fetch changelogs (#47350) @brijeshb42
585
+ - [code-infra] Enable production sourcemaps (#47352) @Janpot
586
+ - [code-infra] Use code-infra orb utils in circle ci (#47179) @brijeshb42
587
+ - [code-infra] Use `next/font` for local fonts (#47351) @Janpot
588
+ - [code-infra] New broken links checker (#47113) @Janpot
589
+ - [code-infra] Remove profiler (#47258) @Janpot
590
+ - [code-infra] Api doc optimizations (#47188) @Janpot
591
+ - [code-infra] Increase type check parallelism (#47192) @Janpot
592
+ - [code-infra] Remove deprecated baseUrl (#47210) @Janpot
593
+ - [code-infra] Disable next.js cache (#47233) @Janpot
594
+ - [code-infra] release:build for bundle checker (#47207) @Janpot
595
+ - [code-infra] Parallelize module augmentation tests (#47208) @Janpot
596
+ - [code-infra] Fix next.js parallelism at 2 for macos runner (#47201) @Janpot
597
+ - [code-infra] Fix bash escape (#46969) @oliviertassinari
598
+ - [code-infra] Utilise eslint cache in CI (#47194) @Janpot
599
+ - [code-infra] Enable Next.js build cache to improve CI performance (#47176) @Copilot
600
+ - [code-infra] Remove `apps` folder (#47183) @Janpot
601
+ - [code-infra] Migrate everything to getStaticProps (#47152) @Janpot
602
+ - [docs-infra] Migrate to `next/font` (#47347) @Janpot
603
+ - [docs-infra] Add some `ComponentLinkHeader` bottom margin (#47328) @Janpot
604
+ - [docs-infra] Exclude a few pages from llms-txt (#47111) @Janpot
605
+ - [examples] Add missing .gitignore to NextJS App Router example (#47251) @shamblonaut
606
+ - [examples] Migrate Next.js `next.config.js` to `next.config.mjs` (#44040) @albarv340
607
+ - [internal] Remove leftover testing-library libraries from `mui-material` package (#47392) @ZeeshanTamboli
608
+ - [internal] Remove unnecessary `clean-css` package from docs (#47314) @ZeeshanTamboli
609
+ - [internal] Fix typo `buidApiDocs` -> `buildApiDocs` (#47235) @Ad1tya-007
610
+ - [internal] Remove unused `@vitest/browser` and `@vitest/coverage-v8` (#47189) @ZeeshanTamboli
611
+ - [test] Update e2e test app (#47252) @Ad1tya-007
612
+ - [test] Fix flaky Virtualize Autocomplete regression test (#47199) @ZeeshanTamboli
613
+
614
+ All contributors of this release in alphabetical order: @Ad1tya-007, @akankshahu, @albarv340, @Aleksan4e3, @brijeshb42, @Copilot, @Fanzzzd, @Janpot, @JCQuintas, @kumarvishwajeettrivedi, @mapache-salvaje, @oliviertassinari, @pcorpet, @rifeplight, @rithik56, @rossdakin, @sai6855, @shamblonaut, @siriwatknp, @vrachuri28, @xBlizZer, @ZeeshanTamboli
615
+
616
+ ## 7.3.5
617
+
618
+ <!-- generated comparing v7.3.4..master -->
619
+
620
+ _Nov 4, 2025_
621
+
622
+ A big thanks to the 11 contributors who made this release possible.
623
+
624
+ ### `@mui/material@7.3.5`
625
+
626
+ - [Collapse] Add slots and slotProps props (#47168) @sai6855
627
+ - [l10n] Add missing Catalan (ca-ES) locale (#47156) @frncesc
628
+ - Fix regression on `theme.vars.shape` module augmentation (#47164) @siriwatknp
629
+
630
+ ### `@mui/material-nextjs@7.3.5`
631
+
632
+ - Support Next.js 16 (#47134) @siriwatknp
633
+
634
+ ### Docs
635
+
636
+ - [Autocomplete] Update virtualization example to use react-window v2 (#47054) @sai6855
637
+ - [autocomplete] Add note about unique key extraction for duplicate labels (#47010) @PossiblyAShrub
638
+ - [Snackbar] Fix typo in docs (#47038) @sai6855
639
+ - [Transition] Fix horizontal scroll in SimpleFade demo in mobile screens (#47169) @sai6855
640
+ - Replace deprecated `inputProps` with `slotProps.input` in checkbox demos (#47083) @CODEKRUNCH
641
+
642
+ ### Core
643
+
644
+ - [code-infra] gitignore next-env.d.ts (#47167) @Janpot
645
+ - [code-infra] Migrate versions page to getStaticProps (#47151) @Janpot
646
+ - [code-infra] Fix breaking change for ci publish (#47147) @brijeshb42
647
+ - [code-infra] Remove React import requirement for jsx (#47146) @brijeshb42
648
+ - [code-infra] Update vitest usage detection in `@mui/internal-test-utils` (#47141) @bernardobelchior
649
+ - [code-infra] Setup eslint-plugin-compat (#47133) @brijeshb42
650
+ - [code-infra] Filter out @mui/joy and @mui/base from search results (#47076) @Janpot
651
+ - [code-infra] Fix hotfix instructions (#47015) @Janpot
652
+ - [code-infra] Disable pigment regression tests (#47045) @Janpot
653
+ - [code-infra] Fix moderate dependabot issue (#46946) @Janpot
654
+ - [code-infra] Enable testing-library eslint rules (#47074) @brijeshb42
655
+ - [code-infra] Lint json through eslint (#47056) @Janpot
656
+ - [code-infra] Support custom npm dist tags during release (#47021) @Janpot
657
+ - [code-infra] Remove tsconfig `baseUrl` (#47044) @Janpot
658
+ - [code-infra] Centralize stylelint (#46955) @Janpot
659
+ - [code-infra] Remove legacy feedback (#46981) @Janpot
660
+ - [code-infra] Remove repo build scripts (#47036) @brijeshb42
661
+ - [code-infra] Publish docs from upstream (#47018) @Janpot
662
+ - [code-infra] Migrate `lodash` to `es-toolkit` (#46974) @sukvvon
663
+ - [docs-infra] Do not escape pipes (`|`) inside code blocks (#47139) @ZeeshanTamboli
664
+ - [docs-infra] Fix broken link targets (#47104) @Janpot
665
+ - [docs-infra] Fix broken link for DOMRect docs (#47106) @Janpot
666
+ - [docs-infra] Use published netlify cache plugin package (#47071) @brijeshb42
667
+ - [examples] Remove Next.js text from React Router example (#47055) @HeinrichFilter
668
+
669
+ All contributors of this release in alphabetical order: @bernardobelchior, @brijeshb42, @CODEKRUNCH, @frncesc, @HeinrichFilter, @Janpot, @PossiblyAShrub, @sai6855, @siriwatknp, @sukvvon, @ZeeshanTamboli
670
+
671
+ ## 7.3.4
672
+
673
+ <!-- generated comparing v7.3.3..master -->
674
+
675
+ _Oct 2, 2025_
676
+
677
+ A big thanks to the 3 contributors who made this release possible. Here are some highlights ✨:
678
+
679
+ Small update to revert a change that broke the `<Tabs>` component. Also publishing a beta version of `@mui/lab` which was accidentally published as a stable release.
680
+
681
+ ### `@mui/material@7.3.4`
682
+
683
+ - [Tabs] Revert "Fix not scrolling to correct tab after refresh when auto scrollable (#46869)" (#47014) @ZeeshanTamboli
684
+
685
+ ### Docs
686
+
687
+ - Sort package manager automatically (#46897) @Janpot
688
+
689
+ ### Core
690
+
691
+ - Bring @mui/lab back to unstable version (#47012) @Janpot
692
+ - Fix `ThemeOptions` and `createTheme*` cyclic dependency (#47007) @siriwatknp
693
+
694
+ All contributors of this release in alphabetical order: @Janpot, @siriwatknp, @ZeeshanTamboli
695
+
696
+ ## 7.3.3
697
+
698
+ <!-- generated comparing v7.3.2..master -->
699
+
700
+ _Sep 30, 2025_
701
+
702
+ A big thanks to the 14 contributors who made this release possible.
703
+
704
+ ### `@mui/material@7.3.3`
705
+
706
+ - [Autocomplete] Sync highlighted index when popup is opened (#46894) @ZeeshanTamboli
707
+ - [CircularProgress] Add track slot via enableTrackSlot (#46907) @monam2
708
+ - [locale] Split locales into separate files (#46933) @christopherschroer
709
+ - [Tabs] Fix not scrolling to correct tab after refresh when auto scrollable (#46869) @Jayesh-11
710
+
711
+ ### Docs
712
+
713
+ - Add a guide for building extensible themes (#46896) @siriwatknp
714
+ - Add v7 community course to resources page (#46944) @alelthomas
715
+ - Improve performance of Default Theme Viewer (#46841) @sai6855
716
+ - Fix typo in blog component MainContent (#46868) @jonyen
717
+ - [Steppers] Replace TransitionProps with slotProps.transition (#46898) @sai6855
718
+
719
+ ### Core
720
+
721
+ - [blog] Fix year in Punta Cana retreat post (#46943) @mapache-salvaje
722
+ - [blog] Punta Cana retreat post (#46892) @mapache-salvaje
723
+ - [code-infra] Publish from CI (#46851) @Janpot
724
+ - [code-infra] Convert reportBrokenLink script to ts (#47002) @brijeshb42
725
+ - [code-infra] Update module resolution for typescript@next (#46940) @Janpot
726
+ - [code-infra] Run continuous releases during ci-check (#46948) @Janpot
727
+ - [code-infra] Fix github actions check for continuous release (#46941) @Janpot
728
+ - [code-infra] Address high/critical dependabot reports (#46937) @Janpot
729
+ - [code-infra] Update ci.yml triggers (#46860) @Janpot
730
+ - [code-infra] Exact match for renovate file name (#46916) @Janpot
731
+ - [code-infra] Disable dependency update for `@material-ui/core` in codemod (#46899) @Janpot
732
+ - [code-infra] Transpile `assertion-error` in karma tests (#46909) @Janpot
733
+ - [code-infra] Disable browserstack on circleci cron jobs (#46905) @Janpot
734
+ - [code-infra] Remove `copy-files` command usage from packages (#46902) @brijeshb42
735
+ - [code-infra] Low-hanging ts conversion (#46903) @Janpot
736
+ - [code-infra] Bring batch of changes from vitest PR (#46795) @Janpot
737
+ - [code-infra] Remove dependency on `fs-extra` (#46755) @bernardobelchior
738
+ - [code-infra] Make error code extraction independent of build (#46865) @brijeshb42
739
+ - [docs-infra] Fix markdown generation script to find correct files (#46954) @siriwatknp
740
+ - [docs-infra] Fix unnecessary redirects (#46951) @Janpot
741
+ - [docs-infra] Remove `dangerouslySetInnerHTML` for ad description (#46936) @Janpot
742
+ - [docs-infra] Display "View as Markdown" only on Material UI (#46861) @siriwatknp
743
+ - [infra] Fix JSON files not being imported in TS demos (#47000) @bernardobelchior
744
+ - [infra] Turn `literal | (string & {})` to `PropTypes.string` (#46934) @siriwatknp
745
+ - [infra] Bump node.js version and make local usage strict (#46834) @brijeshb42
746
+ - [infra] Remove "main" fields from publishable packages (#46856) @brijeshb42
747
+ - [internal] Refactor `useForkRef` TS types: tighten `cleanupRef` and simplify ref typing (#46967) @wo-o29
748
+ - [internal] Fix naming to match convention (2099cb0) @oliviertassinari
749
+ - [internal] Fix naming to match convention (29aad62) @oliviertassinari
750
+ - [internal] Use same option as other repositories (eabda77) @oliviertassinari
751
+ - [internal] Normalize <meta name='viewport' (9d1922a) @oliviertassinari
752
+ - [internal] Normalize charset='utf-8' (f1aae00) @oliviertassinari
753
+ - [test] Split infinitive (0237fda) @oliviertassinari
754
+
755
+ 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
756
+
757
+ ## 7.3.2
758
+
759
+ <!-- generated comparing v7.3.1..master -->
760
+
761
+ _Sep 1, 2025_
762
+
763
+ A big thanks to the 16 contributors who made this release possible.
764
+
765
+ ### `@mui/material@7.3.2`
766
+
767
+ - [Chip] Remove unnecessary optional chaining from key event handlers (#46752) @ZeeshanTamboli
768
+ - [Drawer] Add dialog role and aria-modal for `temporary` variant (#46690) @Yashkanekar
769
+ - [PaginationItem] Add slot descriptions and default components in API documentation (#46677) @sai6855
770
+ - [utils] Remove duplicate isHostComponent function (#46721) @frontman-git
771
+
772
+ ### `@mui/codemod@7.3.2`
773
+
774
+ - Add codemod to convert top-level to path imports (#46657) @neemski
775
+
776
+ ### Docs
777
+
778
+ - Remove outdated Next.js lint command (#46847) @oliviertassinari
779
+ - Add `View as Markdown` to component link header (#46835) @siriwatknp
780
+ - Add a link to open `llms.txt` (#46832) @siriwatknp
781
+ - Fix typos in Material UI API docs (#46787) @noritaka1166
782
+ - Fix typo extra "to" word (#46783) @danpeleg4
783
+ - Remove past employees from about page (#46780) @Janpot
784
+ - Fix typos in `docs/pages` folder (#46761) @noritaka1166
785
+ - Add clarification on `react-is` resolution with Material UI v6 and v7 for React 18 and below (#46633) @alisasanib
786
+ - Fix typos in `joy` and `utils` package (#46713) @noritaka1166
787
+ - [autocomplete] Fix console in unstyled demo (#46804) @oliviertassinari
788
+ - [autocomplete] Fix Google Maps brand attribution (#46803) @oliviertassinari
789
+ - [autocomplete] Fix header sentence case (#46805) @oliviertassinari
790
+ - [autocomplete] Fix Google Maps demo (#46793) @oliviertassinari
791
+ - [Select] Fix labeling issues in grouped select demo (#46722) @mj12albert
792
+ - [table] Remove outdated unstyled section (#46786) @mj12albert
793
+ - [TextField] Add note about removal of `sizeMedium` class from InputLabel in v7 upgrade guide (#46693) @checcoux
794
+
795
+ ### Core
796
+
797
+ - Update `cipher-base` transitive dependency (#46800) @Janpot
798
+ - [charts] Marked Treemap chart as Pro (#46691) @prakhargupta1
799
+ - [code-infra] Remove some csbci references (#46797) @Janpot
800
+ - [code-infra] update build tool (#46801) @Janpot
801
+ - [code-infra] Align pkg.pr.new with other projects (#46467) @Janpot
802
+ - [code-infra] Prepare for incoming `execa` update (#46781) @Janpot
803
+ - [code-infra] Remove `@mui/internal-babel-plugin-resolve-imports` override config (#46754) @ZeeshanTamboli
804
+ - [core] Fix typo in `docs/mui-vale` folder (#46760) @noritaka1166
805
+ - [core] Fix typos in `docs/data/material` folder (#46757) @noritaka1166
806
+ - [core] Fix typos in `netlify` folder (#46756) @noritaka1166
807
+ - [core] Upgrade brace-expansion (#46747) @oliviertassinari
808
+ - [core] Fix typos in Joy UI docs and `test` folder (#46738) @noritaka1166
809
+ - [core] Upgrade KaTeX (#46731) @oliviertassinari
810
+ - [core] Avoid Polynomial regex backtracking (#46732) @oliviertassinari
811
+ - [core] Remove dead @toolpad/core dependency (#46730) @oliviertassinari
812
+ - [core] Fix typos in `markdown` and `system` packages (#46720) @noritaka1166
813
+ - [core] Fix typos in `api-docs-builder` package (#46719) @noritaka1166
814
+ - [core] Fix typos in `codemod` package (#46715) @noritaka1166
815
+ - [core] pnpm prettier:all (#46685) @oliviertassinari
816
+ - [docs-infra] Set origin to generated `llms.txt` (#46833) @siriwatknp
817
+ - [docs-infra] Fix AbortController error (#46408) @oliviertassinari
818
+ - [docs-infra] Block than more feedback submissions (#46824) @oliviertassinari
819
+ - [docs-infra] Fix ESLint references (#46680) @oliviertassinari
820
+ - [infra] Migrate away from airbnb's eslint config (#46794) @brijeshb42
821
+ - [infra] Remove `fs-extra` from docs scripts (#46749) @bernardobelchior
822
+ - [infra] Remove dependency on `react-spring` (but keep `@react-spring/web`) (#46748) @bernardobelchior
823
+ - [infra] Remove `fs-extra` from `mui-icons-material` (#46745) @bernardobelchior
824
+ - [infra] Remove `api-docs-builder` dependency on `fs-extra` (#46742) @bernardobelchior
825
+ - [infra] Migrate build command to code-infra (#46614) @brijeshb42
826
+ - [infra] move testBuiltTypes step (#46735) @Janpot
827
+ - [infra] Remove `fs-extra` from `netlify-plugin-cache-docs` (#46740) @bernardobelchior
828
+ - [infra] Supply `document` to `userEvent.setup()` (#46714) @Janpot
829
+ - [infra] Remove useless test step (#46679) @Janpot
830
+ - [infra] Stagger daily cron jobs to avoid browserstack timeouts (#46676) @Janpot
831
+ - [internal] Improve useControlled() strict mode handling (#46807) @oliviertassinari
832
+ - [internal] Sentence case (55a9d8f) @oliviertassinari
833
+ - [internal] Fix typos in code comments (#46784) @noritaka1166
834
+ - [internal] Fix console regression in dev mode (925f02b) @oliviertassinari
835
+ - [internal] Prettier all if dependencies changes (1f63b03) @oliviertassinari
836
+ - [internal] Fix renovate.json (84be632) @oliviertassinari
837
+ - [internal] Polish renovate schedule (#46727) @oliviertassinari
838
+ - [internal] Update link to GitHub labels (8ab4813) @oliviertassinari
839
+ - [internal] Bump brace-expansion (06de338) @oliviertassinari
840
+ - [internal] Normalize Action description (4a2fbcb) @oliviertassinari
841
+ - [toolpad] Remove it from website and docs (#46595) @prakhargupta1
842
+
843
+ 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
844
+
845
+ ## 7.3.1
846
+
847
+ <!-- generated comparing v7.3.0..master -->
848
+
849
+ _Aug 6, 2025_
850
+
851
+ A big thanks to the 2 contributors who made this release possible.
852
+
853
+ ### `@mui/material@7.3.1`
854
+
855
+ - [PaginationItem] Fix inheritance of component (#46666) @sai6855
856
+ - [Select] Revert - Implement pointer cancellation PR 45789 (#46672) @ZeeshanTamboli
857
+
858
+ All contributors of this release in alphabetical order: @sai6855, @ZeeshanTamboli
859
+
860
+ ## 7.3.0
861
+
862
+ <!-- generated comparing v7.2.0..master -->
863
+
864
+ _Aug 5, 2025_
865
+
866
+ A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨:
867
+
868
+ - 🚀 Shipped `nativeColor` feature that eliminates JS color manipulation and unlocks support for all modern color spaces (#43942) @siriwatknp!
869
+
870
+ To learn more, check out the [Native Color](https://mui.com/material-ui/customization/css-theme-variables/native-color/) guide.
871
+
872
+ ### `@mui/material@7.3.0`
873
+
874
+ - Support native color without JS manipulation (#43942) @siriwatknp
875
+ - [Accordion] Add `region` slot (#46659) @sai6855
876
+ - [SpeedDial] Fix navigation with arrow keys when slotProps.fab is defined (#46508) @sai6855
877
+ - [Select] Improve `MenuProps.slotProps` implementation (#46612) @ZeeshanTamboli
878
+ - [Select] Implement pointer cancellation (#45789) @Kartik-Murthy
879
+ - [Switch] Add role="switch" (#46482) @ZeeshanTamboli
880
+ - [Autocomplete] Fix auto highlight when options change but not the length (#46489) @yafeng-c
881
+
882
+ ### `@mui/codemod@7.3.0`
883
+
884
+ - Fix `v5.0.0/top-level-imports` codemod changing color imports (#46405) @AidanLDev
885
+
886
+ ### Docs
887
+
888
+ - Add JetBrains IDEs MCP configuration (#46470) @bernardobelchior
889
+ - Add warning to array spacing section (#46542) @cherniavskii
890
+ - Add MCP server installation details for Claude Code (#46621) @saschabratton
891
+ - Fix incorrect command for MCP Inspector in mcp.md (#46630) @EndiM
892
+ - Fix incorrect Typography override example for responsive styles (#46558) @aditi291soni
893
+ - Improve MCP docs (#46557) @siriwatknp
894
+ - Fix displaying of components in dark mode (#46544) @sai6855
895
+ - Generate `template` entries about documented generics (#46540) @LukasTy
896
+ - Use fixed dates for stable CRUD dashboard screenshots (#46546) @apedroferreira
897
+ - Add "Edit in Mui Chat" button on demos (#46480) @siriwatknp
898
+ - Fix Menu customization demo (#46535) @siriwatknp
899
+ - Add dashboard with CRUD template based on Toolpad Core (#46376) @apedroferreira
900
+ - Clarify `createTheme` warning for future compatibility (#46476) @satendra03
901
+ - Remove typo in `_redirects` (#46463) @bharatkashyap
902
+ - Change API docs to stay inside Material UI (#46414) @bharatkashyap
903
+ - [Dialog] Fix Form dialog demo's actions button padding (#46506) @frontman-git
904
+ - [SpeedDial] Remove deprecated props from demos (#46485) @sai6855
905
+ - [Switch] Use `slotProps.input` instead of deprecated `inputProps` for accessible controlled switch (#46625) @adiitxa
906
+
907
+ ### Core
908
+
909
+ - Fix ESLint reference name (80d32a2) @oliviertassinari
910
+ - Fix ESLint reference name (5fc166e) @oliviertassinari
911
+ - Add `@base-ui-components/*` to env info (#46539) @Janpot
912
+ - Remove dead property from routes (#46534) @oliviertassinari
913
+ - Fix unpinned version regression (#46438) @oliviertassinari
914
+ - [code-infra] Accomodate build requirements from mui-x (#46551) @brijeshb42
915
+ - [code-infra] Extend renovate preset from infra repo (#46483) @brijeshb42
916
+ - [code-infra] Use flat ESLint config (#46258) @brijeshb42
917
+ - [docs-infra] Remove comment saving in G-sheet option (#46617) @alexfauquette
918
+ - [docs-infra] Move `Open in MUI Chat` to Demo toolbar and adjust styles (#46579) @siriwatknp
919
+ - [docs-infra] Fix codeblock issues (#46323) @atharva3333
920
+ - [docs-infra] Handle white spaces and generate either TS or JS demo for llms files (#46494) @siriwatknp
921
+ - [examples] Rename PopOverMenu.tsx file to match its usage (#46532) @rjray
922
+ - [infra] Fix `test_types_next`, `test_react_18`, `test_react_next` jobs (#46182) @Janpot
923
+ - [infra] Remove package.json `module` field (#46620) @Janpot
924
+ - [infra] Upgrade form-data to >4.0.4 (#46618) @Janpot
925
+ - [infra] Use cpu option only in CI (#46588) @Janpot
926
+ - [infra] Update scripts to delete publishConfig.directory (#46563) @brijeshb42
927
+ - [infra] Remove `transform-runtime` from `next/babel` (#46552) @Janpot
928
+ - [infra] Revert nx update (#46538) @Janpot
929
+ - [infra] Replace Argos script with code-infra CLI and update deps (#46475) @Janpot
930
+ - [infra] Update node group in renovate config (#46474) @Janpot
931
+ - [infra] Move @playwright/test to peer deps in @mui/internal-test-utils (#46459) @Janpot
932
+ - [infra] Add instructions for patch release (#46382) @mnajdova
933
+
934
+ 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
935
+
936
+ ## 7.2.0
937
+
938
+ <!-- generated comparing v7.1.1..master -->
939
+
940
+ _Jun 26, 2025_
941
+
942
+ A big thanks to the 17 contributors who made this release possible. Here are the highlights ✨:
943
+
944
+ - ⚡️ Added `modularCssLayers` theme option for splitting styles into multiple CSS layers (#46001) @siriwatknp.
945
+ - 📖 Added example for using Material UI with React Router v7 (#46406) @siriwatknp.
946
+
947
+ ### `@mui/material@7.2.0`
948
+
949
+ - [Backdrop] Fix handling of `component` prop (#46269) @sai6855
950
+ - [Chip] Explicitly define line-height (#46260) @DiegoAndai
951
+ - [Chip] Fix handling on event handlers (#46263) @sai6855
952
+ - [OutlinedInput][Input] Deprecate composed classes (#46316) @sai6855
953
+ - [Select] Pass MenuProps.slotProps.list alongside MenuListProps (#46274) @scousino
954
+ - [l10] Enable `labelDisplayedRows` translation for Romanian (#46377) @dhu-redwoodtech
955
+ - Skip generating `modularCssLayers` CSS var (#46329) @siriwatknp
956
+
957
+ ### `@mui/system@7.2.0`
958
+
959
+ - Add `modularCssLayers` theme flag to split styles into multiple CSS layers (#46001) @siriwatknp
960
+
961
+ ### `@mui/styled-engine@7.2.0`
962
+
963
+ - Do not reuse the emotion cache across SSR requests (#46276) @robbtraister
964
+
965
+ ### `@mui/codemod@7.2.0`
966
+
967
+ - [Dialog] Add codemod for deprecated props (#46328) @sai6855
968
+
969
+ ### Docs
970
+
971
+ - Don't forward `hasAiSuggestion` (#46415) @bharatkashyap
972
+ - Add introduction to MCP (#46224) @bharatkashyap
973
+ - Fallback for searchbar during SSR (#46364) @Janpot
974
+ - Update InitColorSchemeScript options to match colorSchemeSelector (#46302) @humble-barnacle001
975
+ - Add `ListItemButton` to make the deprecation clear (#46356) @siriwatknp
976
+ - Remove "Unstyled" section from component docs (#46272) @mapache-salvaje
977
+ - Add Testing section to Rating component doc (#46268) @0210shivam
978
+ - Fix fade modal demo (#46271) @brijeshb42
979
+ - [ai] Add suggestions to edit with MUI Chat (#46309) @bharatkashyap
980
+ - [Dialog] Fix form dialog uses ARIA roles on incompatible elements (#46307) @ZeeshanTamboli
981
+ - [Menu] Fix dark mode styling of grouped header demo (#46317) @sai6855
982
+ - [TextField] Removed type="number" demos (#46314) @KirankumarAmbati
983
+ - [examples] Add `material-ui-react-router-ts` example (#46406) @siriwatknp
984
+
985
+ ### Core
986
+
987
+ - pnpm docs:sync-team (3641a0b) @oliviertassinari
988
+ - Add cross-env to ESLint script (#46358) @ZeeshanTamboli
989
+ - Support merging of className and style from theme (#45975) @sai6855
990
+ - [code-infra] Create bundle size package (#45911) @Janpot
991
+ - [docs-infra] Add a script to generate Material UI `llms.txt` and docs markdown. (#46308) @siriwatknp
992
+ - [docs-infra] Fix StackBlitz for js projects (#46220) @Janpot
993
+ - [infra] Add emotion as external for bundle monitor (#46372) @Janpot
994
+ - [infra] Create update PR on every canary publish for internal packages (#46367) @Janpot
995
+ - [infra] Remove deprecated esmExternals (#46365) @Janpot
996
+ - [infra] Support project-specific changelog in build scripts (#46425) @michaldudak
997
+ - [toolpad][website] Remove references to Toolpad (#46311) @prakhargupta1
998
+
999
+ 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
1000
+
1001
+ ## 7.1.2
1002
+
1003
+ _Jun 18, 2025_
1004
+
1005
+ A big thanks to the 2 contributors who made this release possible.
1006
+
1007
+ ### `@mui/material@7.1.2`
1008
+
1009
+ - [Chip] Fix handling on event handlers (#46263) @sai6855
1010
+
1011
+ ### Docs
1012
+
1013
+ - Fix fade modal demo (#46271) @brijeshb42
1014
+
1015
+ All contributors of this release in alphabetical order: @brijeshb42, @sai6855
1016
+
1017
+ ## 7.1.1
1018
+
1019
+ <!-- generated comparing v7.1.0..master -->
1020
+
1021
+ _May 30, 2025_
1022
+
1023
+ A big thanks to the 15 contributors who made this release possible.
1024
+
1025
+ ### `@mui/material@7.1.1`
1026
+
1027
+ - [Autocomplete] Fix label shrink issue when `renderValue` is used with empty array in multiple mode (#46047) @ZeeshanTamboli
1028
+ - [Autocomplete] Prevent `renderValue` from being skipped when value is 0 (#46145) @LakshitAgarwal
1029
+ - [Autocomplete] Add note in JSDoc for non-TextField components in `renderInput` (#46141) @khllbnomrn
1030
+ - [Chip] Add slots and slotProps (#46098) @sai6855
1031
+ - [Menu] Remove depreacted `MenuListProps` from demos (#46144) @sai6855
1032
+ - [TablePaginationActions] Export TablePaginationActions as new component (#46149) @sai6855
1033
+ - [SnackbarContent] Fix `square` prop not working (#46196) @0210shivam
1034
+ - [SnackbarContent] Fix error when theme value is CSS variable (#46198) @0210shivam
1035
+
1036
+ ### `@mui/codemod@7.1.1`
1037
+
1038
+ - Add package name option (#45977) @siriwatknp
1039
+
1040
+ ### `@mui/system@7.1.1`
1041
+
1042
+ - Skip styled component from being transformed (#46129) @siriwatknp
1043
+ - Update the type for borderRadius (#46154) @codiini
1044
+
1045
+ ### `@mui/styled-engine@7.1.1`
1046
+
1047
+ - Fix variant props callback type to spread `ownerState` (#46187) @siriwatknp
1048
+
1049
+ ### `@mui/stylis-plugin-rtl@7.1.1`
1050
+
1051
+ - Fix RTL does not work with CSS layer with a new package (#46230) @siriwatknp
1052
+
1053
+ ### Docs
1054
+
1055
+ - [Dialog] Remove deprecated TransitionComponent from demo (#46185) @sai6855
1056
+ - [Grid] Remove direction `column` and `column-reverse` from the demo (#46127) @0210shivam
1057
+ - [Grid] Update grid migration guide (#46057) @sai6855
1058
+ - [templates] Fix rendering of logos in dark mode (#46221) @sai6855
1059
+ - [ToggleButtonGroup] Add spacing demo (#46058) @sai6855
1060
+ - Fix typo in dark mode docs (#46229) @ZeeshanTamboli
1061
+ - Clarify Next.js + Tailwind CSS v3 integration requirements (#46176) @chaitanyasharma1011
1062
+ - Fix GridLegacy docs order (#46135) @oliviertassinari
1063
+ - Update upgrade guide for resolution of `react-is` (#46002) @siriwatknp
1064
+ - Remove oudated scaffoldhub ad (#46090) @oliviertassinari
1065
+ - Show how to target global state classes with CSS Modules (#45992) @RubemMazzetto
1066
+
1067
+ ### Core
1068
+
1069
+ - [code-infra] Add plugin to check for index file access (#46178) @Janpot
1070
+ - [code-infra] Bump ESLint to v9 (#46222) @brijeshb42
1071
+ - [code-infra] Move packages to mui/mui-public (#46155) @Janpot
1072
+ - [code-infra] Move `chai` to peerDep (#46227) @JCQuintas
1073
+ - [code-infra] Avoid loading barrel file during type checking (#46177) @Janpot
1074
+ - [code-infra] Remove unnecessary ref from `HighlightedCode` component (#46151) @ZeeshanTamboli
1075
+ - [code-infra] Import mocha type instead of global (#46108) @JCQuintas
1076
+ - [code-infra] Dependabot also create branches (795a481) @oliviertassinari
1077
+ - [code-infra] Avoid running continuous release on forks (#46103) @Janpot
1078
+ - [code-infra] Remove checkout job altogether (#46100) @Janpot
1079
+ - [code-infra] Remove required checkout workflows in circleci (#46099) @Janpot
1080
+ - Run pnpm docs:sync-team (c8f1da5) @oliviertassinari
1081
+ - Upgrade MUI X packages to v8 (#45990) @KenanYusuf
1082
+ - Minor detail to reduce confusion (4c64b72) @oliviertassinari
1083
+ - Update security.md (#45839) @DiegoAndai
1084
+ - Apply yml convention, blank line only at top level (f273220) @oliviertassinari
1085
+ - Add comment that lab should be in alpha (#45999) @oliviertassinari
1086
+
1087
+ All contributors of this release in alphabetical order: @0210shivam, @brijeshb42, @chaitanyasharma1011, @codiini, @DiegoAndai, @Janpot, @JCQuintas, @KenanYusuf, @khllbnomrn, @LakshitAgarwal, @oliviertassinari, @RubemMazzetto, @sai6855, @siriwatknp, @ZeeshanTamboli
1088
+
1089
+ ## 7.1.0
1090
+
1091
+ <!-- generated comparing v7.0.2..master -->
1092
+
1093
+ _May 6, 2025_
1094
+
1095
+ A big thanks to the 21 contributors who made this release possible. Here are some highlights ✨:
1096
+
1097
+ - 🎉 Material UI now works with **Tailwind CSS v4**! Check out the [setup guide](https://mui.com/material-ui/integrations/tailwindcss/tailwindcss-v4/).
1098
+
1099
+ ### `@mui/material@7.1.0`
1100
+
1101
+ - [InputBase] Text cursor jumps several lines up when inserting text fragment with new line at the end (#45246) @yermartee
1102
+ - [OutlinedInput] Add missing `notchedOutline` slot (#45917) @siriwatknp
1103
+ - [Snackbar] Skip default `onClickAway` behavior when `defaultMuiPrevented` is provided (#45629) @sai6855
1104
+ - [Avatar] Fix img slot types and add missing slots (#45483) @siriwatknp
1105
+ - [Badge] Replace useSlotProps with useSlot hook (#45871) @sai6855
1106
+ - [BottomNavigationAction] Add slots and slotProps (#45776) @sai6855
1107
+ - [CardActionArea] Add slots and slotProps (#45866) @sai6855
1108
+ - [useMediaQuery] Add warning and docs for using `useMediaQuery('print')` (#44790) @good-jinu
1109
+ - Remove unnecessary clsx usages (#46084) @sai6855
1110
+ - Corrected generic type definition in `SelectChangeEvent` (#45941) @SuyashShukla0007
1111
+ - Fix theme object changes between renders (#45863) @siriwatknp
1112
+
1113
+ ### `@mui/material-nextjs@7.1.0`
1114
+
1115
+ - Add option to enable CSS layers for pages router (#45596) @siriwatknp
1116
+ - Do not wrap `@layer` order rules in App Router (#45864) @Nayeem-XTREME
1117
+
1118
+ ### `@mui/system@7.1.0`
1119
+
1120
+ - Fix `@mui/system` types organization (#45860) @Janpot
1121
+
1122
+ ### `@mui/styled-engine@7.1.0`
1123
+
1124
+ - Infer `ownerState` from props in `styled` (#46083) @siriwatknp
1125
+ - Fix style overrides variants type (#45478) @siriwatknp
1126
+
1127
+ ### Docs
1128
+
1129
+ - [Avatar] Add avatar upload demo (#45986) @Demianeen
1130
+ - [Dialog] Remove deprecated props usage in demos (#45923) @sai6855
1131
+ - [Menu] Update `paper` slot JSDoc default from `Paper` to `PopoverPaper` (#45722) @andreachiera
1132
+ - [examples] Remove create-react-app usages (#45426) @CodeLeom
1133
+ - Add `AccordionSummary` to the v5 breaking change migration (#45947) @siriwatknp
1134
+ - Update CSS variable usage in migration guide for Pigment CSS (#46033) @sai6855
1135
+ - Fix docs API dark mode color (#46086) @alexfauquette
1136
+ - Add a guide for extending Material UI classes in Tailwind CSS (#46039) @siriwatknp
1137
+ - Add `InitColorSchemeScript` docs and API (#45927) @siriwatknp
1138
+ - Add Tailwind CSS v4 integration guide (#45906) @siriwatknp
1139
+ - Fix 301 links to the system v6 (#45931) @oliviertassinari
1140
+ - Add notification for MUI X v8 announcement (#45942) @joserodolfofreitas
1141
+ - Fix som 301 redirections (ae84b35) @oliviertassinari
1142
+ - Fix some 301 redirections (057384e) @oliviertassinari
1143
+ - Fix logo is not centered on small screens (#45920) @crabsim
1144
+ - Fix line break typo (a2a62d5) @oliviertassinari
1145
+ - Fix markdown typo in templates.md (#45914) @scyzoryck
1146
+ - Add Next.js App Router guide for custom classnames (#45852) @siriwatknp
1147
+
1148
+ ### Core
1149
+
1150
+ - [code-infra] Give a stable name to dev tool app (3889ded) @oliviertassinari
1151
+ - [code-infra] Normalize author package in org (8135638) @oliviertassinari
1152
+ - [code-infra] Correct some manually curated .d.ts files (#46054) @Janpot
1153
+ - [code-infra] Align deps versions (#46048) @Janpot
1154
+ - [code-infra] Fix dynamic import in imports resolver (#46046) @Janpot
1155
+ - [code-infra] Eliminate `@mui/utils` deep imports (#46004) @Janpot
1156
+ - [code-infra] Expand renovate.json for react types (#45935) @Janpot
1157
+ - [code-infra] Make Argos upload script reusable (#45883) @Janpot
1158
+ - [code-infra] Disallow redundant window prefixes for globals (#45880) @Janpot
1159
+ - [code-infra] Remove type generation of modern build (#45912) @Janpot
1160
+ - [code-infra] Clean up bundle size checker (#45622) @Janpot
1161
+ - [code-infra] Fix `StrictMode` effects not being called twice in React 19 tests (#45812) @bernardobelchior
1162
+ - [code-infra] Convert `@mui/utils` to typescript (#45671) @Janpot
1163
+ - [docs-infra] Improve export into sandbox package.json (#46044) @oliviertassinari
1164
+ - [docs-infra] Update feedback Node.js to v22 (#46064) @oliviertassinari
1165
+ - [docs-infra] Normalize netlify.toml in org (b101d5c) @oliviertassinari
1166
+ - [docs-infra] Uniformize Vale between repositories (0f79796) @oliviertassinari
1167
+ - [docs-infra] Fix Vale no longer working (#46029) @oliviertassinari
1168
+ - [docs-infra] Remove demo styling switch (#45926) @Janpot
1169
+ - [docs-infra] StackBlitz WebContainer demos (#45924) @Janpot
1170
+ - [docs-infra] Fix feedback management (#45872) @alexfauquette
1171
+ - [test] Replace `playwright` with `@playwright/test` (#45998) @ZeeshanTamboli
1172
+ - Fix internal version duplication (#46051) @oliviertassinari
1173
+ - Avoid the need for `@mui/material/themeCssVarsAugmentation` (#46053) @Janpot
1174
+ - Add security label to dependabot PRs (0a5c027) @oliviertassinari
1175
+ - Remove unecessary versions (#46034) @oliviertassinari
1176
+ - Remove redundant overrides resolver (#45970) @romgrk
1177
+ - Fix duplicate branch reference (#45915) @oliviertassinari
1178
+ - Fix outdated <link rel="shortcut icon" (#45916) @oliviertassinari
1179
+ - Fix redirection chains (#45930) @oliviertassinari
1180
+ - Run pnpm docs:sync-team (beee09f) @oliviertassinari
1181
+ - Add `pkg.pr.new` publishing (#42984) @Aslemammad
1182
+ - Remove @mui/base from the master branch (#45857) @mnajdova
1183
+
1184
+ 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
1185
+
1186
+ ## 7.0.2
1187
+
1188
+ _Apr 9, 2025_
1189
+
1190
+ A big thanks to the 12 contributors who made this release possible.
1191
+
1192
+ ### `@mui/material@7.0.2`
1193
+
1194
+ - [Autocomplete] Add ability to render custom single value (#45387) @ZeeshanTamboli
1195
+ - [Autocomplete] Prevent shrink animation in controlled Autocomplete when initial `value` is provided (#45734) @imadx
1196
+ - [AvatarGroup] Fix `spacing` prop ignoring value `0` (#45799) @Kartik-Murthy
1197
+ - [Dialog] Deprecate composed classes (#45418) @sai6855
1198
+
1199
+ ### `@mui/material-nextjs@7.0.2`
1200
+
1201
+ - Fix nonce issues (#45794) @Janpot
1202
+ - Add warnings to nextjs router integration (#45778) @Janpot
1203
+
1204
+ ### `@mui/styled-engine@7.0.2`
1205
+
1206
+ - Added caching to `StyledEngineProvider` to improve performance for running tests with Jest (#45846) @siriwatknp
1207
+
1208
+ ### Core
1209
+
1210
+ - [blog] Improve upvote video (0646444) @oliviertassinari
1211
+ - [code-infra] Remove webpack aliases (#45841) @Janpot
1212
+ - [code-infra] Remove .tsbuildinfo from build folder (#45727) @Janpot
1213
+ - [code-infra] Stabilize theme viewer screenshot tests (#45768) @Janpot
1214
+ - [code-infra] Remove modern bundles (#45808) @Janpot
1215
+ - Update buildTypes script to optionally remove css imports (#45835) @brijeshb42
1216
+ - Allow repo to be accepted as an argument for releaseTag (#45801) @brijeshb42
1217
+ - Update scripts to support base-ui (#45784) @brijeshb42
1218
+ - Sync scorecards.yml across codebase (4de5076) @oliviertassinari
1219
+ - Remove baseUrl and skipLibCheck (#45806) @Janpot
1220
+ - [docs-infra] Fix redirect styles pages (#45848) @siriwatknp
1221
+ - [docs-infra] Remove false-positive Vale rules (#45843) @oliviertassinari
1222
+ - [docs-infra] Make sure Next.js can find package.json through its aliases (#45840) @Janpot
1223
+ - [docs-infra] Fix Next.js brand name coverage (6915f8d) @oliviertassinari
1224
+ - [docs-infra] Fix layout shift between MIT and commercial pages (#45760) @oliviertassinari
1225
+ - [docs-infra] Non breaking space for ESM (#45758) @oliviertassinari
1226
+ - [support-infra] Remove dead 'workflow_call:' (#45736) @oliviertassinari
1227
+ - [utils] Support cleanup callbacks in useForkRef (#45621) @DiegoAndai
1228
+
1229
+ ### Docs
1230
+
1231
+ - Fix pigment vite integration example (#44746) @brijeshb42
1232
+ - Update migration instructions and codemod references for deprecated APIs (#45793) @sai6855
1233
+ - Add TanStack Router routing example (#44930) @vetledv
1234
+ - Fix layout shifting in icons page (#45779) @sai6855
1235
+ - Fix migration instructions (#45762) @oliviertassinari
1236
+ - Fix wrong TypeScript support version (#45761) @oliviertassinari
1237
+ - Fix link to mui-joy/src/styles/components.d.ts (#45763) @oliviertassinari
1238
+ - Fix 301 link (ae94c40) @oliviertassinari
1239
+ - Fix 301 links (abd8f63) @oliviertassinari
1240
+ - Fix 301 redirection (c7658de) @oliviertassinari
1241
+ - [nextjs] Migrate from deprecated "legacyBehavior" prop (#44871) @oliviertassinari
1242
+ - [nextjs] Document CSP for Next.js Pages Router (#45798) @Grohden
1243
+
1244
+ All contributors of this release in alphabetical order: @brijeshb42, @DiegoAndai, @Grohden, @imadx, @Janpot, @Kartik-Murthy, @oliviertassinari, @renovate[bot], @sai6855, @siriwatknp, @vetledv, @ZeeshanTamboli
1245
+
1246
+ ## 7.0.1
1247
+
1248
+ <!-- generated comparing v7.0.0..master -->
1249
+
1250
+ _Mar 28, 2025_
1251
+
1252
+ A big thanks to the 7 contributors who made this release possible.
1253
+
1254
+ ### `@mui/material@7.0.1`
1255
+
1256
+ - Export ThemeProviderProps (#45701) @aarongarciah
1257
+ - [Fab] Fix default variant text color when using CSS vars (#45714) @aarongarciah
1258
+ - Remove mention of v7 in deprecation messages (#45708) @DiegoAndai
1259
+ - [Popover] Allow `null` in `anchorEl` function return type (#45045) @eduter
1260
+ - Fix missing CSSProperties/MixinOptions types (#45706) @Janpot
1261
+
1262
+ ### `@mui/icons-material@7.0.1`
1263
+
1264
+ - [code-infra] Fix icon-material type resolution under `moduleResolution: "node"` (#45704) @Janpot
1265
+ - Bring back individual icon dts (#45711) @Janpot
1266
+
1267
+ ### Core
1268
+
1269
+ - Improve the release instructions (#45688) @mnajdova
1270
+
1271
+ ### Docs
1272
+
1273
+ - Fix Masonry and Toolpad dark mode demos (#45721) @siriwatknp
1274
+ - Update v7 related copy (#45716) @aarongarciah
1275
+ - Avoid unwanted undefined in page title (#45718) @aarongarciah
1276
+ - Fix joy templates error (#45715) @siriwatknp
1277
+ - Rename GitHub icon import (#45709) @micttyoid
1278
+ - Fix Safari issue in dark mode (#45696) @mnajdova
1279
+ - Fix `Grid`, `GridLegacy`, `Stack`, `Badge`, `Select`, `Autocomplete` demos CSS variables (#45693) @DiegoAndai
1280
+ - Add "Material UI v7 is here" to the notifications (#45694) @DiegoAndai
1281
+ - Fix `Breadcrumbs`, `List`, `Divider`, and `Typography` dark mode demos (#45692) @siriwatknp
1282
+ - Fix Material Icons page in dark mode (#45691) @mnajdova
1283
+
1284
+ All contributors of this release in alphabetical order: @aarongarciah, @DiegoAndai, @eduter, @Janpot, @micttyoid, @mnajdova, @siriwatknp
1285
+
1286
+ ## 7.0.0
1287
+
1288
+ <!-- generated comparing v7.0.0-rc.0..master -->
1289
+
1290
+ _Mar 26, 2025_
1291
+
1292
+ 🎉 We're happy to announce the stable release of v7.
1293
+
1294
+ - Read the [blog post](https://mui.com/blog/material-ui-v7-is-here/) about the announcement.
1295
+ - Check out the [v7 upgrade guide](https://mui.com/material-ui/migration/upgrade-to-v7/).
1296
+
1297
+ ### `@mui/material@7.0.0`
1298
+
1299
+ - [Autocomplete] Fix when `onHighlightChange` is called (#45438) @ZeeshanTamboli
1300
+ - [Tabs] Fix modifier keys + Left/Right Arrow key from being consumed by tab navigation (#45345) @mushfiqbh
1301
+ - Update minimum TypeScript support to 4.9 (#45535) @siriwatknp
1302
+
1303
+ ### `@mui/system@7.0.0`
1304
+
1305
+ - [system] Fix palette mode does not change when not using CSS vars (#45660) @siriwatknp
1306
+
1307
+ ### `@mui/lab@7.0.0-beta.9`
1308
+
1309
+ - [lab] Remove @mui/base dependency (#45602) @mnajdova
1310
+
1311
+ ### Docs
1312
+
1313
+ - [docs] Fix unnecessary redirects for v7 (#45677) @Janpot
1314
+ - [docs] Fix new React project link, CRA deprecated (#45362) @oliviertassinari
1315
+ - [docs] Prepare the v7 upgrade guide for stable release (#45624) @DiegoAndai
1316
+ - [docs] Fix grammatical errors in support.md (#45631) @letianpailove
1317
+ - [docs] Update nextjs font optimization guide (#45600) @IshfaqAhmedProg
1318
+ - [docs] Deprecate Toolpad Studio (#45613) @Janpot
1319
+ - [docs] Sync the mode from page to demos #45661 @siriwatknp
1320
+
1321
+ ### Core
1322
+
1323
+ - [blog] v7 stable release (#45623) @DiegoAndai
1324
+ - [code-infra] Disable flaky masonry screenshot (#45678) @Janpot
1325
+ - [code-infra] Migrate regression tests to vite (#44964) @Janpot
1326
+ - [code-infra] Update rollup (#45666) @Janpot
1327
+ - [code-infra] Support `React.ComponentType` in proptypes generation (#45664) @Janpot
1328
+ - [code-infra] Ensure `translations.json` is present in all `@mui/docs` package builds (#45626) @LukasTy
1329
+ - [code-infra] Improve Argos script debuggability (#45619) @Janpot
1330
+ - [code-infra] Reconfigure `react-remove-properties` babel plugin (#45218) @Janpot
1331
+ - [core] Prepare master for v7 stable (#45674) @DiegoAndai
1332
+ - [core] Improve instructions on changing domain (#45637) @mnajdova
1333
+ - [core] Deprecate `ponyfillGlobal` (#45606) @Janpot
1334
+ - [docs-infra] Restructure docs theme context to CSS variables (#45386) @siriwatknp
1335
+ - [styles] Remove code & docs (#45633) @mnajdova
1336
+
1337
+ All contributors of this release in alphabetical order: @DiegoAndai, @IshfaqAhmedProg, @Janpot, @letianpailove, @LukasTy, @mnajdova, @mushfiqbh, @oliviertassinari, @siriwatknp, @ZeeshanTamboli
1338
+
1339
+ ## 7.0.0-rc.0
1340
+
1341
+ <!-- generated comparing v7.0.0-beta.4..master -->
1342
+
1343
+ _Mar 18, 2025_
1344
+
1345
+ A big thanks to the 4 contributors who made this release possible.
1346
+
1347
+ ### `@mui/material@7.0.0-rc.0`
1348
+
1349
+ - [StepLabel] Add missing root slot (#45603) @sai6855
1350
+ - [Switch] Add slots and slotProps (#45595) @siriwatknp
1351
+ - [utils] Add merging function to `mergeSlotProps` utility (#45543) @siriwatknp
1352
+
1353
+ ### Core
1354
+
1355
+ - [blog] Clarify the difference between the two Pro plans (#45266) @oliviertassinari
1356
+ - [code-infra] Allow specifying a custom error formatter module for error minifcation (#45291) @Janpot
1357
+ - [code-infra] Make `getVersionEnvVariables` reusable for other repos (#45562) @Janpot
1358
+ - [code-infra] Update peer dependency of `@mui/utils` in `@mui/docs` (#45561) @Janpot
1359
+ - Add StackBlitz template to issue template (#45504) @Janpot
1360
+
1361
+ All contributors of this release in alphabetical order: @Janpot, @oliviertassinari, @sai6855, @siriwatknp
1362
+
1363
+ ## 7.0.0-beta.4
1364
+
1365
+ <!-- generated comparing v7.0.0-beta.3..master -->
1366
+
1367
+ _Mar 13, 2025_
1368
+
1369
+ A big thanks to the 10 contributors who made this release possible.
1370
+ This release contains bug fixes 🐛 and improvements to the new package layout 🏗️.
1371
+
1372
+ ### `@mui/material@7.0.0-beta.4`
1373
+
1374
+ - [Accordion] Add missing `root` slot (#45532) @sai6855
1375
+ - [AccordionSummary] Add slots and slotProps (#45559) @sai6855
1376
+ - [ListItemText] Add missing `root` slot (#45540) @sai6855
1377
+ - [SpeedDial] Add missing `root` slot (#45541) @sai6855
1378
+ - [Tooltip] Allow auto placement on tooltip (#45399) @Jtaks
1379
+ - [useScrollTrigger] Do nothing if target is null (#45441) @vipierozan99
1380
+ - [TextareaAutosize] Fix ResizeObserver causing infinite `selectionchange` loop (#45351) @mj12albert
1381
+ - Fix negative input for CSS variables spacing array (#45550) @siriwatknp
1382
+ - Add missing deprecations in deprecations-all file (#45505) @sai6855
1383
+ - Rename some `@mui/material/styles/createTypography` exports (#45558) @Janpot
1384
+
1385
+ ### `@mui/icons-material@7.0.0-beta.4`
1386
+
1387
+ - Remove unused icon names from the download script (#45453) @yermartee
1388
+
1389
+ ### `@mui/system@7.0.0-beta.4`
1390
+
1391
+ - Prevent nested non-vars theme inheritance (#45545) @siriwatknp
1392
+ - Disable theme recalculation as default behavior (#45405) @siriwatknp
1393
+ - Fix package layout inconsistencies (#45491) @DiegoAndai
1394
+
1395
+ ### `@mui/styled-engine@7.0.0-beta.4`
1396
+
1397
+ - Add `enableCssLayer` prop to StyledEngineProvider (#45428) @siriwatknp
1398
+
1399
+ ### `@mui/types@7.3.0`
1400
+
1401
+ - [code-infra] Fix type resolution for @mui/types (#45513) @Janpot
1402
+
1403
+ ### `@mui/utils@7.0.0-beta.4`
1404
+
1405
+ - Fix package layout inconsistencies (#45491) @DiegoAndai
1406
+ - Use correct iri-reference homepage format (#45472) @dahiro
1407
+
1408
+ ### Docs
1409
+
1410
+ - [Backdrop] Fix component name in migration guide (#45506) @sai6855
1411
+ - [TextField] Add HTML input section to TextField page (#45439) @siriwatknp
1412
+
1413
+ ### Core
1414
+
1415
+ - [code-infra] Convert a few docs modules to ts (#45548) @Janpot
1416
+ - [code-infra] Remove more CJS modules from the docs (#45557) @Janpot
1417
+ - [code-infra] Remove nested imports from theme augmentation (#45514) @Janpot
1418
+ - [docs-infra] Add @ts-ignore to avoid type checking for MUI X (#45555) @siriwatknp
1419
+ - [blog] Fix author end-of-year updates (#45533) @oliviertassinari
1420
+
1421
+ All contributors of this release in alphabetical order: @dahiro, @DiegoAndai, @Janpot, @Jtaks, @mj12albert, @oliviertassinari, @sai6855, @siriwatknp, @vipierozan99, @yermartee
1422
+
1423
+ ## 7.0.0-beta.3
1424
+
1425
+ <!-- generated comparing v7.0.0-beta.2..master -->
1426
+
1427
+ _Mar 5, 2025_
1428
+
1429
+ A big thanks to the 3 contributors who made this release possible.
1430
+
1431
+ ### `@mui/material@7.0.0-beta.3`
1432
+
1433
+ - Fix moduleResolution:node for icons (#45444) @Janpot
1434
+ - [ThemeProvider] Add `storageManager` prop to `ThemeProvider` (#45136) @siriwatknp
1435
+ - [Radio] Fix `inputProps` not forwarded (#45471) @siriwatknp
1436
+
1437
+ ### `@mui/codemod@7.0.0-beta.3`
1438
+
1439
+ - [codemod] Fix codemods not found (#45473) @DiegoAndai
1440
+
1441
+ All contributors of this release in alphabetical order: @DiegoAndai, @Janpot, @siriwatknp
1442
+
1443
+ ## 7.0.0-beta.2
1444
+
1445
+ <!-- generated comparing v7.0.0-beta.1..master -->
1446
+
1447
+ _Feb 27, 2025_
1448
+
1449
+ A big thanks to the 2 contributors who made this release possible.
1450
+
1451
+ ### Core
1452
+
1453
+ - [code-infra] Add package.json export (#45433) @Janpot
1454
+ - [blog] React 19 migration for MUI X (#45348) @arminmeh
1455
+
1456
+ All contributors of this release in alphabetical order: @arminmeh, @Janpot
1457
+
1458
+ ## 7.0.0-beta.1
1459
+
1460
+ <!-- generated comparing v7.0.0-beta.0..master -->
1461
+
1462
+ _Feb 27, 2025_
1463
+
1464
+ This release fixes incorrect build output from the previous release (`beta.0`).
1465
+
1466
+ ### Core
1467
+
1468
+ - [code-infra] Fix build:types script omitting folders with a dot in their name (#45422) @Janpot
1469
+ - [release] Fix versions (#45420) @mj12albert
1470
+
1471
+ All contributors of this release in alphabetical order: @Janpot, @mj12albert
1472
+
1473
+ ## 7.0.0-beta.0
1474
+
1475
+ <!-- generated comparing v7.0.0-alpha.2..master -->
1476
+
1477
+ _Feb 26, 2025_
1478
+
1479
+ A big thanks to the 8 contributors who made this release possible.
1480
+
1481
+ ### `@mui/material@7.0.0-beta.0`
1482
+
1483
+ - [Modal][Dialog] Remove deprecated `onBackdropClick` (#45395) @DiegoAndai
1484
+ - [Grid] Improve Grid2 upgrade experience (#45304) @DiegoAndai
1485
+ - [Grid] Rename to GridLegacy (#45363) @DiegoAndai
1486
+ - [Grid2] Rename to Grid (#45381) @DiegoAndai
1487
+ - Remove SvgIcon data-testid in production (#45333) @Janpot
1488
+ - Allow nested theme creation with `vars` (#45335) @siriwatknp
1489
+ - [Rating] Deprecate \*Props and complete `slots`, `slotProps` (#45295) @harry-whorlow
1490
+ - [Slider] Fix css class selector in migration guide (#45402) @sai6855
1491
+ - [Slider] Fix spacings in .md files (#45388) @sai6855
1492
+ - [styles] Remove deprecated exports (#45397) @DiegoAndai
1493
+ - [Menu] Deprecate \*Props and complete `slots`, `slotProps` (#44913) @siriwatknp
1494
+ - [StepButton] Remove StepIconButton type (#45396) @DiegoAndai
1495
+
1496
+ ### Docs
1497
+
1498
+ - [Autocomplete] Remove unnecessary renderTags prop from Sizes demo (#45401) @ZeeshanTamboli
1499
+ - Add `overriding-component-structure` doc to Material UI (#45186) @siriwatknp
1500
+ - Fix typo in slider docs (#45390) @sai6855
1501
+ - Fix Context Menu selection lost on Safari (#44903) @NooBat
1502
+
1503
+ ### Core
1504
+
1505
+ - [code-infra] Fix types for @mui/styled-engine (#45413) @Janpot
1506
+ - [docs-infra] Fix theme toggle call (#45400) @siriwatknp
1507
+ - [docs-infra] Add `color-scheme` to document in iframe demos (#45406) @KenanYusuf
1508
+ - [docs-infra] Revert to use deprecated `CssVarsProvider` for MUI X (#45371) @siriwatknp
1509
+ - [docs-infra] Fix dark mode flicker for API pages (#45354) @siriwatknp
1510
+ - [examples] Remove unnecessary comma in Material UI Vite JS example (#45370) @ZeeshanTamboli
1511
+ - [test] Remove unused renderTags prop and fix key warning in Autocomplete regression test (#45410) @ZeeshanTamboli
1512
+
1513
+ All contributors of this release in alphabetical order: @DiegoAndai, @harry-whorlow, @Janpot, @KenanYusuf, @NooBat, @sai6855, @siriwatknp, @ZeeshanTamboli
1514
+
1515
+ ## 7.0.0-alpha.2
1516
+
1517
+ <!-- generated comparing v7.0.0-alpha.1..master -->
1518
+
1519
+ _Feb 18, 2025_
1520
+
1521
+ A big thanks to the 9 contributors who made this release possible.
1522
+
1523
+ ### `@mui/material@7.0.0-alpha.2`
1524
+
1525
+ - [Autocomplete] Remove legacy `aria-owns` attribute for combobox (#45302) @ZeeshanTamboli
1526
+ - [Button] Apply id only if loading indicator is present (#45296) @aarongarciah
1527
+ - [Hidden] Remove deprecated Hidden component (#45283) @DiegoAndai
1528
+ - [InputBase] Deprecate composed classes (#45234) @sai6855
1529
+ - [InputLabel] Changed size prop value from `normal` to `medium` (#45235) @perkrlsn
1530
+ - Fix `slotProps.transition` types (#45214) @siriwatknp
1531
+
1532
+ ### Docs
1533
+
1534
+ - Fix broken links to MUI X docs (#45145) @mapache-salvaje
1535
+ - Add migration guide for package layout changes (#45222) @Janpot
1536
+ - [icons] Fix typo in material-icons.md (#45334) @a-s-russo
1537
+
1538
+ ### Core
1539
+
1540
+ - Disallow access to esm/modern barrel files (#45332) @Janpot
1541
+ - [code-infra] Update `elliptic` (#45311) @Janpot
1542
+ - Update release guide to specify package bumping rules (#45294) @DiegoAndai
1543
+
1544
+ All contributors of this release in alphabetical order: @a-s-russo, @aarongarciah, @DiegoAndai, @Janpot, @mapache-salvaje, @perkrlsn, @sai6855, @siriwatknp, @ZeeshanTamboli
1545
+
1546
+ ## 7.0.0-alpha.1
1547
+
1548
+ <!-- generated comparing v7.0.0-alpha.0..master -->
1549
+
1550
+ _Feb 11, 2025_
1551
+
1552
+ A big thanks to the 11 contributors who made this release possible.
1553
+
1554
+ ### `@mui/material@7.0.0-alpha.1`
1555
+
1556
+ - [Checkbox] Add slots and slotProps (#44974) @sai6855
1557
+ - [LinearProgress][CircularProgress] Add variant overrides for module augumentation (#45163) @kingflamez
1558
+ - [Drawer] Deprecate \*Props and complete `slots`, `slotProps` (#44960) @siriwatknp
1559
+ - Fix wrong `slotProps` of `DetailsHTMLAttributes` types (#45215) @siriwatknp
1560
+ - [MobileStepper] deprecate `LinearProgressProps` and complete `slots`, `slotProps` (#45033) @siriwatknp
1561
+ - [Radio] Add slots and slotProps (#44972) @sai6855
1562
+ - [Radio] Remove empty line (#45184) @sai6855
1563
+ - [Slider] Deprecate composed classes (#45201) @sai6855
1564
+ - [Snackbar] Fix generated proptypes (#45156) @siriwatknp
1565
+ - [SpeedDialAction] Add slots and slotProps (#45065) @sai6855
1566
+ - [SwitchBase] Fix spreading of `handlers` in getSlotProps (#45197) @sai6855
1567
+ - [Tabs] Deprecate \*Props and complete `slots`, `slotProps` (#45012) @siriwatknp
1568
+ - [TextField] Remove deprecated props from documentation (#45199) @sai6855
1569
+
1570
+ ### `@mui/icons-material@7.0.0-alpha.1`
1571
+
1572
+ - Change icon source URL and add overrides (#45020) @siriwatknp
1573
+
1574
+ ### `@mui/lab@7.0.0-beta.1`
1575
+
1576
+ - Remove components which were moved from lab to material (#45232) @DiegoAndai
1577
+
1578
+ ### Docs
1579
+
1580
+ - [Autocomplete] Improve Google Maps search example (#44708) @oliviertassinari
1581
+ - [Dialog] Removes deprecated PaperProps from docs (#45195) @sai6855
1582
+ - [Menu] Add Grouped Menu demo (#45241) @noobDev31
1583
+ - [material] Add disableInteractive on colorTool grid Tooltips (#37800) @Janpot
1584
+ - [blog] Consistent Base UI terminology (#45264) @oliviertassinari
1585
+ - A quick first step to update docs for Tailwind v4 (#45147) @oliviertassinari
1586
+ - Fix `element.ref` accessing warning on docs (#45155) @DiegoAndai
1587
+ - Mention Toolpad as experimental (#45273) @prakhargupta1
1588
+ - [joy-ui] Update "Set up providers" section of integration with Material UI (#45183) @mateuseap
1589
+
1590
+ ### Core
1591
+
1592
+ - Update branch switch tags (#45198) @DiegoAndai
1593
+ - Fix double redirection to Base UI (#45146) @oliviertassinari
1594
+ - Fix corepack and pnpm installation in CircleCI (#45185) @mj12albert
1595
+ - Fix typo on Netlify script (#45278) @maximevtush
1596
+ - [code-infra] Fix testing library resolution with custom react (#44061) @Janpot
1597
+ - [code-infra] Update package layout for better ESM support (#43264) @Janpot
1598
+ - Update `@typescript-eslint/*` packages and remove deprecated `eslint-config-airbnb-typescript` package (#45245) @ZeeshanTamboli
1599
+ - [docs] Restore utility component docs from MUI Base to Material UI (#45213) @mapache-salvaje
1600
+ - [docs] Sync active sponsors (#45204) @oliviertassinari
1601
+ - [docs] Fix links in CONTRIBUTING.md (#45202) @bernardobelchior
1602
+ - [docs-infra] Point to MUI X next docs (#45207) @cherniavskii
1603
+ - [test] Fix React 18 tests (#45161) @DiegoAndai
1604
+
1605
+ All contributors of this release in alphabetical order: @bernardobelchior, @cherniavskii, @DiegoAndai, @Janpot, @kingflamez, @mapache-salvaje, @mateuseap, @maximevtush, @mj12albert, @noobDev31, @oliviertassinari, @prakhargupta1, @sai6855, @siriwatknp, @ZeeshanTamboli
1606
+
1607
+ ## 7.0.0-alpha.0
1608
+
1609
+ <!-- generated comparing v6.4.1..master -->
1610
+
1611
+ _Jan 31, 2025_
1612
+
1613
+ A big thanks to the 9 contributors who made this release possible.
1614
+ This is the first alpha release of Material UI v7 🎉.
1615
+
1616
+ ### `@mui/material@7.0.0-alpha.0`
1617
+
1618
+ - [Autocomplete] Prevent shrink animation in uncontrolled Autocomplete when default value is set (#44873) @ZeeshanTamboli
1619
+ - [Popover] Deprecate \*Props and complete `slots`, `slotProps` (#45035) @siriwatknp
1620
+ - [Slider] Fix arrow keys past the end for Slider with custom marks (#45050) @joshkel
1621
+ - [SwitchBase] Deprecate `inputProps` and complete slots, slotProps (#45076) @siriwatknp
1622
+ - [TextareaAutosize] Temporarily disconnect ResizeObserver to avoid loop error (#44540) @mj12albert
1623
+ - [Slider] Narrow onChange value type (#44777) @good-jinu
1624
+ - [Snackbar] Add Slots and SlotProps (#45103) @harry-whorlow
1625
+
1626
+ ### `@mui/utils@7.0.0-alpha.0`
1627
+
1628
+ - Merge `sx` instead of override when using `mergeSlotProps` (#45062) @siriwatknp
1629
+
1630
+ ### Core
1631
+
1632
+ - [code-infra] a few fixes uncovered during ESM updates (#45031) @Janpot
1633
+ - [code-infra] Remove rsc-builder (#45079) @Janpot
1634
+ - [code-infra] Remove commonjs imports in docs (#44976) @Janpot
1635
+ - [docs-infra] Move Ukraine banner to the bottom (#45135) @oliviertassinari
1636
+ - Fix MUI Base vale rule (#45140) @oliviertassinari
1637
+ - Fix missing store contributor renaming (b3d1be0) @oliviertassinari
1638
+ - Fix 404 errors (#45137) @oliviertassinari
1639
+ - Prepare libraries for first v7 alpha release (#45132) @DiegoAndai
1640
+ - Fix CHANGELOG vale failure (#45151) @DiegoAndai
1641
+
1642
+ ### Docs
1643
+
1644
+ - Fix `/base-ui` redirect and prune links (#45083) @mj12albert
1645
+ - Add v6 to v7 migration guide (#45143) @DiegoAndai
1646
+
1647
+ All contributors of this release in alphabetical order: @DiegoAndai, @good-jinu, @harry-whorlow, @Janpot, @joshkel, @mj12albert, @oliviertassinari, @siriwatknp, @ZeeshanTamboli
1648
+
1649
+ ## Older versions
1650
+
1651
+ Changes before 7.x are listed in our [changelog for older versions](https://github.com/mui/material-ui/blob/HEAD/CHANGELOG.old.md).