@mui/lab 6.0.0-alpha.1 → 6.0.0-alpha.10

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 (251) hide show
  1. package/Alert/Alert.js +4 -4
  2. package/AlertTitle/AlertTitle.js +4 -4
  3. package/Autocomplete/Autocomplete.js +4 -4
  4. package/AvatarGroup/AvatarGroup.js +4 -4
  5. package/CHANGELOG.md +462 -4
  6. package/CalendarPicker/CalendarPicker.d.ts +1 -1
  7. package/CalendarPickerSkeleton/CalendarPickerSkeleton.d.ts +1 -1
  8. package/ClockPicker/ClockPicker.d.ts +1 -1
  9. package/DatePicker/DatePicker.d.ts +1 -1
  10. package/DateRangePicker/DateRangePicker.d.ts +1 -1
  11. package/DateRangePickerDay/DateRangePickerDay.d.ts +1 -1
  12. package/DateTimePicker/DateTimePicker.d.ts +1 -1
  13. package/DesktopDatePicker/DesktopDatePicker.d.ts +1 -1
  14. package/DesktopDateRangePicker/DesktopDateRangePicker.d.ts +1 -1
  15. package/DesktopDateTimePicker/DesktopDateTimePicker.d.ts +1 -1
  16. package/DesktopTimePicker/DesktopTimePicker.d.ts +1 -1
  17. package/LoadingButton/LoadingButton.js +142 -69
  18. package/LocalizationProvider/LocalizationProvider.d.ts +1 -1
  19. package/Masonry/Masonry.js +35 -30
  20. package/MobileDatePicker/MobileDatePicker.d.ts +1 -1
  21. package/MobileDateRangePicker/MobileDateRangePicker.d.ts +1 -1
  22. package/MobileDateTimePicker/MobileDateTimePicker.d.ts +1 -1
  23. package/MobileTimePicker/MobileTimePicker.d.ts +1 -1
  24. package/MonthPicker/MonthPicker.d.ts +1 -1
  25. package/Pagination/Pagination.js +4 -4
  26. package/PaginationItem/PaginationItem.js +4 -4
  27. package/PickersDay/PickersDay.d.ts +1 -1
  28. package/Rating/Rating.js +4 -4
  29. package/Skeleton/Skeleton.js +4 -4
  30. package/SpeedDial/SpeedDial.js +4 -4
  31. package/SpeedDialAction/SpeedDialAction.js +4 -4
  32. package/SpeedDialIcon/SpeedDialIcon.js +4 -4
  33. package/StaticDatePicker/StaticDatePicker.d.ts +1 -1
  34. package/StaticDateRangePicker/StaticDateRangePicker.d.ts +1 -1
  35. package/StaticDateTimePicker/StaticDateTimePicker.d.ts +1 -1
  36. package/StaticTimePicker/StaticTimePicker.d.ts +1 -1
  37. package/TabContext/TabContext.d.ts +1 -1
  38. package/TabList/TabList.js +6 -8
  39. package/TabPanel/TabPanel.d.ts +1 -1
  40. package/TabPanel/TabPanel.js +13 -14
  41. package/TimePicker/TimePicker.d.ts +1 -1
  42. package/Timeline/Timeline.js +11 -12
  43. package/TimelineConnector/TimelineConnector.d.ts +1 -1
  44. package/TimelineConnector/TimelineConnector.js +7 -9
  45. package/TimelineContent/TimelineContent.d.ts +1 -1
  46. package/TimelineContent/TimelineContent.js +15 -15
  47. package/TimelineDot/TimelineDot.d.ts +1 -1
  48. package/TimelineDot/TimelineDot.js +38 -31
  49. package/TimelineItem/TimelineItem.d.ts +1 -1
  50. package/TimelineItem/TimelineItem.js +33 -31
  51. package/TimelineOppositeContent/TimelineOppositeContent.d.ts +3 -1
  52. package/TimelineOppositeContent/TimelineOppositeContent.js +15 -15
  53. package/TimelineSeparator/TimelineSeparator.d.ts +1 -1
  54. package/TimelineSeparator/TimelineSeparator.js +7 -9
  55. package/ToggleButton/ToggleButton.js +4 -4
  56. package/ToggleButtonGroup/ToggleButtonGroup.js +4 -4
  57. package/TreeItem/TreeItem.d.ts +1 -1
  58. package/TreeView/TreeView.d.ts +1 -1
  59. package/YearPicker/YearPicker.d.ts +1 -1
  60. package/index.js +1 -1
  61. package/modern/Alert/Alert.js +4 -4
  62. package/modern/AlertTitle/AlertTitle.js +4 -4
  63. package/modern/Autocomplete/Autocomplete.js +4 -4
  64. package/modern/AvatarGroup/AvatarGroup.js +4 -4
  65. package/modern/LoadingButton/LoadingButton.js +142 -69
  66. package/modern/Masonry/Masonry.js +35 -30
  67. package/modern/Pagination/Pagination.js +4 -4
  68. package/modern/PaginationItem/PaginationItem.js +4 -4
  69. package/modern/Rating/Rating.js +4 -4
  70. package/modern/Skeleton/Skeleton.js +4 -4
  71. package/modern/SpeedDial/SpeedDial.js +4 -4
  72. package/modern/SpeedDialAction/SpeedDialAction.js +4 -4
  73. package/modern/SpeedDialIcon/SpeedDialIcon.js +4 -4
  74. package/modern/TabList/TabList.js +6 -8
  75. package/modern/TabPanel/TabPanel.js +13 -14
  76. package/modern/Timeline/Timeline.js +11 -12
  77. package/modern/TimelineConnector/TimelineConnector.js +7 -9
  78. package/modern/TimelineContent/TimelineContent.js +15 -15
  79. package/modern/TimelineDot/TimelineDot.js +38 -31
  80. package/modern/TimelineItem/TimelineItem.js +33 -31
  81. package/modern/TimelineOppositeContent/TimelineOppositeContent.js +15 -15
  82. package/modern/TimelineSeparator/TimelineSeparator.js +7 -9
  83. package/modern/ToggleButton/ToggleButton.js +4 -4
  84. package/modern/ToggleButtonGroup/ToggleButtonGroup.js +4 -4
  85. package/modern/index.js +1 -1
  86. package/modern/zero-styled/index.js +7 -0
  87. package/node/Alert/Alert.js +4 -4
  88. package/node/AlertTitle/AlertTitle.js +4 -4
  89. package/node/Autocomplete/Autocomplete.js +4 -4
  90. package/node/AvatarGroup/AvatarGroup.js +4 -4
  91. package/node/LoadingButton/LoadingButton.js +145 -72
  92. package/node/Masonry/Masonry.js +35 -30
  93. package/node/Pagination/Pagination.js +4 -4
  94. package/node/PaginationItem/PaginationItem.js +4 -4
  95. package/node/Rating/Rating.js +4 -4
  96. package/node/Skeleton/Skeleton.js +4 -4
  97. package/node/SpeedDial/SpeedDial.js +4 -4
  98. package/node/SpeedDialAction/SpeedDialAction.js +4 -4
  99. package/node/SpeedDialIcon/SpeedDialIcon.js +4 -4
  100. package/node/TabList/TabList.js +6 -8
  101. package/node/TabPanel/TabPanel.js +13 -14
  102. package/node/Timeline/Timeline.js +11 -12
  103. package/node/TimelineConnector/TimelineConnector.js +7 -9
  104. package/node/TimelineContent/TimelineContent.js +15 -15
  105. package/node/TimelineDot/TimelineDot.js +38 -31
  106. package/node/TimelineItem/TimelineItem.js +33 -31
  107. package/node/TimelineOppositeContent/TimelineOppositeContent.js +15 -15
  108. package/node/TimelineSeparator/TimelineSeparator.js +7 -9
  109. package/node/ToggleButton/ToggleButton.js +4 -4
  110. package/node/ToggleButtonGroup/ToggleButtonGroup.js +4 -4
  111. package/node/index.js +1 -1
  112. package/node/zero-styled/index.js +17 -0
  113. package/package.json +8 -8
  114. package/zero-styled/index.d.ts +3 -0
  115. package/zero-styled/index.js +7 -0
  116. package/zero-styled/package.json +6 -0
  117. package/legacy/AdapterDateFns/AdapterDateFns.js +0 -18
  118. package/legacy/AdapterDateFns/index.js +0 -1
  119. package/legacy/AdapterDayjs/AdapterDayjs.js +0 -18
  120. package/legacy/AdapterDayjs/index.js +0 -1
  121. package/legacy/AdapterLuxon/AdapterLuxon.js +0 -18
  122. package/legacy/AdapterLuxon/index.js +0 -1
  123. package/legacy/AdapterMoment/AdapterMoment.js +0 -18
  124. package/legacy/AdapterMoment/index.js +0 -1
  125. package/legacy/Alert/Alert.js +0 -20
  126. package/legacy/Alert/index.js +0 -1
  127. package/legacy/AlertTitle/AlertTitle.js +0 -20
  128. package/legacy/AlertTitle/index.js +0 -1
  129. package/legacy/Autocomplete/Autocomplete.js +0 -20
  130. package/legacy/Autocomplete/index.js +0 -1
  131. package/legacy/AvatarGroup/AvatarGroup.js +0 -20
  132. package/legacy/AvatarGroup/index.js +0 -1
  133. package/legacy/CalendarPicker/CalendarPicker.js +0 -21
  134. package/legacy/CalendarPicker/index.js +0 -2
  135. package/legacy/CalendarPickerSkeleton/CalendarPickerSkeleton.js +0 -25
  136. package/legacy/CalendarPickerSkeleton/index.js +0 -2
  137. package/legacy/ClockPicker/ClockPicker.js +0 -21
  138. package/legacy/ClockPicker/index.js +0 -2
  139. package/legacy/DatePicker/DatePicker.js +0 -19
  140. package/legacy/DatePicker/index.js +0 -2
  141. package/legacy/DateRangePicker/DateRangePicker.js +0 -18
  142. package/legacy/DateRangePicker/index.js +0 -2
  143. package/legacy/DateRangePickerDay/DateRangePickerDay.js +0 -22
  144. package/legacy/DateRangePickerDay/index.js +0 -2
  145. package/legacy/DateTimePicker/DateTimePicker.js +0 -20
  146. package/legacy/DateTimePicker/index.js +0 -2
  147. package/legacy/DesktopDatePicker/DesktopDatePicker.js +0 -20
  148. package/legacy/DesktopDatePicker/index.js +0 -2
  149. package/legacy/DesktopDateRangePicker/DesktopDateRangePicker.js +0 -18
  150. package/legacy/DesktopDateRangePicker/index.js +0 -2
  151. package/legacy/DesktopDateTimePicker/DesktopDateTimePicker.js +0 -20
  152. package/legacy/DesktopDateTimePicker/index.js +0 -2
  153. package/legacy/DesktopTimePicker/DesktopTimePicker.js +0 -20
  154. package/legacy/DesktopTimePicker/index.js +0 -2
  155. package/legacy/LoadingButton/LoadingButton.js +0 -213
  156. package/legacy/LoadingButton/index.js +0 -3
  157. package/legacy/LoadingButton/loadingButtonClasses.js +0 -7
  158. package/legacy/LocalizationProvider/LocalizationProvider.js +0 -19
  159. package/legacy/LocalizationProvider/index.js +0 -2
  160. package/legacy/Masonry/Masonry.js +0 -339
  161. package/legacy/Masonry/index.js +0 -3
  162. package/legacy/Masonry/masonryClasses.js +0 -7
  163. package/legacy/MobileDatePicker/MobileDatePicker.js +0 -20
  164. package/legacy/MobileDatePicker/index.js +0 -2
  165. package/legacy/MobileDateRangePicker/MobileDateRangePicker.js +0 -18
  166. package/legacy/MobileDateRangePicker/index.js +0 -2
  167. package/legacy/MobileDateTimePicker/MobileDateTimePicker.js +0 -20
  168. package/legacy/MobileDateTimePicker/index.js +0 -2
  169. package/legacy/MobileTimePicker/MobileTimePicker.js +0 -20
  170. package/legacy/MobileTimePicker/index.js +0 -2
  171. package/legacy/MonthPicker/MonthPicker.js +0 -25
  172. package/legacy/MonthPicker/index.js +0 -2
  173. package/legacy/Pagination/Pagination.js +0 -20
  174. package/legacy/Pagination/index.js +0 -2
  175. package/legacy/Pagination/usePagination.js +0 -3
  176. package/legacy/PaginationItem/PaginationItem.js +0 -20
  177. package/legacy/PaginationItem/index.js +0 -1
  178. package/legacy/PickersDay/PickersDay.js +0 -25
  179. package/legacy/PickersDay/index.js +0 -2
  180. package/legacy/Rating/Rating.js +0 -20
  181. package/legacy/Rating/index.js +0 -1
  182. package/legacy/Skeleton/Skeleton.js +0 -20
  183. package/legacy/Skeleton/index.js +0 -1
  184. package/legacy/SpeedDial/SpeedDial.js +0 -20
  185. package/legacy/SpeedDial/index.js +0 -1
  186. package/legacy/SpeedDialAction/SpeedDialAction.js +0 -20
  187. package/legacy/SpeedDialAction/index.js +0 -1
  188. package/legacy/SpeedDialIcon/SpeedDialIcon.js +0 -20
  189. package/legacy/SpeedDialIcon/index.js +0 -1
  190. package/legacy/StaticDatePicker/StaticDatePicker.js +0 -20
  191. package/legacy/StaticDatePicker/index.js +0 -2
  192. package/legacy/StaticDateRangePicker/StaticDateRangePicker.js +0 -18
  193. package/legacy/StaticDateRangePicker/index.js +0 -2
  194. package/legacy/StaticDateTimePicker/StaticDateTimePicker.js +0 -20
  195. package/legacy/StaticDateTimePicker/index.js +0 -2
  196. package/legacy/StaticTimePicker/StaticTimePicker.js +0 -20
  197. package/legacy/StaticTimePicker/index.js +0 -2
  198. package/legacy/TabContext/TabContext.js +0 -72
  199. package/legacy/TabContext/index.js +0 -2
  200. package/legacy/TabList/TabList.js +0 -43
  201. package/legacy/TabList/index.js +0 -1
  202. package/legacy/TabPanel/TabPanel.js +0 -96
  203. package/legacy/TabPanel/index.js +0 -3
  204. package/legacy/TabPanel/tabPanelClasses.js +0 -7
  205. package/legacy/TimePicker/TimePicker.js +0 -20
  206. package/legacy/TimePicker/index.js +0 -2
  207. package/legacy/Timeline/Timeline.js +0 -113
  208. package/legacy/Timeline/Timeline.types.js +0 -1
  209. package/legacy/Timeline/TimelineContext.js +0 -10
  210. package/legacy/Timeline/index.js +0 -4
  211. package/legacy/Timeline/timelineClasses.js +0 -7
  212. package/legacy/TimelineConnector/TimelineConnector.js +0 -70
  213. package/legacy/TimelineConnector/index.js +0 -3
  214. package/legacy/TimelineConnector/timelineConnectorClasses.js +0 -7
  215. package/legacy/TimelineContent/TimelineContent.js +0 -82
  216. package/legacy/TimelineContent/index.js +0 -3
  217. package/legacy/TimelineContent/timelineContentClasses.js +0 -7
  218. package/legacy/TimelineDot/TimelineDot.js +0 -112
  219. package/legacy/TimelineDot/index.js +0 -3
  220. package/legacy/TimelineDot/timelineDotClasses.js +0 -7
  221. package/legacy/TimelineItem/TimelineItem.js +0 -118
  222. package/legacy/TimelineItem/index.js +0 -3
  223. package/legacy/TimelineItem/timelineItemClasses.js +0 -7
  224. package/legacy/TimelineOppositeContent/TimelineOppositeContent.js +0 -84
  225. package/legacy/TimelineOppositeContent/index.js +0 -3
  226. package/legacy/TimelineOppositeContent/timelineOppositeContentClasses.js +0 -7
  227. package/legacy/TimelineSeparator/TimelineSeparator.js +0 -68
  228. package/legacy/TimelineSeparator/index.js +0 -3
  229. package/legacy/TimelineSeparator/timelineSeparatorClasses.js +0 -7
  230. package/legacy/ToggleButton/ToggleButton.js +0 -20
  231. package/legacy/ToggleButton/index.js +0 -1
  232. package/legacy/ToggleButtonGroup/ToggleButtonGroup.js +0 -20
  233. package/legacy/ToggleButtonGroup/index.js +0 -1
  234. package/legacy/TreeItem/TreeItem.js +0 -19
  235. package/legacy/TreeItem/index.js +0 -2
  236. package/legacy/TreeView/TreeView.js +0 -20
  237. package/legacy/TreeView/index.js +0 -2
  238. package/legacy/YearPicker/YearPicker.js +0 -24
  239. package/legacy/YearPicker/index.js +0 -2
  240. package/legacy/index.js +0 -113
  241. package/legacy/internal/convertTimelinePositionToClass.js +0 -4
  242. package/legacy/internal/svg-icons/ArrowDropDown.js +0 -12
  243. package/legacy/internal/svg-icons/ArrowLeft.js +0 -12
  244. package/legacy/internal/svg-icons/ArrowRight.js +0 -12
  245. package/legacy/internal/svg-icons/Calendar.js +0 -12
  246. package/legacy/internal/svg-icons/Clock.js +0 -16
  247. package/legacy/internal/svg-icons/DateRange.js +0 -12
  248. package/legacy/internal/svg-icons/Pen.js +0 -12
  249. package/legacy/internal/svg-icons/Time.js +0 -16
  250. package/legacy/themeAugmentation/index.js +0 -1
  251. package/legacy/useAutocomplete/index.js +0 -1
package/Alert/Alert.js CHANGED
@@ -1,6 +1,5 @@
1
1
  'use client';
2
2
 
3
- import _extends from "@babel/runtime/helpers/esm/extends";
4
3
  import * as React from 'react';
5
4
  import Alert from '@mui/material/Alert';
6
5
  import { jsx as _jsx } from "react/jsx-runtime";
@@ -14,7 +13,8 @@ export default /*#__PURE__*/React.forwardRef(function DeprecatedAlert(props, ref
14
13
  console.warn(['MUI: The Alert component was moved from the lab to the core.', '', "You should use `import { Alert } from '@mui/material'`", "or `import Alert from '@mui/material/Alert'`"].join('\n'));
15
14
  warnedOnce = true;
16
15
  }
17
- return /*#__PURE__*/_jsx(Alert, _extends({
18
- ref: ref
19
- }, props));
16
+ return /*#__PURE__*/_jsx(Alert, {
17
+ ref: ref,
18
+ ...props
19
+ });
20
20
  });
@@ -1,6 +1,5 @@
1
1
  'use client';
2
2
 
3
- import _extends from "@babel/runtime/helpers/esm/extends";
4
3
  import * as React from 'react';
5
4
  import AlertTitle from '@mui/material/AlertTitle';
6
5
  import { jsx as _jsx } from "react/jsx-runtime";
@@ -14,7 +13,8 @@ export default /*#__PURE__*/React.forwardRef(function DeprecatedAlertTitle(props
14
13
  console.warn(['MUI: The AlertTitle component was moved from the lab to the core.', '', "You should use `import { AlertTitle } from '@mui/material'`", "or `import AlertTitle from '@mui/material/AlertTitle'`"].join('\n'));
15
14
  warnedOnce = true;
16
15
  }
17
- return /*#__PURE__*/_jsx(AlertTitle, _extends({
18
- ref: ref
19
- }, props));
16
+ return /*#__PURE__*/_jsx(AlertTitle, {
17
+ ref: ref,
18
+ ...props
19
+ });
20
20
  });
@@ -1,6 +1,5 @@
1
1
  'use client';
2
2
 
3
- import _extends from "@babel/runtime/helpers/esm/extends";
4
3
  import * as React from 'react';
5
4
  import Autocomplete from '@mui/material/Autocomplete';
6
5
  import { jsx as _jsx } from "react/jsx-runtime";
@@ -14,7 +13,8 @@ export default /*#__PURE__*/React.forwardRef(function DeprecatedAutocomplete(pro
14
13
  console.warn(['MUI: The Autocomplete component was moved from the lab to the core.', '', "You should use `import { Autocomplete } from '@mui/material'`", "or `import Autocomplete from '@mui/material/Autocomplete'`"].join('\n'));
15
14
  warnedOnce = true;
16
15
  }
17
- return /*#__PURE__*/_jsx(Autocomplete, _extends({
18
- ref: ref
19
- }, props));
16
+ return /*#__PURE__*/_jsx(Autocomplete, {
17
+ ref: ref,
18
+ ...props
19
+ });
20
20
  });
@@ -1,6 +1,5 @@
1
1
  'use client';
2
2
 
3
- import _extends from "@babel/runtime/helpers/esm/extends";
4
3
  import * as React from 'react';
5
4
  import AvatarGroup from '@mui/material/AvatarGroup';
6
5
  import { jsx as _jsx } from "react/jsx-runtime";
@@ -14,7 +13,8 @@ export default /*#__PURE__*/React.forwardRef(function DeprecatedAvatarGroup(prop
14
13
  console.warn(['MUI: The AvatarGroup component was moved from the lab to the core.', '', "You should use `import { AvatarGroup } from '@mui/material'`", "or `import AvatarGroup from '@mui/material/AvatarGroup'`"].join('\n'));
15
14
  warnedOnce = true;
16
15
  }
17
- return /*#__PURE__*/_jsx(AvatarGroup, _extends({
18
- ref: ref
19
- }, props));
16
+ return /*#__PURE__*/_jsx(AvatarGroup, {
17
+ ref: ref,
18
+ ...props
19
+ });
20
20
  });
package/CHANGELOG.md CHANGED
@@ -1,5 +1,463 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## v6.0.0-alpha.10
4
+
5
+ <!-- generated comparing v6.0.0-alpha.9..next -->
6
+
7
+ _Jun 4, 2024_
8
+
9
+ A big thanks to the 7 contributors who made this release possible.
10
+
11
+ ### `@mui/material@6.0.0-alpha.10`
12
+
13
+ - &#8203;<!-- 26 -->[Backdrop] Deprecate `components` and `componentsProps` (#42468) @DiegoAndai
14
+ - &#8203;<!-- 25 -->[Collapse] Bound max transition time (#42390) @oliviertassinari
15
+ - &#8203;<!-- 12 -->[FilledInput] Remove unapplied classes from filledInputClasses interface and add missing classes to root (#42082) @sai6855
16
+ - &#8203;<!-- 11 -->[InputBase] Deprecate components and componentProps props for v6 (#42093) @ChronicusUA
17
+ - &#8203;<!-- 10 -->Remove remaining IE11 code (#42283) @DiegoAndai
18
+ - &#8203;<!-- 09 -->[Modal] Deprecate `components` and `componentsProps` (#42469) @DiegoAndai
19
+ - &#8203;<!-- 08 -->[Popover] Migrate useSlotProps to useSlot (#42369) @sai6855
20
+ - &#8203;<!-- 07 -->[useMediaQuery] Remove unused useMediaQueryTheme (#42367) @aarongarciah
21
+
22
+ ### `@mui/system@6.0.0-alpha.10`
23
+
24
+ - &#8203;<!-- 06 -->Remove IE11 code (#42436) @DiegoAndai
25
+
26
+ ### Docs
27
+
28
+ - &#8203;<!-- 23 -->Reflect Base UI and MUI System in a different repository @oliviertassinari
29
+ - &#8203;<!-- 22 -->Update twitter.com to x.com @oliviertassinari
30
+ - &#8203;<!-- 21 -->Simplify Example projects page @oliviertassinari
31
+ - &#8203;<!-- 17 -->[icons] Update README and docs page (#41938) @danilo-leal
32
+ - &#8203;<!-- 16 -->[material-ui] Add changelog section to the design kits page (#42449) @danilo-leal
33
+ - &#8203;<!-- 15 -->[material-ui] Fix sentence in the All components page (#42336) @danilo-leal
34
+ - &#8203;<!-- 14 -->[material-ui] Update Figma design kit doc redirect link (#42448) @danilo-leal
35
+ - &#8203;<!-- 13 -->[system] Add "dynamic values" section to sx prop page (#42239) @aarongarciah
36
+
37
+ ### Core
38
+
39
+ - &#8203;<!-- 20 -->[docs-infra] Update the OG card image design (#42470) @danilo-leal
40
+ - &#8203;<!-- 19 -->[docs-infra] Add small design polish (#42455) @danilo-leal
41
+ - &#8203;<!-- 18 -->[docs-infra] Update the Material logo + add copy functionality (#42435) @danilo-leal
42
+ - &#8203;<!-- 05 -->[website] Update DoiT description and link in Sponsors section (#42505) @erezstmn-doit
43
+ - &#8203;<!-- 04 -->[website] Clean up the docs-infra job ad (#42504) @danilo-leal
44
+ - &#8203;<!-- 03 -->[website] Fix FlashCode position (#42139) @oliviertassinari
45
+ - &#8203;<!-- 02 -->[website] Open Docs-infra engineer role (#42101) @danilo-leal
46
+ - &#8203;<!-- 01 -->[website] Fix locationCountry in about page @oliviertassinari
47
+
48
+ All contributors of this release in alphabetical order: @aarongarciah, @ChronicusUA, @danilo-leal, @DiegoAndai, @erezstmn-doit, @oliviertassinari, @sai6855
49
+
50
+ ## v6.0.0-alpha.9
51
+
52
+ <!-- generated comparing v6.0.0-alpha.8..next -->
53
+
54
+ _May 29, 2024_
55
+
56
+ A big thanks to the 23 contributors who made this release possible. Here are some highlights ✨:
57
+
58
+ - 🚀 `CssVarsProvider` and `extendTheme` are now stable (#42246) @siriwatknp
59
+
60
+ ### `@mui/material@6.0.0-alpha.9`
61
+
62
+ - &#8203;<!-- 49 -->[AlertTitle] Enable extending Typography props (#42269) @lucasgmelo
63
+ - &#8203;<!-- 48 -->[AvatarGroup] deprecate `componentsProps` for v6 (#42122) @lhilgert9
64
+ - &#8203;<!-- 15 -->[Grid] Deprecate `wrap` prop (#42363) @fedirjh
65
+ - &#8203;<!-- 14 -->[ListItem] Document `*Component` and `*Props` props deprecations (#42263) @aarongarciah
66
+ - &#8203;<!-- 13 -->[ListItem] Deprecate ListItem's components and componentsProps (#42219) @aarongarciah
67
+ - &#8203;<!-- 12 -->[ListItemSecondaryAction] Deprecate component (#42251) @aarongarciah
68
+ - &#8203;<!-- 11 -->Stabilize `CssVarsProvider` and `extendTheme` (#42246) @siriwatknp
69
+ - &#8203;<!-- 10 -->[Popper] Deprecate components and componentProps props for v6 (#42111) @ChronicusUA
70
+ - &#8203;<!-- 09 -->[responsiveFontSizes] Handled undefined variants (#42412) @brijeshb42
71
+ - &#8203;<!-- 08 -->[Slider] Fix wrong CSS value (#42370) @mnajdova
72
+ - &#8203;<!-- 07 -->[Tooltip] Deprecate components and componentProps props for v6 (#42107) @ChronicusUA
73
+
74
+ ### `@mui/system@6.0.0-alpha.9`
75
+
76
+ - &#8203;<!-- 34 -->[createStyled] Intercept `ownerState` coming from `props` and `ownerState` (#42358) @DiegoAndai
77
+
78
+ ### `@mui/codemod@6.0.0-alpha.9`
79
+
80
+ - &#8203;<!-- 41 -->Add `sx` prop for v6 migration (#42153) @siriwatknp
81
+ - &#8203;<!-- 40 -->Add codemod for removing system props (#42282) @siriwatknp
82
+
83
+ ### Docs
84
+
85
+ - &#8203;<!-- 33 -->Remove unused images (#42324) @danilo-leal
86
+ - &#8203;<!-- 32 -->Add Pigment CSS and Base UI logos SVGs (#42322) @danilo-leal
87
+ - &#8203;<!-- 22 -->[joy-ui] Fix template responsiveness (#42422) @j4marcos
88
+ - &#8203;<!-- 21 -->[material-ui] Add the Pashto locale (#42244) @sayoubiaf
89
+ - &#8203;<!-- 20 -->[material-ui] Remove duplicate Design Kits page (#42338) @danilo-leal
90
+ - &#8203;<!-- 19 -->[material-ui] Document callback to access theme in GlobalStyles (#42257) @aarongarciah
91
+ - &#8203;<!-- 18 -->[material-ui] Add minor modifications to the Vertical stepper demo (#42342) @mihilt
92
+ - &#8203;<!-- 17 -->[material-ui][Tabs] Improve the Basic Tabs demo (#42374) @MatheusEli
93
+ - &#8203;<!-- 16 -->[pigment-css] Polish redirection mention @oliviertassinari
94
+
95
+ ### Core
96
+
97
+ - &#8203;<!-- 47 -->[blog] Add fixes and clean ups to the Blog page (#42311) @danilo-leal
98
+ - &#8203;<!-- 46 -->[blog] Add the "Product" tag to the Pigment CSS post (#42365) @danilo-leal
99
+ - &#8203;<!-- 45 -->[code-infra] Simplify .stylelintrc.js @oliviertassinari
100
+ - &#8203;<!-- 44 -->[code-infra] Fix stylelint locally (#42411) @oliviertassinari
101
+ - &#8203;<!-- 43 -->[code-infra] Run corepack enable on all CI jobs (#42331) @Janpot
102
+ - &#8203;<!-- 42 -->[code-infra] Create examples eslint rule (#42170) @oliviertassinari
103
+ - &#8203;<!-- 39 -->[core] Apply React 19 type changes that don't require upcoming `@types/` packages (#42346) @DiegoAndai
104
+ - &#8203;<!-- 38 -->[core] Remove `react-swipeable-views-utils` package from docs (#42378) @ZeeshanTamboli
105
+ - &#8203;<!-- 37 -->[core] Update `@testing-library/react` and `@testing-library/dom` packages (#42349) @ZeeshanTamboli
106
+ - &#8203;<!-- 36 -->[core] Remove `@types/prettier` package (#42339) @ZeeshanTamboli
107
+ - &#8203;<!-- 35 -->[core] Remove `WyW-in-JS` from Renovate config (#42335) @ZeeshanTamboli
108
+ - &#8203;<!-- 31 -->[docs-infra] Split feedback channels per product (#42413) @alexfauquette
109
+ - &#8203;<!-- 30 -->[docs-infra] Avoid cryptic errors when tests don't exist (#42356) @Janpot
110
+ - &#8203;<!-- 29 -->[docs-infra] Make menu styles consistent (#42387) @danilo-leal
111
+ - &#8203;<!-- 28 -->[docs-infra] Display deprecation messages in API pages (#42352) @aarongarciah
112
+ - &#8203;<!-- 27 -->[docs-infra] Standardize API pages Alert styles (#42386) @danilo-leal
113
+ - &#8203;<!-- 26 -->[docs-infra] Fix Toolpad Core API links (#42362) @apedroferreira
114
+ - &#8203;<!-- 25 -->[docs-infra] Tigthen up the header design (#42180) @danilo-leal
115
+ - &#8203;<!-- 24 -->[docs-infra] Add Toolpad to muiNpmOrgs for codesandbox demos (#42316) @Janpot
116
+ - &#8203;<!-- 23 -->[docs-infra] Allow JSDoc tags (#42337) @aarongarciah
117
+ - &#8203;<!-- 06 -->[test] Remove `userAgent` override in `jsdom` env (#42344) @cherniavskii
118
+ - &#8203;<!-- 05 -->[utils] Fix GitHub-reported prototype pollution vulnerability in `deepmerge` (#41652) @tjcouch-sil
119
+ - &#8203;<!-- 04 -->[website] Add Nikita to the about page (#42418) @nikitaa24
120
+ - &#8203;<!-- 03 -->[website] Fix hero spacing changes applying at the wrong breakpoint (#42341) @KenanYusuf
121
+ - &#8203;<!-- 02 -->[website] Adds Kenan Yusuf to about page (#42317) @KenanYusuf
122
+ - &#8203;<!-- 01 -->[website] Improve about page @oliviertassinari
123
+
124
+ All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @apedroferreira, @brijeshb42, @cherniavskii, @ChronicusUA, @danilo-leal, @DiegoAndai, @fedirjh, @j4marcos, @Janpot, @KenanYusuf, @lhilgert9, @lucasgmelo, @MatheusEli, @mihilt, @mnajdova, @nikitaa24, @oliviertassinari, @sayoubiaf, @siriwatknp, @tjcouch-sil, @ZeeshanTamboli
125
+
126
+ ## v6.0.0-alpha.8
127
+
128
+ <!-- generated comparing v6.0.0-alpha.7..next -->
129
+
130
+ _May 21, 2024_
131
+
132
+ A big thanks to the 7 contributors who made this release possible.
133
+ This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
134
+
135
+ ### `@mui/material@6.0.0-alpha.7`
136
+
137
+ - &#8203;<!-- 04 -->[material-ui] Filter only valid theme palette for generating styles (#42147) @siriwatknp
138
+ - &#8203;<!-- 03 -->[material-ui] Remove UMD bundle (#42172) @ZeeshanTamboli
139
+ - &#8203;<!-- 02 -->[material-ui][TextField] Deprecate `*Props` props (#42062) @DiegoAndai
140
+
141
+ ### Docs
142
+
143
+ - &#8203;<!-- 08 -->[docs] Remove Base UI from the README (#42307) @danilo-leal
144
+ - &#8203;<!-- 07 -->[docs][material-ui] Fix typo in style interoperability with Tailwind CSS docs (#42279) @ZeeshanTamboli
145
+ - &#8203;<!-- 06 -->[docs][material-ui] Add supported browsers section to migration guide (#42194) @DiegoAndai
146
+ - &#8203;<!-- 05 -->[docs][material-ui][Pagination] Clarify pagination `page` prop API (#42220) @Mandar-Pandya
147
+
148
+ ### Core
149
+
150
+ - &#8203;<!-- 12 -->[blog] Update blog post OG image (#42270) @danilo-leal
151
+ - &#8203;<!-- 11 -->[blog] Update Pigment CSS post (#42266) @danilo-leal
152
+ - &#8203;<!-- 10 -->[docs] Remove LocalMonero (#42224) @oliviertassinari
153
+ - &#8203;<!-- 08 -->[docs-infra] Fix keyboard navigation on page tabs (#42152) @danilo-leal
154
+ - &#8203;<!-- 10 -->[code-infra] Remove raw-loader (#42275) @Janpot
155
+ - &#8203;<!-- 09 -->[core] Remove outdated Babel plugins (#42140) @ZeeshanTamboli
156
+ - &#8203;<!-- 12 -->[core] Fix a few more key spread issues (#42168) @oliviertassinari
157
+ - &#8203;<!-- 01 -->[website] Avoid duplicate simple vs. rich (#42100) @oliviertassinari
158
+
159
+ All contributors of this release in alphabetical order: @danilo-leal, @DiegoAndai, @Janpot, @Mandar-Pandya, @oliviertassinari, @siriwatknp, @ZeeshanTamboli
160
+
161
+ ## v6.0.0-alpha.7
162
+
163
+ <!-- generated comparing v6.0.0-alpha.6..next -->
164
+
165
+ _May 16, 2024_
166
+
167
+ A big thanks to the 14 contributors who made this release possible.
168
+
169
+ ### `@mui/material@6.0.0-alpha.7`
170
+
171
+ - &#8203;<!-- 23 -->[Autocomplete] Deprecate `componentsProps` props (#42179) @lhilgert9
172
+ - &#8203;<!-- 22 -->[Autocomplete] Improve design when there's a start adornment for small autocomplete (#41781) @TahaRhidouani
173
+ - &#8203;<!-- 21 -->[Autocomplete] deprecate `*Component` and `*Props` for v6 (#41875) @lhilgert9
174
+ - &#8203;<!-- 19 -->[CircularProgress] Deprecate composed classes (#42076) @sai6855
175
+ - &#8203;<!-- 05 -->[ToggleButtonGroup] Add missing `selected` class in ToggleButtonGroupClasses type (#42243) @tarunrajput
176
+
177
+ ### `@mui/codemod@6.0.0-alpha.6`
178
+
179
+ - &#8203;<!-- 18 -->[Divider] Only apply codemod if light prop is present (#42098) @DiegoAndai
180
+
181
+ ### Docs
182
+
183
+ - &#8203;<!-- 13 -->Fix 301 to Figma @oliviertassinari
184
+ - &#8203;<!-- 12 -->Fix use of deprecated React API (#42118) @oliviertassinari
185
+ - &#8203;<!-- 11 -->Remove the Base notification (#42191) @danilo-leal
186
+ - &#8203;<!-- 07 -->[material-ui] Improve descriptions for deprecated props (#42221) @aarongarciah
187
+ - &#8203;<!-- 06 -->[material-ui] Fix typo in composition docs (#42195) @aarongarciah
188
+
189
+ ### Core
190
+
191
+ - &#8203;<!-- 20 -->[blog] Introducing Pigment CSS blog post (#42198) @samuelsycamore
192
+ - &#8203;<!-- 17 -->[core] Remove confusing comment @oliviertassinari
193
+ - &#8203;<!-- 16 -->[core] Match other repositories and convention @oliviertassinari
194
+ - &#8203;<!-- 15 -->[core] Fix React 18.3 warnings about spreading keys in the Material UI `Autocomplete` component (#42099) @heath-freenome
195
+ - &#8203;<!-- 14 -->[core] Remove unecessary quotes @oliviertassinari
196
+ - &#8203;<!-- 10 -->[docs-infra] Share code for section title (#42236) @alexfauquette
197
+ - &#8203;<!-- 09 -->[docs-infra] Limit the copy button to the visible code block (#42115) @danilo-leal
198
+ - &#8203;<!-- 08 -->[docs-infra] Make select components with two capital letters (#42004) @alexfauquette
199
+ - &#8203;<!-- 08 -->[docs-infra][toolpad] Fix Page title and SERP title mismatch (#41919) @bharatkashyap
200
+ - &#8203;<!-- 05 -->[website] Add redirection for talk @oliviertassinari
201
+ - &#8203;<!-- 04 -->[website] Adds Arthur Balduini team info (#42193) @arthurbalduini
202
+ - &#8203;<!-- 03 -->[website] Update the role template file (#42192) @danilo-leal
203
+ - &#8203;<!-- 02 -->[website] Update MUI X deps and migrate TreeView demos to v7 API (#42149) @noraleonte
204
+ - &#8203;<!-- 01 -->[website] Fix pricing casing (#42178) @aarongarciah
205
+
206
+ All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @arthurbalduini, @bharatkashyap, @danilo-leal, @DiegoAndai, @heath-freenome, @lhilgert9, @noraleonte, @oliviertassinari, @sai6855, @samuelsycamore, @TahaRhidouani, @tarunrajput
207
+
208
+ ## v6.0.0-alpha.6
209
+
210
+ <!-- generated comparing v6.0.0-alpha.5..next -->
211
+
212
+ _May 8, 2024_
213
+
214
+ A big thanks to the 10 contributors who made this release possible.
215
+
216
+ ### `@mui/material@6.0.0-alpha.6`
217
+
218
+ - [Chip] Add colorDefault class to chipClasses (#42067) @sai6855
219
+ - Migrate components to support CSS extraction (#42001) @siriwatknp
220
+ - [SpeedDial] Deprecate TransitionComponent (#40698) @harry-whorlow
221
+
222
+ ### `@mui/codemod@6.0.0-alpha.6`
223
+
224
+ - Add `theme-v6` migration (#42056) @siriwatknp
225
+
226
+ ### `@mui/icons-material@6.0.0-alpha.6`
227
+
228
+ - Add the Emergency icon (#42080) @danilo-leal
229
+
230
+ ### Docs
231
+
232
+ - [autocomplete] Fix duplicate autocomplete id (#42086) @oliviertassinari
233
+ - Fix SEO redirection issues @oliviertassinari
234
+ - [material-ui] Fix broken link (#42142) @aarongarciah
235
+ - [material-ui][docs] Fix link on the Sync page (#42088) @danilo-leal
236
+
237
+ ### Core
238
+
239
+ - [blog] Shorten title to fit @oliviertassinari
240
+ - [blog] Update Sync post OG image (#42114) @danilo-leal
241
+ - [blog] A few tweaks in introducing-sync-plugin (#42092) @oliviertassinari
242
+ - [code-infra] Add canary release scripts (#41949) @michaldudak
243
+ - [code-infra] Move ComponentLinkHeader to @mui/docs (#42061) @Janpot
244
+ - [code-infra] Bump node image used by CI in docker (#42079) @LukasTy
245
+ - [core] Restrict import path with ESLint (#41970) @oliviertassinari
246
+ - [docs-infra] Add design and formatting improvements (#42063) @danilo-leal
247
+ - [docs-infra] Fix HTML structure violations (#42085) @oliviertassinari
248
+ - [website] Componentize a few Careers page sections (#42102) @danilo-leal
249
+ - [website] Refine the InfoCard design (#42116) @danilo-leal
250
+ - [website] Fix home page slider's track position (#42141) @aarongarciah
251
+ - [website] Closing the survey @oliviertassinari
252
+ - [website] Remove Survey banner from website and Core docs (#42104) @joserodolfofreitas
253
+
254
+ All contributors of this release in alphabetical order: @aarongarciah, @danilo-leal, @harry-whorlow, @Janpot, @joserodolfofreitas, @LukasTy, @michaldudak, @oliviertassinari, @sai6855, @siriwatknp
255
+
256
+ ## v6.0.0-alpha.5
257
+
258
+ <!-- generated comparing v6.0.0-alpha.4..next -->
259
+
260
+ _May 1, 2024_
261
+
262
+ A big thanks to the 9 contributors who made this release possible.
263
+
264
+ ### `@mui/material@6.0.0-alpha.5`
265
+
266
+ - [FormControlLabel] Deprecate `componentsProps` (#41767) @sai6855
267
+ - [PaginationItem] Deprecate components prop (#41777) @sai6855
268
+ - [SvgIcon] Convert to support CSS extraction (#41779) @aarongarciah
269
+
270
+ ### `@mui/base@5.0.0-beta.43`
271
+
272
+ - [TextareaAutosize] Fix resizing instability (#41638) @ZeeshanTamboli
273
+
274
+ ### Docs
275
+
276
+ - Fix small SEO issues @oliviertassinari
277
+ - [material-ui] Fix minor spelling error in the "About the lab" page (#42073) @ryanhartwig
278
+ - [material-ui] Update Figma plugin name (#41967) @danilo-leal
279
+ - [material-ui][templates] Fix input props attributes in Landing Page template (#42013) @5-tom
280
+ - [system] Update typo on the sx prop page (#42035) @bricker
281
+
282
+ ### Core
283
+
284
+ - [docs-infra] Clean up branding theme file and improve font-face readibility (#42023) @danilo-leal
285
+ - [docs-infra] Simplify docs demo (#42016) @oliviertassinari
286
+ - [website] Add content about the Sync plugin in the Material UI page (#40515) @danilo-leal
287
+ - [website] Sync career roles (#42058) @oliviertassinari
288
+ - [website] Add Nadja on the about page (#42021) @mnajdova
289
+ - [website] Fix code block design by changing the `MarkdownElement` import (#42022) @danilo-leal
290
+ - [wesbite] Remove duplicate MarkdownElement component (#42028) @danilo-leal
291
+
292
+ All contributors of this release in alphabetical order: @5-tom, @aarongarciah, @bricker, @danilo-leal, @mnajdova, @oliviertassinari, @ryanhartwig, @sai6855, @ZeeshanTamboli
293
+
294
+ ## v6.0.0-alpha.4
295
+
296
+ <!-- generated comparing v6.0.0-alpha.3..next -->
297
+
298
+ _Apr 24, 2024_
299
+
300
+ A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
301
+
302
+ - 🔥 Converted 3 more Material UI components to use Pigment CSS.
303
+ - ℹ️ Pigment CSS now lives in [its own repository](https://github.com/mui/pigment-css)! From now on, all future development will happen there.
304
+
305
+ ### `@mui/material@6.0.0-alpha.4`
306
+
307
+ - [Checkbox] Convert to support CSS extraction (#41957) @lhilgert9
308
+ - [IconButton] Convert to support CSS extraction (#41850) @gijsbotje
309
+ - [Radio] Convert to support CSS extraction (#41840) @lhilgert9
310
+ - [Typography] Fix ownerState prop placement (#41903) @sai6855
311
+ - Generate typography tokens (#41703) @siriwatknp
312
+ - Move typography CSS variables to `font` (#42003) @siriwatknp
313
+ - Fix getOverlayAlpha type (#41995) @oliviertassinari
314
+ - Support CSS Extraction using codemod (#41935) @siriwatknp
315
+
316
+ ### `@mui/icons-material@6.0.0-alpha.4`
317
+
318
+ - &#8203;<!-- 08 -->[icons] Update the icons package (#41937) @danilo-leal
319
+
320
+ ### Docs
321
+
322
+ - [material-ui] Remove react-swipeable-views from demos as it's no longer maintained (#41912) @soler1212
323
+ - [material-ui] Add dark theme thumbnails for templates (#41947) @zanivan
324
+ - [material-ui] Remove links and interdependencies from free templates (#41941) @zanivan
325
+ - [material-ui] Add missing backticks to HTML tag in the installation page (#41972) @Miguelrom
326
+ - Fix 301 Toolpad links @oliviertassinari
327
+ - Fix 301 image redirections @oliviertassinari
328
+
329
+ ### Core
330
+
331
+ - pnpm docs:zipRules && vale sync @oliviertassinari
332
+ - Remove @pigment-css/\* packages (#41965) @mnajdova
333
+ - [code-infra] Move the HighlightedCode component to @mui/docs (#41859) @Janpot
334
+ - [code-infra] Move the HighlightedCode component to @mui/docs (#41859) @Janpot
335
+ - [code-infra] Make Babel config path configurable in API docs builder (#41999) @michaldudak
336
+ - [docs-infra] Fix flex-shrink pro-plan (#41990) @oliviertassinari
337
+ - [docs-infra] Allow more value uses of MUI (#41706) @oliviertassinari
338
+ - [docs-infra] Move CPU to shared config (#41901) @oliviertassinari
339
+ - [docs-infra] Improve Twitter OG:image (#41860) @oliviertassinari
340
+ - [docs-infra] Adapt docs infra to Base UI docs needs (#41963) @michaldudak
341
+ - [docs-infra] Add demo container design refinements (#41948) @danilo-leal
342
+ - [docs-infra] Use the `getLayout` on the material demo pages (#41936) @alexfauquette
343
+ - [test] Update browser versions in karma config (#42008) @ZeeshanTamboli
344
+ - [website] Remove customer support agent role from website (#41969) @rluzists1
345
+ - [website] Fix grid usage and add stray improvements (#41930) @danilo-leal
346
+
347
+ All contributors of this release in alphabetical order: @alexfauquette, @danilo-leal, @gijsbotje, @Janpot, @lhilgert9, @michaldudak, @Miguelrom, @mnajdova, @oliviertassinari, @rluzists1, @sai6855, @siriwatknp, @soler1212, @zanivan, @ZeeshanTamboli
348
+
349
+ ## v6.0.0-alpha.3
350
+
351
+ <!-- generated comparing v6.0.0-alpha.2..next -->
352
+
353
+ _Apr 17, 2024_
354
+
355
+ A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨:
356
+
357
+ - 🔥 Converted 5 more Material UI components to use Pigment CSS.
358
+ - 🚀 Added container queries utility to the `@mui/system` package (#41674) @siriwatknp.
359
+
360
+ ### `@mui/material@6.0.0-alpha.3`
361
+
362
+ - Convert `LinearProgress` to support Pigment CSS (#41816) @siriwatknp
363
+ - [Dialog] Prevent onClick on the root element from being overwritten (#41881) @ryanburr
364
+ - [FloatingActionButton] Convert to support CSS extraction (#41851) @gijsbotje
365
+ - Convert `CircularProgress` to support Pigment CSS (#41776) @siriwatknp
366
+ - [PaginationItem] Convert to support CSS extraction (#41848) @gijsbotje
367
+ - [StepConnector] deprecate composed classes (#41740) @sai6855
368
+ - [StepLabel] Deprecate `StepIconComponent`, `StepIconProps` (#41835) @sai6855
369
+ - [ToggleButton] Convert to support CSS extraction (#41782) @lhilgert9
370
+ - [ToggleButtonGroup] Deprecate composed classes (#41288) @sai6855
371
+ - [Typography] Fix Typography inherit variant styles (#41308) @kealjones-wk
372
+
373
+ ### `@mui/system@6.0.0-alpha.3`
374
+
375
+ - Add container queries utility (#41674) @siriwatknp
376
+
377
+ ### `@mui/codemod@6.0.0-alpha.3`
378
+
379
+ - Add styled v6 transformation (#41743) @siriwatknp
380
+
381
+ ### `@mui/joy@5.0.0-beta.36`
382
+
383
+ - [Button] Disable text highlighting (#41902) @mithun522
384
+
385
+ ### `@pigment-css/react@0.0.7`
386
+
387
+ - Patch WyW's WeakRef usage (#41909) @DiegoAndai
388
+ - Implement sx transform for system components (#41861) @brijeshb42
389
+
390
+ ### Docs
391
+
392
+ - [material-ui] Add Connect-related content (#40848) @danilo-leal
393
+ - [material-ui] Fix credit comment typo (#41872) @aarongarciah
394
+ - [material-ui] Remove Data Grid v7 beta callout (#41839) @cherniavskii
395
+ - [material-ui] Add stray design tweaks to free templates (#41696) @zanivan
396
+ - [material-ui] Simplify components styling on templates (#41845) @zanivan
397
+ - [material-ui][Button] Add `onChange` event handler to file upload example (#41863) @aarongarciah
398
+ - [material-ui] Fix import statement in migration guide (#41852) @sai6855
399
+ - Fix 301 redirection @oliviertassinari
400
+ - Fix format git diff regression (#41882) @oliviertassinari
401
+ - Fix small SEO issues @oliviertassinari
402
+ - [pigment-css] Fix README typos (#41870) @MohammadShehadeh
403
+
404
+ ### Core
405
+
406
+ - Begin removing IE 11-related code (#41709) @iammminzzy
407
+ - [blog] Add post to introduce the Connect plugin (#41763) @danilo-leal
408
+ - [code-infra] Fix require.context with aliases (#41682) @Janpot
409
+ - [code-infra] Allow customizing hooks imports in API docs generator (#41828) @michaldudak
410
+ - [codemod] Add utils for `*Component` and `*Props` props deprecations (#41685) @DiegoAndai
411
+ - Replace bundle size reporter filter (#38979) @Janpot
412
+ - [docs-infra] Make the whole header clickable (#39603) @MoazMirza-13
413
+ - [docs-infra] Improve demo container and related components design (#41827) @danilo-leal
414
+ - [docs-infra] Use edge function for card generation (#41188) (#41836) @alexfauquette
415
+ - [docs-infra] Fix code block layout shift (#41917) @oliviertassinari
416
+ - [docs-infra] Fine-tune the OG card image design (#41862) @danilo-leal
417
+ - [docs-infra] Fix markdown version for material (#41908) @alexfauquette
418
+ - [docs-infra] Support multiple tabs in demos (#40901) @bharatkashyap
419
+
420
+ All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @bharatkashyap, @brijeshb42, @cherniavskii, @danilo-leal, @DiegoAndai, @EyaOuenniche, @gijsbotje, @iammminzzy, @Janpot, @kealjones-wk, @lhilgert9, @magnimarels, @michaldudak, @mithun522, @mnajdova, @MoazMirza-13, @MohammadShehadeh, @oliviertassinari, @ryanburr, @sai6855, @siriwatknp, @zanivan
421
+
422
+ ## v6.0.0-alpha.2
423
+
424
+ <!-- generated comparing v6.0.0-alpha.1..next -->
425
+
426
+ _Apr 9, 2024_
427
+
428
+ A big thanks to the 5 contributors who made this release possible.
429
+ This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
430
+
431
+ ### `@mui/material@6.0.0-alpha.2`
432
+
433
+ - &#8203;<!-- 03 -->[typescript][Select] Fix `muiName` property TypeScript error (#41726) @EyaOuenniche
434
+ - &#8203;<!-- 04 -->[l10n] Fix typo in is-IS locale (#41810) @magnimarels
435
+
436
+ ### `@pigment-css/react@0.0.6`
437
+
438
+ - &#8203;<!-- 12 -->[core] Remove `muiName` during eval phase (#41811) @brijeshb42
439
+
440
+ ### `@pigment-css/nextjs-plugin@0.0.6`
441
+
442
+ - &#8203;<!-- 02 -->[nextjs] Handle file references passed through imports (#41817) @brijeshb42
443
+ - &#8203;<!-- 01 -->[nextjs] Allow usage of url() CSS function (#41758) @brijeshb42
444
+
445
+ ### Docs
446
+
447
+ - &#8203;<!-- 11 -->[docs] Fix 301 links @oliviertassinari
448
+ - &#8203;<!-- 06 -->[pigment-css][docs] Fix README typo (#41808) @aarongarciah
449
+ - &#8203;<!-- 05 -->[pigment-css][docs] Fix output on dynamic styles example (#41805) @aarongarciah
450
+ - &#8203;<!-- 07 -->[material-ui][docs] Fix Material 3 message typo (#41821) @aarongarciah
451
+ - &#8203;<!-- 08 -->[material-ui][docs] Add stray design tweaks to free templates (#41696) @zanivan
452
+
453
+ ### Core
454
+
455
+ - &#8203;<!-- 13 -->[core] Remove unused files (#41818) @mnajdova
456
+ - &#8203;<!-- 10 -->[docs-infra] Fix analytics about inline ads (#41474) (#41819) @alexfauquette
457
+ - &#8203;<!-- 08 -->[docs-infra] Fix drawer performances (#41807) @alexfauquette
458
+
459
+ All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @brijeshb42, @EyaOuenniche, @oliviertassinari
460
+
3
461
  ## v6.0.0-alpha.1
4
462
 
5
463
  <!-- generated comparing v6.0.0-alpha.0..next -->
@@ -8128,7 +8586,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
8128
8586
 
8129
8587
  <a href="https://mui.com/components/tables/#unstyled-table"><img width="800" alt="unstyled table" src="https://user-images.githubusercontent.com/4512430/144862194-584356ef-7d9d-462c-a631-186a7e716193.png"></a>
8130
8588
 
8131
- You can follow our progress with unstyled components at https://github.com/mui/material-ui/issues/27170.
8589
+ You can follow our progress with unstyled components at https://github.com/mui/base-ui/issues/10.
8132
8590
 
8133
8591
  - 🎉 We have added an example of how to use MUI with [Remix](https://remix.run/) (#29952) @mnajdova
8134
8592
 
@@ -8395,7 +8853,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
8395
8853
 
8396
8854
  - &#8203;<!-- 27 -->[core] Rename mui/core to mui/base (#29585) @michaldudak
8397
8855
 
8398
- Based on the results of the [poll](https://twitter.com/michaldudak/status/1452630484706635779) and our internal discussions, we decided to rename the `@mui/core` package to `@mui/base`. The main rationale for this is the fact that we use the term "Core" to refer to the core components product family, the one that includes Material Design components, unstyled components, System utilities, etc. Therefore, @mui/core was effectively a subset of MUI Core. This was confusing.
8856
+ Based on the results of the [poll](https://x.com/michaldudak/status/1452630484706635779) and our internal discussions, we decided to rename the `@mui/core` package to `@mui/base`. The main rationale for this is the fact that we use the term "Core" to refer to the core components product family, the one that includes Material Design components, unstyled components, System utilities, etc. Therefore, @mui/core was effectively a subset of MUI Core. This was confusing.
8399
8857
 
8400
8858
  The new name better reflects the purpose of the package: it contains unstyled components, hooks, and utilities that serve as a **base** to build on.
8401
8859
 
@@ -9598,7 +10056,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
9598
10056
 
9599
10057
  <a href="https://mui.com/components/switches/#unstyled"><img width="832" alt="switch" src="https://user-images.githubusercontent.com/3165635/125192249-236f8a80-e247-11eb-9df9-17d476379a32.png"></a>
9600
10058
 
9601
- You can follow our progress at https://github.com/mui/material-ui/issues/27170.
10059
+ You can follow our progress at https://github.com/mui/base-ui/issues/10.
9602
10060
 
9603
10061
  - 💄 We have updated the default `info` `success` `warning` color to be more accessible (#26817) @siriwatknp.
9604
10062
  You can find the new [default values](https://mui.com/material-ui/customization/palette/#default-values) in the documentation.
@@ -12812,7 +13270,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
12812
13270
  ```
12813
13271
 
12814
13272
  - [Autocomplete] Remove `debug` in favor of `open` and dev tools (#23377) @eps1lon
12815
- There are a couple of simpler alternatives: `open={true}`, Chrome devtools ["Emulate focused"](https://twitter.com/sulco/status/1305841873945272321), or React devtools props.
13273
+ There are a couple of simpler alternatives: `open={true}`, Chrome devtools ["Emulate focused"](https://x.com/sulco/status/1305841873945272321), or React devtools props.
12816
13274
 
12817
13275
  #### Changes
12818
13276
 
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- type CalendarPickerComponent = (<TDate>(props: CalendarPickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
2
+ type CalendarPickerComponent = (<TDate>(props: CalendarPickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => React.JSX.Element) & {
3
3
  propTypes?: any;
4
4
  };
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- type CalendarPickerSkeletonComponent = ((props: CalendarPickerSkeletonProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
2
+ type CalendarPickerSkeletonComponent = ((props: CalendarPickerSkeletonProps & React.RefAttributes<HTMLDivElement>) => React.JSX.Element) & {
3
3
  propTypes?: any;
4
4
  };
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- type ClockPickerComponent = (<TDate>(props: ClockPickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
2
+ type ClockPickerComponent = (<TDate>(props: ClockPickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => React.JSX.Element) & {
3
3
  propTypes?: any;
4
4
  };
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- type DatePickerComponent = (<TDate>(props: DatePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
2
+ type DatePickerComponent = (<TDate>(props: DatePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => React.JSX.Element) & {
3
3
  propTypes?: any;
4
4
  };
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- type DateRangePickerComponent = (<TDate>(props: DateRangePickerProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
2
+ type DateRangePickerComponent = (<TDate>(props: DateRangePickerProps & React.RefAttributes<HTMLDivElement>) => React.JSX.Element) & {
3
3
  propTypes?: any;
4
4
  };
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- type DateRangePickerDayComponent = (<TDate>(props: DateRangePickerDayProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
2
+ type DateRangePickerDayComponent = (<TDate>(props: DateRangePickerDayProps & React.RefAttributes<HTMLDivElement>) => React.JSX.Element) & {
3
3
  propTypes?: any;
4
4
  };
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- type DateTimePickerComponent = (<TDate>(props: DateTimePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
2
+ type DateTimePickerComponent = (<TDate>(props: DateTimePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => React.JSX.Element) & {
3
3
  propTypes?: any;
4
4
  };
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- type DesktopDatePickerComponent = (<TDate>(props: DesktopDatePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
2
+ type DesktopDatePickerComponent = (<TDate>(props: DesktopDatePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => React.JSX.Element) & {
3
3
  propTypes?: any;
4
4
  };
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- type DesktopDateRangePickerComponent = (<TDate>(props: DesktopDateRangePickerProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
2
+ type DesktopDateRangePickerComponent = (<TDate>(props: DesktopDateRangePickerProps & React.RefAttributes<HTMLDivElement>) => React.JSX.Element) & {
3
3
  propTypes?: any;
4
4
  };
5
5
  /**