@mui/private-theming 5.7.0 → 5.8.6

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,484 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.8.6
4
+
5
+ <!-- generated comparing v5.8.5..master -->
6
+
7
+ _Jun 27, 2022_
8
+
9
+ A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
10
+
11
+ - ⚒️ Fixed React 18 issues in few components
12
+ - 🚀 Improved the TypeScript augmentation when using CSS variables with `@mui/material`
13
+ - many other 🐛 bug fixes and 📚 documentation improvements
14
+
15
+ ### `@mui/material@5.8.6`
16
+
17
+ - &#8203;<!-- 27 -->[Alert] Add support for CSS vars (#32624) @haneenmahd
18
+ - &#8203;<!-- 26 -->[Alert] Use `getContrastText` for filled variant font color (#29813) @SamoraMabuya
19
+
20
+ Note: The color of the text in the warning contained `Alert` in dark mode was changed to black in order to improve the color contrast ratio
21
+
22
+ - &#8203;<!-- 11 -->[OutlinedInput] Fix `ownerState` undefined in theme style overrides (#33241) @siriwatknp
23
+ - &#8203;<!-- 08 -->[Tabs] Fix crash when used with React 18 & Suspense (#33277) @mnajdova
24
+ - &#8203;<!-- 05 -->[TypeScript] Add CSS vars type augmentation for Material UI (#33211) @siriwatknp
25
+
26
+ ### `@mui/system@5.8.6`
27
+
28
+ - &#8203;<!-- 09 -->[system] Add enableColorScheme option to getInitColorSchemeScript (#33261) @siriwatknp
29
+
30
+ ### `@mui/utils@5.8.6`
31
+
32
+ - &#8203;<!-- 04 -->[utils] Allow state prefix to be configurable (#32972) @siriwatknp
33
+
34
+ ### `@mui/base@5.0.0-alpha.87`
35
+
36
+ - &#8203;<!-- 25 -->[base] Improve the return type of useSlotProps (#33279) @michaldudak
37
+ - &#8203;<!-- 24 -->[base] Improve some types (#33270) @mnajdova
38
+ - &#8203;<!-- 13 -->[MenuUnstyled] Fix keyboard accessibility of menu items (#33145) @michaldudak
39
+ - &#8203;<!-- 12 -->[ModalManager] Lock body scroll when container is inside shadow DOM (#33168) @jacobweberbowery
40
+ - &#8203;<!-- 10 -->[SliderUnstyled] Use useSlotProps (#33132) @michaldudak
41
+ - &#8203;<!-- 07 -->[TextareaAutosize] Fix crash when used with React 18 & Suspense (#33238) @howlettt
42
+ - &#8203;<!-- 06 -->[TextareaAutosize] Fix warnings for too many renders in React 18 (#33253) @mnajdova
43
+
44
+ ### `@mui/joy@5.0.0-alpha.34`
45
+
46
+ - &#8203;<!-- 14 -->[Joy] Add `Sheet` doc (#32820) @hbjORbj
47
+
48
+ ### Docs
49
+
50
+ - &#8203;<!-- 23 -->[blog] Polish Why you should migrate to Material UI v5 today (#33244) @oliviertassinari
51
+ - &#8203;<!-- 21 -->[docs] Add note in docs about `componentsProps.root` taking precedence (#33097) @ZeeshanTamboli
52
+ - &#8203;<!-- 20 -->[docs] Remove a note about Base components being reexported from Material UI (#33265) @michaldudak
53
+ - &#8203;<!-- 19 -->[docs] Update code snippet in docs for custom color palette (#32946) @ZeeshanTamboli
54
+ - &#8203;<!-- 18 -->[docs] Fix the docs for production class generation (#31933) @Fafruch
55
+ - &#8203;<!-- 17 -->[docs] Fix internal link in Box page (#33149) @davidgarciab
56
+ - &#8203;<!-- 16 -->[docs] Badge component link in Base docs should be under Data Display section (#33249) @ZeeshanTamboli
57
+ - &#8203;<!-- 15 -->[examples] Fix comment typo (#33256) @WinmezzZ
58
+
59
+ ### Core
60
+
61
+ - &#8203;<!-- 22 -->[core] Remove dead code (#33243) @oliviertassinari
62
+ - &#8203;<!-- 03 -->[website] Fix the scroll-top for all the website (#33215) @oliviertassinari
63
+ - &#8203;<!-- 02 -->[website] List new core role @oliviertassinari
64
+ - &#8203;<!-- 01 -->[website] Fix navigation menu close behavior (#33203) @oliviertassinari
65
+
66
+ All contributors of this release in alphabetical order: @davidgarciab, @Fafruch, @haneenmahd, @hbjORbj, @howlettt, @jacobweberbowery, @michaldudak, @mnajdova, @oliviertassinari, @SamoraMabuya, @siriwatknp, @WinmezzZ, @ZeeshanTamboli
67
+
68
+ ## 5.8.5
69
+
70
+ <!-- generated comparing v5.8.4..master -->
71
+
72
+ _Jun 20, 2022_
73
+
74
+ A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
75
+
76
+ - 🚀 Added support for CSS variables in the `Avatar` component and the `SpeedDialAction` component respectively by @vicasas and @gin1314
77
+ - many other 🐛 bug fixes and 📚 documentation improvements
78
+
79
+ ### `@mui/material@5.8.5`
80
+
81
+ - &#8203;<!-- 30 -->[Avatar] Add support for CSS variables (#32499) @vicasas
82
+ - &#8203;<!-- 19 -->[Dialog] Fix broken styles if `maxWidth` is set to `false` (#32987) @kmurgic
83
+ - &#8203;<!-- 04 -->[SpeedDialAction] Add support for CSS variables (#32608) @gin1314
84
+ - &#8203;<!-- 02 -->[Tabs] Increment scroll of the minimum amount possible (#33103) @oliviertassinari
85
+
86
+ ### `@mui/codemod@5.8.5`
87
+
88
+ - &#8203;<!-- 24 -->[codemod] Preserve comments within jss-to-tss-react (#33170) @ryancogswell
89
+
90
+ ### `@mui/lab@5.0.0-alpha.87`
91
+
92
+ - &#8203;<!-- 06 -->[Masonry] Fix flickering when used with React 18 (#33163) @mnajdova
93
+
94
+ ### `@mui/base@5.0.0-alpha.86`
95
+
96
+ - &#8203;<!-- 29 -->[BadgeUnstyled] Accept callbacks in componentsProps (#33176) @michaldudak
97
+ - &#8203;<!-- 25 -->[ButtonUnstyled] Use useSlotProps (#33096) @michaldudak
98
+ - &#8203;<!-- 11 -->[FormControlUnstyled] Accept callbacks in componentsProps (#33180) @michaldudak
99
+ - &#8203;<!-- 10 -->[InputUnstyled] Use useSlotProps (#33094) @michaldudak
100
+ - &#8203;<!-- 05 -->[ModalUnstyled] Define ownerState and slot props' types (#32901) @michaldudak
101
+ - &#8203;<!-- 03 -->[SwitchUnstyled] Use useSlotProps (#33174) @michaldudak
102
+
103
+ ### `@mui/joy@5.0.0-alpha.33`
104
+
105
+ - &#8203;<!-- 09 -->[Joy] Add Checkbox documentation (#33171) @siriwatknp
106
+ - &#8203;<!-- 08 -->[Joy] Add List documentation (#33120) @siriwatknp
107
+ - &#8203;<!-- 07 -->[Joy] Make slider displays Joy classname (#33051) @siriwatknp
108
+
109
+ ### Docs
110
+
111
+ - &#8203;<!-- 28 -->[blog] Update Blogpost to clear confusion on "no impact" disclaimer. (#33131) @joserodolfofreitas
112
+ - &#8203;<!-- 27 -->[blog] Add post about v5 Migration guide update (#33063) @samuelsycamore
113
+ - &#8203;<!-- 26 -->[blog] Fix display on Safari (#33102) @oliviertassinari
114
+ - &#8203;<!-- 18 -->[docs] Add guide on how to use MUI Base with Tailwind CSS (#33100) @mnajdova
115
+ - &#8203;<!-- 17 -->[docs] Improve Joy template UX (#33159) @siriwatknp
116
+ - &#8203;<!-- 16 -->[docs] Update Shadow DOM guide (#33160) @cherniavskii
117
+ - &#8203;<!-- 15 -->[docs] Fix SEO regressions (#33106) @oliviertassinari
118
+ - &#8203;<!-- 14 -->[docs] Add job ad in table of content (#33143) @mnajdova
119
+ - &#8203;<!-- 13 -->[docs] Add customization as a value proposition (#33014) @oliviertassinari
120
+ - &#8203;<!-- 12 -->[examples] Add example using nextjs & @mui/styles as a starter for the migration to v5 (#33005) @mnajdova
121
+ - &#8203;<!-- 01 -->[website] Replace Airtable with Ashby links for applying to a opened position (#33193) @DanailH
122
+
123
+ ### Core
124
+
125
+ - &#8203;<!-- 31 -->[core] Add CSS variables support for Material UI components (#32835) @siriwatknp
126
+ - &#8203;<!-- 23 -->[core] Add name to workspace root package.json (#33226) @Janpot
127
+ - &#8203;<!-- 22 -->[core] Update bug template with generic instruction (#33153) @joserodolfofreitas
128
+ - &#8203;<!-- 21 -->[core] Remove dead and redundant code (#33125) @oliviertassinari
129
+ - &#8203;<!-- 20 -->[core] Improve inline code rendering within the details tag (#33086) @Harmouch101
130
+
131
+ All contributors of this release in alphabetical order: @cherniavskii, @DanailH, @gin1314, @Harmouch101, @Janpot, @joserodolfofreitas, @kmurgic, @michaldudak, @mnajdova, @oliviertassinari, @ryancogswell, @samuelsycamore, @siriwatknp, @vicasas
132
+
133
+ ## 5.8.4
134
+
135
+ <!-- generated comparing v5.8.3..master -->
136
+
137
+ _Jun 14, 2022_
138
+
139
+ A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨:
140
+
141
+ - 🚀 Added support for custom breakpoints in the `Grid` component by @boutahlilsoufiane
142
+ - 📚 Added guide on how to use Material UI with Shadow DOM by @cherniavskii
143
+ - many other 🐛 bug fixes and 📚 documentation improvements
144
+
145
+ ### `@mui/material@5.8.4`
146
+
147
+ - &#8203;<!-- 36 -->[Button] Add missing classes in `ButtonClasses` type (#33040) @ZeeshanTamboli
148
+ - &#8203;<!-- 20 -->[Grid] Fix prop-type key regression (#33123) @oliviertassinari
149
+ - &#8203;<!-- 19 -->[Grid] Support custom breakpoints (#31998) @boutahlilsoufiane
150
+ - &#8203;<!-- 18 -->[Grow] Limit CSS transition bug workaround to Safari 15.4 only (#32996) @igordanchenko
151
+ - &#8203;<!-- 17 -->[Hidden] Remove dependency on hoist-non-react-statics (#33015) @oliviertassinari
152
+ - &#8203;<!-- 12 -->[Link] Add support for CSS variables (#33036) @winderica
153
+ - &#8203;<!-- 07 -->[Popover] Export `getOffsetTop` & `getOffsetLeft` from Popover's index and add typings (#32959) @rart
154
+ - &#8203;<!-- 06 -->[Slider] Fix SliderValueLabelProps type (#32895) @oliviertassinari
155
+ - &#8203;<!-- 05 -->[Snackbar] Remove `RTL` direction specific logic (#32808) @aaarichter
156
+ - &#8203;<!-- 04 -->[StepIcon] Fix text centering when changing browser font size (#32706) @alansouzati
157
+ - &#8203;<!-- 02 -->[Tabs] Scroll by width of the first visible tab if only one tab is partially visible (#32778) @frankkluijtmans
158
+
159
+ ### `@mui/system@5.8.4`
160
+
161
+ - &#8203;<!-- 38 -->[Stack, system] Apply correct responsive styles if any custom breakpoints are provided (#32913) @ZeeshanTamboli
162
+ - &#8203;<!-- 03 -->[system] Fix missing typings for ColorFormat (#32417) @l-zoy
163
+
164
+ ### `@mui/codemod@5.8.4`
165
+
166
+ - &#8203;<!-- 35 -->[codemod] Add support for `@mui/styles/makeStyles` imports (#32962) @joshkel
167
+
168
+ ### `@mui/lab@5.0.0-alpha.86`
169
+
170
+ - &#8203;<!-- 08 -->[pickers] Fix broken ref forwarding (#33107) @oliviertassinari
171
+ - &#8203;<!-- 13 -->[lab] Fix React's `forwardRef` warning when importing from the index (#33134) @mnajdova
172
+
173
+ ### `@mui/base@5.0.0-alpha.85`
174
+
175
+ - &#8203;<!-- 11 -->[MenuUnstyled] Accept callbacks in componentsProps (#32997) @michaldudak
176
+ - &#8203;<!-- 10 -->[ModalUnstyled] Fix errors from the W3C validator about incorrect aria-hidden attribute on some elements (#30920) @mkrtchian
177
+ - &#8203;<!-- 09 -->[ModalUnstyled] Fix behavior of not respecting props ariaHidden value (#32055) @tech-meppem
178
+
179
+ ### `@mui/joy@5.0.0-alpha.32`
180
+
181
+ - &#8203;<!-- 16 -->[Joy] Miscellaneous card fixes (#33129) @siriwatknp
182
+ - &#8203;<!-- 15 -->[Joy] Miscellaneous fixes (#33073) @siriwatknp
183
+ - &#8203;<!-- 14 -->[Joy] Add typography and link docs (#33047) @siriwatknp
184
+
185
+ ### Docs
186
+
187
+ - &#8203;<!-- 40 -->[Contributing.md] Local install instructions (#32975) @Moizsohail
188
+ - &#8203;<!-- 32 -->[docs] Add responsive AppBar with drawer (#32769) @dvlprAlamin
189
+ - &#8203;<!-- 31 -->[docs] Move codesandbox to MUI org (#33122) @oliviertassinari
190
+ - &#8203;<!-- 30 -->[docs] Add Shadow DOM guide (#33007) @cherniavskii
191
+ - &#8203;<!-- 29 -->[docs] Fix typo in Material UI overview page (#33087) @oliviertassinari
192
+ - &#8203;<!-- 28 -->[docs] Miscellaneous fixes in `MUI Base` docs (#33091) @ZeeshanTamboli
193
+ - &#8203;<!-- 27 -->[docs] Fix GitHub capitalization (#33071) @oliviertassinari
194
+ - &#8203;<!-- 26 -->[docs] Fix a typo in `InputUnstyled` docs (#33077) @ZeeshanTamboli
195
+ - &#8203;<!-- 25 -->[docs] Add notification for Joy blog post (#33059) @siriwatknp
196
+ - &#8203;<!-- 24 -->[docs] Improve aspect ratio docs and integration (#33065) @siriwatknp
197
+ - &#8203;<!-- 34 -->[docs] Update code block copy label (#33128) @siriwatknp
198
+ - &#8203;<!-- 23 -->[docs] Fix typo in Autocomplete CSS API (#32838) @KeaghanKennedy
199
+ - &#8203;<!-- 22 -->[docs] Improvements for Radio Group Rating Docs (#32843) @Kai-W
200
+ - &#8203;<!-- 21 -->[docs] Enable Joy pages (#33064) @siriwatknp
201
+ - &#8203;<!-- 02 -->[website] Add Joy UI to the pricing page (#33099) @danilo-leal
202
+ - &#8203;<!-- 01 -->[website] Clarify the pricing a bit (#33069) @oliviertassinari
203
+
204
+ ### Core
205
+
206
+ - &#8203;<!-- 39 -->yarn proptypes @oliviertassinari
207
+ - &#8203;<!-- 34 -->[core] Update dependencies to fix security vulnerabilities (#33095) @michaldudak
208
+ - &#8203;<!-- 33 -->[core] Import new line convention (#33068) @oliviertassinari
209
+ - &#8203;<!-- 37 -->[core] Make repository configurable in changelog script (#33130) @Janpot
210
+
211
+ 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
212
+
213
+ ## 5.8.3
214
+
215
+ <!-- generated comparing v5.8.2..master -->
216
+
217
+ _Jun 7, 2022_
218
+
219
+ A big thanks to the 15 contributors who made this release possible.
220
+ This release is mostly about 🐛 bug fixes and 📚 documentation improvements.
221
+
222
+ ### `@mui/material@5.8.3`
223
+
224
+ - [Alert] Constrain message width and allow overflow (#32747) @Janpot
225
+ - [Checkbox] Add support for CSS variables (#32579) @haneenmahd
226
+ - [Slider] Fix positioning of tooltips on vertical slider (#32919) @abhinav-22-tech
227
+
228
+ ### `@mui/system@5.8.3`
229
+
230
+ - [system] Configurable attributes for libraries (#32971) @siriwatknp
231
+
232
+ ### `@mui/codemod@5.8.3`
233
+
234
+ - [codemod] Fix infinite loop in jss-to-tss-react and add TODO (#33048) @ryancogswell
235
+
236
+ ### `@mui/lab@5.0.0-alpha.85`
237
+
238
+ - [pickers] Add deprecations when importing pickers from the lab (#32950) @flaviendelangle
239
+
240
+ ### `@mui/joy@5.0.0-alpha.31`
241
+
242
+ - [Joy] Add `Slider` component and demos (#32694) @hbjORbj
243
+ - [Joy] Add articles about customization approaches (#32887) @siriwatknp
244
+ - [Joy] Add automatic adjustment page to core features (#32980) @siriwatknp
245
+ - [Joy] Add docs about dark mode (#33002) @siriwatknp
246
+ - [Joy] Add template UIs & first look blog post (#32791) @danilo-leal
247
+
248
+ ### `@mui/base@5.0.0-alpha.84`
249
+
250
+ - [base] Remove @mui/system in tests (#32945) @kevinji
251
+ - [ButtonUnstyled] Accept callbacks in componentsProps (#32991) @michaldudak
252
+ - [SwitchUnstyled] Accept callbacks in componentsProps (#32993) @michaldudak
253
+ - [TablePaginationUnstyled] Define ownerState and slot props' types (#32905) @michaldudak
254
+ - [TabPanelUnstyled] Define ownerState and slot props' types (#32928) @michaldudak
255
+ - [TabsListUnstyled] Define ownerState and slot props' types (#32925) @michaldudak
256
+
257
+ ### Docs
258
+
259
+ - [blog] Fix anchor link scroll (#32994) @oliviertassinari
260
+ - [docs] Add "Migration" section to sidebar and revise v4-v5 content (#32740) @samuelsycamore
261
+ - [docs] Add What doesn't count as a breaking change? (#32850) @oliviertassinari
262
+ - [docs] Fix 301 link @oliviertassinari
263
+ - [docs] Fix icon color in `BadgeUnstyled` docs (#32976) @ZeeshanTamboli
264
+ - [docs] Improve product identifier (#32707) @danilo-leal
265
+ - [docs] Improve UX with back to top (#32896) @oliviertassinari
266
+ - [docs] Polish overview page to Material UI (#32954) @oliviertassinari
267
+ - [docs] Redirect older URLs (#33037) @oliviertassinari
268
+ - [docs] Remove pickers page from the Lab section (#32961) @DanailH
269
+ - [docs] Show product identifier on updated MUI X Introduction pages (#32966) @samuelsycamore
270
+ - [docs] Throw on 301 links (#32939) @oliviertassinari
271
+ - [website] Add Gerda to the about page (#33038) @danilo-leal
272
+ - [website] Polish the pricing page (#32811) @oliviertassinari
273
+ - [website] Remove unnecessary `address` dependency (#32957) @michaldudak
274
+
275
+ ### Core
276
+
277
+ - [core] Improve icon synonyms (#32742) @oliviertassinari
278
+ - [core] Prepare Next.js config for React 18 (#32963) @michaldudak
279
+ - [core] Remove dead logic (#32940) @oliviertassinari
280
+ - [core] Update dependencies to fix security vulnerabilities (#32947) @michaldudak
281
+ - Add security link to README for Tidelift @mbrookes
282
+
283
+ 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
284
+
285
+ ## 5.8.2
286
+
287
+ <!-- generated comparing v5.8.1..master -->
288
+
289
+ _May 30, 2022_
290
+
291
+ A big thanks to the 8 contributors who made this release possible. Here are some highlights ✨:
292
+
293
+ - 🐛 bug fixes and 📚 documentation improvements.
294
+
295
+ ### `@mui/system@5.8.2`
296
+
297
+ - &#8203;<!-- 04 -->[system] Add `getColorSchemeSelector` util (#32868) @siriwatknp
298
+
299
+ ### `@mui/lab@5.0.0-alpha.84`
300
+
301
+ - &#8203;<!-- 07 -->[Masonry] Place items to the left when there are less objects than specified in `column` prop (#32873) @hbjORbj
302
+
303
+ ### `@mui/base@5.0.0-alpha.83`
304
+
305
+ - &#8203;<!-- 24 -->[BadgeUnstyled] Define ownerState and slot props' types (#32750) @michaldudak
306
+ - &#8203;<!-- 06 -->[SliderUnstyled] Define ownerState and slot props' types (#32739) @michaldudak
307
+ - &#8203;<!-- 05 -->[SwitchUnstyled] Define ownerState and slot props' types (#32573) @michaldudak
308
+ - &#8203;<!-- 03 -->[TabsUnstyled] Define ownerState and slot props' types (#32918) @michaldudak
309
+ - &#8203;<!-- 02 -->[TabUnstyled] Define ownerState and slot props' types (#32915) @michaldudak
310
+
311
+ ### `@mui/joy@5.0.0-alpha.30`
312
+
313
+ - &#8203;<!-- 13 -->[Joy] use `textColor` prop for Typography and Link (#32938) @siriwatknp
314
+ - &#8203;<!-- 12 -->[Joy] Make variants for more flexible (#32931) @siriwatknp
315
+ - &#8203;<!-- 11 -->[Joy] Improve automatic adjustment (#32923) @siriwatknp
316
+ - &#8203;<!-- 10 -->[Joy] Add `Chip` doc (#32819) @hbjORbj
317
+ - &#8203;<!-- 09 -->[Joy] Add `AspectRatio` demos (#32848) @siriwatknp
318
+ - &#8203;<!-- 08 -->[Joy] Fix wrong urls (#32883) @siriwatknp
319
+
320
+ ### Docs
321
+
322
+ - &#8203;<!-- 24 -->[docs] Iterate on the job ad for React engineer in Core (#32900) @mnajdova
323
+ - &#8203;<!-- 23 -->[blog] Fix avatar image resolution (#32890) @oliviertassinari
324
+ - &#8203;<!-- 19 -->[docs] Link the first page of the product (#32943) @oliviertassinari
325
+ - &#8203;<!-- 18 -->[docs] Batch small changes (#32170) @michaldudak
326
+ - &#8203;<!-- 17 -->[docs] Allow function prop to return undefined (#32766) @m4theushw
327
+ - &#8203;<!-- 16 -->[docs] Fix wrong link to Material Icons (#32847) @oliviertassinari
328
+ - &#8203;<!-- 15 -->[docs] Fix ClassNameGenerator content (#32800) @siriwatknp
329
+ - &#8203;<!-- 14 -->[docs] Fix navigation links (#32851) @oliviertassinari
330
+ - &#8203;<!-- 14 -->[docs] Document the `size` prop for InputLabel (#32936) @romelperez
331
+ - &#8203;<!-- 21 -->[docs] Add note about transparent background on the outlined Alert variant (#32810) @aaarichter
332
+ - &#8203;<!-- 01 -->[website] Update the careers's page with the new roles (#32535) @oliviertassinari
333
+
334
+ ### Core
335
+
336
+ - &#8203;<!-- 22 -->[core] Improve the incomplete issues workflow (#32878) @mnajdova
337
+ - &#8203;<!-- 21 -->[core] Add CI check that the PR has label (#32886) @mnajdova
338
+ - &#8203;<!-- 20 -->[core] Avoid leaking @babel/runtime (#32874) @oliviertassinari
339
+
340
+ All contributors of this release in alphabetical order: @aaarichter, @hbjORbj, @m4theushw, @michaldudak, @mnajdova, @oliviertassinari, @romelperez, @siriwatknp
341
+
342
+ ## 5.8.1
343
+
344
+ <!-- generated comparing v5.8.0..master -->
345
+
346
+ _May 23, 2022_
347
+
348
+ A big thanks to the 21 contributors who made this release possible. Here are some highlights ✨:
349
+
350
+ - 💅 Added CSS variables support for two more Material UI components by @diggis00 and @alisasanib
351
+ - And more 🐛 bug fixes and 📚 documentation improvements.
352
+
353
+ ### `@mui/material@5.8.1`
354
+
355
+ - &#8203;<!-- 33 -->[Alert] Fix missing `ownerState` on the `action` slot (#32801) @mnajdova
356
+ - &#8203;<!-- 20 -->[Fab] Make the `color` prop type extendable (#31830) @paales
357
+ - &#8203;<!-- 14 -->[ListItemButton] Render as link if href specified (#32403) @o-dubrovskyi
358
+ - &#8203;<!-- 13 -->[Paper] Add support for CSS variables (#32570) @diggis00
359
+ - &#8203;<!-- 11 -->[Radio] Add support for CSS variables (#32599) @alisasanib
360
+ - &#8203;<!-- 10 -->[Slider] Prevent rendering for marks that are out of the min & max bounds (#32436) @abriginets
361
+ - &#8203;<!-- 09 -->[Slider] Slider having marks should be customizable in theme (#32816) @ZeeshanTamboli
362
+ - &#8203;<!-- 03 -->[TouchRipple] Allows call imperative methods without event (#31955) @alexfauquette
363
+
364
+ ### `@mui/system@5.8.1`
365
+
366
+ - &#8203;<!-- 07 -->[system] Simplify stylesheet injection logic (#32869) @siriwatknp
367
+ - &#8203;<!-- 06 -->[system] Fix color scheme specificity (#32628) @siriwatknp
368
+ - &#8203;<!-- 05 -->[system] Fix `borderRadius` errors when used inside `CssVarsProvider` (#32817) @mnajdova
369
+ - &#8203;<!-- 04 -->[system] Fix toolbar media query mixin getting merged in wrong order (#32713) @ZeeshanTamboli
370
+
371
+ ### `@mui/lab@5.0.0-alpha.83`
372
+
373
+ - &#8203;<!-- 15 -->[lab] Add missing `peerDependencies` (#32623) @nate-summercook
374
+ - &#8203;<!-- 12 -->[pickers] Update @mui/x-date-pickers to be usable with React 18 (#32828) @flaviendelangle
375
+
376
+ ### `@mui/base@5.0.0-alpha.82`
377
+
378
+ - &#8203;<!-- 08 -->[SliderUnstyled] Fix `disabledSwap` not being respected in `onChangeCommitted` (#32647) @JeanPetrov
379
+
380
+ ### `@mui/joy@5.0.0-alpha.29`
381
+
382
+ - &#8203;<!-- 19 -->[Joy] Show Joy pages on master (#32866) @siriwatknp
383
+ - &#8203;<!-- 18 -->[Joy] Add an overview page (#32836) @danilo-leal
384
+ - &#8203;<!-- 17 -->[Joy] Add doc for the card components (#32825) @siriwatknp
385
+ - &#8203;<!-- 16 -->[Joy] Miscellaneous fixes (#32815) @siriwatknp
386
+
387
+ ### Docs
388
+
389
+ - &#8203;<!-- 31 -->[docs] Simplify header DOM structure (#32844) @oliviertassinari
390
+ - &#8203;<!-- 30 -->[docs] Fix CodeSandbox & StackBlitz generation (#32726) @siriwatknp
391
+ - &#8203;<!-- 29 -->[docs] Fix urls to columns pages in pricing table (#32842) @alexfauquette
392
+ - &#8203;<!-- 28 -->[docs] Fix Tailwind CSS integration docs (#32512) @robertwt7
393
+ - &#8203;<!-- 27 -->[docs] Fixed wrong command for the `link-underline-hover` codemod (#32793) @veronikaslc
394
+ - &#8203;<!-- 26 -->[docs] Fixed broken link on the icons page (#32780) @SamuelMaddox
395
+ - &#8203;<!-- 25 -->[docs] Add "back to top" button (#30441) @VibhorJaiswal
396
+ - &#8203;<!-- 24 -->[docs] Fix typo in notifications @mbrookes
397
+ - &#8203;<!-- 32 -->[docs] New WAI-ARIA guidelines location (#32865) @oliviertassinari
398
+ - &#8203;<!-- 23 -->[docs] Mention the ESLint plugin for detecting unused classes in tss-react (#32666) @garronej
399
+ - &#8203;<!-- 22 -->[docs] Update `useAutocomplete` demos to use `Mui-focused` class (#32757) @ZeeshanTamboli
400
+ - &#8203;<!-- 21 -->[examples] Fix `NextLinkComposedProps` gives a TypeScript error (#32655) @ZeeshanTamboli
401
+ - &#8203;<!-- 01 -->[website] Add Pedro to About Us page (#32803) @apedroferreira
402
+
403
+ ### Core
404
+
405
+ - &#8203;<!-- 32 -->[core] Upgrade MUI X dependency (#32824) @oliviertassinari
406
+ - &#8203;<!-- 02 -->[typescript] Allow module augmentation for `Mixins` (#32798) @mnajdova
407
+
408
+ All contributors of this release in alphabetical order: @abriginets, @alexfauquette, @alisasanib, @apedroferreira, @danilo-leal, @diggis00, @flaviendelangle, @garronej, @JeanPetrov, @mbrookes, @mnajdova, @nate-summercook, @o-dubrovskyi, @oliviertassinari, @paales, @robertwt7, @SamuelMaddox, @siriwatknp, @veronikaslc, @VibhorJaiswal, @ZeeshanTamboli
409
+
410
+ ## 5.8.0
411
+
412
+ <!-- generated comparing v5.7.0..master -->
413
+
414
+ _May 17, 2022_
415
+
416
+ A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
417
+
418
+ - 🚀 [Blog post](https://mui.com/blog/premium-plan-release/) for announcing the release of the Premium plan of MUI X is out thanks to @joserodolfofreitas.
419
+ - Codemod for `jss` to `tss-react` migration is out thanks to @ryancogswell
420
+ - And more 🐛 bug fixes and 📚 documentation improvements.
421
+
422
+ ### `@mui/material@5.8.0`
423
+
424
+ - &#8203;<!-- 37 -->[Autocomplete] Fix `getInputProps` TypeScript return type (#32730) @ZeeshanTamboli
425
+ - &#8203;<!-- 36 -->[Autocomplete] Forward props to renderTags() (#32637) @emlai
426
+ - &#8203;<!-- 35 -->[Badge] Fix TypeScript error when adding style overrides for Badge (#32745) @ZeeshanTamboli
427
+ - &#8203;<!-- 09 -->[Menu] Fix context menu open position (#32661) @oliviertassinari
428
+
429
+ ### `@mui/system@5.8.0`
430
+
431
+ - &#8203;<!-- 05 -->[system] Add `Container` component and `createContainer` factory (#32263) @mnajdova
432
+
433
+ ### `@mui/base@5.0.0-alpha.81`
434
+
435
+ - &#8203;<!-- 15 -->[InputUnstyled] Support callbacks in componentsProps (#32271) @michaldudak
436
+ - &#8203;<!-- 14 -->[InputUnstyled] Define ownerState and slot props' types (#32491) @michaldudak
437
+ - &#8203;<!-- 08 -->[MenuUnstyled] Demos improvements (#32714) @michaldudak
438
+ - &#8203;<!-- 07 -->[OptionUnstyled] Define ownerState and slot props' types (#32717) @michaldudak
439
+
440
+ ### `@mui/joy@5.0.0-alpha.28`
441
+
442
+ - &#8203;<!-- 13 -->[Joy] Add Badge doc (#32790) @siriwatknp
443
+ - &#8203;<!-- 12 -->[Joy] Add global variant feature page (#32695) @siriwatknp
444
+ - &#8203;<!-- 11 -->[Joy] Add avatar page (#32711) @siriwatknp
445
+
446
+ ### `@mui/codemod@5.8.0`
447
+
448
+ - &#8203;<!-- 33 -->[codemod] Add jss to tss-react codemod (#31802) @ryancogswell
449
+
450
+ ### Docs
451
+
452
+ - &#8203;<!-- 34 -->[blog] Add release post for MUI X Premium (#32720) @joserodolfofreitas
453
+ - &#8203;<!-- 29 -->[docs] Fix wrong code snippet for overriding styles in theme with a callback value (#32781) @ZeeshanTamboli
454
+ - &#8203;<!-- 28 -->[docs] Update Crowdin logo (#32782) @andrii-bodnar
455
+ - &#8203;<!-- 27 -->[docs] Improve callouts design (#32709) @danilo-leal
456
+ - &#8203;<!-- 26 -->[docs] Revise the "Understanding MUI packages" article (#32382) @danilo-leal
457
+ - &#8203;<!-- 25 -->[docs] Fix link to the material icons (#32771) @oliviertassinari
458
+ - &#8203;<!-- 24 -->[docs] Add notification for Premium release blog post (#32728) @joserodolfofreitas
459
+ - &#8203;<!-- 23 -->[docs] Base Portal style revisions and final review (#32157) @samuelsycamore
460
+ - &#8203;<!-- 22 -->[docs] Add joy to docs package.json (#32744) @siriwatknp
461
+ - &#8203;<!-- 21 -->[docs] Fix TOC-related styles not being applied when disableAd=true (#32733) @cherniavskii
462
+ - &#8203;<!-- 20 -->[docs] Add TypeScript guide on the polymorphic components (#32168) @mnajdova
463
+ - &#8203;<!-- 19 -->[docs] Fix warning mode pass to React.Fragment (#32729) @siriwatknp
464
+ - &#8203;<!-- 18 -->[docs] Revise Showcase copy for clarity + audit appList (#31946) @samuelsycamore
465
+ - &#8203;<!-- 17 -->[examples] Update remix example's tsconfig with required values (#32723) @michaldudak
466
+ - &#8203;<!-- 16 -->[examples] Update to use React 18's createRoot (#32506) @mnajdova
467
+ - &#8203;<!-- 10 -->[l10n] Fix typos and translations on arSD and arEG locales (#31848) @shadigaafar
468
+ - &#8203;<!-- 04 -->[website] Improve communication about MUI X components that are still wip (#32708) @danilo-leal
469
+ - &#8203;<!-- 03 -->[website] Remove scrollbar on x-axis (#32291) @MrHBS
470
+ - &#8203;<!-- 02 -->[website] Update the pricing page for the MUI X premium plan release (#32458) @joserodolfofreitas
471
+ - &#8203;<!-- 01 -->[website] Update sponsors (#32725) @oliviertassinari
472
+
473
+ ### Core
474
+
475
+ - &#8203;<!-- 32 -->[core] Enabled Renovate's lockfile maintenance (#32635) @michaldudak
476
+ - &#8203;<!-- 31 -->[core] Extract `MuiPage` interface to separate file (#32715) @cherniavskii
477
+ - &#8203;<!-- 30 -->[core] Remove unnecessary `spacing` parameter from `createMixins` method (#32690) @ZeeshanTamboli
478
+ - &#8203;<!-- 06 -->[private-classnames] Remove package and move everything to utils (#32758) @mnajdova
479
+
480
+ All contributors of this release in alphabetical order: @andrii-bodnar, @cherniavskii, @danilo-leal, @emlai, @joserodolfofreitas, @michaldudak, @mnajdova, @MrHBS, @oliviertassinari, @ryancogswell, @samuelsycamore, @shadigaafar, @siriwatknp, @ZeeshanTamboli
481
+
3
482
  ## 5.7.0
4
483
 
5
484
  <!-- generated comparing v5.6.4..master -->
@@ -752,7 +1231,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
752
1231
  - &#8203;<!-- 25 -->[core] Update playwright docker to match the specified version (#31236) @siriwatknp
753
1232
  - &#8203;<!-- 24 -->[core] Remove parallel on buildTypes (#31189) @siriwatknp
754
1233
  - &#8203;<!-- 23 -->[core] Fix propTypes generation for optional any props (#31141) @m4theushw
755
- - &#8203;<!-- 04 -->[Typescript] Remove variants deprecation (#31239) @siriwatknp
1234
+ - &#8203;<!-- 04 -->[typescript] Remove variants deprecation (#31239) @siriwatknp
756
1235
 
757
1236
  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
758
1237
 
@@ -817,7 +1296,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
817
1296
  - [Select] Allow customizing Select based on its variant (#30788) @michaldudak
818
1297
  - [Portal] Re-export 'Portal' in material (#31003) @liradb2000
819
1298
  - [ToggleButton] Add prop types for `onClick` and `onChange` (#30883) @sydneyjodon-wk
820
- - [Typescript] Added TypeText declaration to the exports file (#30890) @agauravdev
1299
+ - [typescript] Added TypeText declaration to the exports file (#30890) @agauravdev
821
1300
 
822
1301
  ### `@mui/system@5.4.2`
823
1302
 
@@ -851,7 +1330,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
851
1330
  - [docs] Fix force redirection to a different locale (#30967) @oliviertassinari
852
1331
  - [docs] Add live Tailwind CSS demo (#30966) @oliviertassinari
853
1332
  - [website] Add banner for promoting priority open roles (#31076) @danilo-leal
854
- - [website] Open Full-stack Engineer role for studio (#31038) @newguy-123
1333
+ - [website] Open Full-stack Engineer role for studio (#31038) @prakhargupta1
855
1334
  - [website] Minor security improvements (#31062) @oliviertassinari
856
1335
  - [website] Improve title of open roles (#30963) @DanailH
857
1336
  - [website] Add BIMI avatar (#30444) @oliviertassinari
@@ -866,7 +1345,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
866
1345
  - [test] Test if certain Base members are exported from Material UI (#31067) @michaldudak
867
1346
  - [core] Remove dead code (#31064) @oliviertassinari
868
1347
 
869
- All contributors of this release in alphabetical order: @agauravdev, @alisasanib, @DanailH, @danilo-leal, @huyenltnguyen, @l10nbot, @liradb2000, @mbrookes, @michaldudak, @mnajdova, @newguy-123, @oliviertassinari, @ryohey, @samuelsycamore, @siriwatknp, @sydneyjodon-wk
1348
+ All contributors of this release in alphabetical order: @agauravdev, @alisasanib, @DanailH, @danilo-leal, @huyenltnguyen, @l10nbot, @liradb2000, @mbrookes, @michaldudak, @mnajdova, @prakhargupta1, @oliviertassinari, @ryohey, @samuelsycamore, @siriwatknp, @sydneyjodon-wk
870
1349
 
871
1350
  ## 5.4.1
872
1351
 
@@ -1576,14 +2055,14 @@ This is an early release to fix `export 'useId' (imported as 'React') was not fo
1576
2055
  - &#8203;<!-- 9 -->[core] Fix PR run detection in test_bundle_size_monitor (#29879) @eps1lon
1577
2056
  - &#8203;<!-- 8 -->[core] Move bundle size monitoring to CircleCI (#29876) @eps1lon
1578
2057
  - &#8203;<!-- 7 -->[docs] Add keys to Responsive AppBar demo (#29884) @mbrookes
1579
- - &#8203;<!-- 6 -->[docs] MUI's 2021 Developer survey (#29765) @newguy-123
2058
+ - &#8203;<!-- 6 -->[docs] MUI's 2021 Developer survey (#29765) @prakhargupta1
1580
2059
  - &#8203;<!-- 5 -->[docs] Smoother image loading UX (#29858) @oliviertassinari
1581
2060
  - &#8203;<!-- 4 -->[Select] Fix select display value with React Nodes (#29836) @kegi
1582
2061
  - &#8203;<!-- 3 -->[system] Add `experimental_sx` utility (#29833) @mnajdova
1583
2062
  - &#8203;<!-- 2 -->[test] Ignore "detected multiple renderers" warning for now (#29854) @eps1lon
1584
2063
  - &#8203;<!-- 1 -->[useMediaQuery][utils] Remove usage of React 18 APIs (#29870) @eps1lon
1585
2064
 
1586
- All contributors of this release in alphabetical order: @eps1lon, @karakib2k18, @kegi, @mbrookes, @mnajdova, @newguy-123, @oliviertassinari
2065
+ All contributors of this release in alphabetical order: @eps1lon, @karakib2k18, @kegi, @mbrookes, @mnajdova, @prakhargupta1, @oliviertassinari
1587
2066
 
1588
2067
  ## 5.2.0
1589
2068
 
@@ -1731,7 +2210,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
1731
2210
  - &#8203;<!-- 33 -->[core] Add `experiments` index page (#29582) @siriwatknp
1732
2211
  - &#8203;<!-- 32 -->[core] Move s3 bucket ownership to mui-org (#29609) @eps1lon
1733
2212
  - &#8203;<!-- 31 -->[core] Improve support request message (#29614) @mnajdova
1734
- - &#8203;<!-- 30 -->[core] Use support request Github Action (#29594) @mnajdova
2213
+ - &#8203;<!-- 30 -->[core] Use support request GitHub Action (#29594) @mnajdova
1735
2214
  - &#8203;<!-- 29 -->[core] Remove unused `getJsxPreview` util (#29586) @ZeeshanTamboli
1736
2215
  - &#8203;<!-- 28 -->[core] Use GitHub issue forms (#28038) @oliviertassinari
1737
2216
  - &#8203;<!-- 26 -->[core] Add playground (#29423) @oliviertassinari
@@ -2401,7 +2880,7 @@ _Sep 1, 2021_
2401
2880
  A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
2402
2881
 
2403
2882
  - 🎉 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).
2404
- - 🛠 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)
2883
+ - 🛠 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)
2405
2884
  - 🧪 Added new `<Mansory>` component to the lab, [check it out](https://mui.com/components/masonry/). It has been crafted by our first intern, @hbjORbj 👏!
2406
2885
 
2407
2886
  ### `@mui/material@5.0.0-rc.0`
@@ -3806,7 +4285,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
3806
4285
  />
3807
4286
  ```
3808
4287
 
3809
- > Follow [this link](https://mui.com/material-ui/guides/migration-v4/#main-content) for full migration from v4 => v5
4288
+ > Follow [this link](https://mui.com/material-ui/migration/migration-v4/) for full migration from v4 => v5
3810
4289
 
3811
4290
  #### Changes
3812
4291
 
@@ -4255,8 +4734,8 @@ A big thanks to the 15 contributors who made this release possible. Here are som
4255
4734
  - &#8203;<!-- 29 -->[Button] Rename `pending` prop to `loading` in LoadingButton (#25874) @m4theushw
4256
4735
 
4257
4736
  ```diff
4258
- -<LoadingButton pending pendingIndicator="Pending..." pendingPosition="end" />
4259
- +<LoadingButton loading loadingIndicator="Pending..." loadingPosition="end" />
4737
+ -<LoadingButton pending pendingIndicator="Pending" pendingPosition="end" />
4738
+ +<LoadingButton loading loadingIndicator="Pending" loadingPosition="end" />
4260
4739
  ```
4261
4740
 
4262
4741
  - &#8203;<!-- 25 -->[ButtonBase] Remove buttonRef prop (#25896) @m4theushw
@@ -5786,7 +6265,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
5786
6265
  - [docs] Fix duplicated styles generated from emotion (#23809) @mnajdova
5787
6266
  - [docs] Fix icon alignment in /components/breadcrumbs (#23818) @eps1lon
5788
6267
  - [docs] Fix production deploy (#23963) @eps1lon
5789
- - [docs] Fix source on Github links (#23821) @praveenkumar-kalidass
6268
+ - [docs] Fix source on GitHub links (#23821) @praveenkumar-kalidass
5790
6269
  - [docs] Fix StickyHeaderTable round borders (#23882) @antoniopacheco
5791
6270
  - [docs] Fix typo in date picker dayjs adapter name (#23935) @andresmrm
5792
6271
  - [docs] Improve system properties page (#23961) @mnajdova
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.7.0
1
+ /** @license MUI v5.8.6
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/legacy/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.7.0
1
+ /** @license MUI v5.8.6
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/modern/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.7.0
1
+ /** @license MUI v5.8.6
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/node/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.7.0
1
+ /** @license MUI v5.8.6
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/private-theming",
3
- "version": "5.7.0",
3
+ "version": "5.8.6",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "Private - The React theme context to be shared between `@mui/styles` and `@mui/material`.",
@@ -36,7 +36,7 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@babel/runtime": "^7.17.2",
39
- "@mui/utils": "^5.7.0",
39
+ "@mui/utils": "^5.8.6",
40
40
  "prop-types": "^15.8.1"
41
41
  },
42
42
  "sideEffects": false,