@mui/styled-engine-sc 5.5.2 → 5.8.0

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,578 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.8.0
4
+
5
+ <!-- generated comparing v5.7.0..master -->
6
+
7
+ _May 17, 2022_
8
+
9
+ A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
10
+
11
+ - 🚀 [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.
12
+ - Codemod for `jss` to `tss-react` migration is out thanks to @ryancogswell
13
+ - And more 🐛 bug fixes and 📚 documentation improvements.
14
+
15
+ ### `@mui/material@5.8.0`
16
+
17
+ - &#8203;<!-- 37 -->[Autocomplete] Fix `getInputProps` TypeScript return type (#32730) @ZeeshanTamboli
18
+ - &#8203;<!-- 36 -->[Autocomplete] Forward props to renderTags() (#32637) @emlai
19
+ - &#8203;<!-- 35 -->[Badge] Fix TypeScript error when adding style overrides for Badge (#32745) @ZeeshanTamboli
20
+ - &#8203;<!-- 09 -->[Menu] Fix context menu open position (#32661) @oliviertassinari
21
+
22
+ ### `@mui/system@5.8.0`
23
+
24
+ - &#8203;<!-- 05 -->[system] Add `Container` component and `createContainer` factory (#32263) @mnajdova
25
+
26
+ ### `@mui/base@5.0.0-alpha.81`
27
+
28
+ - &#8203;<!-- 15 -->[InputUnstyled] Support callbacks in componentsProps (#32271) @michaldudak
29
+ - &#8203;<!-- 14 -->[InputUnstyled] Define ownerState and slot props' types (#32491) @michaldudak
30
+ - &#8203;<!-- 08 -->[MenuUnstyled] Demos improvements (#32714) @michaldudak
31
+ - &#8203;<!-- 07 -->[OptionUnstyled] Define ownerState and slot props' types (#32717) @michaldudak
32
+
33
+ ### `@mui/joy@5.0.0-alpha.28`
34
+
35
+ - &#8203;<!-- 13 -->[Joy] Add Badge doc (#32790) @siriwatknp
36
+ - &#8203;<!-- 12 -->[Joy] Add global variant feature page (#32695) @siriwatknp
37
+ - &#8203;<!-- 11 -->[Joy] Add avatar page (#32711) @siriwatknp
38
+
39
+ ### `@mui/codemod@5.8.0`
40
+
41
+ - &#8203;<!-- 33 -->[codemod] Add jss to tss-react codemod (#31802) @ryancogswell
42
+
43
+ ### Docs
44
+
45
+ - &#8203;<!-- 34 -->[blog] Add release post for MUI X Premium (#32720) @joserodolfofreitas
46
+ - &#8203;<!-- 29 -->[docs] Fix wrong code snippet for overriding styles in theme with a callback value (#32781) @ZeeshanTamboli
47
+ - &#8203;<!-- 28 -->[docs] Update Crowdin logo (#32782) @andrii-bodnar
48
+ - &#8203;<!-- 27 -->[docs] Improve callouts design (#32709) @danilo-leal
49
+ - &#8203;<!-- 26 -->[docs] Revise the "Understanding MUI packages" article (#32382) @danilo-leal
50
+ - &#8203;<!-- 25 -->[docs] Fix link to the material icons (#32771) @oliviertassinari
51
+ - &#8203;<!-- 24 -->[docs] Add notification for Premium release blog post (#32728) @joserodolfofreitas
52
+ - &#8203;<!-- 23 -->[docs] Base Portal style revisions and final review (#32157) @samuelsycamore
53
+ - &#8203;<!-- 22 -->[docs] Add joy to docs package.json (#32744) @siriwatknp
54
+ - &#8203;<!-- 21 -->[docs] Fix TOC-related styles not being applied when disableAd=true (#32733) @cherniavskii
55
+ - &#8203;<!-- 20 -->[docs] Add TypeScript guide on the polymorphic components (#32168) @mnajdova
56
+ - &#8203;<!-- 19 -->[docs] Fix warning mode pass to React.Fragment (#32729) @siriwatknp
57
+ - &#8203;<!-- 18 -->[docs] Revise Showcase copy for clarity + audit appList (#31946) @samuelsycamore
58
+ - &#8203;<!-- 17 -->[examples] Update remix example's tsconfig with required values (#32723) @michaldudak
59
+ - &#8203;<!-- 16 -->[examples] Update to use React 18's createRoot (#32506) @mnajdova
60
+ - &#8203;<!-- 10 -->[l10n] Fix typos and translations on arSD and arEG locales (#31848) @shadigaafar
61
+ - &#8203;<!-- 04 -->[website] Improve communication about MUI X components that are still wip (#32708) @danilo-leal
62
+ - &#8203;<!-- 03 -->[website] Remove scrollbar on x-axis (#32291) @MrHBS
63
+ - &#8203;<!-- 02 -->[website] Update the pricing page for the MUI X premium plan release (#32458) @joserodolfofreitas
64
+ - &#8203;<!-- 01 -->[website] Update sponsors (#32725) @oliviertassinari
65
+
66
+ ### Core
67
+
68
+ - &#8203;<!-- 32 -->[core] Enabled Renovate's lockfile maintenance (#32635) @michaldudak
69
+ - &#8203;<!-- 31 -->[core] Extract `MuiPage` interface to separate file (#32715) @cherniavskii
70
+ - &#8203;<!-- 30 -->[core] Remove unnecessary `spacing` parameter from `createMixins` method (#32690) @ZeeshanTamboli
71
+ - &#8203;<!-- 06 -->[private-classnames] Remove package and move everything to utils (#32758) @mnajdova
72
+
73
+ All contributors of this release in alphabetical order: @andrii-bodnar, @cherniavskii, @danilo-leal, @emlai, @joserodolfofreitas, @michaldudak, @mnajdova, @MrHBS, @oliviertassinari, @ryancogswell, @samuelsycamore, @shadigaafar, @siriwatknp, @ZeeshanTamboli
74
+
75
+ ## 5.7.0
76
+
77
+ <!-- generated comparing v5.6.4..master -->
78
+
79
+ _May 10, 2022_
80
+
81
+ A big thanks to the 27 contributors who made this release possible. Here are some highlights ✨:
82
+
83
+ 🛠 This release is all about supporting CSS variables in many Material UI components.
84
+ Kudos to all contributors!
85
+
86
+ ### `@mui/material@5.7.0`
87
+
88
+ - [StepLabel, StepIcon] Add support for CSS variables (#32609) @vicasas
89
+ - [Table, TableRow] Add support for CSS variables (#32614) @vicasas
90
+ - [AppBar] Add a logo component for the responsive app bar demo (#32374) @ameetmadan
91
+ - [Autocomplete] Fix clearing single array values (#32626) @mikepricedev
92
+ - [Autocomplete] Fix keep listbox open on left/right keys when inputValue is not empty (#31407) @alisasanib
93
+ - [Autocomplete] Add support for CSS variables (#32598) @ZeeshanTamboli
94
+ - [Autocomplete] Render `endAdornment` only when necessary (#32386) @g1eny0ung
95
+ - [ButtonGroup] Add support for CSS variables (#32498) @vicasas
96
+ - [CardActionArea] Add support for CSS variables (#32554) @vicasas
97
+ - [ClickAwayListener] Allow pointer up/down events to event handler (#32264) @vladjerca
98
+ - [CssBaseline] Add support for CSS vars (#32618) @haneenmahd
99
+ - [Dialog] Add support for CSS variables (#32555) @vicasas
100
+ - [Divider] Add support for CSS variables (#32519) @vicasas
101
+ - [Drawer] Add support for CSS variables (#32565) @nghiamvt
102
+ - [Fab] Add support for CSS variables (#32564) @alisasanib
103
+ - [FormControlLabel] Add support for CSS variables (#32588) @elliefoote
104
+ - [FormHelperText] Add support for CSS variables (#32596) @ZeeshanTamboli
105
+ - [FormLabel] Add support for CSS variables (#32602) @ZeeshanTamboli
106
+ - [Icon] Add support for CSS variables (#32595) @Jamaalwbrown
107
+ - [IconButton] Add support for CSS variables (#32590) @Ariyapong
108
+ - [ImageListItemBar] Add support for CSS variables (#32578) @vicasas
109
+ - [Input] Support CSS variables (#32128) @ivan-ngchakming
110
+ - [InputAdornment] Add support CSS variables (#32607) @vicasas
111
+ - [Link] Fix style overrides color prop (#32653) @siriwatknp
112
+ - [ListItem] Add support for CSS variables (#32580) @dan-mba
113
+ - [ListItemButton] Add support for CSS variables (#32582) @dan-mba
114
+ - [ListItemIcon] Add support for CSS variables (#32583) @dan-mba
115
+ - [ListSubheader] Add support for CSS variables (#32584) @dan-mba
116
+ - [MenuItem] Add support for CSS variables (#32561) @nghiamvt
117
+ - [MobileStepper] Add support for CSS vars (#32606) @haneenmahd
118
+ - [Modal] Add support for CSS variables (#32605) @haneenmahd
119
+ - [PaginationItem] Add support for CSS vars (#32612) @haneenmahd
120
+ - [Rating] Add support for CSS variables (#32556) @vicasas
121
+ - [Snackbar] Add support for CSS variables (#32603) @gin1314
122
+ - [SpeedDial] Add support for CSS variables (#32613) @alisasanib
123
+ - [Stepper] Export useStepperContext (#31398) @pzi
124
+ - [SvgIcon] Add support for CSS variables (#32610) @vicasas
125
+ - [TablePagination] Add support for CSS variables (#32615) @haneenmahd
126
+ - [TableSortLabel]: Add support for CSS vars (#32616) @haneenmahd
127
+ - [Tabs] Add support for CSS variables (#32547) @ZeeshanTamboli
128
+ - [ToggleButton] Add support for CSS variables (#32600) @Ariyapong
129
+ - [ToggleButtonGroup] Add support for CSS variables (#32617) @haneenmahd
130
+ - [Tooltip] Add support for CSS variables (#32594) @gin1314
131
+
132
+ ### `@mui/system@5.7.0`
133
+
134
+ - [System] Support CSS variables for iframes & custom nodes (#32496) @siriwatknp
135
+
136
+ ### `@mui/base@5.0.0-alpha.80`
137
+
138
+ - [ButtonUnstyled] Fix keyboard navigation on customized elements (#32204) @michaldudak
139
+
140
+ ### `@mui/private-classnames@5.7.0`
141
+
142
+ - [classnames] Add new package for classnames utils (#32502) @mnajdova
143
+
144
+ ### Docs
145
+
146
+ - [docs] Correct links to prevent 301 redirects (#32692) @michaldudak
147
+ - [docs] Move, split, and revise "Unstyled components" page (#32562) @samuelsycamore
148
+ - [docs] Nest `ListItemButton` in `ListItem` in the Drawer examples (#31987) @stefanprobst
149
+ - [docs] Apply callouts in the Material UI docs (#32567) @danilo-leal
150
+ - [docs] Show product identifier on new X pages (#32657) @cherniavskii
151
+ - [docs] Fix copy button childNode not found (#32652) @siriwatknp
152
+ - [docs] Split install commands in isolated code blocks (#32566) @danilo-leal
153
+ - [docs] Base Switch style revisions and final review (#32376) @samuelsycamore
154
+ - [docs] Adds Badge link to Base doc nav (#32619) @samuelsycamore
155
+ - [docs] Base Installation style revisions and final review (#32483) @samuelsycamore
156
+ - [docs] Fix broken redirection (#32581) @oliviertassinari
157
+ - [docs] Allows to use `import '<library name>'` in demonstrations (#32492) @alexfauquette
158
+ - [docs] Hide copy button on search icon dialog (#32577) @siriwatknp
159
+ - [docs] Use full API link for ThemeProvider (#32549) @jcvidiri
160
+ - [Joy] Add principles page (#32648) @siriwatknp
161
+ - [Joy] Add Button page (#32576) @siriwatknp
162
+ - [Joy] Add "Quick start" and "Tutorial" pages (#32383) @siriwatknp
163
+ - [website] Add store to the footer and "hiring" chip adjustment (#32650) @danilo-leal
164
+ - [website] Optimize conversion to store (#32646) @oliviertassinari
165
+ - [website] Remove copy button on marketing pages (#32649) @siriwatknp
166
+ - [website] Add missing space in copy label (#32638) @flaviendelangle
167
+
168
+ ### Core
169
+
170
+ - [core] Security updates (#32636) @michaldudak
171
+ - [core] Fix `docs:dev` not working after upgrading `next` to 12.1.0 (#32552) @cherniavskii
172
+ - [core] Update minimist to fix security vulnerability (#32575) @michaldudak
173
+
174
+ 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
175
+
176
+ ## 5.6.4
177
+
178
+ <!-- generated comparing v5.6.3..master -->
179
+
180
+ _May 2, 2022_
181
+
182
+ A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
183
+
184
+ - 💅 5 Material UI components were updated to support CSS variables by @ZeeshanTamboli & @vicasas
185
+ - And more 🐛 bug fixes and 📚 improvements.
186
+
187
+ ### `@mui/material@5.6.4`
188
+
189
+ - &#8203;<!-- 37 -->[Accordion] Add support for CSS variables (#32542) @ZeeshanTamboli
190
+ - &#8203;<!-- 36 -->[AvatarGroup] Add support for CSS variables (#32507) @vicasas
191
+ - &#8203;<!-- 35 -->[Badge] Add support for CSS variables (#32516) @vicasas
192
+ - &#8203;<!-- 34 -->[BottomNavigation] Add support for CSS variables (#32517) @vicasas
193
+ - &#8203;<!-- 33 -->[CircularProgress] Add support for CSS variables (#32543) @ZeeshanTamboli
194
+ - &#8203;<!-- 07 -->[FilledInput] Fix type error from undefined `color` (#32258) @hbjORbj
195
+ - &#8203;<!-- 02 -->[l10n] Fix typo in csCZ translation of Pagination component (#32509) @Martin005
196
+ - &#8203;<!-- 01 -->[Tabs] Fix `TabIndicatorProps` prop missing `sx` prop (#32503) @b-novikov-ipersonality
197
+
198
+ ### `@mui/codemod@5.6.4`
199
+
200
+ - &#8203;<!-- 32 -->[codemod] Leave numeric arguments to breakpoints functions unchanged (#32426) @ryancogswell
201
+ - &#8203;<!-- 31 -->[codemod] Allow for line breaks within theme.spacing parentheses (#32432) @ryancogswell
202
+
203
+ ### `@mui/joy@5.0.0-alpha.26`
204
+
205
+ - &#8203;<!-- 06 -->[Joy] Miscellaneous fixes (#32541) @siriwatknp
206
+ - &#8203;<!-- 05 -->[Joy] Add `extendSxProp` to Link (#32505) @siriwatknp
207
+ - &#8203;<!-- 04 -->[Joy] Rename variants (#32489) @siriwatknp
208
+ - &#8203;<!-- 03 -->[Joy] Add `extendTheme` (#32450) @siriwatknp
209
+
210
+ ### Docs
211
+
212
+ - &#8203;<!-- 30 -->[docs] SEO fixes (#32515) @oliviertassinari
213
+ - &#8203;<!-- 29 -->[docs] Replace `Overriding nested component styles` anchor link with text (#32487) @ZeeshanTamboli
214
+ - &#8203;<!-- 28 -->[docs] Update the list of external domains (#32514) @oliviertassinari
215
+ - &#8203;<!-- 27 -->[docs] Update Material UI code snippets for React 18 (#32361) @samuelsycamore
216
+ - &#8203;<!-- 26 -->[docs] Base TextareaAutosize style revisions and final review (#32481) @samuelsycamore
217
+ - &#8203;<!-- 25 -->[docs] Base ClickAwayListener style revisions and final review (#32156) @samuelsycamore
218
+ - &#8203;<!-- 24 -->[docs] Base Button style revisions and final review (#32380) @samuelsycamore
219
+ - &#8203;<!-- 23 -->[docs] Base NoSsr style revisions and final review (#32254) @samuelsycamore
220
+ - &#8203;<!-- 22 -->[docs] Correctly capitalize Ctrl @oliviertassinari
221
+ - &#8203;<!-- 21 -->[docs] Fix styling in `Basic Popper` demo on the MUI Base docs (#32488) @ZeeshanTamboli
222
+ - &#8203;<!-- 20 -->[docs] Add "Overview" page to Base docs (#32310) @samuelsycamore
223
+ - &#8203;<!-- 19 -->[docs] Add copy button to code block (#32390) @siriwatknp
224
+ - &#8203;<!-- 18 -->[docs] Base Tabs style revisions and final review (#32423) @samuelsycamore
225
+ - &#8203;<!-- 17 -->[docs] Base Popper style revisions and final review (#32412) @samuelsycamore
226
+ - &#8203;<!-- 16 -->[docs] Improve sidenav for MUI X (#32435) @oliviertassinari
227
+ - &#8203;<!-- 15 -->[docs] Don't redirect on deploy preview (#32399) @m4theushw
228
+ - &#8203;<!-- 14 -->[docs] A few SEO fixes (#32431) @oliviertassinari
229
+ - &#8203;<!-- 13 -->[docs] Update links to the new Group & Pivot pages (#32410) @flaviendelangle
230
+ - &#8203;<!-- 12 -->[docs] Support callouts (#32402) @siriwatknp
231
+ - &#8203;<!-- 11 -->[docs] Fix import path in the Snackbar article #32462 @mongolyy
232
+ - &#8203;<!-- 10 -->[docs] Fix grammar mistake in shadows.md (#32454) @HexM7
233
+ - &#8203;<!-- 09 -->[docs] Improve unstyled button docs (#32429) @oliviertassinari
234
+
235
+ ### Core
236
+
237
+ - &#8203;<!-- 08 -->[experiment] Add template for testing Material UI components with CSS variables (#32500) @siriwatknp
238
+
239
+ All contributors of this release in alphabetical order: @b-novikov-ipersonality, @flaviendelangle, @hbjORbj, @HexM7, @m4theushw, @Martin005, @mongolyy, @oliviertassinari, @ryancogswell, @samuelsycamore, @siriwatknp, @vicasas, @ZeeshanTamboli
240
+
241
+ ## 5.6.3
242
+
243
+ <!-- generated comparing v5.6.2..master -->
244
+
245
+ _Apr 25, 2022_
246
+
247
+ A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
248
+
249
+ - 🛠 Fixed TypeScript issue when the `fill` CSS property is used in the system (#32355) @valerii15298
250
+ - And more 🐛 bug fixes and 📚 improvements.
251
+
252
+ ### `@mui/material@5.6.3`
253
+
254
+ - [BottomNavigation] Action icon `padding` fix (#32030) @abhinav-22-tech
255
+ - [Dialog] Fix `component` prop is not available in `DialogTitleProps` (#32389) @hbjORbj
256
+ - [StepContent] Fix TypeScript type of `TransitionComponent` prop (#32314) @ZeeshanTamboli
257
+
258
+ ### `@mui/system@5.6.3`
259
+
260
+ - [system] Fix prop types when the `fill` CSS property is used (#32355) @valerii15298
261
+ - [system] Fix broken behavior when theme value is `zero` (#32365) @ZeeshanTamboli
262
+
263
+ ### `@mui/base@5.0.0-alpha.78`
264
+
265
+ - [InputUnstyled] `multiline` property should not log DOM warnings for `maxRows` and `minRows` props (#32401) @ZeeshanTamboli
266
+
267
+ ### `@mui/joy@5.0.0-alpha.25`
268
+
269
+ - [Joy] Improve theme focus to be more flexible (#32405) @siriwatknp
270
+ - [Joy] Add `Radio`, `RadioGroup` components (#32279) @siriwatknp
271
+ - [Joy] Add `Chip` component (#31983) @hbjORbj
272
+ - [Joy] Improve controls (#32267) @siriwatknp
273
+ - [Joy] Set up docs (#32370) @siriwatknp
274
+
275
+ ### Docs
276
+
277
+ - [docs] Enable row reordering on the pricing page (#31875) @DanailH
278
+ - [blog] A few improvements on date picker change (#32325) @oliviertassinari
279
+ - [docs] Emphasize how to avoid failing tests when migrating from v4 to v5 (#32159) @dwjohnston
280
+ - [docs] Revise the related projects page (#32180) @danilo-leal
281
+ - [docs] Cleanup remaining @mui/styles usages (#32313) @mnajdova
282
+ - [docs] Fix sidenav mobile color (#32324) @oliviertassinari
283
+ - [docs] Base TrapFocus style revisions and final review (#32364) @samuelsycamore
284
+ - [docs] Update the README.md to better cover the different products (#32360) @samuelsycamore
285
+ - [docs] Improve the propTypes generation and API demos' links (#32295) @mnajdova
286
+ - [docs] Add ability to display a plan icon next to a page link in nav bar (#32393) @flaviendelangle
287
+ - [docs] Change label on `FormControlLabelPlacement` (#32322) @ainatenhi
288
+ - [website] Update Diamond sponsors list (#32433) @oliviertassinari
289
+ - [website] Add privacy policy link to website's footer (#32080) @danilo-leal
290
+ - [website] Remove the designer role (#32384) @danilo-leal
291
+
292
+ ### Core
293
+
294
+ - [core] `yarn prettier` write @oliviertassinari
295
+ - [core] Fix changelog warning message (#32240) @praveen001
296
+ - [core] Update the proptypes scripts to support components in @mui/system (#32456) @mnajdova
297
+
298
+ 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
299
+
300
+ ## 5.6.2
301
+
302
+ <!-- generated comparing v5.6.1..master -->
303
+
304
+ _Apr 18, 2022_
305
+
306
+ A big thanks to the 11 contributors who made this release possible. This release is mostly about 🐛 bug fixes and 📚 documentation improvements.
307
+
308
+ ### `@mui/material@5.6.2`
309
+
310
+ - &#8203;<!-- 29 -->[Autocomplete] Explain how to use getOptionLabel in free solo mode and update getOptionLabel type (#32165) @michaldudak
311
+ - &#8203;<!-- 28 -->[Badge] Fix customization of classes (#32185) @michaldudak
312
+ - &#8203;<!-- 03 -->[TextField] Add a workaround for Safari CSS transition scale bug (#32188) @igordanchenko
313
+
314
+ ### `@mui/system@5.6.2`
315
+
316
+ - &#8203;<!-- 05 -->[system] Update style function to use vars automatically if available (#32244) @mnajdova
317
+
318
+ ### `@mui/base@5.0.0-alpha.77`
319
+
320
+ - &#8203;<!-- 08 -->[FormControlUnstyled] Revise API (#32134) @michaldudak
321
+
322
+ ### `@mui/joy@5.0.0-alpha.24`
323
+
324
+ - &#8203;<!-- 07 -->[Joy] Add `Badge` component (#31401) @hbjORbj
325
+ - &#8203;<!-- 06 -->[Joy] Fix misuse variable in `Input` (#32268) @siriwatknp
326
+
327
+ ### Docs
328
+
329
+ - &#8203;<!-- 27 -->[blog] Fix images for the docs separation post (#32257) @danilo-leal
330
+ - &#8203;<!-- 25 -->[docs] Base Form Control style revisions and final review (#32309) @samuelsycamore
331
+ - &#8203;<!-- 24 -->[docs] Base TablePagination style revisions and final review (#32178) @samuelsycamore
332
+ - &#8203;<!-- 23 -->[docs] Revise the dark mode article (#32179) @danilo-leal
333
+ - &#8203;<!-- 22 -->[docs] Add `aria-label` for `IconButton` (#32276) @SiarheiBobryk
334
+ - &#8203;<!-- 21 -->[docs] Fix `borderRadius` in the docs example (#32347) @ZeeshanTamboli
335
+ - &#8203;<!-- 20 -->[docs] Fix 404 link in the code (#32323) @oliviertassinari
336
+ - &#8203;<!-- 19 -->[docs] Sync h1 with side nav label (#32235) @oliviertassinari
337
+ - &#8203;<!-- 18 -->[docs] Fix SEO issues (#32282) @oliviertassinari
338
+ - &#8203;<!-- 17 -->[docs] Fix broken link in the test contributing guide (#32283) @sirartemis
339
+ - &#8203;<!-- 16 -->[docs] Update "How to customize" page anchor links #32315 @abaker93
340
+ - &#8203;<!-- 15 -->[docs] Mark `onBackdropClick` prop as deprecated in `Dialog`, `Modal` and `ModalUnstyled` components (#32297) @ZeeshanTamboli
341
+ - &#8203;<!-- 14 -->[docs] Link to advanced components page (#32290) @siriwatknp
342
+ - &#8203;<!-- 13 -->[docs] Sync package description with the docs (#32211) @oliviertassinari
343
+ - &#8203;<!-- 12 -->[docs] Revise "Component theming" and "How to customize" guides (#31997) @danilo-leal
344
+ - &#8203;<!-- 11 -->[docs] Add note in the Contributing guide about linking issues to a PR (#32174) @danilo-leal
345
+ - &#8203;<!-- 10 -->[docs] Update RTL guide (#32242) @michaldudak
346
+ - &#8203;<!-- 09 -->[docs] Uniformize capitalization (#32238) @oliviertassinari
347
+ - &#8203;<!-- 02 -->[website] Improve new role template @oliviertassinari
348
+ - &#8203;<!-- 01 -->[website] Remove a gold sponsor (#32261) @hbjORbj
349
+ - &#8203;<!-- 24 -->[website] Mark DataGrid Column spanning done on Pricing page (#32305) @cherniavskii
350
+
351
+ ### Core
352
+
353
+ - &#8203;<!-- 31 -->[core] Remove unecessary div (#32237) @oliviertassinari
354
+ - &#8203;<!-- 30 -->[core] Revert #32229 (#32262) @michaldudak
355
+ - &#8203;<!-- 04 -->[test] Fix running unit tests on Windows (#32260) @michaldudak
356
+
357
+ All contributors of this release in alphabetical order: @abaker93, @cherniavskii, @danilo-leal, @hbjORbj, @igordanchenko, @michaldudak, @mnajdova, @oliviertassinari, @samuelsycamore, @SiarheiBobryk, @sirartemis, @siriwatknp, @ZeeshanTamboli
358
+
359
+ ## 5.6.1
360
+
361
+ <!-- generated comparing v5.6.0..master -->
362
+
363
+ _Apr 11, 2022_
364
+
365
+ A big thanks to the 8 contributors who made this release possible.
366
+ This release is mostly about 🐛 bug fixes and 📚 documentation improvements.
367
+
368
+ ### `@mui/material@5.6.1`
369
+
370
+ - [Grow] Extend Safari CSS transition bug workaround on WebKit browsers (#32202) @igordanchenko
371
+ - [Link] Fix style overrides 5.6.0 regression (#32182) @siriwatknp
372
+ - [Select] Bug when the first child is a ListSubheader (#27299) @DouglasPds
373
+
374
+ ### `@mui/base@5.0.0-alpha.76`
375
+
376
+ - [ButtonUnstyled] Allow receiving focus when disabled (#32090) @michaldudak
377
+
378
+ ### Docs
379
+
380
+ - [blog] Share what's changed about the new docs structure (#32044) @danilo-leal
381
+ - [docs] Format number icons search (#32239) @oliviertassinari
382
+ - [docs] Fix small external links issue (#32212) @oliviertassinari
383
+ - [docs] Make sidenav crawlable (#32241) @oliviertassinari
384
+ - [docs] Base Badge style revisions and final review (#32098) @samuelsycamore
385
+ - [docs] Fix wrong url (#32208) @siriwatknp
386
+ - [docs] Fix date-pickers redirects (#32207) @siriwatknp
387
+ - [docs] Add notification for the doc restructure and date pickers update (#32195) @siriwatknp
388
+ - [docs] Fix 404 from `ahrefs` report (#32206) @siriwatknp
389
+ - [docs] Remove notifications temporary (#32192) @siriwatknp
390
+ - [docs] Redirect to new urls (#32048) @siriwatknp
391
+ - [docs] Update Learn page copy and resource list (#31989) @samuelsycamore
392
+ - [website] Fix wrong MUI X installation instruction link @oliviertassinari
393
+ - [website] Revise homepage copy below the hero section (#31283) @samuelsycamore
394
+ - [website] Revise homepage Hero copy for more clarity (#31212) @samuelsycamore
395
+ - [website] Give up on promoting roles in our docs @oliviertassinari
396
+
397
+ ### Core
398
+
399
+ - [core] Fix misleading types range (#32236) @oliviertassinari
400
+ - [core] Small polish on the product name (#32199) @oliviertassinari
401
+
402
+ All contributors of this release in alphabetical order: @danilo-leal, @DouglasPds, @igordanchenko, @l10nbot, @michaldudak, @oliviertassinari, @samuelsycamore, @siriwatknp
403
+
404
+ ## 5.6.0
405
+
406
+ <!-- generated comparing v5.5.3..master -->
407
+
408
+ _Apr 5, 2022_
409
+
410
+ A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
411
+
412
+ - 🧰 Update peer dependencies to support React 18 (#32063) @eps1lon
413
+ - 🚀 Added the experimental `CssVarsProvider` in `@mui/material` for generating theme CSS variables (#31138) @mnajdova
414
+ - 📣 Moved date and time pickers from the lab to MUI X (#31984) @flaviendelangle
415
+ - Several 🐛 bug fixes and 📚 documentation improvements
416
+
417
+ ### `@mui/material@5.6.0`
418
+
419
+ - &#8203;<!-- 25 -->[CssVarsProvider] Add experimental CssVarsProvider in @mui/material (#31138) @mnajdova
420
+ - &#8203;<!-- 06 -->[Link] Fix `sx` color to support callback (#32123) @siriwatknp
421
+ - &#8203;<!-- 05 -->[Link] Fix color transformation (#32045) @siriwatknp
422
+ - &#8203;<!-- 04 -->[ListItemButton] Specified width so that text would ellide (#32083) @MatthijsMud
423
+ - &#8203;<!-- 03 -->[TablePagination] Fixed the etEE locale (#32052) @raigoinabox
424
+
425
+ ### `@mui/base@5.0.0-alpha.75`
426
+
427
+ - &#8203;<!-- 31 -->[Badge] Simplify unstyled API (#31974) @michaldudak
428
+
429
+ ### `@mui/codemod@5.6.0`
430
+
431
+ - &#8203;<!-- 29 -->[codemod] Add v5.0.0/date-pickers-moved-to-x codemod (#31373) @flaviendelangle
432
+
433
+ ### `@mui/lab@5.0.0-alpha.76`
434
+
435
+ - &#8203;<!-- 24 -->[DatePicker] Remove date and time pickers from the lab (#31984) @flaviendelangle
436
+
437
+ ### `@mui/joy@5.0.0-alpha.22`
438
+
439
+ - &#8203;<!-- 07 -->[Joy] Add `Card` components (#32027) @siriwatknp
440
+
441
+ ### Docs
442
+
443
+ - &#8203;<!-- 30 -->[blog] New article for the date pickers migration to X (#31831) @flaviendelangle
444
+ - &#8203;<!-- 33 -->[docs] Base Menu style revisions and final review (#32097) @samuelsycamore
445
+ - &#8203;<!-- 32 -->[docs] Base Select style revisions and final review (#32095) @samuelsycamore
446
+ - &#8203;<!-- 31 -->[docs] Base Input style revisions and final review (#32096) @samuelsycamore
447
+ - &#8203;<!-- 30 -->[docs] Base Slider style revisions and final review (#32140) @samuelsycamore
448
+ - &#8203;<!-- 29 -->[docs] Base Modal style revisions and final review (#32093) @samuelsycamore
449
+ - &#8203;<!-- 28 -->[docs] Add page for CSS variables support in @mui/material (#32050) @mnajdova
450
+ - &#8203;<!-- 27 -->[docs] Add TSS support for theme style overrides (#31918) @garronej
451
+ - &#8203;<!-- 23 -->[docs] Simplify customization examples in ButtonUnstyled demos (#32092) @michaldudak
452
+ - &#8203;<!-- 22 -->[docs] Fix linking issues for the redirects (#32101) @siriwatknp
453
+ - &#8203;<!-- 21 -->[docs] Create the FormControl page (#32073) @michaldudak
454
+ - &#8203;<!-- 20 -->[docs] Remove trap-focus from the navigation (#32079) @psjishnu
455
+ - &#8203;<!-- 19 -->[docs] Add date-pickers product identifier (#32076) @siriwatknp
456
+ - &#8203;<!-- 18 -->[docs] Move SwitchUnstyled docs to the Base space (#31964) @michaldudak
457
+ - &#8203;<!-- 17 -->[docs] Add docs page for unstyled popper (#31813) @siriwatknp
458
+ - &#8203;<!-- 16 -->[docs] Copy TextareaAutosize docs to Base (#32034) @michaldudak
459
+ - &#8203;<!-- 15 -->[docs] Add react-hook-form-mui to Complementary projects #32015 @TkaczykAdam
460
+ - &#8203;<!-- 14 -->[docs] Improve the translation experience (#32021) @oliviertassinari
461
+ - &#8203;<!-- 13 -->[docs] Add small size Select demo (#32060) @ivan-ngchakming
462
+ - &#8203;<!-- 12 -->[docs] Correct typos (#32029) @apeltop
463
+ - &#8203;<!-- 11 -->[docs] Create SliderUnstyled docs (#31850) @michaldudak
464
+ - &#8203;<!-- 10 -->[docs] Create TablePaginationUnstyled docs (#32018) @michaldudak
465
+ - &#8203;<!-- 09 -->[docs] Move SelectUnstyled docs to the Base space (#31816) @michaldudak
466
+ - &#8203;<!-- 08 -->[docs] Create the TabsUnstyled docs (#32023) @michaldudak
467
+ - &#8203;<!-- 02 -->[website] The studio finally has a name, use it (#32105) @oliviertassinari
468
+ - &#8203;<!-- 01 -->[website] Disable job ad @oliviertassinari
469
+
470
+ ### Core
471
+
472
+ - &#8203;<!-- 28 -->[core] Update peer deps to support React 18 (#32063) @eps1lon
473
+ - &#8203;<!-- 27 -->[core] Fix running docs:api on Windows (#32091) @michaldudak
474
+ - &#8203;<!-- 26 -->[core] Fix api build script for MUI Base (#32081) @siriwatknp
475
+
476
+ All contributors of this release in alphabetical order: @apeltop, @eps1lon, @flaviendelangle, @garronej, @ivan-ngchakming, @m4theushw, @MatthijsMud, @michaldudak, @mnajdova, @oliviertassinari, @psjishnu, @raigoinabox, @samuelsycamore, @siriwatknp, @TkaczykAdam
477
+
478
+ ## 5.5.3
479
+
480
+ <!-- generated comparing v5.5.2..master -->
481
+
482
+ _Mar 28, 2022_
483
+
484
+ A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
485
+
486
+ - ♿️ improved the a11y on some docs demos
487
+ - Several 🐛 bug fixes and 📚 documentation improvements
488
+
489
+ ### `@mui/material@5.5.3`
490
+
491
+ - &#8203;<!-- 32 -->[ButtonBase] Start ripple only after mount (#31950) @m4theushw
492
+ - &#8203;<!-- 11 -->[FormControlLabel] Fix label prop type to be in-line with other label prop types (#31139) @jannes-io
493
+ - &#8203;<!-- 10 -->[Grow] Add a workaround for Safari 15.4 CSS transition bug (#31975) @igordanchenko
494
+
495
+ ### `@mui/codemod@5.5.3`
496
+
497
+ - &#8203;<!-- 31 -->[codemod] Fix variant prop placement (#31990) @ryancogswell
498
+
499
+ ### `@mui/utils@5.5.3`
500
+
501
+ - &#8203;<!-- 02 -->[utils] Improve type inference of useForkRef (#31845) @eps1lon
502
+
503
+ ### `@mui/base@5.0.0-alpha.74`
504
+
505
+ #### Breaking changes
506
+
507
+ - &#8203;<!-- 34 -->[base] Remove `BackdropUnstyled` component (#31923) @mnajdova
508
+
509
+ The `BackdropUnstyled` component was removed from the `@mui/base` package, as it did not have any specific logic, except adding an `aria-hidden` attribute on the div it rendered. This is not enough to justify it's existence in the base package. Here is an example alternative component you can use:
510
+
511
+ ```tsx
512
+ const BackdropUnstyled = React.forwardRef<HTMLDivElement, { open?: boolean; className: string }>(
513
+ (props, ref) => {
514
+ const { open, className, ...other } = props;
515
+ return <div className={clsx({ 'MuiBackdrop-open': open }, className)} ref={ref} {...other} />;
516
+ },
517
+ );
518
+ ```
519
+
520
+ - &#8203;<!-- 03 -->[TrapFocus] Move docs to Base and drop the Unstyled prefix (#31954) @michaldudak
521
+
522
+ Removed the `Unstyled_` prefix from the Base export (it remains in the Material UI export, though).
523
+
524
+ ```diff
525
+ -import { Unstyled_TrapFocus } from '@mui/base';
526
+ +import { TrapFocus } from '@mui/base';
527
+
528
+ // or
529
+
530
+ -import TrapFocus from '@mui/base/Unstyled_TrapFocus';
531
+ +import TrapFocus from '@mui/base/TrapFocus';
532
+ ```
533
+
534
+ #### Changes
535
+
536
+ - &#8203;<!-- 33 -->[base] Add @mui/types to dependencies (#31951) @bicstone
537
+
538
+ ### `@mui/joy@5.0.0-alpha.21`
539
+
540
+ - &#8203;<!-- 09 -->[Joy] Add `AvatarGroup` component (#31980) @siriwatknp
541
+ - &#8203;<!-- 07 -->[Joy] Miscellaneous fixes (#31873) @siriwatknp
542
+ - &#8203;<!-- 08 -->[Joy] Miscellaneous fixes 2 (#31971) @siriwatknp
543
+
544
+ ### Docs
545
+
546
+ - &#8203;<!-- 27 -->[docs] Improve the a11y on the hover rating demo (#31970) @mnajdova
547
+ - &#8203;<!-- 26 -->[docs] Improve a11y on the `SplitButton` demo (#31969) @mnajdova
548
+ - &#8203;<!-- 25 -->[docs] Improve the color description in the API pages (#30976) @mnajdova
549
+ - &#8203;<!-- 24 -->[docs] Add docs page for unstyled Modal (#31417) @mnajdova
550
+ - &#8203;<!-- 23 -->[docs] Add InputUnstyled docs (#31881) @mnajdova
551
+ - &#8203;<!-- 22 -->[docs] Remove "Work in biotech" from the showcase (#31942) @oliviertassinari
552
+ - &#8203;<!-- 21 -->[docs] Fix in-house ad for the design kits (#31965) @oliviertassinari
553
+ - &#8203;<!-- 20 -->[docs] Fix the documentation for filterOptions in Autocomplete API page (#31416) @santhoshbala0178
554
+ - &#8203;<!-- 19 -->[docs] Update href for 'TypeScript guide on theme customization' (#31880) @NickFoden
555
+ - &#8203;<!-- 18 -->[docs] Fix the CSS modules example in the Interoperability page (#31935) @WilsonNet
556
+ - &#8203;<!-- 17 -->[docs] Fix small typo in the `styled()` utility page (#31967) @jason1985
557
+ - &#8203;<!-- 16 -->[docs] Update mui-x on material-ui navigation (#31810) @siriwatknp
558
+ - &#8203;<!-- 15 -->[docs] Copy ClickAwayListener docs to Base (#31878) @michaldudak
559
+ - &#8203;<!-- 14 -->[docs] Refine the redirects (#31939) @siriwatknp
560
+ - &#8203;<!-- 13 -->[docs] Fix TOC layout for large screen (#31953) @siriwatknp
561
+ - &#8203;<!-- 12 -->[examples] Update remix example to not use NODE_ENV guard for `LiveReload` (#31269) @eswarclynn
562
+ - &#8203;<!-- 06 -->[NoSsr] Copy docs to the Base space (#31956) @michaldudak
563
+ - &#8203;<!-- 05 -->[Portal] Copy Portal docs to the Base space (#31959) @michaldudak
564
+ - &#8203;<!-- 01 -->[website] Remove X-Frame-Options @oliviertassinari
565
+ - &#8203;<!-- 35 -->Revert "[website] Remove X-Frame-Options" @oliviertassinari
566
+
567
+ ### Core
568
+
569
+ - &#8203;<!-- 30 -->[core] Fixes error in changelog generator for item sorting/padding (#30088) @dimitropoulos
570
+ - &#8203;<!-- 29 -->[core] Fix typo in issue template @oliviertassinari
571
+ - &#8203;<!-- 28 -->[core] Replace deprecated String.prototype.substr() (#31806) @CommanderRoot
572
+ - &#8203;<!-- 04 -->[test] Add tests for component using `StandardProps` and polymorphic components (#31945) @mnajdova
573
+
574
+ All contributors of this release in alphabetical order: @bicstone, @CommanderRoot, @dimitropoulos, @eps1lon, @eswarclynn, @igordanchenko, @jannes-io, @jason1985, @m4theushw, @michaldudak, @mnajdova, @NickFoden, @oliviertassinari, @ryancogswell, @santhoshbala0178, @siriwatknp, @WilsonNet
575
+
3
576
  ## 5.5.2
4
577
 
5
578
  <!-- generated comparing v5.5.1..master -->
@@ -777,7 +1350,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
777
1350
 
778
1351
  ### Core
779
1352
 
780
- - &#8203;<!-- 28 -->[core] Rename Material-UI to MUI (#30338) @ZeeshanTamboli
1353
+ - &#8203;<!-- 28 -->[core] Rename Material UI to MUI (#30338) @ZeeshanTamboli
781
1354
  - &#8203;<!-- 23 -->[core] Fix warning in dev mode (#30368) @oliviertassinari
782
1355
  - &#8203;<!-- 22 -->[core] Update `buildApi` script to support new structure (#30245) @siriwatknp
783
1356
 
@@ -1776,7 +2349,7 @@ These are the changes done from the last release candidate version (5.0.0-rc.1):
1776
2349
  - &#8203;<!-- 38 -->[blog] Introducing MUI Core v5.0 (#27912) @oliviertassinari
1777
2350
  - &#8203;<!-- 08 -->[docs] Fix quotes in font-face literal (#28260) @Aurelain
1778
2351
  - &#8203;<!-- 07 -->[docs] Update redirects to X's docs (#28263) @m4theushw
1779
- - &#8203;<!-- 06 -->[docs] Change Material-UI to MUI in the console (#28270) @mbrookes
2352
+ - &#8203;<!-- 06 -->[docs] Change Material UI to MUI in the console (#28270) @mbrookes
1780
2353
  - &#8203;<!-- 05 -->[docs] Docs redesign adjustments (#28203) @mnajdova
1781
2354
  - &#8203;<!-- 04 -->[docs] How to compose theme in steps (#28246) @goncalovf
1782
2355
  - &#8203;<!-- 03 -->[docs] Fix DataGrid demo console warning in Table docs (#28235) @ZeeshanTamboli
@@ -1797,7 +2370,7 @@ These are the changes done from the last release candidate version (5.0.0-rc.1):
1797
2370
 
1798
2371
  ### Core
1799
2372
 
1800
- - &#8203;<!-- 12 -->[core] Replace Material-UI with MUI (#28243) @mnajdova
2373
+ - &#8203;<!-- 12 -->[core] Replace Material UI with MUI (#28243) @mnajdova
1801
2374
  - &#8203;<!-- 11 -->[core] Prepare for v5 stable release (#28240) @mnajdova
1802
2375
  - &#8203;<!-- 10 -->[core] Mark lines that needs to be changed with a major release (#28238) @mnajdova
1803
2376
  - &#8203;<!-- 18 -->[core] Various updates to what we consider the default branch (#28328) @eps1lon
@@ -1858,7 +2431,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
1858
2431
  - &#8203;<!-- 29 -->[docs] Improve docs for creating dark theme (#28104) @mnajdova
1859
2432
  - &#8203;<!-- 28 -->[docs] Don't use Material theme in unstyled demos (#28073) @michaldudak
1860
2433
  - &#8203;<!-- 27 -->[docs] Fix api doc import example (#28199) @siriwatknp
1861
- - &#8203;<!-- 26 -->[docs] Remove demo for re-creating Material-UI switches (#28042) @eps1lon
2434
+ - &#8203;<!-- 26 -->[docs] Remove demo for re-creating Material UI switches (#28042) @eps1lon
1862
2435
  - &#8203;<!-- 25 -->[docs] Improve legibility of CTA on landing page (#28124) @akashshyamdev
1863
2436
  - &#8203;<!-- 24 -->[docs] Fix Link outdated default underline prop (#28134) @outofgamut
1864
2437
  - &#8203;<!-- 23 -->[docs] Fix branding theme leaking on the templates (#28120) @mnajdova
@@ -1900,7 +2473,7 @@ _Sep 1, 2021_
1900
2473
  A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
1901
2474
 
1902
2475
  - 🎉 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).
1903
- - 🛠 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/guides/migration-v4/#preset-safe)
2476
+ - 🛠 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)
1904
2477
  - 🧪 Added new `<Mansory>` component to the lab, [check it out](https://mui.com/components/masonry/). It has been crafted by our first intern, @hbjORbj 👏!
1905
2478
 
1906
2479
  ### `@mui/material@5.0.0-rc.0`
@@ -2346,7 +2919,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
2346
2919
  ### Docs
2347
2920
 
2348
2921
  - &#8203;<!-- 56 -->[docs] Display Popper arrow correctly (#27339) @Patil2099
2349
- - &#8203;<!-- 53 -->[docs] Focus pickers introduction on Material-UI (#27394) @eps1lon
2922
+ - &#8203;<!-- 53 -->[docs] Focus pickers introduction on Material UI (#27394) @eps1lon
2350
2923
  - &#8203;<!-- 51 -->[docs] Fix wrong import path in @material-ui/styles section (#27427) @WeldonTan
2351
2924
  - &#8203;<!-- 47 -->[docs] Update color imports (#27321) @siriwatknp
2352
2925
  - &#8203;<!-- 38 -->[docs] Sync params of callbacks between types and JSDoc description (#27366) @eps1lon
@@ -2398,7 +2971,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
2398
2971
  You can follow our progress at https://github.com/mui/material-ui/issues/27170.
2399
2972
 
2400
2973
  - 💄 We have updated the default `info` `success` `warning` color to be more accessible (#26817) @siriwatknp.
2401
- You can find the new [default values](https://mui.com/customization/palette/#default-values) in the documentation.
2974
+ You can find the new [default values](https://mui.com/material-ui/customization/palette/#default-values) in the documentation.
2402
2975
 
2403
2976
  <a href="https://mui.com/customization/palette/#default-values"><img width="780" alt="colors" src="https://user-images.githubusercontent.com/3165635/125192657-4864fd00-e249-11eb-9dc1-44857b25b3b8.png"></a>
2404
2977
 
@@ -2489,7 +3062,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
2489
3062
  - [test] Update tests with latest state of StrictMode compatibility (#27042) @eps1lon
2490
3063
  - [test] Use DOM events instead of mocked, partial events (#27198) @eps1lon
2491
3064
  - [website] Open 4 new roles (#27123) @oliviertassinari
2492
- - [blog] Danilo Leal joins Material-UI (#27231) @oliviertassinari
3065
+ - [blog] Danilo Leal joins Material UI (#27231) @oliviertassinari
2493
3066
 
2494
3067
  All contributors of this release in alphabetical order: @eps1lon, @mbrookes, @michal-perlakowski, @michaldudak, @mnajdova, @moshfeu, @oliviertassinari, @rajzik, @renovate[bot], @sahil-blulabs, @ShirasawaSama, @siriwatknp, @vimutti77
2495
3068
 
@@ -2926,7 +3499,7 @@ A big thanks to the 11 contributors who made this release possible. Here are som
2926
3499
 
2927
3500
  ### Docs
2928
3501
 
2929
- - &#8203;<!-- 20 -->[blog] Michał Dudak joins Material-UI (#26700) @oliviertassinari
3502
+ - &#8203;<!-- 20 -->[blog] Michał Dudak joins Material UI (#26700) @oliviertassinari
2930
3503
  - &#8203;<!-- 27 -->[docs] Migrate onepirate premium template to emotion part2 (#26707) @vicasas
2931
3504
  - &#8203;<!-- 24 -->[docs] Fix TextField demo layout (#26710) @vicasas
2932
3505
  - &#8203;<!-- 19 -->[docs] Improve Paperbase demo (#26711) @oliviertassinari
@@ -3213,7 +3786,7 @@ We are progressively moving all modules that are relevant to styling custom desi
3213
3786
  - [test] Move ClockPicker tests to ClockPicker.test (#26407) @eps1lon
3214
3787
  - [test] setProps from createPickerRender should set props on the rendered element (#26405) @eps1lon
3215
3788
  - [utils] Convert useId to TypeScript (#26491) @eps1lon
3216
- - [website] Add Material-UI X page (#25794) @DanailH
3789
+ - [website] Add Material UI X page (#25794) @DanailH
3217
3790
  - [website] Add open application section (#26501) @oliviertassinari
3218
3791
  - [website] Add Siriwat to team page (#26406) @siriwatknp
3219
3792
 
@@ -3305,7 +3878,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
3305
3878
  />
3306
3879
  ```
3307
3880
 
3308
- > Follow [this link](https://mui.com/guides/migration-v4/#main-content) for full migration from v4 => v5
3881
+ > Follow [this link](https://mui.com/material-ui/guides/migration-v4/#main-content) for full migration from v4 => v5
3309
3882
 
3310
3883
  #### Changes
3311
3884
 
@@ -3358,7 +3931,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
3358
3931
  - &#8203;<!-- 28 -->[docs] Fix broken overrides link on API pages (#26244) @mnajdova
3359
3932
  - &#8203;<!-- 27 -->[docs] Improve documentation for Buttons (#26184) @arpitBhalla
3360
3933
  - &#8203;<!-- 24 -->[docs] Emphasize on props for screen readers (#26222) @atisheyJain03
3361
- - &#8203;<!-- 23 -->[docs] Link third-party routing in Bottom Navigation (#26190) @arpitBhalla
3934
+ - &#8203;<!-- 23 -->[docs] Link third-party routing in Bottom navigation (#26190) @arpitBhalla
3362
3935
  - &#8203;<!-- 22 -->[docs] Migrate Select, Progress demos to emotion (#26178) @mnajdova
3363
3936
  - &#8203;<!-- 20 -->[docs] Add accessibility section to Badges (#26009) @likitarai1
3364
3937
  - &#8203;<!-- 15 -->[docs] Migrate Popper, Drawer demos to emotion (#26183) @mnajdova
@@ -3468,7 +4041,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
3468
4041
 
3469
4042
  - &#8203;<!-- 51 -->[Box] Remove render prop (#26113) @m4theushw
3470
4043
 
3471
- Its behavior can be obtained using the `sx` prop directly on the child if it's a Material-UI component. For non-Material-UI components use the `sx` prop in conjunction with the `component` prop:
4044
+ Its behavior can be obtained using the `sx` prop directly on the child if it's a Material UI component. For non-Material UI components use the `sx` prop in conjunction with the `component` prop:
3472
4045
 
3473
4046
  ```diff
3474
4047
  -<Box sx={{ border: '1px dashed grey' }}>
@@ -4084,7 +4657,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
4084
4657
  - &#8203;<!-- 03 -->[docs] Add interoperability section for Portal (#25575) @mnajdova
4085
4658
  - &#8203;<!-- 01 -->[docs] Fix side nav scroll position (#25619) @misaka3
4086
4659
  - &#8203;<!-- 30 -->[website] Q1 2021 Update (#25591) @oliviertassinari
4087
- - &#8203;<!-- 04 -->[website] Matheus Wichman joins Material-UI (#25590) @oliviertassinari
4660
+ - &#8203;<!-- 04 -->[website] Matheus Wichman joins Material UI (#25590) @oliviertassinari
4088
4661
 
4089
4662
  ### Core
4090
4663
 
@@ -4370,7 +4943,7 @@ The prop didn't solve any important problem better than any of its alternatives
4370
4943
 
4371
4944
  ### Docs
4372
4945
 
4373
- - &#8203;<!-- 22 -->[docs] Migrate Bottom Navigation demos to emotion (#25180) @vicasas
4946
+ - &#8203;<!-- 22 -->[docs] Migrate Bottom navigation demos to emotion (#25180) @vicasas
4374
4947
  - &#8203;<!-- 09 -->[docs] Migrate Button demos to emotion (#25138) @vicasas
4375
4948
  - &#8203;<!-- 17 -->[docs] Migrate Divider demos to emotion (#25145) @vicasas
4376
4949
  - &#8203;<!-- 24 -->[docs] Migrate Pagination demos to emotion (#25183) @vicasas
@@ -4605,7 +5178,7 @@ A big thanks to the 30 contributors who made this release possible. Here are som
4605
5178
  - Increase the minimum version of TypeScript supported from v3.2 to v3.5. (#24795) @petyosi
4606
5179
 
4607
5180
  We try to align with types released from [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped) (i.e. packages published on npm under the `@types` namespace).
4608
- We will not change the minimum supported version in a major version of Material-UI.
5181
+ We will not change the minimum supported version in a major version of Material UI.
4609
5182
  However, we generally recommend to not use a TypeScript version older than the [lowest supported version of DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped#older-versions-of-typescript-33-and-earlier).
4610
5183
 
4611
5184
  #### Changes
@@ -5333,8 +5906,8 @@ A big thanks to the 17 contributors who made this release possible. Here are som
5333
5906
  Thanks to @mbrookes developers can automate the migration with a [codemod](https://github.com/mui/material-ui/blob/next/packages/mui-codemod/README.md#box-sx-prop).
5334
5907
 
5335
5908
  ```diff
5336
- -<Box p={2} bgColor="primary.main">
5337
- +<Box sx={{ p: 2, bgColor: 'primary.main' }}>
5909
+ -<Box p={2} bgcolor="primary.main">
5910
+ +<Box sx={{ p: 2, bgcolor: 'primary.main' }}>
5338
5911
  ```
5339
5912
 
5340
5913
  #### Changes
@@ -5445,7 +6018,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
5445
6018
  );
5446
6019
  ```
5447
6020
 
5448
- This enforces emotion being injected first. [More details](https://mui.com/guides/interoperability/#css-injection-order) in the documentation.
6021
+ This enforces emotion being injected first. [More details](https://mui.com/material-ui/guides/interoperability/#css-injection-order) in the documentation.
5449
6022
 
5450
6023
  - [Autocomplete] Rename `closeIcon` prop with `clearIcon` to avoid confusion (#23617) @akhilmhdh.
5451
6024
 
@@ -5657,7 +6230,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
5657
6230
  - [docs] Improve formatting of the system (#23509) @oliviertassinari
5658
6231
  - [docs] Improve migration guide for theme.palette (#23416) @hubgit
5659
6232
  - [docs] Mention delay instead of transition twice (#23393) @benmneb
5660
- - [docs] Prepare Material-UI X (#1893) @oliviertassinari
6233
+ - [docs] Prepare Material UI X (#1893) @oliviertassinari
5661
6234
  - [docs] Redirect legacy GridList pages to ImageList (#23456) @eps1lon
5662
6235
  - [docs] Remove redundant aria-label when wrapped in Tooltip (#23455) @eps1lon
5663
6236
  - [docs] Sync translations (#23316) @l10nbot
@@ -5685,19 +6258,19 @@ _Nov 4, 2020_
5685
6258
  A big thanks to the 20 contributors who made this release possible. Here are some highlights ✨:
5686
6259
 
5687
6260
  - ⚛️ Add support for React 17 (#23311) @eps1lon.
5688
- React 17 release is unusual because it doesn't add any new developer-facing features. It was released a couple of days ago. You can learn more about it in the [introduction post](https://reactjs.org/blog/2020/10/20/react-v17.html). Material-UI now supports `^16.8.0 || ^17.0.0`.
6261
+ React 17 release is unusual because it doesn't add any new developer-facing features. It was released a couple of days ago. You can learn more about it in the [introduction post](https://reactjs.org/blog/2020/10/20/react-v17.html). Material UI now supports `^16.8.0 || ^17.0.0`.
5689
6262
  - 🛠 Introduce a new `@material-ui/unstyled` package (#23270) @mnajdova.
5690
6263
  This package will host the unstyled version of the components. In this first iteration, only the Slider is available. You can find it documented under the [same page](https://mui.com/components/slider-styled/#unstyled-slider) as the styled version.
5691
6264
 
5692
6265
  **Why an unstyled package?**
5693
6266
 
5694
- While engineering teams are successfully building custom design systems by wrapping Material-UI, we [occasionally hear](https://github.com/mui/material-ui/issues/6218) that Material Design or our styling solution are something they don't need. Some teams prefer SASS, others prefer to customize the components starting from a pristine state. What all these teams have in common is that they value the features coming from the components, such as accessibility.
6267
+ While engineering teams are successfully building custom design systems by wrapping Material UI, we [occasionally hear](https://github.com/mui/material-ui/issues/6218) that Material Design or our styling solution are something they don't need. Some teams prefer SASS, others prefer to customize the components starting from a pristine state. What all these teams have in common is that they value the features coming from the components, such as accessibility.
5695
6268
 
5696
6269
  The unstyled package goes one step down in the abstraction layer, providing more flexibility. Angular Material introduced this approach two years ago. Today their unstyled components account for [25% of the usage](https://npm-stat.com/charts.html?package=%40angular%2Fmaterial&package=%40angular%2Fcdk&from=2017-11-03&to=2020-11-03).
5697
6270
 
5698
6271
  Another reason for introducing this package is to prepare the groundwork for a [second theme](https://github.com/mui/material-ui/issues/22485) (not Material Design based).
5699
6272
 
5700
- A note on the terminology: "unstyled" means that the components have the same API as the "styled" components but come without CSS. Material-UI also contains "headless" components that exposes a hook API, e.g. [useAutocomplete](https://mui.com/components/autocomplete/#useautocomplete) or [usePagination](https://mui.com/components/pagination/#usepagination).
6273
+ A note on the terminology: "unstyled" means that the components have the same API as the "styled" components but come without CSS. Material UI also contains "headless" components that exposes a hook API, e.g. [useAutocomplete](https://mui.com/components/autocomplete/#useautocomplete) or [usePagination](https://mui.com/components/pagination/#usepagination).
5701
6274
 
5702
6275
  This change is part of our strategy to iterate on the v5 architecture with the `Slider` first. In the next alpha release, we plan to replace the v4 slider with the v5 slider. Once the new approach is stress-tested and validated, we will roll it out to all the components.
5703
6276
 
@@ -5761,8 +6334,8 @@ A big thanks to the 20 contributors who made this release possible. Here are som
5761
6334
  ### Docs
5762
6335
 
5763
6336
  - [Transition] Document default appear value (#23221) @GuilleDF
5764
- - [blog] Danail Hadjiatanasov joins Material-UI (#23223) @oliviertassinari
5765
- - [docs] Add Material-UI Builder to in-house ads (#23342) @mbrookes
6337
+ - [blog] Danail Hadjiatanasov joins Material UI (#23223) @oliviertassinari
6338
+ - [docs] Add Material UI Builder to in-house ads (#23342) @mbrookes
5766
6339
  - [docs] Fix a few typos and add comma (#23284) @reedanders
5767
6340
  - [docs] Fix few propTypes in Inputs (#23331) @youknowhat
5768
6341
  - [docs] Fix language cookie (#23324) @mbrookes
@@ -5798,7 +6371,7 @@ A big thanks to the 23 contributors who made this release possible.
5798
6371
  Here are some highlights ✨:
5799
6372
 
5800
6373
  - 💄 Introduce a new `sx` prop (#23053, #23205) @mnajdova
5801
- We have resumed the work on Material-UI System. This is made possible by the latest progress on the new styling solution of v5.
6374
+ We have resumed the work on Material UI System. This is made possible by the latest progress on the new styling solution of v5.
5802
6375
  You can read the [introduction blog post](https://medium.com/material-ui/introducing-material-ui-design-system-93e921beb8df) that we did for the system two years ago.
5803
6376
 
5804
6377
  The system is meant to solve the following problems:
@@ -5971,7 +6544,7 @@ A big thanks to the 25 contributors who made this release possible.
5971
6544
  Here are some highlights ✨:
5972
6545
 
5973
6546
  - 📦 Ship modern bundle (#22814) @eps1lon.
5974
- This is a significant update to the [browsers supported](https://mui.com/getting-started/supported-platforms/) by Material-UI.
6547
+ This is a significant update to the [browsers supported](https://mui.com/material-ui/getting-started/supported-platforms/) by Material UI.
5975
6548
  The previous policy was defined 2 years ago, and the landscape has evolved since then. The package now includes 4 bundles:
5976
6549
 
5977
6550
  1. `stable` (default, formerly `esm`) which targets a snapshot (on release) of `> 0.5%, last 2 versions, Firefox ESR, not dead, not IE 11"`
@@ -5982,7 +6555,7 @@ Here are some highlights ✨:
5982
6555
  The change yields a 6% reduction in bundle size 📦 (Babel only).
5983
6556
  In the coming weeks, we will refactor the internals to take advantage of the new browser capabilities that dropping these older platforms allows. For instance, we might be able to remove the span we render inside the `<Button>` to work around [Flexbug #9](https://github.com/philipwalton/flexbugs/blob/master/README.md#flexbug-9).
5984
6557
 
5985
- Check the updated [Supported platforms documentation](https://mui.com/getting-started/supported-platforms/) and [new "minimizing bundle size" guide](https://mui.com/guides/minimizing-bundle-size/).
6558
+ Check the updated [Supported platforms documentation](https://mui.com/material-ui/getting-started/supported-platforms/) and [new "minimizing bundle size" guide](https://mui.com/material-ui/guides/minimizing-bundle-size/).
5986
6559
 
5987
6560
  If you target IE11, you need to use the new bundle (`legacy`). We are treating IE11 as a second class-citizen, which is a continuation of the direction taken in #22873.
5988
6561
 
@@ -6338,7 +6911,7 @@ Here are some highlights ✨:
6338
6911
  You can find a [new version](https://mui.com/components/slider-styled/#UnstyledSlider.tsx) of the slider in the lab without any styles.
6339
6912
  The unstyled component weighs 6.5 kB gzipped, compared with 26 kB for the styled version when used standalone. The component is best suited for use when you want to fully customize the look of the component without reimplementing the JavaScript and accessibility logic.
6340
6913
 
6341
- - ⚡️ A first alpha of the [DataGrid](https://mui.com/components/data-grid/) component.
6914
+ - ⚡️ A first alpha of the [DataGrid](https://mui.com/x/react-data-grid/) component.
6342
6915
 
6343
6916
  It has taken 6 months of development since the initial commit (March 15th, 2020) to make the first alpha release of the grid. The component comes in two versions:
6344
6917
  @material-ui/data-grid is licensed under MIT, while @material-ui/x-grid is licensed under a commercial license.
@@ -6626,7 +7199,7 @@ Here are some highlights ✨:
6626
7199
 
6627
7200
  - [theme] Remove palette.text.hint key (#22537) @mbrookes
6628
7201
 
6629
- The `theme.palette.text.hint` key was available but unused in Material-UI v4 components.
7202
+ The `theme.palette.text.hint` key was available but unused in Material UI v4 components.
6630
7203
  You can use `adaptV4Theme()` to restore the previous behavior.
6631
7204
 
6632
7205
  #### Changes
@@ -7044,7 +7617,7 @@ A big thanks to the 26 contributors who made this release possible.
7044
7617
  Here are some highlights ✨:
7045
7618
 
7046
7619
  - 💅 Introduce a new dynamic variant API (#21648) @mnajdova.
7047
- This API allows developers to add new variants on the Material-UI's components right from the theme, without having to wrap the components.
7620
+ This API allows developers to add new variants on the Material UI's components right from the theme, without having to wrap the components.
7048
7621
  For instance with the Button:
7049
7622
 
7050
7623
  ```tsx
@@ -7073,7 +7646,7 @@ Here are some highlights ✨:
7073
7646
  <Button variant="dashed" />;
7074
7647
  ```
7075
7648
 
7076
- More details in [the documentation](https://mui.com/customization/components/#adding-new-component-variants) and [RFC](#21749).
7649
+ More details in [the documentation](https://mui.com/material-ui/customization/components/#adding-new-component-variants) and [RFC](#21749).
7077
7650
 
7078
7651
  - 👮 Add documentation for the [TrapFocus](https://mui.com/components/trap-focus/) component (#22062) @oliviertassinari.
7079
7652
  - ⚛️ Prepare support for React v17 (#22093, #22105, #22143, #22111) @eps1lon.
package/README.md CHANGED
@@ -7,4 +7,4 @@ It's designed for developers who would like to use `styled-components` as the ma
7
7
 
8
8
  <!-- #default-branch-switch -->
9
9
 
10
- [The documentation](https://mui.com/guides/styled-engine/)
10
+ [The documentation](https://mui.com/material-ui/guides/styled-engine/)
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.5.2
1
+ /** @license MUI v5.8.0
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.5.2
1
+ /** @license MUI v5.8.0
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.5.2
1
+ /** @license MUI v5.8.0
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.5.2
1
+ /** @license MUI v5.8.0
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/styled-engine-sc",
3
- "version": "5.5.2",
3
+ "version": "5.8.0",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "styled() API wrapper package for styled-components.",
@@ -20,13 +20,13 @@
20
20
  "bugs": {
21
21
  "url": "https://github.com/mui/material-ui/issues"
22
22
  },
23
- "homepage": "https://mui.com/guides/styled-engine/",
23
+ "homepage": "https://mui.com/material-ui/guides/styled-engine/",
24
24
  "funding": {
25
25
  "type": "opencollective",
26
26
  "url": "https://opencollective.com/mui"
27
27
  },
28
28
  "dependencies": {
29
- "prop-types": "^15.7.2"
29
+ "prop-types": "^15.8.1"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "@types/styled-components": "^5.1.14",