@mui/lab 7.0.0-beta.9 → 7.0.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 (267) hide show
  1. package/CHANGELOG.md +590 -0
  2. package/Masonry/Masonry.js +9 -10
  3. package/TabPanel/TabPanel.d.ts +1 -1
  4. package/TabPanel/TabPanel.js +1 -2
  5. package/Timeline/Timeline.types.d.ts +1 -1
  6. package/TimelineConnector/TimelineConnector.d.ts +1 -1
  7. package/TimelineConnector/TimelineConnector.js +1 -2
  8. package/TimelineContent/TimelineContent.d.ts +2 -1
  9. package/TimelineDot/TimelineDot.d.ts +1 -1
  10. package/TimelineItem/TimelineItem.d.ts +1 -1
  11. package/TimelineOppositeContent/TimelineOppositeContent.d.ts +2 -1
  12. package/TimelineSeparator/TimelineSeparator.d.ts +1 -1
  13. package/TimelineSeparator/TimelineSeparator.js +1 -2
  14. package/esm/Masonry/Masonry.js +4 -5
  15. package/esm/TabPanel/TabPanel.d.ts +1 -1
  16. package/esm/TabPanel/TabPanel.js +1 -2
  17. package/esm/Timeline/Timeline.types.d.ts +1 -1
  18. package/esm/TimelineConnector/TimelineConnector.d.ts +1 -1
  19. package/esm/TimelineConnector/TimelineConnector.js +1 -2
  20. package/esm/TimelineContent/TimelineContent.d.ts +2 -1
  21. package/esm/TimelineDot/TimelineDot.d.ts +1 -1
  22. package/esm/TimelineItem/TimelineItem.d.ts +1 -1
  23. package/esm/TimelineOppositeContent/TimelineOppositeContent.d.ts +2 -1
  24. package/esm/TimelineSeparator/TimelineSeparator.d.ts +1 -1
  25. package/esm/TimelineSeparator/TimelineSeparator.js +1 -2
  26. package/esm/index.js +1 -1
  27. package/esm/internal/svg-icons/ArrowDropDown.d.ts +1 -1
  28. package/esm/internal/svg-icons/ArrowLeft.d.ts +1 -1
  29. package/esm/internal/svg-icons/ArrowRight.d.ts +1 -1
  30. package/esm/internal/svg-icons/Calendar.d.ts +1 -1
  31. package/esm/internal/svg-icons/Clock.d.ts +1 -1
  32. package/esm/internal/svg-icons/DateRange.d.ts +1 -1
  33. package/esm/internal/svg-icons/Pen.d.ts +1 -1
  34. package/esm/internal/svg-icons/Time.d.ts +1 -1
  35. package/index.js +1 -1
  36. package/internal/svg-icons/ArrowDropDown.d.ts +1 -1
  37. package/internal/svg-icons/ArrowLeft.d.ts +1 -1
  38. package/internal/svg-icons/ArrowRight.d.ts +1 -1
  39. package/internal/svg-icons/Calendar.d.ts +1 -1
  40. package/internal/svg-icons/Clock.d.ts +1 -1
  41. package/internal/svg-icons/DateRange.d.ts +1 -1
  42. package/internal/svg-icons/Pen.d.ts +1 -1
  43. package/internal/svg-icons/Time.d.ts +1 -1
  44. package/package.json +17 -27
  45. package/modern/AdapterDateFns/AdapterDateFns.d.ts +0 -6
  46. package/modern/AdapterDateFns/AdapterDateFns.js +0 -16
  47. package/modern/AdapterDateFns/index.d.ts +0 -1
  48. package/modern/AdapterDateFns/index.js +0 -1
  49. package/modern/AdapterDayjs/AdapterDayjs.d.ts +0 -6
  50. package/modern/AdapterDayjs/AdapterDayjs.js +0 -16
  51. package/modern/AdapterDayjs/index.d.ts +0 -1
  52. package/modern/AdapterDayjs/index.js +0 -1
  53. package/modern/AdapterLuxon/AdapterLuxon.d.ts +0 -6
  54. package/modern/AdapterLuxon/AdapterLuxon.js +0 -16
  55. package/modern/AdapterLuxon/index.d.ts +0 -1
  56. package/modern/AdapterLuxon/index.js +0 -1
  57. package/modern/AdapterMoment/AdapterMoment.d.ts +0 -6
  58. package/modern/AdapterMoment/AdapterMoment.js +0 -16
  59. package/modern/AdapterMoment/index.d.ts +0 -1
  60. package/modern/AdapterMoment/index.js +0 -1
  61. package/modern/CalendarPicker/CalendarPicker.d.ts +0 -15
  62. package/modern/CalendarPicker/CalendarPicker.js +0 -21
  63. package/modern/CalendarPicker/index.d.ts +0 -2
  64. package/modern/CalendarPicker/index.js +0 -2
  65. package/modern/CalendarPickerSkeleton/CalendarPickerSkeleton.d.ts +0 -14
  66. package/modern/CalendarPickerSkeleton/CalendarPickerSkeleton.js +0 -25
  67. package/modern/CalendarPickerSkeleton/index.d.ts +0 -2
  68. package/modern/CalendarPickerSkeleton/index.js +0 -2
  69. package/modern/ClockPicker/ClockPicker.d.ts +0 -15
  70. package/modern/ClockPicker/ClockPicker.js +0 -21
  71. package/modern/ClockPicker/index.d.ts +0 -2
  72. package/modern/ClockPicker/index.js +0 -2
  73. package/modern/DatePicker/DatePicker.d.ts +0 -10
  74. package/modern/DatePicker/DatePicker.js +0 -19
  75. package/modern/DatePicker/index.d.ts +0 -2
  76. package/modern/DatePicker/index.js +0 -2
  77. package/modern/DateRangePicker/DateRangePicker.d.ts +0 -12
  78. package/modern/DateRangePicker/DateRangePicker.js +0 -18
  79. package/modern/DateRangePicker/index.d.ts +0 -2
  80. package/modern/DateRangePicker/index.js +0 -2
  81. package/modern/DateRangePickerDay/DateRangePickerDay.d.ts +0 -14
  82. package/modern/DateRangePickerDay/DateRangePickerDay.js +0 -22
  83. package/modern/DateRangePickerDay/index.d.ts +0 -2
  84. package/modern/DateRangePickerDay/index.js +0 -2
  85. package/modern/DateTimePicker/DateTimePicker.d.ts +0 -11
  86. package/modern/DateTimePicker/DateTimePicker.js +0 -20
  87. package/modern/DateTimePicker/index.d.ts +0 -2
  88. package/modern/DateTimePicker/index.js +0 -2
  89. package/modern/DesktopDatePicker/DesktopDatePicker.d.ts +0 -11
  90. package/modern/DesktopDatePicker/DesktopDatePicker.js +0 -20
  91. package/modern/DesktopDatePicker/index.d.ts +0 -2
  92. package/modern/DesktopDatePicker/index.js +0 -2
  93. package/modern/DesktopDateRangePicker/DesktopDateRangePicker.d.ts +0 -11
  94. package/modern/DesktopDateRangePicker/DesktopDateRangePicker.js +0 -18
  95. package/modern/DesktopDateRangePicker/index.d.ts +0 -2
  96. package/modern/DesktopDateRangePicker/index.js +0 -2
  97. package/modern/DesktopDateTimePicker/DesktopDateTimePicker.d.ts +0 -11
  98. package/modern/DesktopDateTimePicker/DesktopDateTimePicker.js +0 -20
  99. package/modern/DesktopDateTimePicker/index.d.ts +0 -2
  100. package/modern/DesktopDateTimePicker/index.js +0 -2
  101. package/modern/DesktopTimePicker/DesktopTimePicker.d.ts +0 -11
  102. package/modern/DesktopTimePicker/DesktopTimePicker.js +0 -20
  103. package/modern/DesktopTimePicker/index.d.ts +0 -2
  104. package/modern/DesktopTimePicker/index.js +0 -2
  105. package/modern/LoadingButton/LoadingButton.d.ts +0 -3
  106. package/modern/LoadingButton/LoadingButton.js +0 -23
  107. package/modern/LoadingButton/index.d.ts +0 -2
  108. package/modern/LoadingButton/index.js +0 -1
  109. package/modern/LocalizationProvider/LocalizationProvider.d.ts +0 -11
  110. package/modern/LocalizationProvider/LocalizationProvider.js +0 -19
  111. package/modern/LocalizationProvider/index.d.ts +0 -2
  112. package/modern/LocalizationProvider/index.js +0 -2
  113. package/modern/Masonry/Masonry.d.ts +0 -62
  114. package/modern/Masonry/Masonry.js +0 -338
  115. package/modern/Masonry/index.d.ts +0 -4
  116. package/modern/Masonry/index.js +0 -3
  117. package/modern/Masonry/masonryClasses.d.ts +0 -8
  118. package/modern/Masonry/masonryClasses.js +0 -7
  119. package/modern/MobileDatePicker/MobileDatePicker.d.ts +0 -11
  120. package/modern/MobileDatePicker/MobileDatePicker.js +0 -20
  121. package/modern/MobileDatePicker/index.d.ts +0 -2
  122. package/modern/MobileDatePicker/index.js +0 -2
  123. package/modern/MobileDateRangePicker/MobileDateRangePicker.d.ts +0 -11
  124. package/modern/MobileDateRangePicker/MobileDateRangePicker.js +0 -18
  125. package/modern/MobileDateRangePicker/index.d.ts +0 -2
  126. package/modern/MobileDateRangePicker/index.js +0 -2
  127. package/modern/MobileDateTimePicker/MobileDateTimePicker.d.ts +0 -11
  128. package/modern/MobileDateTimePicker/MobileDateTimePicker.js +0 -20
  129. package/modern/MobileDateTimePicker/index.d.ts +0 -2
  130. package/modern/MobileDateTimePicker/index.js +0 -2
  131. package/modern/MobileTimePicker/MobileTimePicker.d.ts +0 -11
  132. package/modern/MobileTimePicker/MobileTimePicker.js +0 -20
  133. package/modern/MobileTimePicker/index.d.ts +0 -2
  134. package/modern/MobileTimePicker/index.js +0 -2
  135. package/modern/MonthPicker/MonthPicker.d.ts +0 -14
  136. package/modern/MonthPicker/MonthPicker.js +0 -25
  137. package/modern/MonthPicker/index.d.ts +0 -2
  138. package/modern/MonthPicker/index.js +0 -2
  139. package/modern/PickersDay/PickersDay.d.ts +0 -14
  140. package/modern/PickersDay/PickersDay.js +0 -25
  141. package/modern/PickersDay/index.d.ts +0 -2
  142. package/modern/PickersDay/index.js +0 -2
  143. package/modern/StaticDatePicker/StaticDatePicker.d.ts +0 -11
  144. package/modern/StaticDatePicker/StaticDatePicker.js +0 -20
  145. package/modern/StaticDatePicker/index.d.ts +0 -2
  146. package/modern/StaticDatePicker/index.js +0 -2
  147. package/modern/StaticDateRangePicker/StaticDateRangePicker.d.ts +0 -11
  148. package/modern/StaticDateRangePicker/StaticDateRangePicker.js +0 -18
  149. package/modern/StaticDateRangePicker/index.d.ts +0 -2
  150. package/modern/StaticDateRangePicker/index.js +0 -2
  151. package/modern/StaticDateTimePicker/StaticDateTimePicker.d.ts +0 -11
  152. package/modern/StaticDateTimePicker/StaticDateTimePicker.js +0 -20
  153. package/modern/StaticDateTimePicker/index.d.ts +0 -2
  154. package/modern/StaticDateTimePicker/index.js +0 -2
  155. package/modern/StaticTimePicker/StaticTimePicker.d.ts +0 -11
  156. package/modern/StaticTimePicker/StaticTimePicker.js +0 -20
  157. package/modern/StaticTimePicker/index.d.ts +0 -2
  158. package/modern/StaticTimePicker/index.js +0 -2
  159. package/modern/TabContext/TabContext.d.ts +0 -29
  160. package/modern/TabContext/TabContext.js +0 -76
  161. package/modern/TabContext/index.d.ts +0 -2
  162. package/modern/TabContext/index.js +0 -2
  163. package/modern/TabList/TabList.d.ts +0 -30
  164. package/modern/TabList/TabList.js +0 -44
  165. package/modern/TabList/index.d.ts +0 -2
  166. package/modern/TabList/index.js +0 -1
  167. package/modern/TabPanel/TabPanel.d.ts +0 -41
  168. package/modern/TabPanel/TabPanel.js +0 -96
  169. package/modern/TabPanel/index.d.ts +0 -4
  170. package/modern/TabPanel/index.js +0 -3
  171. package/modern/TabPanel/tabPanelClasses.d.ts +0 -10
  172. package/modern/TabPanel/tabPanelClasses.js +0 -7
  173. package/modern/TimePicker/TimePicker.d.ts +0 -11
  174. package/modern/TimePicker/TimePicker.js +0 -20
  175. package/modern/TimePicker/index.d.ts +0 -2
  176. package/modern/TimePicker/index.js +0 -2
  177. package/modern/Timeline/Timeline.d.ts +0 -24
  178. package/modern/Timeline/Timeline.js +0 -114
  179. package/modern/Timeline/Timeline.types.d.ts +0 -27
  180. package/modern/Timeline/Timeline.types.js +0 -1
  181. package/modern/Timeline/TimelineContext.d.ts +0 -6
  182. package/modern/Timeline/TimelineContext.js +0 -12
  183. package/modern/Timeline/index.d.ts +0 -4
  184. package/modern/Timeline/index.js +0 -4
  185. package/modern/Timeline/timelineClasses.d.ts +0 -16
  186. package/modern/Timeline/timelineClasses.js +0 -7
  187. package/modern/TimelineConnector/TimelineConnector.d.ts +0 -31
  188. package/modern/TimelineConnector/TimelineConnector.js +0 -72
  189. package/modern/TimelineConnector/index.d.ts +0 -4
  190. package/modern/TimelineConnector/index.js +0 -3
  191. package/modern/TimelineConnector/timelineConnectorClasses.d.ts +0 -8
  192. package/modern/TimelineConnector/timelineConnectorClasses.js +0 -7
  193. package/modern/TimelineContent/TimelineContent.d.ts +0 -32
  194. package/modern/TimelineContent/TimelineContent.js +0 -89
  195. package/modern/TimelineContent/index.d.ts +0 -4
  196. package/modern/TimelineContent/index.js +0 -3
  197. package/modern/TimelineContent/timelineContentClasses.d.ts +0 -16
  198. package/modern/TimelineContent/timelineContentClasses.js +0 -7
  199. package/modern/TimelineDot/TimelineDot.d.ts +0 -44
  200. package/modern/TimelineDot/TimelineDot.js +0 -123
  201. package/modern/TimelineDot/index.d.ts +0 -4
  202. package/modern/TimelineDot/index.js +0 -3
  203. package/modern/TimelineDot/timelineDotClasses.d.ts +0 -24
  204. package/modern/TimelineDot/timelineDotClasses.js +0 -7
  205. package/modern/TimelineItem/TimelineItem.d.ts +0 -35
  206. package/modern/TimelineItem/TimelineItem.js +0 -128
  207. package/modern/TimelineItem/index.d.ts +0 -4
  208. package/modern/TimelineItem/index.js +0 -3
  209. package/modern/TimelineItem/timelineItemClasses.d.ts +0 -18
  210. package/modern/TimelineItem/timelineItemClasses.js +0 -7
  211. package/modern/TimelineOppositeContent/TimelineOppositeContent.d.ts +0 -35
  212. package/modern/TimelineOppositeContent/TimelineOppositeContent.js +0 -91
  213. package/modern/TimelineOppositeContent/index.d.ts +0 -4
  214. package/modern/TimelineOppositeContent/index.js +0 -3
  215. package/modern/TimelineOppositeContent/timelineOppositeContentClasses.d.ts +0 -16
  216. package/modern/TimelineOppositeContent/timelineOppositeContentClasses.js +0 -7
  217. package/modern/TimelineSeparator/TimelineSeparator.d.ts +0 -31
  218. package/modern/TimelineSeparator/TimelineSeparator.js +0 -69
  219. package/modern/TimelineSeparator/index.d.ts +0 -4
  220. package/modern/TimelineSeparator/index.js +0 -3
  221. package/modern/TimelineSeparator/timelineSeparatorClasses.d.ts +0 -8
  222. package/modern/TimelineSeparator/timelineSeparatorClasses.js +0 -7
  223. package/modern/TreeItem/TreeItem.d.ts +0 -11
  224. package/modern/TreeItem/TreeItem.js +0 -19
  225. package/modern/TreeItem/index.d.ts +0 -2
  226. package/modern/TreeItem/index.js +0 -2
  227. package/modern/TreeView/TreeView.d.ts +0 -11
  228. package/modern/TreeView/TreeView.js +0 -20
  229. package/modern/TreeView/index.d.ts +0 -2
  230. package/modern/TreeView/index.js +0 -2
  231. package/modern/YearPicker/YearPicker.d.ts +0 -15
  232. package/modern/YearPicker/YearPicker.js +0 -24
  233. package/modern/YearPicker/index.d.ts +0 -2
  234. package/modern/YearPicker/index.js +0 -2
  235. package/modern/index.d.ts +0 -78
  236. package/modern/index.js +0 -88
  237. package/modern/internal/convertTimelinePositionToClass.d.ts +0 -1
  238. package/modern/internal/convertTimelinePositionToClass.js +0 -4
  239. package/modern/internal/svg-icons/ArrowDropDown.d.ts +0 -7
  240. package/modern/internal/svg-icons/ArrowDropDown.js +0 -12
  241. package/modern/internal/svg-icons/ArrowLeft.d.ts +0 -7
  242. package/modern/internal/svg-icons/ArrowLeft.js +0 -12
  243. package/modern/internal/svg-icons/ArrowRight.d.ts +0 -7
  244. package/modern/internal/svg-icons/ArrowRight.js +0 -12
  245. package/modern/internal/svg-icons/Calendar.d.ts +0 -7
  246. package/modern/internal/svg-icons/Calendar.js +0 -12
  247. package/modern/internal/svg-icons/Clock.d.ts +0 -7
  248. package/modern/internal/svg-icons/Clock.js +0 -16
  249. package/modern/internal/svg-icons/DateRange.d.ts +0 -7
  250. package/modern/internal/svg-icons/DateRange.js +0 -12
  251. package/modern/internal/svg-icons/Pen.d.ts +0 -7
  252. package/modern/internal/svg-icons/Pen.js +0 -12
  253. package/modern/internal/svg-icons/Time.d.ts +0 -7
  254. package/modern/internal/svg-icons/Time.js +0 -16
  255. package/modern/package.json +0 -1
  256. package/modern/themeAugmentation/components.d.ts +0 -63
  257. package/modern/themeAugmentation/components.js +0 -2
  258. package/modern/themeAugmentation/index.d.ts +0 -3
  259. package/modern/themeAugmentation/index.js +0 -1
  260. package/modern/themeAugmentation/overrides.d.ts +0 -28
  261. package/modern/themeAugmentation/overrides.js +0 -4
  262. package/modern/themeAugmentation/props.d.ts +0 -28
  263. package/modern/themeAugmentation/props.js +0 -2
  264. package/modern/useAutocomplete/index.d.ts +0 -1
  265. package/modern/useAutocomplete/index.js +0 -1
  266. package/modern/zero-styled/index.d.ts +0 -1
  267. package/modern/zero-styled/index.js +0 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,595 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 7.3.3
4
+
5
+ <!-- generated comparing v7.3.2..master -->
6
+
7
+ _Sep 30, 2025_
8
+
9
+ A big thanks to the 14 contributors who made this release possible.
10
+
11
+ ### `@mui/material@7.3.3`
12
+
13
+ - [Autocomplete] Sync highlighted index when popup is opened (#46894) @ZeeshanTamboli
14
+ - [CircularProgress] Add track slot via enableTrackSlot (#46907) @monam2
15
+ - [locale] Split locales into separate files (#46933) @christopherschroer
16
+ - [Tabs] Fix not scrolling to correct tab after refresh when auto scrollable (#46869) @Jayesh-11
17
+
18
+ ### Docs
19
+
20
+ - Add a guide for building extensible themes (#46896) @siriwatknp
21
+ - Add v7 community course to resources page (#46944) @alelthomas
22
+ - Improve performance of Default Theme Viewer (#46841) @sai6855
23
+ - Fix typo in blog component MainContent (#46868) @jonyen
24
+ - [Steppers] Replace TransitionProps with slotProps.transition (#46898) @sai6855
25
+
26
+ ### Core
27
+
28
+ - [blog] Fix year in Punta Cana retreat post (#46943) @mapache-salvaje
29
+ - [blog] Punta Cana retreat post (#46892) @mapache-salvaje
30
+ - [code-infra] Publish from CI (#46851) @Janpot
31
+ - [code-infra] Convert reportBrokenLink script to ts (#47002) @brijeshb42
32
+ - [code-infra] Update module resolution for typescript@next (#46940) @Janpot
33
+ - [code-infra] Run continuous releases during ci-check (#46948) @Janpot
34
+ - [code-infra] Fix github actions check for continuous release (#46941) @Janpot
35
+ - [code-infra] Address high/critical dependabot reports (#46937) @Janpot
36
+ - [code-infra] Update ci.yml triggers (#46860) @Janpot
37
+ - [code-infra] Exact match for renovate file name (#46916) @Janpot
38
+ - [code-infra] Disable dependency update for `@material-ui/core` in codemod (#46899) @Janpot
39
+ - [code-infra] Transpile `assertion-error` in karma tests (#46909) @Janpot
40
+ - [code-infra] Disable browserstack on circleci cron jobs (#46905) @Janpot
41
+ - [code-infra] Remove `copy-files` command usage from packages (#46902) @brijeshb42
42
+ - [code-infra] Low-hanging ts conversion (#46903) @Janpot
43
+ - [code-infra] Bring batch of changes from vitest PR (#46795) @Janpot
44
+ - [code-infra] Remove dependency on `fs-extra` (#46755) @bernardobelchior
45
+ - [code-infra] Make error code extraction independent of build (#46865) @brijeshb42
46
+ - [docs-infra] Fix markdown generation script to find correct files (#46954) @siriwatknp
47
+ - [docs-infra] Fix unnecessary redirects (#46951) @Janpot
48
+ - [docs-infra] Remove `dangerouslySetInnerHTML` for ad description (#46936) @Janpot
49
+ - [docs-infra] Display "View as Markdown" only on Material UI (#46861) @siriwatknp
50
+ - [infra] Fix JSON files not being imported in TS demos (#47000) @bernardobelchior
51
+ - [infra] Turn `literal | (string & {})` to `PropTypes.string` (#46934) @siriwatknp
52
+ - [infra] Bump node.js version and make local usage strict (#46834) @brijeshb42
53
+ - [infra] Remove "main" fields from publishable packages (#46856) @brijeshb42
54
+ - [internal] Refactor `useForkRef` TS types: tighten `cleanupRef` and simplify ref typing (#46967) @wo-o29
55
+ - [internal] Fix naming to match convention (2099cb0) @oliviertassinari
56
+ - [internal] Fix naming to match convention (29aad62) @oliviertassinari
57
+ - [internal] Use same option as other repositories (eabda77) @oliviertassinari
58
+ - [internal] Normalize <meta name='viewport' (9d1922a) @oliviertassinari
59
+ - [internal] Normalize charset='utf-8' (f1aae00) @oliviertassinari
60
+ - [test] Split infinitive (0237fda) @oliviertassinari
61
+
62
+ All contributors of this release in alphabetical order: @alelthomas, @bernardobelchior, @brijeshb42, @christopherschroer, @Janpot, @Jayesh-11, @jonyen, @mapache-salvaje, @monam2, @oliviertassinari, @sai6855, @siriwatknp, @wo-o29, @ZeeshanTamboli
63
+
64
+ ## 7.3.2
65
+
66
+ <!-- generated comparing v7.3.1..master -->
67
+
68
+ _Sep 1, 2025_
69
+
70
+ A big thanks to the 16 contributors who made this release possible.
71
+
72
+ ### `@mui/material@7.3.2`
73
+
74
+ - [Chip] Remove unnecessary optional chaining from key event handlers (#46752) @ZeeshanTamboli
75
+ - [Drawer] Add dialog role and aria-modal for `temporary` variant (#46690) @Yashkanekar
76
+ - [PaginationItem] Add slot descriptions and default components in API documentation (#46677) @sai6855
77
+ - [utils] Remove duplicate isHostComponent function (#46721) @frontman-git
78
+
79
+ ### `@mui/codemod@7.3.2`
80
+
81
+ - Add codemod to convert top-level to path imports (#46657) @neemski
82
+
83
+ ### Docs
84
+
85
+ - Remove outdated Next.js lint command (#46847) @oliviertassinari
86
+ - Add `View as Markdown` to component link header (#46835) @siriwatknp
87
+ - Add a link to open `llms.txt` (#46832) @siriwatknp
88
+ - Fix typos in Material UI API docs (#46787) @noritaka1166
89
+ - Fix typo extra "to" word (#46783) @danpeleg4
90
+ - Remove past employees from about page (#46780) @Janpot
91
+ - Fix typos in `docs/pages` folder (#46761) @noritaka1166
92
+ - Add clarification on `react-is` resolution with Material UI v6 and v7 for React 18 and below (#46633) @alisasanib
93
+ - Fix typos in `joy` and `utils` package (#46713) @noritaka1166
94
+ - [autocomplete] Fix console in unstyled demo (#46804) @oliviertassinari
95
+ - [autocomplete] Fix Google Maps brand attribution (#46803) @oliviertassinari
96
+ - [autocomplete] Fix header sentence case (#46805) @oliviertassinari
97
+ - [autocomplete] Fix Google Maps demo (#46793) @oliviertassinari
98
+ - [Select] Fix labeling issues in grouped select demo (#46722) @mj12albert
99
+ - [table] Remove outdated unstyled section (#46786) @mj12albert
100
+ - [TextField] Add note about removal of `sizeMedium` class from InputLabel in v7 upgrade guide (#46693) @checcoux
101
+
102
+ ### Core
103
+
104
+ - Update `cipher-base` transitive dependency (#46800) @Janpot
105
+ - [charts] Marked Treemap chart as Pro (#46691) @prakhargupta1
106
+ - [code-infra] Remove some csbci references (#46797) @Janpot
107
+ - [code-infra] update build tool (#46801) @Janpot
108
+ - [code-infra] Align pkg.pr.new with other projects (#46467) @Janpot
109
+ - [code-infra] Prepare for incoming `execa` update (#46781) @Janpot
110
+ - [code-infra] Remove `@mui/internal-babel-plugin-resolve-imports` override config (#46754) @ZeeshanTamboli
111
+ - [core] Fix typo in `docs/mui-vale` folder (#46760) @noritaka1166
112
+ - [core] Fix typos in `docs/data/material` folder (#46757) @noritaka1166
113
+ - [core] Fix typos in `netlify` folder (#46756) @noritaka1166
114
+ - [core] Upgrade brace-expansion (#46747) @oliviertassinari
115
+ - [core] Fix typos in Joy UI docs and `test` folder (#46738) @noritaka1166
116
+ - [core] Upgrade KaTeX (#46731) @oliviertassinari
117
+ - [core] Avoid Polynomial regex backtracking (#46732) @oliviertassinari
118
+ - [core] Remove dead @toolpad/core dependency (#46730) @oliviertassinari
119
+ - [core] Fix typos in `markdown` and `system` packages (#46720) @noritaka1166
120
+ - [core] Fix typos in `api-docs-builder` package (#46719) @noritaka1166
121
+ - [core] Fix typos in `codemod` package (#46715) @noritaka1166
122
+ - [core] pnpm prettier:all (#46685) @oliviertassinari
123
+ - [docs-infra] Set origin to generated `llms.txt` (#46833) @siriwatknp
124
+ - [docs-infra] Fix AbortController error (#46408) @oliviertassinari
125
+ - [docs-infra] Block than more feedback submissions (#46824) @oliviertassinari
126
+ - [docs-infra] Fix ESLint references (#46680) @oliviertassinari
127
+ - [infra] Migrate away from airbnb's eslint config (#46794) @brijeshb42
128
+ - [infra] Remove `fs-extra` from docs scripts (#46749) @bernardobelchior
129
+ - [infra] Remove dependency on `react-spring` (but keep `@react-spring/web`) (#46748) @bernardobelchior
130
+ - [infra] Remove `fs-extra` from `mui-icons-material` (#46745) @bernardobelchior
131
+ - [infra] Remove `api-docs-builder` dependency on `fs-extra` (#46742) @bernardobelchior
132
+ - [infra] Migrate build command to code-infra (#46614) @brijeshb42
133
+ - [infra] move testBuiltTypes step (#46735) @Janpot
134
+ - [infra] Remove `fs-extra` from `netlify-plugin-cache-docs` (#46740) @bernardobelchior
135
+ - [infra] Supply `document` to `userEvent.setup()` (#46714) @Janpot
136
+ - [infra] Remove useless test step (#46679) @Janpot
137
+ - [infra] Stagger daily cron jobs to avoid browserstack timeouts (#46676) @Janpot
138
+ - [internal] Improve useControlled() strict mode handling (#46807) @oliviertassinari
139
+ - [internal] Sentence case (55a9d8f) @oliviertassinari
140
+ - [internal] Fix typos in code comments (#46784) @noritaka1166
141
+ - [internal] Fix console regression in dev mode (925f02b) @oliviertassinari
142
+ - [internal] Prettier all if dependencies changes (1f63b03) @oliviertassinari
143
+ - [internal] Fix renovate.json (84be632) @oliviertassinari
144
+ - [internal] Polish renovate schedule (#46727) @oliviertassinari
145
+ - [internal] Update link to GitHub labels (8ab4813) @oliviertassinari
146
+ - [internal] Bump brace-expansion (06de338) @oliviertassinari
147
+ - [internal] Normalize Action description (4a2fbcb) @oliviertassinari
148
+ - [toolpad] Remove it from website and docs (#46595) @prakhargupta1
149
+
150
+ All contributors of this release in alphabetical order: @alisasanib, @bernardobelchior, @brijeshb42, @checcoux, @danpeleg4, @frontman-git, @Janpot, @mj12albert, @neemski, @noritaka1166, @oliviertassinari, @prakhargupta1, @sai6855, @siriwatknp, @Yashkanekar, @ZeeshanTamboli
151
+
152
+ ## 7.3.1
153
+
154
+ <!-- generated comparing v7.3.0..master -->
155
+
156
+ _Aug 6, 2025_
157
+
158
+ A big thanks to the 2 contributors who made this release possible.
159
+
160
+ ### `@mui/material@7.3.1`
161
+
162
+ - [PaginationItem] Fix inheritance of component (#46666) @sai6855
163
+ - [Select] Revert - Implement pointer cancellation PR 45789 (#46672) @ZeeshanTamboli
164
+
165
+ All contributors of this release in alphabetical order: @sai6855, @ZeeshanTamboli
166
+
167
+ ## 7.3.0
168
+
169
+ <!-- generated comparing v7.2.0..master -->
170
+
171
+ _Aug 5, 2025_
172
+
173
+ A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨:
174
+
175
+ - 🚀 Shipped `nativeColor` feature that eliminates JS color manipulation and unlocks support for all modern color spaces (#43942) @siriwatknp!
176
+
177
+ To learn more, check out the [Native Color](https://mui.com/material-ui/customization/css-theme-variables/native-color/) guide.
178
+
179
+ ### `@mui/material@7.3.0`
180
+
181
+ - Support native color without JS manipulation (#43942) @siriwatknp
182
+ - [Accordion] Add `region` slot (#46659) @sai6855
183
+ - [SpeedDial] Fix navigation with arrow keys when slotProps.fab is defined (#46508) @sai6855
184
+ - [Select] Improve `MenuProps.slotProps` implementation (#46612) @ZeeshanTamboli
185
+ - [Select] Implement pointer cancellation (#45789) @Kartik-Murthy
186
+ - [Switch] Add role="switch" (#46482) @ZeeshanTamboli
187
+ - [Autocomplete] Fix auto highlight when options change but not the length (#46489) @yafeng-c
188
+
189
+ ### `@mui/codemod@7.3.0`
190
+
191
+ - Fix `v5.0.0/top-level-imports` codemod changing color imports (#46405) @AidanLDev
192
+
193
+ ### Docs
194
+
195
+ - Add JetBrains IDEs MCP configuration (#46470) @bernardobelchior
196
+ - Add warning to array spacing section (#46542) @cherniavskii
197
+ - Add MCP server installation details for Claude Code (#46621) @saschabratton
198
+ - Fix incorrect command for MCP Inspector in mcp.md (#46630) @EndiM
199
+ - Fix incorrect Typography override example for responsive styles (#46558) @aditi291soni
200
+ - Improve MCP docs (#46557) @siriwatknp
201
+ - Fix displaying of components in dark mode (#46544) @sai6855
202
+ - Generate `template` entries about documented generics (#46540) @LukasTy
203
+ - Use fixed dates for stable CRUD dashboard screenshots (#46546) @apedroferreira
204
+ - Add "Edit in Mui Chat" button on demos (#46480) @siriwatknp
205
+ - Fix Menu customization demo (#46535) @siriwatknp
206
+ - Add dashboard with CRUD template based on Toolpad Core (#46376) @apedroferreira
207
+ - Clarify `createTheme` warning for future compatibility (#46476) @satendra03
208
+ - Remove typo in `_redirects` (#46463) @bharatkashyap
209
+ - Change API docs to stay inside Material UI (#46414) @bharatkashyap
210
+ - [Dialog] Fix Form dialog demo's actions button padding (#46506) @frontman-git
211
+ - [SpeedDial] Remove deprecated props from demos (#46485) @sai6855
212
+ - [Switch] Use `slotProps.input` instead of deprecated `inputProps` for accessible controlled switch (#46625) @adiitxa
213
+
214
+ ### Core
215
+
216
+ - Fix ESLint reference name (80d32a2) @oliviertassinari
217
+ - Fix ESLint reference name (5fc166e) @oliviertassinari
218
+ - Add `@base-ui-components/*` to env info (#46539) @Janpot
219
+ - Remove dead property from routes (#46534) @oliviertassinari
220
+ - Fix unpinned version regression (#46438) @oliviertassinari
221
+ - [code-infra] Accomodate build requirements from mui-x (#46551) @brijeshb42
222
+ - [code-infra] Extend renovate preset from infra repo (#46483) @brijeshb42
223
+ - [code-infra] Use flat ESLint config (#46258) @brijeshb42
224
+ - [docs-infra] Remove comment saving in G-sheet option (#46617) @alexfauquette
225
+ - [docs-infra] Move `Open in MUI Chat` to Demo toolbar and adjust styles (#46579) @siriwatknp
226
+ - [docs-infra] Fix codeblock issues (#46323) @atharva3333
227
+ - [docs-infra] Handle white spaces and generate either TS or JS demo for llms files (#46494) @siriwatknp
228
+ - [examples] Rename PopOverMenu.tsx file to match its usage (#46532) @rjray
229
+ - [infra] Fix `test_types_next`, `test_react_18`, `test_react_next` jobs (#46182) @Janpot
230
+ - [infra] Remove package.json `module` field (#46620) @Janpot
231
+ - [infra] Upgrade form-data to >4.0.4 (#46618) @Janpot
232
+ - [infra] Use cpu option only in CI (#46588) @Janpot
233
+ - [infra] Update scripts to delete publishConfig.directory (#46563) @brijeshb42
234
+ - [infra] Remove `transform-runtime` from `next/babel` (#46552) @Janpot
235
+ - [infra] Revert nx update (#46538) @Janpot
236
+ - [infra] Replace Argos script with code-infra CLI and update deps (#46475) @Janpot
237
+ - [infra] Update node group in renovate config (#46474) @Janpot
238
+ - [infra] Move @playwright/test to peer deps in @mui/internal-test-utils (#46459) @Janpot
239
+ - [infra] Add instructions for patch release (#46382) @mnajdova
240
+
241
+ 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
242
+
243
+ ## 7.2.0
244
+
245
+ <!-- generated comparing v7.1.1..master -->
246
+
247
+ _Jun 26, 2025_
248
+
249
+ A big thanks to the 17 contributors who made this release possible. Here are the highlights ✨:
250
+
251
+ - ⚡️ Added `modularCssLayers` theme option for splitting styles into multiple CSS layers (#46001) @siriwatknp.
252
+ - 📖 Added example for using Material UI with React Router v7 (#46406) @siriwatknp.
253
+
254
+ ### `@mui/material@7.2.0`
255
+
256
+ - [Backdrop] Fix handling of `component` prop (#46269) @sai6855
257
+ - [Chip] Explicitly define line-height (#46260) @DiegoAndai
258
+ - [Chip] Fix handling on event handlers (#46263) @sai6855
259
+ - [OutlinedInput][Input] Deprecate composed classes (#46316) @sai6855
260
+ - [Select] Pass MenuProps.slotProps.list alongside MenuListProps (#46274) @scousino
261
+ - [l10] Enable `labelDisplayedRows` translation for Romanian (#46377) @dhu-redwoodtech
262
+ - Skip generating `modularCssLayers` CSS var (#46329) @siriwatknp
263
+
264
+ ### `@mui/system@7.2.0`
265
+
266
+ - Add `modularCssLayers` theme flag to split styles into multiple CSS layers (#46001) @siriwatknp
267
+
268
+ ### `@mui/styled-engine@7.2.0`
269
+
270
+ - Do not reuse the emotion cache across SSR requests (#46276) @robbtraister
271
+
272
+ ### `@mui/codemod@7.2.0`
273
+
274
+ - [Dialog] Add codemod for deprecated props (#46328) @sai6855
275
+
276
+ ### Docs
277
+
278
+ - Don't forward `hasAiSuggestion` (#46415) @bharatkashyap
279
+ - Add introduction to MCP (#46224) @bharatkashyap
280
+ - Fallback for searchbar during SSR (#46364) @Janpot
281
+ - Update InitColorSchemeScript options to match colorSchemeSelector (#46302) @humble-barnacle001
282
+ - Add `ListItemButton` to make the deprecation clear (#46356) @siriwatknp
283
+ - Remove "Unstyled" section from component docs (#46272) @mapache-salvaje
284
+ - Add Testing section to Rating component doc (#46268) @0210shivam
285
+ - Fix fade modal demo (#46271) @brijeshb42
286
+ - [ai] Add suggestions to edit with MUI Chat (#46309) @bharatkashyap
287
+ - [Dialog] Fix form dialog uses ARIA roles on incompatible elements (#46307) @ZeeshanTamboli
288
+ - [Menu] Fix dark mode styling of grouped header demo (#46317) @sai6855
289
+ - [TextField] Removed type="number" demos (#46314) @KirankumarAmbati
290
+ - [examples] Add `material-ui-react-router-ts` example (#46406) @siriwatknp
291
+
292
+ ### Core
293
+
294
+ - pnpm docs:sync-team (3641a0b) @oliviertassinari
295
+ - Add cross-env to ESLint script (#46358) @ZeeshanTamboli
296
+ - Support merging of className and style from theme (#45975) @sai6855
297
+ - [code-infra] Create bundle size package (#45911) @Janpot
298
+ - [docs-infra] Add a script to generate Material UI `llms.txt` and docs markdown. (#46308) @siriwatknp
299
+ - [docs-infra] Fix StackBlitz for js projects (#46220) @Janpot
300
+ - [infra] Add emotion as external for bundle monitor (#46372) @Janpot
301
+ - [infra] Create update PR on every canary publish for internal packages (#46367) @Janpot
302
+ - [infra] Remove deprecated esmExternals (#46365) @Janpot
303
+ - [infra] Support project-specific changelog in build scripts (#46425) @michaldudak
304
+ - [toolpad][website] Remove references to Toolpad (#46311) @prakhargupta1
305
+
306
+ 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
307
+
308
+ ## 7.1.2
309
+
310
+ _Jun 18, 2025_
311
+
312
+ A big thanks to the 2 contributors who made this release possible.
313
+
314
+ ### `@mui/material@7.1.2`
315
+
316
+ - [Chip] Fix handling on event handlers (#46263) @sai6855
317
+
318
+ ### Docs
319
+
320
+ - Fix fade modal demo (#46271) @brijeshb42
321
+
322
+ All contributors of this release in alphabetical order: @brijeshb42, @sai6855
323
+
324
+ ## 7.1.1
325
+
326
+ <!-- generated comparing v7.1.0..master -->
327
+
328
+ _May 30, 2025_
329
+
330
+ A big thanks to the 15 contributors who made this release possible.
331
+
332
+ ### `@mui/material@7.1.1`
333
+
334
+ - [Autocomplete] Fix label shrink issue when `renderValue` is used with empty array in multiple mode (#46047) @ZeeshanTamboli
335
+ - [Autocomplete] Prevent `renderValue` from being skipped when value is 0 (#46145) @LakshitAgarwal
336
+ - [Autocomplete] Add note in JSDoc for non-TextField components in `renderInput` (#46141) @khllbnomrn
337
+ - [Chip] Add slots and slotProps (#46098) @sai6855
338
+ - [Menu] Remove depreacted `MenuListProps` from demos (#46144) @sai6855
339
+ - [TablePaginationActions] Export TablePaginationActions as new component (#46149) @sai6855
340
+ - [SnackbarContent] Fix `square` prop not working (#46196) @0210shivam
341
+ - [SnackbarContent] Fix error when theme value is CSS variable (#46198) @0210shivam
342
+
343
+ ### `@mui/codemod@7.1.1`
344
+
345
+ - Add package name option (#45977) @siriwatknp
346
+
347
+ ### `@mui/system@7.1.1`
348
+
349
+ - Skip styled component from being transformed (#46129) @siriwatknp
350
+ - Update the type for borderRadius (#46154) @codiini
351
+
352
+ ### `@mui/styled-engine@7.1.1`
353
+
354
+ - Fix variant props callback type to spread `ownerState` (#46187) @siriwatknp
355
+
356
+ ### `@mui/stylis-plugin-rtl@7.1.1`
357
+
358
+ - Fix RTL does not work with CSS layer with a new package (#46230) @siriwatknp
359
+
360
+ ### Docs
361
+
362
+ - [Dialog] Remove deprecated TransitionComponent from demo (#46185) @sai6855
363
+ - [Grid] Remove direction `column` and `column-reverse` from the demo (#46127) @0210shivam
364
+ - [Grid] Update grid migration guide (#46057) @sai6855
365
+ - [templates] Fix rendering of logos in dark mode (#46221) @sai6855
366
+ - [ToggleButtonGroup] Add spacing demo (#46058) @sai6855
367
+ - Fix typo in dark mode docs (#46229) @ZeeshanTamboli
368
+ - Clarify Next.js + Tailwind CSS v3 integration requirements (#46176) @chaitanyasharma1011
369
+ - Fix GridLegacy docs order (#46135) @oliviertassinari
370
+ - Update upgrade guide for resolution of `react-is` (#46002) @siriwatknp
371
+ - Remove oudated scaffoldhub ad (#46090) @oliviertassinari
372
+ - Show how to target global state classes with CSS Modules (#45992) @RubemMazzetto
373
+
374
+ ### Core
375
+
376
+ - [code-infra] Add plugin to check for index file access (#46178) @Janpot
377
+ - [code-infra] Bump ESLint to v9 (#46222) @brijeshb42
378
+ - [code-infra] Move packages to mui/mui-public (#46155) @Janpot
379
+ - [code-infra] Move `chai` to peerDep (#46227) @JCQuintas
380
+ - [code-infra] Avoid loading barrel file during type checking (#46177) @Janpot
381
+ - [code-infra] Remove unnecessary ref from `HighlightedCode` component (#46151) @ZeeshanTamboli
382
+ - [code-infra] Import mocha type instead of global (#46108) @JCQuintas
383
+ - [code-infra] Dependabot also create branches (795a481) @oliviertassinari
384
+ - [code-infra] Avoid running continuous release on forks (#46103) @Janpot
385
+ - [code-infra] Remove checkout job altogether (#46100) @Janpot
386
+ - [code-infra] Remove required checkout workflows in circleci (#46099) @Janpot
387
+ - Run pnpm docs:sync-team (c8f1da5) @oliviertassinari
388
+ - Upgrade MUI X packages to v8 (#45990) @KenanYusuf
389
+ - Minor detail to reduce confusion (4c64b72) @oliviertassinari
390
+ - Update security.md (#45839) @DiegoAndai
391
+ - Apply yml convention, blank line only at top level (f273220) @oliviertassinari
392
+ - Add comment that lab should be in alpha (#45999) @oliviertassinari
393
+
394
+ All contributors of this release in alphabetical order: @0210shivam, @brijeshb42, @chaitanyasharma1011, @codiini, @DiegoAndai, @Janpot, @JCQuintas, @KenanYusuf, @khllbnomrn, @LakshitAgarwal, @oliviertassinari, @RubemMazzetto, @sai6855, @siriwatknp, @ZeeshanTamboli
395
+
396
+ ## 7.1.0
397
+
398
+ <!-- generated comparing v7.0.2..master -->
399
+
400
+ _May 6, 2025_
401
+
402
+ A big thanks to the 21 contributors who made this release possible. Here are some highlights ✨:
403
+
404
+ - 🎉 Material UI now works with **Tailwind CSS v4**! Check out the [setup guide](https://mui.com/material-ui/integrations/tailwindcss/tailwindcss-v4/).
405
+
406
+ ### `@mui/material@7.1.0`
407
+
408
+ - [InputBase] Text cursor jumps several lines up when inserting text fragment with new line at the end (#45246) @yermartee
409
+ - [OutlinedInput] Add missing `notchedOutline` slot (#45917) @siriwatknp
410
+ - [Snackbar] Skip default `onClickAway` behavior when `defaultMuiPrevented` is provided (#45629) @sai6855
411
+ - [Avatar] Fix img slot types and add missing slots (#45483) @siriwatknp
412
+ - [Badge] Replace useSlotProps with useSlot hook (#45871) @sai6855
413
+ - [BottomNavigationAction] Add slots and slotProps (#45776) @sai6855
414
+ - [CardActionArea] Add slots and slotProps (#45866) @sai6855
415
+ - [useMediaQuery] Add warning and docs for using `useMediaQuery('print')` (#44790) @good-jinu
416
+ - Remove unnecessary clsx usages (#46084) @sai6855
417
+ - Corrected generic type definition in `SelectChangeEvent` (#45941) @SuyashShukla0007
418
+ - Fix theme object changes between renders (#45863) @siriwatknp
419
+
420
+ ### `@mui/material-nextjs@7.1.0`
421
+
422
+ - Add option to enable CSS layers for pages router (#45596) @siriwatknp
423
+ - Do not wrap `@layer` order rules in App Router (#45864) @Nayeem-XTREME
424
+
425
+ ### `@mui/system@7.1.0`
426
+
427
+ - Fix `@mui/system` types organization (#45860) @Janpot
428
+
429
+ ### `@mui/styled-engine@7.1.0`
430
+
431
+ - Infer `ownerState` from props in `styled` (#46083) @siriwatknp
432
+ - Fix style overrides variants type (#45478) @siriwatknp
433
+
434
+ ### Docs
435
+
436
+ - [Avatar] Add avatar upload demo (#45986) @Demianeen
437
+ - [Dialog] Remove deprecated props usage in demos (#45923) @sai6855
438
+ - [Menu] Update `paper` slot JSDoc default from `Paper` to `PopoverPaper` (#45722) @andreachiera
439
+ - [examples] Remove create-react-app usages (#45426) @CodeLeom
440
+ - Add `AccordionSummary` to the v5 breaking change migration (#45947) @siriwatknp
441
+ - Update CSS variable usage in migration guide for Pigment CSS (#46033) @sai6855
442
+ - Fix docs API dark mode color (#46086) @alexfauquette
443
+ - Add a guide for extending Material UI classes in Tailwind CSS (#46039) @siriwatknp
444
+ - Add `InitColorSchemeScript` docs and API (#45927) @siriwatknp
445
+ - Add Tailwind CSS v4 integration guide (#45906) @siriwatknp
446
+ - Fix 301 links to the system v6 (#45931) @oliviertassinari
447
+ - Add notification for MUI X v8 announcement (#45942) @joserodolfofreitas
448
+ - Fix som 301 redirections (ae84b35) @oliviertassinari
449
+ - Fix some 301 redirections (057384e) @oliviertassinari
450
+ - Fix logo is not centered on small screens (#45920) @crabsim
451
+ - Fix line break typo (a2a62d5) @oliviertassinari
452
+ - Fix markdown typo in templates.md (#45914) @scyzoryck
453
+ - Add Next.js App Router guide for custom classnames (#45852) @siriwatknp
454
+
455
+ ### Core
456
+
457
+ - [code-infra] Give a stable name to dev tool app (3889ded) @oliviertassinari
458
+ - [code-infra] Normalize author package in org (8135638) @oliviertassinari
459
+ - [code-infra] Correct some manually curated .d.ts files (#46054) @Janpot
460
+ - [code-infra] Align deps versions (#46048) @Janpot
461
+ - [code-infra] Fix dynamic import in imports resolver (#46046) @Janpot
462
+ - [code-infra] Eliminate `@mui/utils` deep imports (#46004) @Janpot
463
+ - [code-infra] Expand renovate.json for react types (#45935) @Janpot
464
+ - [code-infra] Make Argos upload script reusable (#45883) @Janpot
465
+ - [code-infra] Disallow redundant window prefixes for globals (#45880) @Janpot
466
+ - [code-infra] Remove type generation of modern build (#45912) @Janpot
467
+ - [code-infra] Clean up bundle size checker (#45622) @Janpot
468
+ - [code-infra] Fix `StrictMode` effects not being called twice in React 19 tests (#45812) @bernardobelchior
469
+ - [code-infra] Convert `@mui/utils` to typescript (#45671) @Janpot
470
+ - [docs-infra] Improve export into sandbox package.json (#46044) @oliviertassinari
471
+ - [docs-infra] Update feedback Node.js to v22 (#46064) @oliviertassinari
472
+ - [docs-infra] Normalize netlify.toml in org (b101d5c) @oliviertassinari
473
+ - [docs-infra] Uniformize Vale between repositories (0f79796) @oliviertassinari
474
+ - [docs-infra] Fix Vale no longer working (#46029) @oliviertassinari
475
+ - [docs-infra] Remove demo styling switch (#45926) @Janpot
476
+ - [docs-infra] StackBlitz WebContainer demos (#45924) @Janpot
477
+ - [docs-infra] Fix feedback management (#45872) @alexfauquette
478
+ - [test] Replace `playwright` with `@playwright/test` (#45998) @ZeeshanTamboli
479
+ - Fix internal version duplication (#46051) @oliviertassinari
480
+ - Avoid the need for `@mui/material/themeCssVarsAugmentation` (#46053) @Janpot
481
+ - Add security label to dependabot PRs (0a5c027) @oliviertassinari
482
+ - Remove unecessary versions (#46034) @oliviertassinari
483
+ - Remove redundant overrides resolver (#45970) @romgrk
484
+ - Fix duplicate branch reference (#45915) @oliviertassinari
485
+ - Fix outdated <link rel="shortcut icon" (#45916) @oliviertassinari
486
+ - Fix redirection chains (#45930) @oliviertassinari
487
+ - Run pnpm docs:sync-team (beee09f) @oliviertassinari
488
+ - Add `pkg.pr.new` publishing (#42984) @Aslemammad
489
+ - Remove @mui/base from the master branch (#45857) @mnajdova
490
+
491
+ 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
492
+
493
+ ## 7.0.2
494
+
495
+ _Apr 9, 2025_
496
+
497
+ A big thanks to the 12 contributors who made this release possible.
498
+
499
+ ### `@mui/material@7.0.2`
500
+
501
+ - [Autocomplete] Add ability to render custom single value (#45387) @ZeeshanTamboli
502
+ - [Autocomplete] Prevent shrink animation in controlled Autocomplete when initial `value` is provided (#45734) @imadx
503
+ - [AvatarGroup] Fix `spacing` prop ignoring value `0` (#45799) @Kartik-Murthy
504
+ - [Dialog] Deprecate composed classes (#45418) @sai6855
505
+
506
+ ### `@mui/material-nextjs@7.0.2`
507
+
508
+ - Fix nonce issues (#45794) @Janpot
509
+ - Add warnings to nextjs router integration (#45778) @Janpot
510
+
511
+ ### `@mui/styled-engine@7.0.2`
512
+
513
+ - Added caching to `StyledEngineProvider` to improve performance for running tests with Jest (#45846) @siriwatknp
514
+
515
+ ### Core
516
+
517
+ - [blog] Improve upvote video (0646444) @oliviertassinari
518
+ - [code-infra] Remove webpack aliases (#45841) @Janpot
519
+ - [code-infra] Remove .tsbuildinfo from build folder (#45727) @Janpot
520
+ - [code-infra] Stabilize theme viewer screenshot tests (#45768) @Janpot
521
+ - [code-infra] Remove modern bundles (#45808) @Janpot
522
+ - Update buildTypes script to optionally remove css imports (#45835) @brijeshb42
523
+ - Allow repo to be accepted as an argument for releaseTag (#45801) @brijeshb42
524
+ - Update scripts to support base-ui (#45784) @brijeshb42
525
+ - Sync scorecards.yml across codebase (4de5076) @oliviertassinari
526
+ - Remove baseUrl and skipLibCheck (#45806) @Janpot
527
+ - [docs-infra] Fix redirect styles pages (#45848) @siriwatknp
528
+ - [docs-infra] Remove false-positive Vale rules (#45843) @oliviertassinari
529
+ - [docs-infra] Make sure Next.js can find package.json through its aliases (#45840) @Janpot
530
+ - [docs-infra] Fix Next.js brand name coverage (6915f8d) @oliviertassinari
531
+ - [docs-infra] Fix layout shift between MIT and commercial pages (#45760) @oliviertassinari
532
+ - [docs-infra] Non breaking space for ESM (#45758) @oliviertassinari
533
+ - [support-infra] Remove dead 'workflow_call:' (#45736) @oliviertassinari
534
+ - [utils] Support cleanup callbacks in useForkRef (#45621) @DiegoAndai
535
+
536
+ ### Docs
537
+
538
+ - Fix pigment vite integration example (#44746) @brijeshb42
539
+ - Update migration instructions and codemod references for deprecated APIs (#45793) @sai6855
540
+ - Add TanStack Router routing example (#44930) @vetledv
541
+ - Fix layout shifting in icons page (#45779) @sai6855
542
+ - Fix migration instructions (#45762) @oliviertassinari
543
+ - Fix wrong TypeScript support version (#45761) @oliviertassinari
544
+ - Fix link to mui-joy/src/styles/components.d.ts (#45763) @oliviertassinari
545
+ - Fix 301 link (ae94c40) @oliviertassinari
546
+ - Fix 301 links (abd8f63) @oliviertassinari
547
+ - Fix 301 redirection (c7658de) @oliviertassinari
548
+ - [nextjs] Migrate from deprecated "legacyBehavior" prop (#44871) @oliviertassinari
549
+ - [nextjs] Document CSP for Next.js Pages Router (#45798) @Grohden
550
+
551
+ All contributors of this release in alphabetical order: @brijeshb42, @DiegoAndai, @Grohden, @imadx, @Janpot, @Kartik-Murthy, @oliviertassinari, @renovate[bot], @sai6855, @siriwatknp, @vetledv, @ZeeshanTamboli
552
+
553
+ ## 7.0.1
554
+
555
+ <!-- generated comparing v7.0.0..master -->
556
+
557
+ _Mar 28, 2025_
558
+
559
+ A big thanks to the 7 contributors who made this release possible.
560
+
561
+ ### `@mui/material@7.0.1`
562
+
563
+ - Export ThemeProviderProps (#45701) @aarongarciah
564
+ - [Fab] Fix default variant text color when using CSS vars (#45714) @aarongarciah
565
+ - Remove mention of v7 in deprecation messages (#45708) @DiegoAndai
566
+ - [Popover] Allow `null` in `anchorEl` function return type (#45045) @eduter
567
+ - Fix missing CSSProperties/MixinOptions types (#45706) @Janpot
568
+
569
+ ### `@mui/icons-material@7.0.1`
570
+
571
+ - [code-infra] Fix icon-material type resolution under `moduleResolution: "node"` (#45704) @Janpot
572
+ - Bring back individual icon dts (#45711) @Janpot
573
+
574
+ ### Core
575
+
576
+ - Improve the release instructions (#45688) @mnajdova
577
+
578
+ ### Docs
579
+
580
+ - Fix Masonry and Toolpad dark mode demos (#45721) @siriwatknp
581
+ - Update v7 related copy (#45716) @aarongarciah
582
+ - Avoid unwanted undefined in page title (#45718) @aarongarciah
583
+ - Fix joy templates error (#45715) @siriwatknp
584
+ - Rename GitHub icon import (#45709) @micttyoid
585
+ - Fix Safari issue in dark mode (#45696) @mnajdova
586
+ - Fix `Grid`, `GridLegacy`, `Stack`, `Badge`, `Select`, `Autocomplete` demos CSS variables (#45693) @DiegoAndai
587
+ - Add "Material UI v7 is here" to the notifications (#45694) @DiegoAndai
588
+ - Fix `Breadcrumbs`, `List`, `Divider`, and `Typography` dark mode demos (#45692) @siriwatknp
589
+ - Fix Material Icons page in dark mode (#45691) @mnajdova
590
+
591
+ All contributors of this release in alphabetical order: @aarongarciah, @DiegoAndai, @eduter, @Janpot, @micttyoid, @mnajdova, @siriwatknp
592
+
3
593
  ## 7.0.0
4
594
 
5
595
  <!-- generated comparing v7.0.0-rc.0..master -->
@@ -11,7 +11,9 @@ var _composeClasses = _interopRequireDefault(require("@mui/utils/composeClasses"
11
11
  var ReactDOM = _interopRequireWildcard(require("react-dom"));
12
12
  var _styles = require("@mui/material/styles");
13
13
  var _system = require("@mui/system");
14
- var _utils = require("@mui/utils");
14
+ var _useForkRef = _interopRequireDefault(require("@mui/utils/useForkRef"));
15
+ var _useEnhancedEffect = _interopRequireDefault(require("@mui/utils/useEnhancedEffect"));
16
+ var _deepmerge = _interopRequireDefault(require("@mui/utils/deepmerge"));
15
17
  var _clsx = _interopRequireDefault(require("clsx"));
16
18
  var _propTypes = _interopRequireDefault(require("prop-types"));
17
19
  var React = _interopRequireWildcard(require("react"));
@@ -97,7 +99,7 @@ const getStyle = ({
97
99
  })
98
100
  };
99
101
  };
100
- styles = (0, _utils.deepmerge)(styles, (0, _system.handleBreakpoints)({
102
+ styles = (0, _deepmerge.default)(styles, (0, _system.handleBreakpoints)({
101
103
  theme
102
104
  }, spacingValues, spacingStyleFromPropValue));
103
105
  const columnValues = (0, _system.unstable_resolveBreakpointValues)({
@@ -114,13 +116,13 @@ const getStyle = ({
114
116
  }
115
117
  };
116
118
  };
117
- styles = (0, _utils.deepmerge)(styles, (0, _system.handleBreakpoints)({
119
+ styles = (0, _deepmerge.default)(styles, (0, _system.handleBreakpoints)({
118
120
  theme
119
121
  }, columnValues, columnStyleFromPropValue));
120
122
 
121
123
  // configure width for responsive spacing values
122
124
  if (typeof spacingValues === 'object') {
123
- styles = (0, _utils.deepmerge)(styles, (0, _system.handleBreakpoints)({
125
+ styles = (0, _deepmerge.default)(styles, (0, _system.handleBreakpoints)({
124
126
  theme
125
127
  }, spacingValues, (propValue, breakpoint) => {
126
128
  if (breakpoint) {
@@ -143,10 +145,7 @@ const getStyle = ({
143
145
  exports.getStyle = getStyle;
144
146
  const MasonryRoot = (0, _styles.styled)('div', {
145
147
  name: 'MuiMasonry',
146
- slot: 'Root',
147
- overridesResolver: (props, styles) => {
148
- return [styles.root];
149
- }
148
+ slot: 'Root'
150
149
  })(getStyle);
151
150
  const Masonry = /*#__PURE__*/React.forwardRef(function Masonry(inProps, ref) {
152
151
  const props = (0, _styles.useThemeProps)({
@@ -246,7 +245,7 @@ const Masonry = /*#__PURE__*/React.forwardRef(function Masonry(inProps, ref) {
246
245
  });
247
246
  }
248
247
  }, [sequential]);
249
- (0, _utils.unstable_useEnhancedEffect)(() => {
248
+ (0, _useEnhancedEffect.default)(() => {
250
249
  // IE and old browsers are not supported
251
250
  if (typeof ResizeObserver === 'undefined') {
252
251
  return undefined;
@@ -270,7 +269,7 @@ const Masonry = /*#__PURE__*/React.forwardRef(function Masonry(inProps, ref) {
270
269
  }
271
270
  };
272
271
  }, [columns, spacing, children, handleResize]);
273
- const handleRef = (0, _utils.unstable_useForkRef)(ref, masonryRef);
272
+ const handleRef = (0, _useForkRef.default)(ref, masonryRef);
274
273
 
275
274
  // columns are likely to have different heights and hence can start to merge;
276
275
  // a line break at the end of each column prevents columns from merging
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import { InternalStandardProps as StandardProps } from '@mui/material';
2
+ import { InternalStandardProps as StandardProps } from '@mui/material/internal';
3
3
  import { Theme } from '@mui/material/styles';
4
4
  import { SxProps } from '@mui/system';
5
5
  import { TabPanelClasses } from "./tabPanelClasses.js";
@@ -27,8 +27,7 @@ const useUtilityClasses = ownerState => {
27
27
  };
28
28
  const TabPanelRoot = (0, _styles.styled)('div', {
29
29
  name: 'MuiTabPanel',
30
- slot: 'Root',
31
- overridesResolver: (props, styles) => styles.root
30
+ slot: 'Root'
32
31
  })(({
33
32
  theme
34
33
  }) => ({