@mui/private-theming 5.6.2 โ†’ 5.8.4

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,579 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.8.4
4
+
5
+ <!-- generated comparing v5.8.3..master -->
6
+
7
+ _Jun 14, 2022_
8
+
9
+ A big thanks to the 24 contributors who made this release possible. Here are some highlights โœจ:
10
+
11
+ - ๐Ÿš€ Added support for custom breakpoints in the `Grid` component by @boutahlilsoufiane
12
+ - ๐Ÿ“š Added guide on how to use Material UI with Shadow DOM by @cherniavskii
13
+ - many other ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements
14
+
15
+ ### `@mui/material@5.8.4`
16
+
17
+ - &#8203;<!-- 36 -->[Button] Add missing classes in `ButtonClasses` type (#33040) @ZeeshanTamboli
18
+ - &#8203;<!-- 20 -->[Grid] Fix prop-type key regression (#33123) @oliviertassinari
19
+ - &#8203;<!-- 19 -->[Grid] Support custom breakpoints (#31998) @boutahlilsoufiane
20
+ - &#8203;<!-- 18 -->[Grow] Limit CSS transition bug workaround to Safari 15.4 only (#32996) @igordanchenko
21
+ - &#8203;<!-- 17 -->[Hidden] Remove dependency on hoist-non-react-statics (#33015) @oliviertassinari
22
+ - &#8203;<!-- 12 -->[Link] Add support for CSS variables (#33036) @winderica
23
+ - &#8203;<!-- 07 -->[Popover] Export `getOffsetTop` & `getOffsetLeft` from Popover's index and add typings (#32959) @rart
24
+ - &#8203;<!-- 06 -->[Slider] Fix SliderValueLabelProps type (#32895) @oliviertassinari
25
+ - &#8203;<!-- 05 -->[Snackbar] Remove `RTL` direction specific logic (#32808) @aaarichter
26
+ - &#8203;<!-- 04 -->[StepIcon] Fix text centering when changing browser font size (#32706) @alansouzati
27
+ - &#8203;<!-- 02 -->[Tabs] Scroll by width of the first visible tab if only one tab is partially visible (#32778) @frankkluijtmans
28
+
29
+ ### `@mui/system@5.8.4`
30
+
31
+ - &#8203;<!-- 38 -->[Stack, system] Apply correct responsive styles if any custom breakpoints are provided (#32913) @ZeeshanTamboli
32
+ - &#8203;<!-- 03 -->[system] Fix missing typings for ColorFormat (#32417) @l-zoy
33
+
34
+ ### `@mui/codemod@5.8.4`
35
+
36
+ - &#8203;<!-- 35 -->[codemod] Add support for `@mui/styles/makeStyles` imports (#32962) @joshkel
37
+
38
+ ### `@mui/lab@5.0.0-alpha.86`
39
+
40
+ - &#8203;<!-- 08 -->[pickers] Fix broken ref forwarding (#33107) @oliviertassinari
41
+ - &#8203;<!-- 13 -->[lab] Fix React's `forwardRef` warning when importing from the index (#33134) @mnajdova
42
+
43
+ ### `@mui/base@5.0.0-alpha.85`
44
+
45
+ - &#8203;<!-- 11 -->[MenuUnstyled] Accept callbacks in componentsProps (#32997) @michaldudak
46
+ - &#8203;<!-- 10 -->[ModalUnstyled] Fix errors from the W3C validator about incorrect aria-hidden attribute on some elements (#30920) @mkrtchian
47
+ - &#8203;<!-- 09 -->[ModalUnstyled] Fix behavior of not respecting props ariaHidden value (#32055) @tech-meppem
48
+
49
+ ### `@mui/joy@5.0.0-alpha.32`
50
+
51
+ - &#8203;<!-- 16 -->[Joy] Miscellaneous card fixes (#33129) @siriwatknp
52
+ - &#8203;<!-- 15 -->[Joy] Miscellaneous fixes (#33073) @siriwatknp
53
+ - &#8203;<!-- 14 -->[Joy] Add typography and link docs (#33047) @siriwatknp
54
+
55
+ ### Docs
56
+
57
+ - &#8203;<!-- 40 -->[Contributing.md] Local install instructions (#32975) @Moizsohail
58
+ - &#8203;<!-- 32 -->[docs] Add responsive AppBar with drawer (#32769) @dvlprAlamin
59
+ - &#8203;<!-- 31 -->[docs] Move codesandbox to MUI org (#33122) @oliviertassinari
60
+ - &#8203;<!-- 30 -->[docs] Add Shadow DOM guide (#33007) @cherniavskii
61
+ - &#8203;<!-- 29 -->[docs] Fix typo in Material UI overview page (#33087) @oliviertassinari
62
+ - &#8203;<!-- 28 -->[docs] Miscellaneous fixes in `MUI Base` docs (#33091) @ZeeshanTamboli
63
+ - &#8203;<!-- 27 -->[docs] Fix GitHub capitalization (#33071) @oliviertassinari
64
+ - &#8203;<!-- 26 -->[docs] Fix a typo in `InputUnstyled` docs (#33077) @ZeeshanTamboli
65
+ - &#8203;<!-- 25 -->[docs] Add notification for Joy blog post (#33059) @siriwatknp
66
+ - &#8203;<!-- 24 -->[docs] Improve aspect ratio docs and integration (#33065) @siriwatknp
67
+ - &#8203;<!-- 34 -->[docs] Update code block copy label (#33128) @siriwatknp
68
+ - &#8203;<!-- 23 -->[docs] Fix typo in Autocomplete CSS API (#32838) @KeaghanKennedy
69
+ - &#8203;<!-- 22 -->[docs] Improvements for Radio Group Rating Docs (#32843) @Kai-W
70
+ - &#8203;<!-- 21 -->[docs] Enable Joy pages (#33064) @siriwatknp
71
+ - &#8203;<!-- 02 -->[website] Add Joy UI to the pricing page (#33099) @danilo-leal
72
+ - &#8203;<!-- 01 -->[website] Clarify the pricing a bit (#33069) @oliviertassinari
73
+
74
+ ### Core
75
+
76
+ - &#8203;<!-- 39 -->yarn proptypes @oliviertassinari
77
+ - &#8203;<!-- 34 -->[core] Update dependencies to fix security vulnerabilities (#33095) @michaldudak
78
+ - &#8203;<!-- 33 -->[core] Import new line convention (#33068) @oliviertassinari
79
+ - &#8203;<!-- 37 -->[core] Make repository configurable in changelog script (#33130) @Janpot
80
+
81
+ 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
82
+
83
+ ## 5.8.3
84
+
85
+ <!-- generated comparing v5.8.2..master -->
86
+
87
+ _Jun 7, 2022_
88
+
89
+ A big thanks to the 15 contributors who made this release possible.
90
+ This release is mostly about ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements.
91
+
92
+ ### `@mui/material@5.8.3`
93
+
94
+ - [Alert] Constrain message width and allow overflow (#32747) @Janpot
95
+ - [Checkbox] Add support for CSS variables (#32579) @haneenmahd
96
+ - [Slider] Fix positioning of tooltips on vertical slider (#32919) @abhinav-22-tech
97
+
98
+ ### `@mui/system@5.8.3`
99
+
100
+ - [system] Configurable attributes for libraries (#32971) @siriwatknp
101
+
102
+ ### `@mui/codemod@5.8.3`
103
+
104
+ - [codemod] Fix infinite loop in jss-to-tss-react and add TODO (#33048) @ryancogswell
105
+
106
+ ### `@mui/lab@5.0.0-alpha.85`
107
+
108
+ - [pickers] Add deprecations when importing pickers from the lab (#32950) @flaviendelangle
109
+
110
+ ### `@mui/joy@5.0.0-alpha.31`
111
+
112
+ - [Joy] Add `Slider` component and demos (#32694) @hbjORbj
113
+ - [Joy] Add articles about customization approaches (#32887) @siriwatknp
114
+ - [Joy] Add automatic adjustment page to core features (#32980) @siriwatknp
115
+ - [Joy] Add docs about dark mode (#33002) @siriwatknp
116
+ - [Joy] Add template UIs & first look blog post (#32791) @danilo-leal
117
+
118
+ ### `@mui/base@5.0.0-alpha.84`
119
+
120
+ - [base] Remove @mui/system in tests (#32945) @kevinji
121
+ - [ButtonUnstyled] Accept callbacks in componentsProps (#32991) @michaldudak
122
+ - [SwitchUnstyled] Accept callbacks in componentsProps (#32993) @michaldudak
123
+ - [TablePaginationUnstyled] Define ownerState and slot props' types (#32905) @michaldudak
124
+ - [TabPanelUnstyled] Define ownerState and slot props' types (#32928) @michaldudak
125
+ - [TabsListUnstyled] Define ownerState and slot props' types (#32925) @michaldudak
126
+
127
+ ### Docs
128
+
129
+ - [blog] Fix anchor link scroll (#32994) @oliviertassinari
130
+ - [docs] Add "Migration" section to sidebar and revise v4-v5 content (#32740) @samuelsycamore
131
+ - [docs] Add What doesn't count as a breaking change? (#32850) @oliviertassinari
132
+ - [docs] Fix 301 link @oliviertassinari
133
+ - [docs] Fix icon color in `BadgeUnstyled` docs (#32976) @ZeeshanTamboli
134
+ - [docs] Improve product identifier (#32707) @danilo-leal
135
+ - [docs] Improve UX with back to top (#32896) @oliviertassinari
136
+ - [docs] Polish overview page to Material UI (#32954) @oliviertassinari
137
+ - [docs] Redirect older URLs (#33037) @oliviertassinari
138
+ - [docs] Remove pickers page from the Lab section (#32961) @DanailH
139
+ - [docs] Show product identifier on updated MUI X Introduction pages (#32966) @samuelsycamore
140
+ - [docs] Throw on 301 links (#32939) @oliviertassinari
141
+ - [website] Add Gerda to the about page (#33038) @danilo-leal
142
+ - [website] Polish the pricing page (#32811) @oliviertassinari
143
+ - [website] Remove unnecessary `address` dependency (#32957) @michaldudak
144
+
145
+ ### Core
146
+
147
+ - [core] Improve icon synonyms (#32742) @oliviertassinari
148
+ - [core] Prepare Next.js config for React 18 (#32963) @michaldudak
149
+ - [core] Remove dead logic (#32940) @oliviertassinari
150
+ - [core] Update dependencies to fix security vulnerabilities (#32947) @michaldudak
151
+ - Add security link to README for Tidelift @mbrookes
152
+
153
+ 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
154
+
155
+ ## 5.8.2
156
+
157
+ <!-- generated comparing v5.8.1..master -->
158
+
159
+ _May 30, 2022_
160
+
161
+ A big thanks to the 8 contributors who made this release possible. Here are some highlights โœจ:
162
+
163
+ - ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements.
164
+
165
+ ### `@mui/system@5.8.2`
166
+
167
+ - &#8203;<!-- 04 -->[system] Add `getColorSchemeSelector` util (#32868) @siriwatknp
168
+
169
+ ### `@mui/lab@5.0.0-alpha.84`
170
+
171
+ - &#8203;<!-- 07 -->[Masonry] Place items to the left when there are less objects than specified in `column` prop (#32873) @hbjORbj
172
+
173
+ ### `@mui/base@5.0.0-alpha.83`
174
+
175
+ - &#8203;<!-- 24 -->[BadgeUnstyled] Define ownerState and slot props' types (#32750) @michaldudak
176
+ - &#8203;<!-- 06 -->[SliderUnstyled] Define ownerState and slot props' types (#32739) @michaldudak
177
+ - &#8203;<!-- 05 -->[SwitchUnstyled] Define ownerState and slot props' types (#32573) @michaldudak
178
+ - &#8203;<!-- 03 -->[TabsUnstyled] Define ownerState and slot props' types (#32918) @michaldudak
179
+ - &#8203;<!-- 02 -->[TabUnstyled] Define ownerState and slot props' types (#32915) @michaldudak
180
+
181
+ ### `@mui/joy@5.0.0-alpha.30`
182
+
183
+ - &#8203;<!-- 13 -->[Joy] use `textColor` prop for Typography and Link (#32938) @siriwatknp
184
+ - &#8203;<!-- 12 -->[Joy] Make variants for more flexible (#32931) @siriwatknp
185
+ - &#8203;<!-- 11 -->[Joy] Improve automatic adjustment (#32923) @siriwatknp
186
+ - &#8203;<!-- 10 -->[Joy] Add `Chip` doc (#32819) @hbjORbj
187
+ - &#8203;<!-- 09 -->[Joy] Add `AspectRatio` demos (#32848) @siriwatknp
188
+ - &#8203;<!-- 08 -->[Joy] Fix wrong urls (#32883) @siriwatknp
189
+
190
+ ### Docs
191
+
192
+ - &#8203;<!-- 24 -->[docs] Iterate on the job ad for React engineer in Core (#32900) @mnajdova
193
+ - &#8203;<!-- 23 -->[blog] Fix avatar image resolution (#32890) @oliviertassinari
194
+ - &#8203;<!-- 19 -->[docs] Link the first page of the product (#32943) @oliviertassinari
195
+ - &#8203;<!-- 18 -->[docs] Batch small changes (#32170) @michaldudak
196
+ - &#8203;<!-- 17 -->[docs] Allow function prop to return undefined (#32766) @m4theushw
197
+ - &#8203;<!-- 16 -->[docs] Fix wrong link to Material Icons (#32847) @oliviertassinari
198
+ - &#8203;<!-- 15 -->[docs] Fix ClassNameGenerator content (#32800) @siriwatknp
199
+ - &#8203;<!-- 14 -->[docs] Fix navigation links (#32851) @oliviertassinari
200
+ - &#8203;<!-- 14 -->[docs] Document the `size` prop for InputLabel (#32936) @romelperez
201
+ - &#8203;<!-- 21 -->[docs] Add note about transparent background on the outlined Alert variant (#32810) @aaarichter
202
+ - &#8203;<!-- 01 -->[website] Update the careers's page with the new roles (#32535) @oliviertassinari
203
+
204
+ ### Core
205
+
206
+ - &#8203;<!-- 22 -->[core] Improve the incomplete issues workflow (#32878) @mnajdova
207
+ - &#8203;<!-- 21 -->[core] Add CI check that the PR has label (#32886) @mnajdova
208
+ - &#8203;<!-- 20 -->[core] Avoid leaking @babel/runtime (#32874) @oliviertassinari
209
+
210
+ All contributors of this release in alphabetical order: @aaarichter, @hbjORbj, @m4theushw, @michaldudak, @mnajdova, @oliviertassinari, @romelperez, @siriwatknp
211
+
212
+ ## 5.8.1
213
+
214
+ <!-- generated comparing v5.8.0..master -->
215
+
216
+ _May 23, 2022_
217
+
218
+ A big thanks to the 21 contributors who made this release possible. Here are some highlights โœจ:
219
+
220
+ - ๐Ÿ’… Added CSS variables support for two more Material UI components by @diggis00 and @alisasanib
221
+ - And more ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements.
222
+
223
+ ### `@mui/material@5.8.1`
224
+
225
+ - &#8203;<!-- 33 -->[Alert] Fix missing `ownerState` on the `action` slot (#32801) @mnajdova
226
+ - &#8203;<!-- 20 -->[Fab] Make the `color` prop type extendable (#31830) @paales
227
+ - &#8203;<!-- 14 -->[ListItemButton] Render as link if href specified (#32403) @o-dubrovskyi
228
+ - &#8203;<!-- 13 -->[Paper] Add support for CSS variables (#32570) @diggis00
229
+ - &#8203;<!-- 11 -->[Radio] Add support for CSS variables (#32599) @alisasanib
230
+ - &#8203;<!-- 10 -->[Slider] Prevent rendering for marks that are out of the min & max bounds (#32436) @abriginets
231
+ - &#8203;<!-- 09 -->[Slider] Slider having marks should be customizable in theme (#32816) @ZeeshanTamboli
232
+ - &#8203;<!-- 03 -->[TouchRipple] Allows call imperative methods without event (#31955) @alexfauquette
233
+
234
+ ### `@mui/system@5.8.1`
235
+
236
+ - &#8203;<!-- 07 -->[system] Simplify stylesheet injection logic (#32869) @siriwatknp
237
+ - &#8203;<!-- 06 -->[system] Fix color scheme specificity (#32628) @siriwatknp
238
+ - &#8203;<!-- 05 -->[system] Fix `borderRadius` errors when used inside `CssVarsProvider` (#32817) @mnajdova
239
+ - &#8203;<!-- 04 -->[system] Fix toolbar media query mixin getting merged in wrong order (#32713) @ZeeshanTamboli
240
+
241
+ ### `@mui/lab@5.0.0-alpha.83`
242
+
243
+ - &#8203;<!-- 15 -->[lab] Add missing `peerDependencies` (#32623) @nate-summercook
244
+ - &#8203;<!-- 12 -->[pickers] Update @mui/x-date-pickers to be usable with React 18 (#32828) @flaviendelangle
245
+
246
+ ### `@mui/base@5.0.0-alpha.82`
247
+
248
+ - &#8203;<!-- 08 -->[SliderUnstyled] Fix `disabledSwap` not being respected in `onChangeCommitted` (#32647) @JeanPetrov
249
+
250
+ ### `@mui/joy@5.0.0-alpha.29`
251
+
252
+ - &#8203;<!-- 19 -->[Joy] Show Joy pages on master (#32866) @siriwatknp
253
+ - &#8203;<!-- 18 -->[Joy] Add an overview page (#32836) @danilo-leal
254
+ - &#8203;<!-- 17 -->[Joy] Add doc for the card components (#32825) @siriwatknp
255
+ - &#8203;<!-- 16 -->[Joy] Miscellaneous fixes (#32815) @siriwatknp
256
+
257
+ ### Docs
258
+
259
+ - &#8203;<!-- 31 -->[docs] Simplify header DOM structure (#32844) @oliviertassinari
260
+ - &#8203;<!-- 30 -->[docs] Fix CodeSandbox & StackBlitz generation (#32726) @siriwatknp
261
+ - &#8203;<!-- 29 -->[docs] Fix urls to columns pages in pricing table (#32842) @alexfauquette
262
+ - &#8203;<!-- 28 -->[docs] Fix Tailwind CSS integration docs (#32512) @robertwt7
263
+ - &#8203;<!-- 27 -->[docs] Fixed wrong command for the `link-underline-hover` codemod (#32793) @veronikaslc
264
+ - &#8203;<!-- 26 -->[docs] Fixed broken link on the icons page (#32780) @SamuelMaddox
265
+ - &#8203;<!-- 25 -->[docs] Add "back to top" button (#30441) @VibhorJaiswal
266
+ - &#8203;<!-- 24 -->[docs] Fix typo in notifications @mbrookes
267
+ - &#8203;<!-- 32 -->[docs] New WAI-ARIA guidelines location (#32865) @oliviertassinari
268
+ - &#8203;<!-- 23 -->[docs] Mention the ESLint plugin for detecting unused classes in tss-react (#32666) @garronej
269
+ - &#8203;<!-- 22 -->[docs] Update `useAutocomplete` demos to use `Mui-focused` class (#32757) @ZeeshanTamboli
270
+ - &#8203;<!-- 21 -->[examples] Fix `NextLinkComposedProps` gives a TypeScript error (#32655) @ZeeshanTamboli
271
+ - &#8203;<!-- 01 -->[website] Add Pedro to About Us page (#32803) @apedroferreira
272
+
273
+ ### Core
274
+
275
+ - &#8203;<!-- 32 -->[core] Upgrade MUI X dependency (#32824) @oliviertassinari
276
+ - &#8203;<!-- 02 -->[typescript] Allow module augmentation for `Mixins` (#32798) @mnajdova
277
+
278
+ 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
279
+
280
+ ## 5.8.0
281
+
282
+ <!-- generated comparing v5.7.0..master -->
283
+
284
+ _May 17, 2022_
285
+
286
+ A big thanks to the 14 contributors who made this release possible. Here are some highlights โœจ:
287
+
288
+ - ๐Ÿš€ [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.
289
+ - Codemod for `jss` to `tss-react` migration is out thanks to @ryancogswell
290
+ - And more ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements.
291
+
292
+ ### `@mui/material@5.8.0`
293
+
294
+ - &#8203;<!-- 37 -->[Autocomplete] Fix `getInputProps` TypeScript return type (#32730) @ZeeshanTamboli
295
+ - &#8203;<!-- 36 -->[Autocomplete] Forward props to renderTags() (#32637) @emlai
296
+ - &#8203;<!-- 35 -->[Badge] Fix TypeScript error when adding style overrides for Badge (#32745) @ZeeshanTamboli
297
+ - &#8203;<!-- 09 -->[Menu] Fix context menu open position (#32661) @oliviertassinari
298
+
299
+ ### `@mui/system@5.8.0`
300
+
301
+ - &#8203;<!-- 05 -->[system] Add `Container` component and `createContainer` factory (#32263) @mnajdova
302
+
303
+ ### `@mui/base@5.0.0-alpha.81`
304
+
305
+ - &#8203;<!-- 15 -->[InputUnstyled] Support callbacks in componentsProps (#32271) @michaldudak
306
+ - &#8203;<!-- 14 -->[InputUnstyled] Define ownerState and slot props' types (#32491) @michaldudak
307
+ - &#8203;<!-- 08 -->[MenuUnstyled] Demos improvements (#32714) @michaldudak
308
+ - &#8203;<!-- 07 -->[OptionUnstyled] Define ownerState and slot props' types (#32717) @michaldudak
309
+
310
+ ### `@mui/joy@5.0.0-alpha.28`
311
+
312
+ - &#8203;<!-- 13 -->[Joy] Add Badge doc (#32790) @siriwatknp
313
+ - &#8203;<!-- 12 -->[Joy] Add global variant feature page (#32695) @siriwatknp
314
+ - &#8203;<!-- 11 -->[Joy] Add avatar page (#32711) @siriwatknp
315
+
316
+ ### `@mui/codemod@5.8.0`
317
+
318
+ - &#8203;<!-- 33 -->[codemod] Add jss to tss-react codemod (#31802) @ryancogswell
319
+
320
+ ### Docs
321
+
322
+ - &#8203;<!-- 34 -->[blog] Add release post for MUI X Premium (#32720) @joserodolfofreitas
323
+ - &#8203;<!-- 29 -->[docs] Fix wrong code snippet for overriding styles in theme with a callback value (#32781) @ZeeshanTamboli
324
+ - &#8203;<!-- 28 -->[docs] Update Crowdin logo (#32782) @andrii-bodnar
325
+ - &#8203;<!-- 27 -->[docs] Improve callouts design (#32709) @danilo-leal
326
+ - &#8203;<!-- 26 -->[docs] Revise the "Understanding MUI packages" article (#32382) @danilo-leal
327
+ - &#8203;<!-- 25 -->[docs] Fix link to the material icons (#32771) @oliviertassinari
328
+ - &#8203;<!-- 24 -->[docs] Add notification for Premium release blog post (#32728) @joserodolfofreitas
329
+ - &#8203;<!-- 23 -->[docs] Base Portal style revisions and final review (#32157) @samuelsycamore
330
+ - &#8203;<!-- 22 -->[docs] Add joy to docs package.json (#32744) @siriwatknp
331
+ - &#8203;<!-- 21 -->[docs] Fix TOC-related styles not being applied when disableAd=true (#32733) @cherniavskii
332
+ - &#8203;<!-- 20 -->[docs] Add TypeScript guide on the polymorphic components (#32168) @mnajdova
333
+ - &#8203;<!-- 19 -->[docs] Fix warning mode pass to React.Fragment (#32729) @siriwatknp
334
+ - &#8203;<!-- 18 -->[docs] Revise Showcase copy for clarity + audit appList (#31946) @samuelsycamore
335
+ - &#8203;<!-- 17 -->[examples] Update remix example's tsconfig with required values (#32723) @michaldudak
336
+ - &#8203;<!-- 16 -->[examples] Update to use React 18's createRoot (#32506) @mnajdova
337
+ - &#8203;<!-- 10 -->[l10n] Fix typos and translations on arSD and arEG locales (#31848) @shadigaafar
338
+ - &#8203;<!-- 04 -->[website] Improve communication about MUI X components that are still wip (#32708) @danilo-leal
339
+ - &#8203;<!-- 03 -->[website] Remove scrollbar on x-axis (#32291) @MrHBS
340
+ - &#8203;<!-- 02 -->[website] Update the pricing page for the MUI X premium plan release (#32458) @joserodolfofreitas
341
+ - &#8203;<!-- 01 -->[website] Update sponsors (#32725) @oliviertassinari
342
+
343
+ ### Core
344
+
345
+ - &#8203;<!-- 32 -->[core] Enabled Renovate's lockfile maintenance (#32635) @michaldudak
346
+ - &#8203;<!-- 31 -->[core] Extract `MuiPage` interface to separate file (#32715) @cherniavskii
347
+ - &#8203;<!-- 30 -->[core] Remove unnecessary `spacing` parameter from `createMixins` method (#32690) @ZeeshanTamboli
348
+ - &#8203;<!-- 06 -->[private-classnames] Remove package and move everything to utils (#32758) @mnajdova
349
+
350
+ All contributors of this release in alphabetical order: @andrii-bodnar, @cherniavskii, @danilo-leal, @emlai, @joserodolfofreitas, @michaldudak, @mnajdova, @MrHBS, @oliviertassinari, @ryancogswell, @samuelsycamore, @shadigaafar, @siriwatknp, @ZeeshanTamboli
351
+
352
+ ## 5.7.0
353
+
354
+ <!-- generated comparing v5.6.4..master -->
355
+
356
+ _May 10, 2022_
357
+
358
+ A big thanks to the 27 contributors who made this release possible. Here are some highlights โœจ:
359
+
360
+ ๐Ÿ›  This release is all about supporting CSS variables in many Material UI components.
361
+ Kudos to all contributors!
362
+
363
+ ### `@mui/material@5.7.0`
364
+
365
+ - [StepLabel, StepIcon] Add support for CSS variables (#32609) @vicasas
366
+ - [Table, TableRow] Add support for CSS variables (#32614) @vicasas
367
+ - [AppBar] Add a logo component for the responsive app bar demo (#32374) @ameetmadan
368
+ - [Autocomplete] Fix clearing single array values (#32626) @mikepricedev
369
+ - [Autocomplete] Fix keep listbox open on left/right keys when inputValue is not empty (#31407) @alisasanib
370
+ - [Autocomplete] Add support for CSS variables (#32598) @ZeeshanTamboli
371
+ - [Autocomplete] Render `endAdornment` only when necessary (#32386) @g1eny0ung
372
+ - [ButtonGroup] Add support for CSS variables (#32498) @vicasas
373
+ - [CardActionArea] Add support for CSS variables (#32554) @vicasas
374
+ - [ClickAwayListener] Allow pointer up/down events to event handler (#32264) @vladjerca
375
+ - [CssBaseline] Add support for CSS vars (#32618) @haneenmahd
376
+ - [Dialog] Add support for CSS variables (#32555) @vicasas
377
+ - [Divider] Add support for CSS variables (#32519) @vicasas
378
+ - [Drawer] Add support for CSS variables (#32565) @nghiamvt
379
+ - [Fab] Add support for CSS variables (#32564) @alisasanib
380
+ - [FormControlLabel] Add support for CSS variables (#32588) @elliefoote
381
+ - [FormHelperText] Add support for CSS variables (#32596) @ZeeshanTamboli
382
+ - [FormLabel] Add support for CSS variables (#32602) @ZeeshanTamboli
383
+ - [Icon] Add support for CSS variables (#32595) @Jamaalwbrown
384
+ - [IconButton] Add support for CSS variables (#32590) @Ariyapong
385
+ - [ImageListItemBar] Add support for CSS variables (#32578) @vicasas
386
+ - [Input] Support CSS variables (#32128) @ivan-ngchakming
387
+ - [InputAdornment] Add support CSS variables (#32607) @vicasas
388
+ - [Link] Fix style overrides color prop (#32653) @siriwatknp
389
+ - [ListItem] Add support for CSS variables (#32580) @dan-mba
390
+ - [ListItemButton] Add support for CSS variables (#32582) @dan-mba
391
+ - [ListItemIcon] Add support for CSS variables (#32583) @dan-mba
392
+ - [ListSubheader] Add support for CSS variables (#32584) @dan-mba
393
+ - [MenuItem] Add support for CSS variables (#32561) @nghiamvt
394
+ - [MobileStepper] Add support for CSS vars (#32606) @haneenmahd
395
+ - [Modal] Add support for CSS variables (#32605) @haneenmahd
396
+ - [PaginationItem] Add support for CSS vars (#32612) @haneenmahd
397
+ - [Rating] Add support for CSS variables (#32556) @vicasas
398
+ - [Snackbar] Add support for CSS variables (#32603) @gin1314
399
+ - [SpeedDial] Add support for CSS variables (#32613) @alisasanib
400
+ - [Stepper] Export useStepperContext (#31398) @pzi
401
+ - [SvgIcon] Add support for CSS variables (#32610) @vicasas
402
+ - [TablePagination] Add support for CSS variables (#32615) @haneenmahd
403
+ - [TableSortLabel]: Add support for CSS vars (#32616) @haneenmahd
404
+ - [Tabs] Add support for CSS variables (#32547) @ZeeshanTamboli
405
+ - [ToggleButton] Add support for CSS variables (#32600) @Ariyapong
406
+ - [ToggleButtonGroup] Add support for CSS variables (#32617) @haneenmahd
407
+ - [Tooltip] Add support for CSS variables (#32594) @gin1314
408
+
409
+ ### `@mui/system@5.7.0`
410
+
411
+ - [System] Support CSS variables for iframes & custom nodes (#32496) @siriwatknp
412
+
413
+ ### `@mui/base@5.0.0-alpha.80`
414
+
415
+ - [ButtonUnstyled] Fix keyboard navigation on customized elements (#32204) @michaldudak
416
+
417
+ ### `@mui/private-classnames@5.7.0`
418
+
419
+ - [classnames] Add new package for classnames utils (#32502) @mnajdova
420
+
421
+ ### Docs
422
+
423
+ - [docs] Correct links to prevent 301 redirects (#32692) @michaldudak
424
+ - [docs] Move, split, and revise "Unstyled components" page (#32562) @samuelsycamore
425
+ - [docs] Nest `ListItemButton` in `ListItem` in the Drawer examples (#31987) @stefanprobst
426
+ - [docs] Apply callouts in the Material UI docs (#32567) @danilo-leal
427
+ - [docs] Show product identifier on new X pages (#32657) @cherniavskii
428
+ - [docs] Fix copy button childNode not found (#32652) @siriwatknp
429
+ - [docs] Split install commands in isolated code blocks (#32566) @danilo-leal
430
+ - [docs] Base Switch style revisions and final review (#32376) @samuelsycamore
431
+ - [docs] Adds Badge link to Base doc nav (#32619) @samuelsycamore
432
+ - [docs] Base Installation style revisions and final review (#32483) @samuelsycamore
433
+ - [docs] Fix broken redirection (#32581) @oliviertassinari
434
+ - [docs] Allows to use `import '<library name>'` in demonstrations (#32492) @alexfauquette
435
+ - [docs] Hide copy button on search icon dialog (#32577) @siriwatknp
436
+ - [docs] Use full API link for ThemeProvider (#32549) @jcvidiri
437
+ - [Joy] Add principles page (#32648) @siriwatknp
438
+ - [Joy] Add Button page (#32576) @siriwatknp
439
+ - [Joy] Add "Quick start" and "Tutorial" pages (#32383) @siriwatknp
440
+ - [website] Add store to the footer and "hiring" chip adjustment (#32650) @danilo-leal
441
+ - [website] Optimize conversion to store (#32646) @oliviertassinari
442
+ - [website] Remove copy button on marketing pages (#32649) @siriwatknp
443
+ - [website] Add missing space in copy label (#32638) @flaviendelangle
444
+
445
+ ### Core
446
+
447
+ - [core] Security updates (#32636) @michaldudak
448
+ - [core] Fix `docs:dev` not working after upgrading `next` to 12.1.0 (#32552) @cherniavskii
449
+ - [core] Update minimist to fix security vulnerability (#32575) @michaldudak
450
+
451
+ All contributors of this release in alphabetical order: @alexfauquette, @alisasanib, @ameetmadan, @Ariyapong, @cherniavskii, @dan-mba, @danilo-leal, @elliefoote, @flaviendelangle, @g1eny0ung, @gin1314, @haneenmahd, @ivan-ngchakming, @Jamaalwbrown, @jcvidiri, @michaldudak, @mikepricedev, @mnajdova, @nghiamvt, @oliviertassinari, @pzi, @samuelsycamore, @siriwatknp, @stefanprobst, @vicasas, @vladjerca, @ZeeshanTamboli
452
+
453
+ ## 5.6.4
454
+
455
+ <!-- generated comparing v5.6.3..master -->
456
+
457
+ _May 2, 2022_
458
+
459
+ A big thanks to the 13 contributors who made this release possible. Here are some highlights โœจ:
460
+
461
+ - ๐Ÿ’… 5 Material UI components were updated to support CSS variables by @ZeeshanTamboli & @vicasas
462
+ - And more ๐Ÿ› bug fixes and ๐Ÿ“š improvements.
463
+
464
+ ### `@mui/material@5.6.4`
465
+
466
+ - &#8203;<!-- 37 -->[Accordion] Add support for CSS variables (#32542) @ZeeshanTamboli
467
+ - &#8203;<!-- 36 -->[AvatarGroup] Add support for CSS variables (#32507) @vicasas
468
+ - &#8203;<!-- 35 -->[Badge] Add support for CSS variables (#32516) @vicasas
469
+ - &#8203;<!-- 34 -->[BottomNavigation] Add support for CSS variables (#32517) @vicasas
470
+ - &#8203;<!-- 33 -->[CircularProgress] Add support for CSS variables (#32543) @ZeeshanTamboli
471
+ - &#8203;<!-- 07 -->[FilledInput] Fix type error from undefined `color` (#32258) @hbjORbj
472
+ - &#8203;<!-- 02 -->[l10n] Fix typo in csCZ translation of Pagination component (#32509) @Martin005
473
+ - &#8203;<!-- 01 -->[Tabs] Fix `TabIndicatorProps` prop missing `sx` prop (#32503) @b-novikov-ipersonality
474
+
475
+ ### `@mui/codemod@5.6.4`
476
+
477
+ - &#8203;<!-- 32 -->[codemod] Leave numeric arguments to breakpoints functions unchanged (#32426) @ryancogswell
478
+ - &#8203;<!-- 31 -->[codemod] Allow for line breaks within theme.spacing parentheses (#32432) @ryancogswell
479
+
480
+ ### `@mui/joy@5.0.0-alpha.26`
481
+
482
+ - &#8203;<!-- 06 -->[Joy] Miscellaneous fixes (#32541) @siriwatknp
483
+ - &#8203;<!-- 05 -->[Joy] Add `extendSxProp` to Link (#32505) @siriwatknp
484
+ - &#8203;<!-- 04 -->[Joy] Rename variants (#32489) @siriwatknp
485
+ - &#8203;<!-- 03 -->[Joy] Add `extendTheme` (#32450) @siriwatknp
486
+
487
+ ### Docs
488
+
489
+ - &#8203;<!-- 30 -->[docs] SEO fixes (#32515) @oliviertassinari
490
+ - &#8203;<!-- 29 -->[docs] Replace `Overriding nested component styles` anchor link with text (#32487) @ZeeshanTamboli
491
+ - &#8203;<!-- 28 -->[docs] Update the list of external domains (#32514) @oliviertassinari
492
+ - &#8203;<!-- 27 -->[docs] Update Material UI code snippets for React 18 (#32361) @samuelsycamore
493
+ - &#8203;<!-- 26 -->[docs] Base TextareaAutosize style revisions and final review (#32481) @samuelsycamore
494
+ - &#8203;<!-- 25 -->[docs] Base ClickAwayListener style revisions and final review (#32156) @samuelsycamore
495
+ - &#8203;<!-- 24 -->[docs] Base Button style revisions and final review (#32380) @samuelsycamore
496
+ - &#8203;<!-- 23 -->[docs] Base NoSsr style revisions and final review (#32254) @samuelsycamore
497
+ - &#8203;<!-- 22 -->[docs] Correctly capitalize Ctrl @oliviertassinari
498
+ - &#8203;<!-- 21 -->[docs] Fix styling in `Basic Popper` demo on the MUI Base docs (#32488) @ZeeshanTamboli
499
+ - &#8203;<!-- 20 -->[docs] Add "Overview" page to Base docs (#32310) @samuelsycamore
500
+ - &#8203;<!-- 19 -->[docs] Add copy button to code block (#32390) @siriwatknp
501
+ - &#8203;<!-- 18 -->[docs] Base Tabs style revisions and final review (#32423) @samuelsycamore
502
+ - &#8203;<!-- 17 -->[docs] Base Popper style revisions and final review (#32412) @samuelsycamore
503
+ - &#8203;<!-- 16 -->[docs] Improve sidenav for MUI X (#32435) @oliviertassinari
504
+ - &#8203;<!-- 15 -->[docs] Don't redirect on deploy preview (#32399) @m4theushw
505
+ - &#8203;<!-- 14 -->[docs] A few SEO fixes (#32431) @oliviertassinari
506
+ - &#8203;<!-- 13 -->[docs] Update links to the new Group & Pivot pages (#32410) @flaviendelangle
507
+ - &#8203;<!-- 12 -->[docs] Support callouts (#32402) @siriwatknp
508
+ - &#8203;<!-- 11 -->[docs] Fix import path in the Snackbar article #32462 @mongolyy
509
+ - &#8203;<!-- 10 -->[docs] Fix grammar mistake in shadows.md (#32454) @HexM7
510
+ - &#8203;<!-- 09 -->[docs] Improve unstyled button docs (#32429) @oliviertassinari
511
+
512
+ ### Core
513
+
514
+ - &#8203;<!-- 08 -->[experiment] Add template for testing Material UI components with CSS variables (#32500) @siriwatknp
515
+
516
+ All contributors of this release in alphabetical order: @b-novikov-ipersonality, @flaviendelangle, @hbjORbj, @HexM7, @m4theushw, @Martin005, @mongolyy, @oliviertassinari, @ryancogswell, @samuelsycamore, @siriwatknp, @vicasas, @ZeeshanTamboli
517
+
518
+ ## 5.6.3
519
+
520
+ <!-- generated comparing v5.6.2..master -->
521
+
522
+ _Apr 25, 2022_
523
+
524
+ A big thanks to the 14 contributors who made this release possible. Here are some highlights โœจ:
525
+
526
+ - ๐Ÿ›  Fixed TypeScript issue when the `fill` CSS property is used in the system (#32355) @valerii15298
527
+ - And more ๐Ÿ› bug fixes and ๐Ÿ“š improvements.
528
+
529
+ ### `@mui/material@5.6.3`
530
+
531
+ - [BottomNavigation] Action icon `padding` fix (#32030) @abhinav-22-tech
532
+ - [Dialog] Fix `component` prop is not available in `DialogTitleProps` (#32389) @hbjORbj
533
+ - [StepContent] Fix TypeScript type of `TransitionComponent` prop (#32314) @ZeeshanTamboli
534
+
535
+ ### `@mui/system@5.6.3`
536
+
537
+ - [system] Fix prop types when the `fill` CSS property is used (#32355) @valerii15298
538
+ - [system] Fix broken behavior when theme value is `zero` (#32365) @ZeeshanTamboli
539
+
540
+ ### `@mui/base@5.0.0-alpha.78`
541
+
542
+ - [InputUnstyled] `multiline` property should not log DOM warnings for `maxRows` and `minRows` props (#32401) @ZeeshanTamboli
543
+
544
+ ### `@mui/joy@5.0.0-alpha.25`
545
+
546
+ - [Joy] Improve theme focus to be more flexible (#32405) @siriwatknp
547
+ - [Joy] Add `Radio`, `RadioGroup` components (#32279) @siriwatknp
548
+ - [Joy] Add `Chip` component (#31983) @hbjORbj
549
+ - [Joy] Improve controls (#32267) @siriwatknp
550
+ - [Joy] Set up docs (#32370) @siriwatknp
551
+
552
+ ### Docs
553
+
554
+ - [docs] Enable row reordering on the pricing page (#31875) @DanailH
555
+ - [blog] A few improvements on date picker change (#32325) @oliviertassinari
556
+ - [docs] Emphasize how to avoid failing tests when migrating from v4 to v5 (#32159) @dwjohnston
557
+ - [docs] Revise the related projects page (#32180) @danilo-leal
558
+ - [docs] Cleanup remaining @mui/styles usages (#32313) @mnajdova
559
+ - [docs] Fix sidenav mobile color (#32324) @oliviertassinari
560
+ - [docs] Base TrapFocus style revisions and final review (#32364) @samuelsycamore
561
+ - [docs] Update the README.md to better cover the different products (#32360) @samuelsycamore
562
+ - [docs] Improve the propTypes generation and API demos' links (#32295) @mnajdova
563
+ - [docs] Add ability to display a plan icon next to a page link in nav bar (#32393) @flaviendelangle
564
+ - [docs] Change label on `FormControlLabelPlacement` (#32322) @ainatenhi
565
+ - [website] Update Diamond sponsors list (#32433) @oliviertassinari
566
+ - [website] Add privacy policy link to website's footer (#32080) @danilo-leal
567
+ - [website] Remove the designer role (#32384) @danilo-leal
568
+
569
+ ### Core
570
+
571
+ - [core] `yarn prettier` write @oliviertassinari
572
+ - [core] Fix changelog warning message (#32240) @praveen001
573
+ - [core] Update the proptypes scripts to support components in @mui/system (#32456) @mnajdova
574
+
575
+ All contributors of this release in alphabetical order: @abhinav-22-tech, @ainatenhi, @DanailH, @danilo-leal, @dwjohnston, @flaviendelangle, @hbjORbj, @mnajdova, @oliviertassinari, @praveen001, @samuelsycamore, @siriwatknp, @valerii15298, @ZeeshanTamboli
576
+
3
577
  ## 5.6.2
4
578
 
5
579
  <!-- generated comparing v5.6.1..master -->
@@ -626,7 +1200,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
626
1200
  - [docs] Fix force redirection to a different locale (#30967) @oliviertassinari
627
1201
  - [docs] Add live Tailwind CSS demo (#30966) @oliviertassinari
628
1202
  - [website] Add banner for promoting priority open roles (#31076) @danilo-leal
629
- - [website] Open Full-stack Engineer role for studio (#31038) @newguy-123
1203
+ - [website] Open Full-stack Engineer role for studio (#31038) @prakhargupta1
630
1204
  - [website] Minor security improvements (#31062) @oliviertassinari
631
1205
  - [website] Improve title of open roles (#30963) @DanailH
632
1206
  - [website] Add BIMI avatar (#30444) @oliviertassinari
@@ -641,7 +1215,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
641
1215
  - [test] Test if certain Base members are exported from Material UI (#31067) @michaldudak
642
1216
  - [core] Remove dead code (#31064) @oliviertassinari
643
1217
 
644
- 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
1218
+ 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
645
1219
 
646
1220
  ## 5.4.1
647
1221
 
@@ -1351,14 +1925,14 @@ This is an early release to fix `export 'useId' (imported as 'React') was not fo
1351
1925
  - &#8203;<!-- 9 -->[core] Fix PR run detection in test_bundle_size_monitor (#29879) @eps1lon
1352
1926
  - &#8203;<!-- 8 -->[core] Move bundle size monitoring to CircleCI (#29876) @eps1lon
1353
1927
  - &#8203;<!-- 7 -->[docs] Add keys to Responsive AppBar demo (#29884) @mbrookes
1354
- - &#8203;<!-- 6 -->[docs] MUI's 2021 Developer survey (#29765) @newguy-123
1928
+ - &#8203;<!-- 6 -->[docs] MUI's 2021 Developer survey (#29765) @prakhargupta1
1355
1929
  - &#8203;<!-- 5 -->[docs] Smoother image loading UX (#29858) @oliviertassinari
1356
1930
  - &#8203;<!-- 4 -->[Select] Fix select display value with React Nodes (#29836) @kegi
1357
1931
  - &#8203;<!-- 3 -->[system] Add `experimental_sx` utility (#29833) @mnajdova
1358
1932
  - &#8203;<!-- 2 -->[test] Ignore "detected multiple renderers" warning for now (#29854) @eps1lon
1359
1933
  - &#8203;<!-- 1 -->[useMediaQuery][utils] Remove usage of React 18 APIs (#29870) @eps1lon
1360
1934
 
1361
- All contributors of this release in alphabetical order: @eps1lon, @karakib2k18, @kegi, @mbrookes, @mnajdova, @newguy-123, @oliviertassinari
1935
+ All contributors of this release in alphabetical order: @eps1lon, @karakib2k18, @kegi, @mbrookes, @mnajdova, @prakhargupta1, @oliviertassinari
1362
1936
 
1363
1937
  ## 5.2.0
1364
1938
 
@@ -1506,7 +2080,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
1506
2080
  - &#8203;<!-- 33 -->[core] Add `experiments` index page (#29582) @siriwatknp
1507
2081
  - &#8203;<!-- 32 -->[core] Move s3 bucket ownership to mui-org (#29609) @eps1lon
1508
2082
  - &#8203;<!-- 31 -->[core] Improve support request message (#29614) @mnajdova
1509
- - &#8203;<!-- 30 -->[core] Use support request Github Action (#29594) @mnajdova
2083
+ - &#8203;<!-- 30 -->[core] Use support request GitHub Action (#29594) @mnajdova
1510
2084
  - &#8203;<!-- 29 -->[core] Remove unused `getJsxPreview` util (#29586) @ZeeshanTamboli
1511
2085
  - &#8203;<!-- 28 -->[core] Use GitHub issue forms (#28038) @oliviertassinari
1512
2086
  - &#8203;<!-- 26 -->[core] Add playground (#29423) @oliviertassinari
@@ -2176,7 +2750,7 @@ _Sep 1, 2021_
2176
2750
  A big thanks to the 18 contributors who made this release possible. Here are some highlights โœจ:
2177
2751
 
2178
2752
  - ๐ŸŽ‰ 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).
2179
- - ๐Ÿ›  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)
2753
+ - ๐Ÿ›  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)
2180
2754
  - ๐Ÿงช Added new `<Mansory>` component to the lab, [check it out](https://mui.com/components/masonry/). It has been crafted by our first intern, @hbjORbj ๐Ÿ‘!
2181
2755
 
2182
2756
  ### `@mui/material@5.0.0-rc.0`
@@ -3581,7 +4155,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
3581
4155
  />
3582
4156
  ```
3583
4157
 
3584
- > Follow [this link](https://mui.com/material-ui/guides/migration-v4/#main-content) for full migration from v4 => v5
4158
+ > Follow [this link](https://mui.com/material-ui/migration/migration-v4/) for full migration from v4 => v5
3585
4159
 
3586
4160
  #### Changes
3587
4161
 
@@ -5561,7 +6135,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
5561
6135
  - [docs] Fix duplicated styles generated from emotion (#23809) @mnajdova
5562
6136
  - [docs] Fix icon alignment in /components/breadcrumbs (#23818) @eps1lon
5563
6137
  - [docs] Fix production deploy (#23963) @eps1lon
5564
- - [docs] Fix source on Github links (#23821) @praveenkumar-kalidass
6138
+ - [docs] Fix source on GitHub links (#23821) @praveenkumar-kalidass
5565
6139
  - [docs] Fix StickyHeaderTable round borders (#23882) @antoniopacheco
5566
6140
  - [docs] Fix typo in date picker dayjs adapter name (#23935) @andresmrm
5567
6141
  - [docs] Improve system properties page (#23961) @mnajdova
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.6.2
1
+ /** @license MUI v5.8.4
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.6.2
1
+ /** @license MUI v5.8.4
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.6.2
1
+ /** @license MUI v5.8.4
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.6.2
1
+ /** @license MUI v5.8.4
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.6.2",
3
+ "version": "5.8.4",
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,8 +36,8 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@babel/runtime": "^7.17.2",
39
- "@mui/utils": "^5.6.1",
40
- "prop-types": "^15.7.2"
39
+ "@mui/utils": "^5.8.4",
40
+ "prop-types": "^15.8.1"
41
41
  },
42
42
  "sideEffects": false,
43
43
  "publishConfig": {