@mui/lab 7.0.0-beta.9 → 7.0.1-beta.18

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