@mui/lab 5.0.0-alpha.84 → 5.0.0-alpha.87

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 (203) hide show
  1. package/CHANGELOG.md +225 -8
  2. package/CalendarPicker/CalendarPicker.d.ts +10 -0
  3. package/CalendarPicker/CalendarPicker.js +23 -0
  4. package/CalendarPicker/index.d.ts +2 -1
  5. package/CalendarPicker/index.js +2 -1
  6. package/CalendarPickerSkeleton/CalendarPickerSkeleton.d.ts +10 -0
  7. package/CalendarPickerSkeleton/CalendarPickerSkeleton.js +37 -0
  8. package/CalendarPickerSkeleton/index.d.ts +2 -1
  9. package/CalendarPickerSkeleton/index.js +2 -1
  10. package/ClockPicker/ClockPicker.d.ts +10 -0
  11. package/ClockPicker/ClockPicker.js +23 -0
  12. package/ClockPicker/index.d.ts +2 -1
  13. package/ClockPicker/index.js +2 -1
  14. package/DatePicker/DatePicker.d.ts +10 -0
  15. package/DatePicker/DatePicker.js +463 -0
  16. package/DatePicker/index.d.ts +1 -1
  17. package/DatePicker/index.js +1 -1
  18. package/DateRangePicker/DateRangePicker.js +0 -14
  19. package/DateTimePicker/DateTimePicker.d.ts +10 -0
  20. package/DateTimePicker/DateTimePicker.js +551 -0
  21. package/DateTimePicker/index.d.ts +1 -1
  22. package/DateTimePicker/index.js +1 -1
  23. package/DesktopDatePicker/DesktopDatePicker.d.ts +10 -0
  24. package/DesktopDatePicker/DesktopDatePicker.js +427 -0
  25. package/DesktopDatePicker/index.d.ts +1 -1
  26. package/DesktopDatePicker/index.js +1 -1
  27. package/DesktopDateRangePicker/DesktopDateRangePicker.js +0 -14
  28. package/DesktopDateTimePicker/DesktopDateTimePicker.d.ts +10 -0
  29. package/DesktopDateTimePicker/DesktopDateTimePicker.js +515 -0
  30. package/DesktopDateTimePicker/index.d.ts +1 -1
  31. package/DesktopDateTimePicker/index.js +1 -1
  32. package/DesktopTimePicker/DesktopTimePicker.d.ts +10 -0
  33. package/DesktopTimePicker/DesktopTimePicker.js +345 -0
  34. package/LocalizationProvider/LocalizationProvider.d.ts +10 -0
  35. package/LocalizationProvider/LocalizationProvider.js +37 -0
  36. package/LocalizationProvider/index.d.ts +1 -1
  37. package/LocalizationProvider/index.js +1 -1
  38. package/Masonry/Masonry.js +8 -3
  39. package/MobileDatePicker/MobileDatePicker.d.ts +10 -0
  40. package/MobileDatePicker/MobileDatePicker.js +441 -0
  41. package/MobileDatePicker/index.d.ts +1 -1
  42. package/MobileDatePicker/index.js +1 -1
  43. package/MobileDateRangePicker/MobileDateRangePicker.js +0 -14
  44. package/MobileDateTimePicker/MobileDateTimePicker.d.ts +10 -0
  45. package/MobileDateTimePicker/MobileDateTimePicker.js +529 -0
  46. package/MobileDateTimePicker/index.d.ts +1 -1
  47. package/MobileDateTimePicker/index.js +1 -1
  48. package/MobileTimePicker/MobileTimePicker.d.ts +10 -0
  49. package/MobileTimePicker/MobileTimePicker.js +359 -0
  50. package/MobileTimePicker/index.d.ts +1 -1
  51. package/MobileTimePicker/index.js +1 -1
  52. package/MonthPicker/MonthPicker.d.ts +10 -0
  53. package/MonthPicker/MonthPicker.js +23 -0
  54. package/MonthPicker/index.d.ts +2 -1
  55. package/MonthPicker/index.js +2 -1
  56. package/PickersDay/PickersDay.d.ts +10 -0
  57. package/PickersDay/PickersDay.js +37 -0
  58. package/PickersDay/index.d.ts +2 -1
  59. package/PickersDay/index.js +2 -1
  60. package/README.md +1 -1
  61. package/StaticDatePicker/StaticDatePicker.d.ts +10 -0
  62. package/StaticDatePicker/StaticDatePicker.js +401 -0
  63. package/StaticDatePicker/index.d.ts +1 -1
  64. package/StaticDatePicker/index.js +1 -1
  65. package/StaticDateRangePicker/StaticDateRangePicker.js +0 -14
  66. package/StaticDateTimePicker/StaticDateTimePicker.d.ts +10 -0
  67. package/StaticDateTimePicker/StaticDateTimePicker.js +489 -0
  68. package/StaticDateTimePicker/index.d.ts +1 -1
  69. package/StaticDateTimePicker/index.js +1 -1
  70. package/StaticTimePicker/StaticTimePicker.d.ts +10 -0
  71. package/StaticTimePicker/StaticTimePicker.js +319 -0
  72. package/TimePicker/TimePicker.d.ts +10 -0
  73. package/TimePicker/TimePicker.js +381 -0
  74. package/TimePicker/index.d.ts +1 -1
  75. package/TimePicker/index.js +1 -1
  76. package/Timeline/Timeline.d.ts +1 -1
  77. package/YearPicker/YearPicker.d.ts +10 -0
  78. package/YearPicker/YearPicker.js +22 -0
  79. package/index.js +1 -1
  80. package/legacy/CalendarPicker/CalendarPicker.js +23 -0
  81. package/legacy/CalendarPicker/index.js +2 -1
  82. package/legacy/CalendarPickerSkeleton/CalendarPickerSkeleton.js +37 -0
  83. package/legacy/CalendarPickerSkeleton/index.js +2 -1
  84. package/legacy/ClockPicker/ClockPicker.js +23 -0
  85. package/legacy/ClockPicker/index.js +2 -1
  86. package/legacy/DatePicker/DatePicker.js +463 -0
  87. package/legacy/DatePicker/index.js +1 -1
  88. package/legacy/DateRangePicker/DateRangePicker.js +0 -14
  89. package/legacy/DateTimePicker/DateTimePicker.js +551 -0
  90. package/legacy/DateTimePicker/index.js +1 -1
  91. package/legacy/DesktopDatePicker/DesktopDatePicker.js +427 -0
  92. package/legacy/DesktopDatePicker/index.js +1 -1
  93. package/legacy/DesktopDateRangePicker/DesktopDateRangePicker.js +0 -14
  94. package/legacy/DesktopDateTimePicker/DesktopDateTimePicker.js +515 -0
  95. package/legacy/DesktopDateTimePicker/index.js +1 -1
  96. package/legacy/DesktopTimePicker/DesktopTimePicker.js +345 -0
  97. package/legacy/LocalizationProvider/LocalizationProvider.js +37 -0
  98. package/legacy/LocalizationProvider/index.js +1 -1
  99. package/legacy/Masonry/Masonry.js +8 -3
  100. package/legacy/MobileDatePicker/MobileDatePicker.js +441 -0
  101. package/legacy/MobileDatePicker/index.js +1 -1
  102. package/legacy/MobileDateRangePicker/MobileDateRangePicker.js +0 -14
  103. package/legacy/MobileDateTimePicker/MobileDateTimePicker.js +529 -0
  104. package/legacy/MobileDateTimePicker/index.js +1 -1
  105. package/legacy/MobileTimePicker/MobileTimePicker.js +359 -0
  106. package/legacy/MobileTimePicker/index.js +1 -1
  107. package/legacy/MonthPicker/MonthPicker.js +23 -0
  108. package/legacy/MonthPicker/index.js +2 -1
  109. package/legacy/PickersDay/PickersDay.js +37 -0
  110. package/legacy/PickersDay/index.js +2 -1
  111. package/legacy/StaticDatePicker/StaticDatePicker.js +401 -0
  112. package/legacy/StaticDatePicker/index.js +1 -1
  113. package/legacy/StaticDateRangePicker/StaticDateRangePicker.js +0 -14
  114. package/legacy/StaticDateTimePicker/StaticDateTimePicker.js +489 -0
  115. package/legacy/StaticDateTimePicker/index.js +1 -1
  116. package/legacy/StaticTimePicker/StaticTimePicker.js +319 -0
  117. package/legacy/TimePicker/TimePicker.js +381 -0
  118. package/legacy/TimePicker/index.js +1 -1
  119. package/legacy/YearPicker/YearPicker.js +22 -0
  120. package/legacy/index.js +1 -1
  121. package/modern/CalendarPicker/CalendarPicker.js +23 -0
  122. package/modern/CalendarPicker/index.js +2 -1
  123. package/modern/CalendarPickerSkeleton/CalendarPickerSkeleton.js +37 -0
  124. package/modern/CalendarPickerSkeleton/index.js +2 -1
  125. package/modern/ClockPicker/ClockPicker.js +23 -0
  126. package/modern/ClockPicker/index.js +2 -1
  127. package/modern/DatePicker/DatePicker.js +463 -0
  128. package/modern/DatePicker/index.js +1 -1
  129. package/modern/DateRangePicker/DateRangePicker.js +0 -14
  130. package/modern/DateTimePicker/DateTimePicker.js +551 -0
  131. package/modern/DateTimePicker/index.js +1 -1
  132. package/modern/DesktopDatePicker/DesktopDatePicker.js +427 -0
  133. package/modern/DesktopDatePicker/index.js +1 -1
  134. package/modern/DesktopDateRangePicker/DesktopDateRangePicker.js +0 -14
  135. package/modern/DesktopDateTimePicker/DesktopDateTimePicker.js +515 -0
  136. package/modern/DesktopDateTimePicker/index.js +1 -1
  137. package/modern/DesktopTimePicker/DesktopTimePicker.js +345 -0
  138. package/modern/LocalizationProvider/LocalizationProvider.js +37 -0
  139. package/modern/LocalizationProvider/index.js +1 -1
  140. package/modern/Masonry/Masonry.js +8 -3
  141. package/modern/MobileDatePicker/MobileDatePicker.js +441 -0
  142. package/modern/MobileDatePicker/index.js +1 -1
  143. package/modern/MobileDateRangePicker/MobileDateRangePicker.js +0 -14
  144. package/modern/MobileDateTimePicker/MobileDateTimePicker.js +529 -0
  145. package/modern/MobileDateTimePicker/index.js +1 -1
  146. package/modern/MobileTimePicker/MobileTimePicker.js +359 -0
  147. package/modern/MobileTimePicker/index.js +1 -1
  148. package/modern/MonthPicker/MonthPicker.js +23 -0
  149. package/modern/MonthPicker/index.js +2 -1
  150. package/modern/PickersDay/PickersDay.js +37 -0
  151. package/modern/PickersDay/index.js +2 -1
  152. package/modern/StaticDatePicker/StaticDatePicker.js +401 -0
  153. package/modern/StaticDatePicker/index.js +1 -1
  154. package/modern/StaticDateRangePicker/StaticDateRangePicker.js +0 -14
  155. package/modern/StaticDateTimePicker/StaticDateTimePicker.js +489 -0
  156. package/modern/StaticDateTimePicker/index.js +1 -1
  157. package/modern/StaticTimePicker/StaticTimePicker.js +319 -0
  158. package/modern/TimePicker/TimePicker.js +381 -0
  159. package/modern/TimePicker/index.js +1 -1
  160. package/modern/YearPicker/YearPicker.js +22 -0
  161. package/modern/index.js +1 -1
  162. package/node/CalendarPicker/CalendarPicker.js +41 -0
  163. package/node/CalendarPicker/index.js +7 -3
  164. package/node/CalendarPickerSkeleton/CalendarPickerSkeleton.js +56 -0
  165. package/node/CalendarPickerSkeleton/index.js +8 -4
  166. package/node/ClockPicker/ClockPicker.js +41 -0
  167. package/node/ClockPicker/index.js +7 -3
  168. package/node/DatePicker/DatePicker.js +482 -0
  169. package/node/DatePicker/index.js +4 -2
  170. package/node/DateRangePicker/DateRangePicker.js +0 -17
  171. package/node/DateTimePicker/DateTimePicker.js +570 -0
  172. package/node/DateTimePicker/index.js +4 -2
  173. package/node/DesktopDatePicker/DesktopDatePicker.js +446 -0
  174. package/node/DesktopDatePicker/index.js +4 -2
  175. package/node/DesktopDateRangePicker/DesktopDateRangePicker.js +0 -17
  176. package/node/DesktopDateTimePicker/DesktopDateTimePicker.js +534 -0
  177. package/node/DesktopDateTimePicker/index.js +4 -2
  178. package/node/DesktopTimePicker/DesktopTimePicker.js +364 -0
  179. package/node/LocalizationProvider/LocalizationProvider.js +56 -0
  180. package/node/LocalizationProvider/index.js +4 -2
  181. package/node/Masonry/Masonry.js +9 -3
  182. package/node/MobileDatePicker/MobileDatePicker.js +460 -0
  183. package/node/MobileDatePicker/index.js +4 -2
  184. package/node/MobileDateRangePicker/MobileDateRangePicker.js +0 -17
  185. package/node/MobileDateTimePicker/MobileDateTimePicker.js +548 -0
  186. package/node/MobileDateTimePicker/index.js +4 -2
  187. package/node/MobileTimePicker/MobileTimePicker.js +378 -0
  188. package/node/MobileTimePicker/index.js +4 -2
  189. package/node/MonthPicker/MonthPicker.js +41 -0
  190. package/node/MonthPicker/index.js +8 -4
  191. package/node/PickersDay/PickersDay.js +56 -0
  192. package/node/PickersDay/index.js +8 -4
  193. package/node/StaticDatePicker/StaticDatePicker.js +420 -0
  194. package/node/StaticDatePicker/index.js +4 -2
  195. package/node/StaticDateRangePicker/StaticDateRangePicker.js +0 -17
  196. package/node/StaticDateTimePicker/StaticDateTimePicker.js +508 -0
  197. package/node/StaticDateTimePicker/index.js +4 -2
  198. package/node/StaticTimePicker/StaticTimePicker.js +338 -0
  199. package/node/TimePicker/TimePicker.js +400 -0
  200. package/node/TimePicker/index.js +4 -2
  201. package/node/YearPicker/YearPicker.js +40 -0
  202. package/node/index.js +1 -1
  203. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,222 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.8.5
4
+
5
+ <!-- generated comparing v5.8.4..master -->
6
+
7
+ _Jun 20, 2022_
8
+
9
+ A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
10
+
11
+ - 🚀 Added support for CSS variables in the `Avatar` component and the `SpeedDialAction` component respectively by @vicasas and @gin1314
12
+ - many other 🐛 bug fixes and 📚 documentation improvements
13
+
14
+ ### `@mui/material@5.8.5`
15
+
16
+ - &#8203;<!-- 30 -->[Avatar] Add support for CSS variables (#32499) @vicasas
17
+ - &#8203;<!-- 19 -->[Dialog] Fix broken styles if `maxWidth` is set to `false` (#32987) @kmurgic
18
+ - &#8203;<!-- 04 -->[SpeedDialAction] Add support for CSS variables (#32608) @gin1314
19
+ - &#8203;<!-- 02 -->[Tabs] Increment scroll of the minimum amount possible (#33103) @oliviertassinari
20
+
21
+ ### `@mui/codemod@5.8.5`
22
+
23
+ - &#8203;<!-- 24 -->[codemod] Preserve comments within jss-to-tss-react (#33170) @ryancogswell
24
+
25
+ ### `@mui/lab@5.0.0-alpha.87`
26
+
27
+ - &#8203;<!-- 06 -->[Masonry] Fix flickering when used with React 18 (#33163) @mnajdova
28
+
29
+ ### `@mui/base@5.0.0-alpha.86`
30
+
31
+ - &#8203;<!-- 29 -->[BadgeUnstyled] Accept callbacks in componentsProps (#33176) @michaldudak
32
+ - &#8203;<!-- 25 -->[ButtonUnstyled] Use useSlotProps (#33096) @michaldudak
33
+ - &#8203;<!-- 11 -->[FormControlUnstyled] Accept callbacks in componentsProps (#33180) @michaldudak
34
+ - &#8203;<!-- 10 -->[InputUnstyled] Use useSlotProps (#33094) @michaldudak
35
+ - &#8203;<!-- 05 -->[ModalUnstyled] Define ownerState and slot props' types (#32901) @michaldudak
36
+ - &#8203;<!-- 03 -->[SwitchUnstyled] Use useSlotProps (#33174) @michaldudak
37
+
38
+ ### `@mui/joy@5.0.0-alpha.33`
39
+
40
+ - &#8203;<!-- 09 -->[Joy] Add Checkbox documentation (#33171) @siriwatknp
41
+ - &#8203;<!-- 08 -->[Joy] Add List documentation (#33120) @siriwatknp
42
+ - &#8203;<!-- 07 -->[Joy] Make slider displays Joy classname (#33051) @siriwatknp
43
+
44
+ ### Docs
45
+
46
+ - &#8203;<!-- 28 -->[blog] Update Blogpost to clear confusion on "no impact" disclaimer. (#33131) @joserodolfofreitas
47
+ - &#8203;<!-- 27 -->[blog] Add post about v5 Migration guide update (#33063) @samuelsycamore
48
+ - &#8203;<!-- 26 -->[blog] Fix display on Safari (#33102) @oliviertassinari
49
+ - &#8203;<!-- 18 -->[docs] Add guide on how to use MUI Base with Tailwind CSS (#33100) @mnajdova
50
+ - &#8203;<!-- 17 -->[docs] Improve Joy template UX (#33159) @siriwatknp
51
+ - &#8203;<!-- 16 -->[docs] Update Shadow DOM guide (#33160) @cherniavskii
52
+ - &#8203;<!-- 15 -->[docs] Fix SEO regressions (#33106) @oliviertassinari
53
+ - &#8203;<!-- 14 -->[docs] Add job ad in table of content (#33143) @mnajdova
54
+ - &#8203;<!-- 13 -->[docs] Add customization as a value proposition (#33014) @oliviertassinari
55
+ - &#8203;<!-- 12 -->[examples] Add example using nextjs & @mui/styles as a starter for the migration to v5 (#33005) @mnajdova
56
+ - &#8203;<!-- 01 -->[website] Replace Airtable with Ashby links for applying to a opened position (#33193) @DanailH
57
+
58
+ ### Core
59
+
60
+ - &#8203;<!-- 31 -->[core] Add CSS variables support for Material UI components (#32835) @siriwatknp
61
+ - &#8203;<!-- 23 -->[core] Add name to workspace root package.json (#33226) @Janpot
62
+ - &#8203;<!-- 22 -->[core] Update bug template with generic instruction (#33153) @joserodolfofreitas
63
+ - &#8203;<!-- 21 -->[core] Remove dead and redundant code (#33125) @oliviertassinari
64
+ - &#8203;<!-- 20 -->[core] Improve inline code rendering within the details tag (#33086) @Harmouch101
65
+
66
+ All contributors of this release in alphabetical order: @cherniavskii, @DanailH, @gin1314, @Harmouch101, @Janpot, @joserodolfofreitas, @kmurgic, @michaldudak, @mnajdova, @oliviertassinari, @ryancogswell, @samuelsycamore, @siriwatknp, @vicasas
67
+
68
+ ## 5.8.4
69
+
70
+ <!-- generated comparing v5.8.3..master -->
71
+
72
+ _Jun 14, 2022_
73
+
74
+ A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨:
75
+
76
+ - 🚀 Added support for custom breakpoints in the `Grid` component by @boutahlilsoufiane
77
+ - 📚 Added guide on how to use Material UI with Shadow DOM by @cherniavskii
78
+ - many other 🐛 bug fixes and 📚 documentation improvements
79
+
80
+ ### `@mui/material@5.8.4`
81
+
82
+ - &#8203;<!-- 36 -->[Button] Add missing classes in `ButtonClasses` type (#33040) @ZeeshanTamboli
83
+ - &#8203;<!-- 20 -->[Grid] Fix prop-type key regression (#33123) @oliviertassinari
84
+ - &#8203;<!-- 19 -->[Grid] Support custom breakpoints (#31998) @boutahlilsoufiane
85
+ - &#8203;<!-- 18 -->[Grow] Limit CSS transition bug workaround to Safari 15.4 only (#32996) @igordanchenko
86
+ - &#8203;<!-- 17 -->[Hidden] Remove dependency on hoist-non-react-statics (#33015) @oliviertassinari
87
+ - &#8203;<!-- 12 -->[Link] Add support for CSS variables (#33036) @winderica
88
+ - &#8203;<!-- 07 -->[Popover] Export `getOffsetTop` & `getOffsetLeft` from Popover's index and add typings (#32959) @rart
89
+ - &#8203;<!-- 06 -->[Slider] Fix SliderValueLabelProps type (#32895) @oliviertassinari
90
+ - &#8203;<!-- 05 -->[Snackbar] Remove `RTL` direction specific logic (#32808) @aaarichter
91
+ - &#8203;<!-- 04 -->[StepIcon] Fix text centering when changing browser font size (#32706) @alansouzati
92
+ - &#8203;<!-- 02 -->[Tabs] Scroll by width of the first visible tab if only one tab is partially visible (#32778) @frankkluijtmans
93
+
94
+ ### `@mui/system@5.8.4`
95
+
96
+ - &#8203;<!-- 38 -->[Stack, system] Apply correct responsive styles if any custom breakpoints are provided (#32913) @ZeeshanTamboli
97
+ - &#8203;<!-- 03 -->[system] Fix missing typings for ColorFormat (#32417) @l-zoy
98
+
99
+ ### `@mui/codemod@5.8.4`
100
+
101
+ - &#8203;<!-- 35 -->[codemod] Add support for `@mui/styles/makeStyles` imports (#32962) @joshkel
102
+
103
+ ### `@mui/lab@5.0.0-alpha.86`
104
+
105
+ - &#8203;<!-- 08 -->[pickers] Fix broken ref forwarding (#33107) @oliviertassinari
106
+ - &#8203;<!-- 13 -->[lab] Fix React's `forwardRef` warning when importing from the index (#33134) @mnajdova
107
+
108
+ ### `@mui/base@5.0.0-alpha.85`
109
+
110
+ - &#8203;<!-- 11 -->[MenuUnstyled] Accept callbacks in componentsProps (#32997) @michaldudak
111
+ - &#8203;<!-- 10 -->[ModalUnstyled] Fix errors from the W3C validator about incorrect aria-hidden attribute on some elements (#30920) @mkrtchian
112
+ - &#8203;<!-- 09 -->[ModalUnstyled] Fix behavior of not respecting props ariaHidden value (#32055) @tech-meppem
113
+
114
+ ### `@mui/joy@5.0.0-alpha.32`
115
+
116
+ - &#8203;<!-- 16 -->[Joy] Miscellaneous card fixes (#33129) @siriwatknp
117
+ - &#8203;<!-- 15 -->[Joy] Miscellaneous fixes (#33073) @siriwatknp
118
+ - &#8203;<!-- 14 -->[Joy] Add typography and link docs (#33047) @siriwatknp
119
+
120
+ ### Docs
121
+
122
+ - &#8203;<!-- 40 -->[Contributing.md] Local install instructions (#32975) @Moizsohail
123
+ - &#8203;<!-- 32 -->[docs] Add responsive AppBar with drawer (#32769) @dvlprAlamin
124
+ - &#8203;<!-- 31 -->[docs] Move codesandbox to MUI org (#33122) @oliviertassinari
125
+ - &#8203;<!-- 30 -->[docs] Add Shadow DOM guide (#33007) @cherniavskii
126
+ - &#8203;<!-- 29 -->[docs] Fix typo in Material UI overview page (#33087) @oliviertassinari
127
+ - &#8203;<!-- 28 -->[docs] Miscellaneous fixes in `MUI Base` docs (#33091) @ZeeshanTamboli
128
+ - &#8203;<!-- 27 -->[docs] Fix GitHub capitalization (#33071) @oliviertassinari
129
+ - &#8203;<!-- 26 -->[docs] Fix a typo in `InputUnstyled` docs (#33077) @ZeeshanTamboli
130
+ - &#8203;<!-- 25 -->[docs] Add notification for Joy blog post (#33059) @siriwatknp
131
+ - &#8203;<!-- 24 -->[docs] Improve aspect ratio docs and integration (#33065) @siriwatknp
132
+ - &#8203;<!-- 34 -->[docs] Update code block copy label (#33128) @siriwatknp
133
+ - &#8203;<!-- 23 -->[docs] Fix typo in Autocomplete CSS API (#32838) @KeaghanKennedy
134
+ - &#8203;<!-- 22 -->[docs] Improvements for Radio Group Rating Docs (#32843) @Kai-W
135
+ - &#8203;<!-- 21 -->[docs] Enable Joy pages (#33064) @siriwatknp
136
+ - &#8203;<!-- 02 -->[website] Add Joy UI to the pricing page (#33099) @danilo-leal
137
+ - &#8203;<!-- 01 -->[website] Clarify the pricing a bit (#33069) @oliviertassinari
138
+
139
+ ### Core
140
+
141
+ - &#8203;<!-- 39 -->yarn proptypes @oliviertassinari
142
+ - &#8203;<!-- 34 -->[core] Update dependencies to fix security vulnerabilities (#33095) @michaldudak
143
+ - &#8203;<!-- 33 -->[core] Import new line convention (#33068) @oliviertassinari
144
+ - &#8203;<!-- 37 -->[core] Make repository configurable in changelog script (#33130) @Janpot
145
+
146
+ All contributors of this release in alphabetical order: @aaarichter, @alansouzati, @boutahlilsoufiane, @cherniavskii, @danilo-leal, @dvlprAlamin, @frankkluijtmans, @igordanchenko, @Janpot, @joshkel, @Kai-W, @KeaghanKennedy, @l-zoy, @michaldudak, @mkrtchian, @mnajdova, @Moizsohail, @oliviertassinari, @pushys, @rart, @siriwatknp, @tech-meppem, @winderica, @ZeeshanTamboli
147
+
148
+ ## 5.8.3
149
+
150
+ <!-- generated comparing v5.8.2..master -->
151
+
152
+ _Jun 7, 2022_
153
+
154
+ A big thanks to the 15 contributors who made this release possible.
155
+ This release is mostly about 🐛 bug fixes and 📚 documentation improvements.
156
+
157
+ ### `@mui/material@5.8.3`
158
+
159
+ - [Alert] Constrain message width and allow overflow (#32747) @Janpot
160
+ - [Checkbox] Add support for CSS variables (#32579) @haneenmahd
161
+ - [Slider] Fix positioning of tooltips on vertical slider (#32919) @abhinav-22-tech
162
+
163
+ ### `@mui/system@5.8.3`
164
+
165
+ - [system] Configurable attributes for libraries (#32971) @siriwatknp
166
+
167
+ ### `@mui/codemod@5.8.3`
168
+
169
+ - [codemod] Fix infinite loop in jss-to-tss-react and add TODO (#33048) @ryancogswell
170
+
171
+ ### `@mui/lab@5.0.0-alpha.85`
172
+
173
+ - [pickers] Add deprecations when importing pickers from the lab (#32950) @flaviendelangle
174
+
175
+ ### `@mui/joy@5.0.0-alpha.31`
176
+
177
+ - [Joy] Add `Slider` component and demos (#32694) @hbjORbj
178
+ - [Joy] Add articles about customization approaches (#32887) @siriwatknp
179
+ - [Joy] Add automatic adjustment page to core features (#32980) @siriwatknp
180
+ - [Joy] Add docs about dark mode (#33002) @siriwatknp
181
+ - [Joy] Add template UIs & first look blog post (#32791) @danilo-leal
182
+
183
+ ### `@mui/base@5.0.0-alpha.84`
184
+
185
+ - [base] Remove @mui/system in tests (#32945) @kevinji
186
+ - [ButtonUnstyled] Accept callbacks in componentsProps (#32991) @michaldudak
187
+ - [SwitchUnstyled] Accept callbacks in componentsProps (#32993) @michaldudak
188
+ - [TablePaginationUnstyled] Define ownerState and slot props' types (#32905) @michaldudak
189
+ - [TabPanelUnstyled] Define ownerState and slot props' types (#32928) @michaldudak
190
+ - [TabsListUnstyled] Define ownerState and slot props' types (#32925) @michaldudak
191
+
192
+ ### Docs
193
+
194
+ - [blog] Fix anchor link scroll (#32994) @oliviertassinari
195
+ - [docs] Add "Migration" section to sidebar and revise v4-v5 content (#32740) @samuelsycamore
196
+ - [docs] Add What doesn't count as a breaking change? (#32850) @oliviertassinari
197
+ - [docs] Fix 301 link @oliviertassinari
198
+ - [docs] Fix icon color in `BadgeUnstyled` docs (#32976) @ZeeshanTamboli
199
+ - [docs] Improve product identifier (#32707) @danilo-leal
200
+ - [docs] Improve UX with back to top (#32896) @oliviertassinari
201
+ - [docs] Polish overview page to Material UI (#32954) @oliviertassinari
202
+ - [docs] Redirect older URLs (#33037) @oliviertassinari
203
+ - [docs] Remove pickers page from the Lab section (#32961) @DanailH
204
+ - [docs] Show product identifier on updated MUI X Introduction pages (#32966) @samuelsycamore
205
+ - [docs] Throw on 301 links (#32939) @oliviertassinari
206
+ - [website] Add Gerda to the about page (#33038) @danilo-leal
207
+ - [website] Polish the pricing page (#32811) @oliviertassinari
208
+ - [website] Remove unnecessary `address` dependency (#32957) @michaldudak
209
+
210
+ ### Core
211
+
212
+ - [core] Improve icon synonyms (#32742) @oliviertassinari
213
+ - [core] Prepare Next.js config for React 18 (#32963) @michaldudak
214
+ - [core] Remove dead logic (#32940) @oliviertassinari
215
+ - [core] Update dependencies to fix security vulnerabilities (#32947) @michaldudak
216
+ - Add security link to README for Tidelift @mbrookes
217
+
218
+ All contributors of this release in alphabetical order: @abhinav-22-tech, @DanailH, @danilo-leal, @flaviendelangle, @haneenmahd, @hbjORbj, @Janpot, @kevinji, @mbrookes, @michaldudak, @oliviertassinari, @ryancogswell, @samuelsycamore, @siriwatknp, @ZeeshanTamboli
219
+
3
220
  ## 5.8.2
4
221
 
5
222
  <!-- generated comparing v5.8.1..master -->
@@ -949,7 +1166,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
949
1166
  - &#8203;<!-- 25 -->[core] Update playwright docker to match the specified version (#31236) @siriwatknp
950
1167
  - &#8203;<!-- 24 -->[core] Remove parallel on buildTypes (#31189) @siriwatknp
951
1168
  - &#8203;<!-- 23 -->[core] Fix propTypes generation for optional any props (#31141) @m4theushw
952
- - &#8203;<!-- 04 -->[Typescript] Remove variants deprecation (#31239) @siriwatknp
1169
+ - &#8203;<!-- 04 -->[typescript] Remove variants deprecation (#31239) @siriwatknp
953
1170
 
954
1171
  All contributors of this release in alphabetical order: @adriancampos, @Andarist, @bonellia, @davwheat, @greengiraffe, @hbjORbj, @iclaude3, @m4theushw, @michaldudak, @mnajdova, @oliviertassinari, @PunitSoniME, @RedHeadphone, @robertwt7, @samuelsycamore, @siriwatknp, @sviande
955
1172
 
@@ -1014,7 +1231,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
1014
1231
  - [Select] Allow customizing Select based on its variant (#30788) @michaldudak
1015
1232
  - [Portal] Re-export 'Portal' in material (#31003) @liradb2000
1016
1233
  - [ToggleButton] Add prop types for `onClick` and `onChange` (#30883) @sydneyjodon-wk
1017
- - [Typescript] Added TypeText declaration to the exports file (#30890) @agauravdev
1234
+ - [typescript] Added TypeText declaration to the exports file (#30890) @agauravdev
1018
1235
 
1019
1236
  ### `@mui/system@5.4.2`
1020
1237
 
@@ -1928,7 +2145,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
1928
2145
  - &#8203;<!-- 33 -->[core] Add `experiments` index page (#29582) @siriwatknp
1929
2146
  - &#8203;<!-- 32 -->[core] Move s3 bucket ownership to mui-org (#29609) @eps1lon
1930
2147
  - &#8203;<!-- 31 -->[core] Improve support request message (#29614) @mnajdova
1931
- - &#8203;<!-- 30 -->[core] Use support request Github Action (#29594) @mnajdova
2148
+ - &#8203;<!-- 30 -->[core] Use support request GitHub Action (#29594) @mnajdova
1932
2149
  - &#8203;<!-- 29 -->[core] Remove unused `getJsxPreview` util (#29586) @ZeeshanTamboli
1933
2150
  - &#8203;<!-- 28 -->[core] Use GitHub issue forms (#28038) @oliviertassinari
1934
2151
  - &#8203;<!-- 26 -->[core] Add playground (#29423) @oliviertassinari
@@ -2598,7 +2815,7 @@ _Sep 1, 2021_
2598
2815
  A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
2599
2816
 
2600
2817
  - 🎉 Renamed packages to `@mui/*` as part of rebranding the company, following the strategy of expanding the library scope beyond Material Design. For more details about it, check the [GitHub discussion](https://github.com/mui/material-ui/discussions/27803).
2601
- - 🛠 Added `mui-replace` codemod for migrating `@material-ui/*` to new packages `@mui/*`. Check out this [codemod detail](https://github.com/mui/material-ui/blob/next/packages/mui-codemod/README.md#mui-replace) or head to [migration guide](https://mui.com/material-ui/guides/migration-v4/#preset-safe)
2818
+ - 🛠 Added `mui-replace` codemod for migrating `@material-ui/*` to new packages `@mui/*`. Check out this [codemod detail](https://github.com/mui/material-ui/blob/next/packages/mui-codemod/README.md#mui-replace) or head to [migration guide](https://mui.com/material-ui/migration/migration-v4/#preset-safe)
2602
2819
  - 🧪 Added new `<Mansory>` component to the lab, [check it out](https://mui.com/components/masonry/). It has been crafted by our first intern, @hbjORbj 👏!
2603
2820
 
2604
2821
  ### `@mui/material@5.0.0-rc.0`
@@ -4003,7 +4220,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
4003
4220
  />
4004
4221
  ```
4005
4222
 
4006
- > Follow [this link](https://mui.com/material-ui/guides/migration-v4/#main-content) for full migration from v4 => v5
4223
+ > Follow [this link](https://mui.com/material-ui/migration/migration-v4/) for full migration from v4 => v5
4007
4224
 
4008
4225
  #### Changes
4009
4226
 
@@ -4452,8 +4669,8 @@ A big thanks to the 15 contributors who made this release possible. Here are som
4452
4669
  - &#8203;<!-- 29 -->[Button] Rename `pending` prop to `loading` in LoadingButton (#25874) @m4theushw
4453
4670
 
4454
4671
  ```diff
4455
- -<LoadingButton pending pendingIndicator="Pending..." pendingPosition="end" />
4456
- +<LoadingButton loading loadingIndicator="Pending..." loadingPosition="end" />
4672
+ -<LoadingButton pending pendingIndicator="Pending" pendingPosition="end" />
4673
+ +<LoadingButton loading loadingIndicator="Pending" loadingPosition="end" />
4457
4674
  ```
4458
4675
 
4459
4676
  - &#8203;<!-- 25 -->[ButtonBase] Remove buttonRef prop (#25896) @m4theushw
@@ -5983,7 +6200,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
5983
6200
  - [docs] Fix duplicated styles generated from emotion (#23809) @mnajdova
5984
6201
  - [docs] Fix icon alignment in /components/breadcrumbs (#23818) @eps1lon
5985
6202
  - [docs] Fix production deploy (#23963) @eps1lon
5986
- - [docs] Fix source on Github links (#23821) @praveenkumar-kalidass
6203
+ - [docs] Fix source on GitHub links (#23821) @praveenkumar-kalidass
5987
6204
  - [docs] Fix StickyHeaderTable round borders (#23882) @antoniopacheco
5988
6205
  - [docs] Fix typo in date picker dayjs adapter name (#23935) @andresmrm
5989
6206
  - [docs] Improve system properties page (#23961) @mnajdova
@@ -0,0 +1,10 @@
1
+ import * as React from 'react';
2
+ import { CalendarPickerProps } from '@mui/x-date-pickers/CalendarPicker';
3
+ declare type CalendarPickerComponent = (<TDate>(props: CalendarPickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
4
+ propTypes?: any;
5
+ };
6
+ /**
7
+ * @ignore - do not document.
8
+ */
9
+ declare const CalendarPicker: CalendarPickerComponent;
10
+ export default CalendarPicker;
@@ -0,0 +1,23 @@
1
+ import _extends from "@babel/runtime/helpers/esm/extends";
2
+ import * as React from 'react';
3
+ import { CalendarPicker as XCalendarPicker } from '@mui/x-date-pickers/CalendarPicker';
4
+ import { jsx as _jsx } from "react/jsx-runtime";
5
+ let warnedOnce = false;
6
+
7
+ const warn = () => {
8
+ if (!warnedOnce) {
9
+ console.warn(['MUI: The CalendarPicker component was moved from `@mui/lab` to `@mui/x-date-pickers`.', 'The component will no longer be exported from `@mui/lab` in the first release of July 2022.', '', "You should use `import { CalendarPicker } from '@mui/x-date-pickers'`", "or `import { CalendarPicker } from '@mui/x-date-pickers/CalendarPicker'`", '', 'More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.'].join('\n'));
10
+ warnedOnce = true;
11
+ }
12
+ };
13
+
14
+ /**
15
+ * @ignore - do not document.
16
+ */
17
+ const CalendarPicker = /*#__PURE__*/React.forwardRef(function DeprecatedCalendarPicker(props, ref) {
18
+ warn();
19
+ return /*#__PURE__*/_jsx(XCalendarPicker, _extends({
20
+ ref: ref
21
+ }, props));
22
+ });
23
+ export default CalendarPicker;
@@ -1,2 +1,3 @@
1
- export { CalendarPicker as default, calendarPickerClasses, } from '@mui/x-date-pickers/CalendarPicker';
1
+ export { default } from './CalendarPicker';
2
+ export { calendarPickerClasses } from '@mui/x-date-pickers/CalendarPicker';
2
3
  export type { CalendarPickerClassKey, CalendarPickerClasses, CalendarPickerProps, CalendarPickerView, } from '@mui/x-date-pickers/CalendarPicker';
@@ -1 +1,2 @@
1
- export { CalendarPicker as default, calendarPickerClasses } from '@mui/x-date-pickers/CalendarPicker';
1
+ export { default } from './CalendarPicker';
2
+ export { calendarPickerClasses } from '@mui/x-date-pickers/CalendarPicker';
@@ -0,0 +1,10 @@
1
+ import * as React from 'react';
2
+ import { CalendarPickerSkeletonProps } from '@mui/x-date-pickers/CalendarPickerSkeleton';
3
+ declare type CalendarPickerSkeletonComponent = ((props: CalendarPickerSkeletonProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
4
+ propTypes?: any;
5
+ };
6
+ /**
7
+ * @ignore - do not document.
8
+ */
9
+ declare const CalendarPickerSkeleton: CalendarPickerSkeletonComponent;
10
+ export default CalendarPickerSkeleton;
@@ -0,0 +1,37 @@
1
+ import _extends from "@babel/runtime/helpers/esm/extends";
2
+ import * as React from 'react';
3
+ import PropTypes from 'prop-types';
4
+ import { CalendarPickerSkeleton as XCalendarPickerSkeleton } from '@mui/x-date-pickers/CalendarPickerSkeleton';
5
+ import { jsx as _jsx } from "react/jsx-runtime";
6
+ let warnedOnce = false;
7
+
8
+ const warn = () => {
9
+ if (!warnedOnce) {
10
+ console.warn(['MUI: The CalendarPickerSkeleton component was moved from `@mui/lab` to `@mui/x-date-pickers`.', 'The component will no longer be exported from `@mui/lab` in the first release of July 2022.', '', "You should use `import { CalendarPickerSkeleton } from '@mui/x-date-pickers'`", "or `import { CalendarPickerSkeleton } from '@mui/x-date-pickers/CalendarPickerSkeleton'`", '', 'More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.'].join('\n'));
11
+ warnedOnce = true;
12
+ }
13
+ };
14
+
15
+ /**
16
+ * @ignore - do not document.
17
+ */
18
+ const CalendarPickerSkeleton = /*#__PURE__*/React.forwardRef(function DeprecatedCalendarPickerSkeleton(props, ref) {
19
+ warn();
20
+ return /*#__PURE__*/_jsx(XCalendarPickerSkeleton, _extends({
21
+ ref: ref
22
+ }, props));
23
+ });
24
+ process.env.NODE_ENV !== "production" ? CalendarPickerSkeleton.propTypes
25
+ /* remove-proptypes */
26
+ = {
27
+ // ----------------------------- Warning --------------------------------
28
+ // | These PropTypes are generated from the TypeScript type definitions |
29
+ // | To update them edit TypeScript types and run "yarn proptypes" |
30
+ // ----------------------------------------------------------------------
31
+
32
+ /**
33
+ * @ignore
34
+ */
35
+ children: PropTypes.node
36
+ } : void 0;
37
+ export default CalendarPickerSkeleton;
@@ -1,2 +1,3 @@
1
- export { CalendarPickerSkeleton as default, calendarPickerSkeletonClasses, getCalendarPickerSkeletonUtilityClass, } from '@mui/x-date-pickers/CalendarPickerSkeleton';
1
+ export { default } from './CalendarPickerSkeleton';
2
+ export { calendarPickerSkeletonClasses, getCalendarPickerSkeletonUtilityClass, } from '@mui/x-date-pickers/CalendarPickerSkeleton';
2
3
  export type { CalendarPickerSkeletonClassKey, CalendarPickerSkeletonProps, } from '@mui/x-date-pickers/CalendarPickerSkeleton';
@@ -1 +1,2 @@
1
- export { CalendarPickerSkeleton as default, calendarPickerSkeletonClasses, getCalendarPickerSkeletonUtilityClass } from '@mui/x-date-pickers/CalendarPickerSkeleton';
1
+ export { default } from './CalendarPickerSkeleton';
2
+ export { calendarPickerSkeletonClasses, getCalendarPickerSkeletonUtilityClass } from '@mui/x-date-pickers/CalendarPickerSkeleton';
@@ -0,0 +1,10 @@
1
+ import * as React from 'react';
2
+ import { ClockPickerProps } from '@mui/x-date-pickers/ClockPicker';
3
+ declare type ClockPickerComponent = (<TDate>(props: ClockPickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
4
+ propTypes?: any;
5
+ };
6
+ /**
7
+ * @ignore - do not document.
8
+ */
9
+ declare const ClockPicker: ClockPickerComponent;
10
+ export default ClockPicker;
@@ -0,0 +1,23 @@
1
+ import _extends from "@babel/runtime/helpers/esm/extends";
2
+ import * as React from 'react';
3
+ import { ClockPicker as XClockPicker } from '@mui/x-date-pickers/ClockPicker';
4
+ import { jsx as _jsx } from "react/jsx-runtime";
5
+ let warnedOnce = false;
6
+
7
+ const warn = () => {
8
+ if (!warnedOnce) {
9
+ console.warn(['MUI: The ClockPicker component was moved from `@mui/lab` to `@mui/x-date-pickers`.', 'The component will no longer be exported from `@mui/lab` in the first release of July 2022.', '', "You should use `import { ClockPicker } from '@mui/x-date-pickers'`", "or `import { ClockPicker } from '@mui/x-date-pickers/ClockPicker'`", '', 'More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.'].join('\n'));
10
+ warnedOnce = true;
11
+ }
12
+ };
13
+
14
+ /**
15
+ * @ignore - do not document.
16
+ */
17
+ const ClockPicker = /*#__PURE__*/React.forwardRef(function DeprecatedClockPicker(props, ref) {
18
+ warn();
19
+ return /*#__PURE__*/_jsx(XClockPicker, _extends({
20
+ ref: ref
21
+ }, props));
22
+ });
23
+ export default ClockPicker;
@@ -1,2 +1,3 @@
1
- export { ClockPicker as default, clockPickerClasses } from '@mui/x-date-pickers/ClockPicker';
1
+ export { default } from './ClockPicker';
2
+ export { clockPickerClasses } from '@mui/x-date-pickers/ClockPicker';
2
3
  export type { ClockPickerClasses, ClockPickerClassKey, ClockPickerProps, ClockPickerView, } from '@mui/x-date-pickers/ClockPicker';
@@ -1 +1,2 @@
1
- export { ClockPicker as default, clockPickerClasses } from '@mui/x-date-pickers/ClockPicker';
1
+ export { default } from './ClockPicker';
2
+ export { clockPickerClasses } from '@mui/x-date-pickers/ClockPicker';
@@ -0,0 +1,10 @@
1
+ import * as React from 'react';
2
+ import { DatePickerProps } from '@mui/x-date-pickers/DatePicker';
3
+ declare type DatePickerComponent = (<TDate>(props: DatePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
4
+ propTypes?: any;
5
+ };
6
+ /**
7
+ * @ignore - do not document.
8
+ */
9
+ declare const DatePicker: DatePickerComponent;
10
+ export default DatePicker;