@mui/styled-engine-sc 5.0.0 → 5.3.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,4 +1,1162 @@
1
- ### [Versions](https://mui.com/versions/)
1
+ # [Versions](https://mui.com/versions/)
2
+
3
+ ## 5.3.0
4
+
5
+ <!-- generated comparing v5.2.8..master -->
6
+
7
+ _Jan 17, 2022_
8
+
9
+ A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
10
+
11
+ - 🛠 @siriwatknp added support for callbacks in styleOverrides (#30524)
12
+ - 🧩 @ZeeshanTamboli and @VicHofs improved customization of components (#30515, #30212)
13
+ - 🛠 @hbjORbj fixed the use of ResizeObserver in Masonry component (#29896)
14
+ - 📄 @danilo-leal and @siriwatknp created our own blog home page (#30121)
15
+
16
+ ### `@mui/material@5.3.0`
17
+
18
+ - [Autocomplete] Add ability to pass props to `Paper` component (#30515) @ZeeshanTamboli
19
+ - [Select] Add defaultOpen prop (#30212) @VicHofs
20
+
21
+ ### `@mui/system@5.3.0`
22
+
23
+ - [system][box, grid, typography] `textTransform` prop should work directly on component (#30437) @hbjORbj
24
+ - [system] Support callback value in `styleOverrides` slot (#30524) @siriwatknp
25
+
26
+ ### `@mui/lab@5.0.0-alpha.65`
27
+
28
+ - [Masonry] Observe every masonry child to trigger computation when needed (#29896) @hbjORbj
29
+ - [MobileDatePicker] Fix calling onOpen when readOnly is true (#30561) @alisasanib
30
+
31
+ ### `@mui/codemod@5.3.0`
32
+
33
+ - [codemod] Bump `jscodeshift` to remove `colors` dependency (#30578) @siriwatknp
34
+
35
+ ### `@mui/styled-engine-sc@5.3.0`
36
+
37
+ - [styled-engine-sc] Add the withConfig API to enable using the babel plugin for styled-comonents (#30589) @mnajdova
38
+
39
+ ### `@mui/joy@5.0.0-alpha.11`
40
+
41
+ - [Joy] Add `SvgIcon` component (#30570) @hbjORbj
42
+
43
+ ### `@mui/base@5.0.0-alpha.65`
44
+
45
+ - [SliderUnstyled] Add useSlider hook and polish (#30094) @mnajdova
46
+
47
+ ### Docs
48
+
49
+ - [docs] End code block in test/README.md (#30531) @yaboi
50
+ - [docs] Remove redundant grouping in /components/radio-buttons/ (#30065) @eps1lon
51
+ - [docs] Update migration scripts and e2e tests (#30583) @siriwatknp
52
+ - [docs] Fix migration guides for versions older than v4 (#30595) @kkirsche
53
+ - [docs] Inform about specific files for DataGrid locales (#30411) @alexfauquette
54
+ - [docs] jss-to-tss migration advise to drop clsx in favor of cx (#30527) @garronej
55
+ - [docs] Fix integration with MUI X (#30593) @oliviertassinari
56
+ - [docs] Adding peer dependencies explanation on @mui/lab README.md (#30532) @glaucoheitor
57
+ - [docs] Add missing quote in migration docs (#30587) @Atralbus
58
+ - [docs] Update link to Doit sponsor (#30586) @oliviertassinari
59
+ - [docs] Add products identifier and drawer (#30283) @siriwatknp
60
+ - [website] Fix code button with installation command (#30622) @danilo-leal
61
+ - [website] Add a Blog index page (#30121) @danilo-leal
62
+ - [website] Migrate Twitter from @MaterialUI to @MUI_hq @oliviertassinari
63
+ - [website] Add Andrii to the About Us page (#30581) @cherniavskii
64
+
65
+ ### Core
66
+
67
+ - [core] Revert changes to peer dependencies (#30662) @oliviertassinari
68
+ - [core] Renovate should not try to update node (#30659) @oliviertassinari
69
+ - [core] Remove dead files (#30663) @oliviertassinari
70
+ - [core] Fix outdated TypeScript template (#30596) @oliviertassinari
71
+ - [core] Remove extra `</p>` from header of README.md (#30530) @yaboi
72
+ - [core] Fix `docs:api` script for Windows OS (#30533) @ZeeshanTamboli
73
+
74
+ All contributors of this release in alphabetical order: @alexfauquette, @alisasanib, @Atralbus, @cherniavskii, @danilo-leal, @eps1lon, @garronej, @glaucoheitor, @hbjORbj, @kkirsche, @mnajdova, @oliviertassinari, @siriwatknp, @VicHofs, @yaboi, @ZeeshanTamboli
75
+
76
+ ## 5.2.8
77
+
78
+ <!-- generated comparing v5.2.7..master -->
79
+
80
+ _Jan 10, 2022_
81
+
82
+ A big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
83
+
84
+ - A meaningful number of 🐛 bug fixes and 📚 documentation improvements.
85
+
86
+ ### `@mui/material@5.2.8`
87
+
88
+ - &#8203;<!-- 05 -->[TextField][inputlabel] Remove `pointer-events: none` property (#30493) @hbjORbj
89
+ - &#8203;<!-- 02 -->[Slider] Add `input` slot to components and componentsProps (#30362) @alexandre-lelain
90
+
91
+ ### `@mui/joy@5.0.0-alpha.10`
92
+
93
+ - &#8203;<!-- 04 -->[Joy] Add `Typography` component (#30489) @siriwatknp
94
+ - &#8203;<!-- 03 -->[Joy] Add functional `Switch` component (#30487) @siriwatknp
95
+
96
+ ### Docs
97
+
98
+ - &#8203;<!-- 18 -->[docs] Update markdown parser to remove backticks from description (#30495) @aefox
99
+ - &#8203;<!-- 17 -->[docs] Fix the crash when applying custom colors (#30563) @siriwatknp
100
+ - &#8203;<!-- 16 -->[docs] Location change of Sebastian (#30528) @eps1lon
101
+ - &#8203;<!-- 15 -->[docs] Lint markdown in the CI (#30395) @oliviertassinari
102
+ - &#8203;<!-- 14 -->[docs] Fix `componentsProps` API docs and PropTypes (#30502) @ZeeshanTamboli
103
+ - &#8203;<!-- 13 -->[docs] Codemod doc for overriding styles using tss (#30499) @garronej
104
+ - &#8203;<!-- 12 -->[docs] fix edge case when replacing data-grid url for migration (#30505) @siriwatknp
105
+ - &#8203;<!-- 11 -->[docs] fix replace url for migration (#30503) @siriwatknp
106
+ - &#8203;<!-- 10 -->[docs] Prepare scripts for migrating to new structure (#30386) @siriwatknp
107
+ - &#8203;<!-- 09 -->[docs] Adjust RTL Guide demos to fully support RTL (#30387) @noam-honig
108
+ - &#8203;<!-- 08 -->[docs] Move @eps1lon to community (#30473) @oliviertassinari
109
+ - &#8203;<!-- 07 -->[docs] Fix typo and spelling in the-sx-prop.md (#30482) @aefox
110
+ - &#8203;<!-- 06 -->[docs] More general docs polishing (#30371) @danilo-leal
111
+ - &#8203;<!-- 01 -->[website] Add José on the /about page (#30492) @danilo-leal
112
+
113
+ All contributors of this release in alphabetical order: @aefox, @alexandre-lelain, @danilo-leal, @eps1lon, @garronej, @hbjORbj, @noam-honig, @oliviertassinari, @siriwatknp, @ZeeshanTamboli
114
+
115
+ ## 5.2.7
116
+
117
+ <!-- generated comparing v5.2.6..master -->
118
+
119
+ _Jan 3, 2022_
120
+
121
+ A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
122
+
123
+ - 📓 Improvements on the Vietnamese (vi-VN) and Finnish (fi-FI) locales (#30426, #30442) @hckhanh @Certificate
124
+ - And more 🐛 bug fixes and 📚 documentation improvements.
125
+
126
+ ### `@mui/material@5.2.7`
127
+
128
+ - &#8203;<!-- 14 -->[Autocomplete] Fix calling onChange for duplicate values (#30374) @alisasanib
129
+ - &#8203;<!-- 13 -->[Avatar] Fix TypeScript error on imgProps (#30255) @ahmad-reza619
130
+ - &#8203;<!-- 12 -->[Badge] Fix `classes` prop TypeScript type (#30427) @ZeeshanTamboli
131
+ - &#8203;<!-- 03 -->[SvgIcon] Allow viewBox to inherit from Component through inheritViewBox prop (#29954) @alex-dikusar
132
+ - &#8203;<!-- 04 -->[SvgIcon] Correct API docs and code style (#30470) @michaldudak
133
+
134
+ ### Docs
135
+
136
+ - &#8203;<!-- 11 -->[blog] 2021 (#30425) @oliviertassinari
137
+ - &#8203;<!-- 15 -->[docs] Fix typo on the Grid docs page (#30446) @abhi45
138
+ - &#8203;<!-- 07 -->[docs] Fix `useMediaQuery` SSR example to v5 theme API (#30454) @ValentinH
139
+ - &#8203;<!-- 11 -->[docs] Improve the migration guide and add examples for transforming to `tss-react` (#30388) @mnajdova
140
+ - &#8203;<!-- 09 -->[docs] Make the reference to the select clearer (#30460) @boazrymland
141
+ - &#8203;<!-- 08 -->[docs] Sync translations with Crowdin (#30385) @l10nbot
142
+ - &#8203;<!-- 06 -->[example] Avoid double rendering in the Remix example (#30366) @mnajdova
143
+ - &#8203;<!-- 05 -->[i18n] improve viVN locale (#30426) @hckhanh
144
+ - &#8203;<!-- 04 -->[l10n] Improve fiFI locale (#30442) @Certificate
145
+ - &#8203;<!-- 02 -->[website] Add new batch of open roles (#30282) @oliviertassinari
146
+ - &#8203;<!-- 01 -->[website] Refactor page context with next router (#30020) @siriwatknp
147
+
148
+ ### Core
149
+
150
+ - &#8203;<!-- 13 -->[core] Automatically close issues that are incomplete and inactive (#30459) @oliviertassinari
151
+ - &#8203;<!-- 10 -->[core] Remove contrib tweet (#30455) @oliviertassinari
152
+
153
+ All contributors of this release in alphabetical order: @abhi45, @ahmad-reza619, @alex-dikusar, @alisasanib, @boazrymland, @Certificate, @hckhanh, @l10nbot, @michaldudak, @mnajdova, @oliviertassinari, @siriwatknp, @ValentinH, @ZeeshanTamboli
154
+
155
+ ## 5.2.6
156
+
157
+ <!-- generated comparing v5.2.5..master -->
158
+
159
+ _Dec 27, 2021_
160
+
161
+ A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
162
+
163
+ - 📓 The Norwegian Bokmål (nb-NO) locale was added (#27520) @wogsland
164
+ - 🛠 Introduced a new `useBadge` hook in the `@mui/base` package (#30246) @mnajdova
165
+ - And more 🐛 bug fixes and 📚 documentation improvements.
166
+
167
+ ### `@mui/material@5.2.6`
168
+
169
+ - &#8203;<!-- 24 -->[ButtonGroup] Fix typo in ButtonGroupContext's interface (#30376) @kealjones-wk
170
+ - &#8203;<!-- 03 -->[l10n] Add Norwegian Bokmål (nb-NO) locale (#27520) @wogsland
171
+
172
+ ### `@mui/base@5.0.0-alpha.62`
173
+
174
+ - &#8203;<!-- 26 -->[BadgeUnstyled] Add useBadge hook (#30246) @mnajdova
175
+
176
+ ### `@mui/joy@5.0.0-alpha.8`
177
+
178
+ - &#8203;<!-- 04 -->[Joy] Button API (#29962) @siriwatknp
179
+
180
+ ### Docs
181
+
182
+ - &#8203;<!-- 27 -->[docs] Fix color coercion (#30319) @Janpot
183
+ - &#8203;<!-- 25 -->[blog] Fix file import conflict resolution (#30391) @oliviertassinari
184
+ - &#8203;<!-- 21 -->[docs] Fix crash on Safari because of unsupported lookahead feature (#30345) @cherniavskii
185
+ - &#8203;<!-- 20 -->[docs] Update to new website domain (#30396) @ryota-murakami
186
+ - &#8203;<!-- 19 -->[docs] Fix text from material-ui to @mui to reflect v5 name changes (#30393) @pupudu
187
+ - &#8203;<!-- 18 -->[docs] Fix a11y in Menu demos (#30378) @ZeeshanTamboli
188
+ - &#8203;<!-- 17 -->[docs] Document how to unmount transition child (#30382) @oliviertassinari
189
+ - &#8203;<!-- 16 -->[docs] The current standard for quotes is QUOTATION MARK @oliviertassinari
190
+ - &#8203;<!-- 15 -->[docs] Fix 404 links (#30380) @oliviertassinari
191
+ - &#8203;<!-- 14 -->[docs] Fix Breadcrumb description (#30307) @jamesmelzer
192
+ - &#8203;<!-- 13 -->[docs] Modify injection order for Gatsby and SSR examples (#30358) @ShuPink
193
+ - &#8203;<!-- 12 -->[docs] Improve the translation experience (#30373) @oliviertassinari
194
+ - &#8203;<!-- 11 -->[docs] Sync translations with Crowdin (#30176) @l10nbot
195
+ - &#8203;<!-- 10 -->[docs] Fix link to /size-snapshot (#30363) @oliviertassinari
196
+ - &#8203;<!-- 09 -->[docs] Fix incorrect aria label in SpeedDial demo (#30354) @chwallen
197
+ - &#8203;<!-- 08 -->[docs] Fix incorrect number of breakpoint helpers (#30353) @chwallen
198
+ - &#8203;<!-- 07 -->[docs] Update outdated links (#30260) @oliviertassinari
199
+ - &#8203;<!-- 06 -->[docs] Support redirects from old urls to /material/\* (#30286) @siriwatknp
200
+ - &#8203;<!-- 05 -->[examples] Fix CSS modules integration (#30381) @oliviertassinari
201
+ - &#8203;<!-- 02 -->[website] Fix SEO issues (#30372) @oliviertassinari
202
+ - &#8203;<!-- 01 -->[website] Sync sponsors (#30259) @oliviertassinari
203
+
204
+ ### Core
205
+
206
+ - &#8203;<!-- 28 -->[core] Rename Material-UI to MUI (#30338) @ZeeshanTamboli
207
+ - &#8203;<!-- 23 -->[core] Fix warning in dev mode (#30368) @oliviertassinari
208
+ - &#8203;<!-- 22 -->[core] Update `buildApi` script to support new structure (#30245) @siriwatknp
209
+
210
+ All contributors of this release in alphabetical order: @cherniavskii, @chwallen, @jamesmelzer, @Janpot, @kealjones-wk, @l10nbot, @mnajdova, @oliviertassinari, @pupudu, @ryota-murakami, @ShuPink, @siriwatknp, @wogsland, @ZeeshanTamboli
211
+
212
+ ## 5.2.5
213
+
214
+ <!-- generated comparing v5.2.4..master -->
215
+
216
+ _Dec 20, 2021_
217
+
218
+ A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
219
+
220
+ - 🛠 This release mostly improves what's behind the scenes: infrastructure and tests
221
+ - 📓 Danish (da-DK) locale was added (#29485) @mikk5829
222
+ - 🖌 Polished the design of Base components (#30149) and the docs in general (#29994) @danilo-leal
223
+ - 📚 Many additions and improvements to the documentation were made
224
+
225
+ ### `@mui/material@5.2.5`
226
+
227
+ - [l10n] Add Danish (da-DK) locale (#29485) @mikk5829
228
+ - [LoadingButton] Label progressbar by the LoadingButton (#30002) @eps1lon
229
+ - [Tabs] Remove unnecessary `Partial<>` type around TabIndicatorProps type (#30254) @ZeeshanTamboli
230
+
231
+ ### `@mui/system@5.2.5`
232
+
233
+ - [system] Use `useEnhancedEffect` to prevent flicker (#30216) @hbjORbj
234
+
235
+ ### `@mui/lab@5.0.0-alpha.61`
236
+
237
+ - [pickers] Fix the wrong MuiClockPicker's ArrowSwitcher slot name (#30226) @rejetto
238
+
239
+ ### Docs
240
+
241
+ - [docs] Run JS compiler on markdown output (#29732) @Janpot
242
+ - [Badge] Add tests for `anchorOrigin` prop (#30147) @daniel-sachs
243
+ - [docs] Add cssmodule injection order comments to Nextjs example (#30213) @ShuPink
244
+ - [docs] Remove extra word in Select component code example comments (#30281) @KThompso
245
+ - [docs] Improve the description of the Accordion (#30253) @jamesmelzer
246
+ - [docs] Heading capitalization convention @oliviertassinari
247
+ - [docs] Rename remaining 'unstyled' references to 'base' (#30206) @michaldudak
248
+ - [docs] Add to migration doc about ref type specificity (#30114) @hbjORbj
249
+ - [docs] Add script to clone pages (#30107) @siriwatknp
250
+ - [docs] Correct colors in breakpoints documentation (#30219) @michaldudak
251
+ - [docs] Sync icon search UI state with the url (#30075) @Janpot
252
+ - [docs] Base components demos design polish (#30149) @danilo-leal
253
+ - [docs] General documentation polish (#29994) @danilo-leal
254
+ - [examples] Fix typo in the remix example's README (#30289) @lemol
255
+ - [website] Remove expired gold sponsor (#30222) @oliviertassinari
256
+ - [website] Remove broken showcase links (#30217) @mnajdova
257
+
258
+ ### Core
259
+
260
+ - [test] Reduce bundle size comparison memory consumption (#30195) @Janpot
261
+ - [core] make snapshot comparison more resilient (#30183) @Janpot
262
+ - [core] update formatted ts demo to support new structure (#30248) @siriwatknp
263
+ - [core] cache dependencies in github actions (#30211) @siriwatknp
264
+ - [core] fix root package version (#30204) @siriwatknp
265
+ - [core] Fail the build when the dangerjs script errors (#30186) @Janpot
266
+ - [test] Add E2E website tests (#30128) @siriwatknp
267
+
268
+ All contributors of this release in alphabetical order: @daniel-sachs, @danilo-leal, @eps1lon, @hbjORbj, @jamesmelzer, @Janpot, @KThompso, @lemol, @michaldudak, @mikk5829, @mnajdova, @oliviertassinari, @rejetto, @ShuPink, @siriwatknp, @ZeeshanTamboli
269
+
270
+ ## 5.2.4
271
+
272
+ <!-- generated comparing v5.2.3..master -->
273
+
274
+ _Dec 14, 2021_
275
+
276
+ A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
277
+
278
+ - ✨ Add `not` operator to `theme.breakpoints` (#29311) @Philipp000
279
+
280
+ ```js
281
+ const styles = (theme) => ({
282
+ root: {
283
+ backgroundColor: 'blue',
284
+ // Match [xs, md) and [md + 1, ∞)
285
+ // [xs, md) and [lg, ∞)
286
+ // [0px, 900px) and [1200px, ∞)
287
+ [theme.breakpoints.not('md')]: {
288
+ backgroundColor: 'red',
289
+ },
290
+ },
291
+ });
292
+ ```
293
+
294
+ - And many more 🐛 bug fixes and 📚 improvements.
295
+
296
+ ### `@mui/material@5.2.4`
297
+
298
+ - &#8203;<!-- 14 -->[esm] Correct a styles imports (#29976) @Janpot
299
+ - &#8203;<!-- 12 -->[GlobalStyles] Fix `theme` type (#30072) @mnajdova
300
+ - &#8203;<!-- 11 -->[Grid] Fix grid items to respond to the container's responsive columns (#29715) @kkorach
301
+ - &#8203;<!-- 04 -->[TextField] Fix missing space before asterisk in `OutlinedInput`'s label (#29630) @alisasanib
302
+ - &#8203;<!-- 03 -->[Transition] Allow any valid HTML attribute to be passed (#29888) @Janpot
303
+ - &#8203;<!-- 02 -->[types] Fix discrepancy between core and system `ThemeOptions` (#30095) @fmeum
304
+ - &#8203;<!-- 09 -->[InputBase] Add prop for disabling global styles (#29213) @bryan-hunter
305
+ - &#8203;<!-- 08 -->[Select] Improve multiple logic (#30135) @ladygo93
306
+
307
+ ### `@mui/system@5.2.4`
308
+
309
+ - &#8203;<!-- 06 -->[system] Don't transition when re-appearing (#30108) @eps1lon
310
+ - &#8203;<!-- 05 -->[system] Add `not` operator to `breakpoints` (#29311) @Philipp000
311
+
312
+ ### `@mui/base@5.0.0-alpha.60`
313
+
314
+ - &#8203;<!-- 25 -->[BadgeUnstyled] Make it conformant with other base components (#30141) @mnajdova
315
+
316
+ ### `@mui/icons-material@5.2.4`
317
+
318
+ - &#8203;<!-- 10 -->[icons] Correct location of icon download folder (#29839) @yaboi
319
+
320
+ ### Docs
321
+
322
+ - &#8203;<!-- 22 -->[docs] Explain the use of Select's label in FormControl (#30189) @michaldudak
323
+ - &#8203;<!-- 21 -->[docs] Don't run nprogress on shallow routing (#30087) @Janpot
324
+ - &#8203;<!-- 20 -->[docs] Add Data Driven Forms to related projects (#30078) @rvsia
325
+ - &#8203;<!-- 19 -->[docs] Sync translations with Crowdin (#30067) @l10nbot
326
+ - &#8203;<!-- 18 -->[docs] Fix link on "Custom variables" section in the Theming page #30100 @danilo-leal
327
+ - &#8203;<!-- 17 -->[docs] Fix justifyContent option in the Grid interactive demo (#30117) @danilo-leal
328
+ - &#8203;<!-- 16 -->[docs] Add tip to help access the docs of a previous version when finding answers in StackOverflow (#30101) @danilo-leal
329
+ - &#8203;<!-- 15 -->[docs] Fix import example inside Unstyled Backdrop section (#30098) @TheodosiouTh
330
+ - &#8203;<!-- 01 -->[website] Column pinning and Tree data are out (#30136) @oliviertassinari
331
+ - &#8203;<!-- 07 -->[survey] Remove survey promotion items (#30122) @danilo-leal
332
+
333
+ ### Core
334
+
335
+ - &#8203;<!-- 23 -->[core] Fix link to Open Collective @oliviertassinari
336
+ - &#8203;<!-- 26 -->[core] Update snapshots and s3 fallback (#30134) @Janpot
337
+ - &#8203;<!-- 24 -->[ci] Update CI bucket (#30080) @Janpot
338
+ - &#8203;<!-- 13 -->[fix] size:snapshot for mui-material-next and mui-joy components (#30106) @Janpot
339
+
340
+ All contributors of this release in alphabetical order: @alisasanib, @bryan-hunter, @danilo-leal, @eps1lon, @fmeum, @Janpot, @kkorach, @l10nbot, @ladygo93, @michaldudak, @mnajdova, @oliviertassinari, @Philipp000, @rvsia, @TheodosiouTh, @yaboi
341
+
342
+ ## 5.2.3
343
+
344
+ <!-- generated comparing v5.2.2..master -->
345
+
346
+ _Dec 6, 2021_
347
+
348
+ A big thanks to the 25 contributors who made this release possible. Here are some highlights ✨:
349
+
350
+ - ✨ We have introduced a new unstyled component in `@mui/base`: `TablePagination` (#29759) @mnajdova
351
+
352
+ <a href="https://mui.com/components/tables/#unstyled-table"><img width="800" alt="unstyled table" src="https://user-images.githubusercontent.com/4512430/144862194-584356ef-7d9d-462c-a631-186a7e716193.png"></a>
353
+
354
+ You can follow our progress with unstyled components at https://github.com/mui-org/material-ui/issues/27170.
355
+
356
+ - 🎉 We have added an example of how to use MUI with [Remix](https://remix.run/) (#29952) @mnajdova
357
+
358
+ - And many more 🐛 bug fixes and 📚 improvements.
359
+
360
+ ### `@mui/material@5.2.3`
361
+
362
+ - &#8203;<!-- 33 -->[Accordion] Add a test for handling `square` prop (#29972) @daniel-sachs
363
+ - &#8203;<!-- 32 -->[Alert] Fix `square` Paper prop (#30027) @ZeeshanTamboli
364
+ - &#8203;<!-- 31 -->[AvatarGroup] Allow specifying total number of avatars (#29898) @eduardomcv
365
+ - &#8203;<!-- 29 -->[Button] Fix regression from context API (#29982) @siriwatknp
366
+ - &#8203;<!-- 13 -->[Grid] Fix generated classes for `spacing` prop when the value is object (#29880) @jayeclark
367
+ - &#8203;<!-- 10 -->[Select] Should not crash when an empty array is passed with `multiple` enabled (#29957) @Domino987
368
+
369
+ ### `@mui/system@5.2.3`
370
+
371
+ - &#8203;<!-- 06 -->[system] Fix return type of `createBox` (#29989) @mnajdova
372
+ - &#8203;<!-- 05 -->[system] Support boolean values in typescript for the `sx` prop when used as array (#29911) @tasugi
373
+
374
+ ### `@mui/utils@5.2.3`
375
+
376
+ - &#8203;<!-- 03 -->[utils] Add typings for `@mui-material/styles/cssUtils` (#29621) @Semigradsky
377
+
378
+ ### `@mui/icons-material@5.2.1`
379
+
380
+ - &#8203;<!-- 12 -->[icons] Consolidate ignored icons into one list (#29843) @chao813
381
+
382
+ ### `@mui/base@5.0.0-alpha.59`
383
+
384
+ - &#8203;<!-- 30 -->[base] Fix missing ClickAwayListener barrel index export (#30000) @oliviertassinari
385
+ - &#8203;<!-- 04 -->[TablePaginationUnstyled] Introduce new component (#29759) @mnajdova
386
+
387
+ ### `@mui/lab@5.0.0-alpha.59`
388
+
389
+ - &#8203;<!-- 27 -->[DateRangePicker] Fix `DateRangePickerDayProps` interface (#29067) @jonathanrtuck
390
+ - &#8203;<!-- 10 -->[Pickers] Remove propagation of custom props to the `MonthPicker` component's DOM element (#30021) @ZeeshanTamboli
391
+ - &#8203;<!-- 08 -->[StaticDatePicker] Add className and slot to PickerStaticWrapper (#29619) @kkorach
392
+
393
+ ### `@mui/joy@5.0.0-alpha.5`
394
+
395
+ - &#8203;<!-- 11 -->[Joy] Theme setup (#29846) @siriwatknp
396
+
397
+ ### Docs
398
+
399
+ - &#8203;<!-- 34 -->[docs] Fix link in TypeScript doc page (#30044) @genzyy
400
+ - &#8203;<!-- 26 -->[docs] Remove the 'WIP' icon from the 'Group & Pivot' page title (#30077) @flaviendelangle
401
+ - &#8203;<!-- 25 -->[docs] Add warning that `@mui/styled-engine-sc` does not work in SSR (#30026) @mnajdova
402
+ - &#8203;<!-- 24 -->[docs] Add section for CSS specificity in the migration guide (#30008) @hbjORbj
403
+ - &#8203;<!-- 28 -->[docs] Clarify comment in migration doc (#30076) @hbjORbj
404
+ - &#8203;<!-- 23 -->[docs] Sync translations with Crowdin (#30041) @l10nbot
405
+ - &#8203;<!-- 22 -->[docs] Explain how Paper changes shade in dark mode (#30003) @michaldudak
406
+ - &#8203;<!-- 21 -->[docs] Update nextjs-typescript-example (#29974) @huydhoang
407
+ - &#8203;<!-- 20 -->[docs] Add missing global state classes to API docs generator (#29945) @michaldudak
408
+ - &#8203;<!-- 19 -->[docs] Fix benchmarks folder link (#29981) @fourjr
409
+ - &#8203;<!-- 18 -->[docs] Improve wording in StackOverflow section of support page (#29956) @ronwarner
410
+ - &#8203;<!-- 17 -->[docs] Remove Black Friday sale notification (#29936) @mbrookes
411
+ - &#8203;<!-- 16 -->[examples] Fix typos in the Remix example (#30071) @MichaelDeBoey
412
+ - &#8203;<!-- 15 -->[examples] Add Remix example (#29952) @mnajdova
413
+ - &#8203;<!-- 14 -->[examples] Fix lint issue for displayName missing in the Next.js examples (#29985) @ZeeshanTamboli
414
+ - &#8203;<!-- 09 -->[Stack] Document system props in Stack API (#30069) @ThewBear
415
+ - &#8203;<!-- 07 -->[survey] Add a banner and card for promoting the 2021 survey (#29950) @danilo-leal
416
+ - &#8203;<!-- 02 -->[website] Correct the Careers page description (#30073) @michaldudak
417
+ - &#8203;<!-- 01 -->[website] Fix 301 links (#30040) @oliviertassinari
418
+
419
+ ### Core
420
+
421
+ - &#8203;<!-- 31 -->[core] Batch small changes (#30042) @oliviertassinari
422
+ - &#8203;<!-- 28 -->[core] Transition to a new StackOverflow tag (#29967) @oliviertassinari
423
+
424
+ All contributors of this release in alphabetical order: @chao813, @daniel-sachs, @danilo-leal, @Domino987, @eduardomcv, @flaviendelangle, @fourjr, @genzyy, @hbjORbj, @huydhoang, @jayeclark, @jonathanrtuck, @kkorach, @l10nbot, @mbrookes, @MichaelDeBoey, @michaldudak, @mnajdova, @oliviertassinari, @ronwarner, @Semigradsky, @siriwatknp, @tasugi, @ThewBear, @ZeeshanTamboli
425
+
426
+ ## 5.2.2
427
+
428
+ <!-- generated comparing v5.2.1..master -->
429
+
430
+ _Nov 29, 2021_
431
+
432
+ A big thanks to the 9 contributors who made this release possible. Here are some highlights ✨:
433
+
434
+ - ♿️ Improved accessibility of `Snackbar` and `TextField` in `@mui/material` (#29782) (#29850) (#29852) @eps1lon.
435
+ - 🎉 Added support for `sx` syntax inside `styled()` utility (#29833) @mnajdova.
436
+ - 🎉 Added support for more options for `createCssVarsProvider` in `@mui/system` (#29845) (#29857) @hbjORbj.
437
+ - And many more 🐛 bug fixes and 📚 improvements.
438
+
439
+ ### `@mui/material@5.2.2`
440
+
441
+ - &#8203;<!-- 14 -->[MenuList] Add component prop (#29882) @Harshikerfuffle
442
+ - &#8203;<!-- 13 -->[Snackbar] Interrupt auto-hide on keyboard interaction (#29852) @eps1lon
443
+ - &#8203;<!-- 12 -->[Snackbar] Dismiss on Escape press (#29850) @eps1lon
444
+ - &#8203;<!-- 06 -->[TextField] Associate accessible name and description by default (#29782) @eps1lon
445
+
446
+ ### `@mui/joy@5.0.0-alpha.4`
447
+
448
+ - &#8203;<!-- 15 -->[Joy] Add `Button` - 1st iteration (#29464) @siriwatknp
449
+
450
+ ### `@mui/codemod@5.2.1`
451
+
452
+ - &#8203;<!-- 28 -->[codemod] Fix alias import for box-sx-prop (#29902) @siriwatknp
453
+
454
+ ### `@mui/system@5.2.2`
455
+
456
+ - &#8203;<!-- 11 -->[system] CSSVarsProvider cleans up `html[style]` when unmounting (#29946) @eps1lon
457
+ - &#8203;<!-- 10 -->[system] Add support for `disableTransitionOnChange` in `createCssVarsProvider` (#29857) @hbjORbj
458
+ - &#8203;<!-- 09 -->[system] Add support for `enableColorScheme` in `createCssVarsProvider` (#29845) @hbjORbj
459
+
460
+ ### `@mui/utils@5.2.2`
461
+
462
+ - &#8203;<!-- 05 -->[useId] Trade random collisions for collisions on overflow (#29781) @eps1lon
463
+ - &#8203;<!-- 04 -->[useIsFocusVisible] Convert to TypeScript (#29779) @eps1lon
464
+
465
+ ### Docs
466
+
467
+ - &#8203;<!-- 24 -->[docs] Fix v5-beta confusing example description (#29932) @oliviertassinari
468
+ - &#8203;<!-- 23 -->[docs] Apply the z-index on the right DOM element (#29934) @oliviertassinari
469
+ - &#8203;<!-- 22 -->[docs] Improve git diff format (#29935) @oliviertassinari
470
+ - &#8203;<!-- 21 -->[docs] Fix typo (#29866) @sinclairity
471
+ - &#8203;<!-- 20 -->[docs] Fix key display (#29933) @oliviertassinari
472
+ - &#8203;<!-- 19 -->[docs] Fix outdated link to next/link docs (#29937) @radlinskii
473
+ - &#8203;<!-- 18 -->[docs] Add how to pass `sx` prop (#29905) @siriwatknp
474
+ - &#8203;<!-- 17 -->[docs] Fix typo in notifications @mbrookes
475
+ - &#8203;<!-- 16 -->[docs] Black Friday sale notification @mbrookes
476
+ - &#8203;<!-- 03 -->[website] Fix canonical links (#29938) @oliviertassinari
477
+ - &#8203;<!-- 02 -->[website] Fix SEO issues (#29939) @oliviertassinari
478
+ - &#8203;<!-- 01 -->[website] Improvements to the /x product page (#28964) @danilo-leal
479
+
480
+ ### Core
481
+
482
+ - &#8203;<!-- 27 -->[core] Remove dead code (#29940) @oliviertassinari
483
+ - &#8203;<!-- 26 -->[core] Move benchmark CI job from AZP to CircleCI (#29894) @eps1lon
484
+ - &#8203;<!-- 25 -->[core] Fix PR detection pattern in test_bundle_size_monitor (#29895) @eps1lon
485
+ - &#8203;<!-- 08 -->[test] Fix browser tests (#29929) @eps1lon
486
+ - &#8203;<!-- 07 -->[test] Reject shorthand properties in style matchers (#29893) @eps1lon
487
+
488
+ All contributors of this release in alphabetical order: @danilo-leal, @eps1lon, @Harshikerfuffle, @hbjORbj, @mbrookes, @oliviertassinari, @radlinskii, @sinclairity, @siriwatknp
489
+
490
+ ## 5.2.1
491
+
492
+ <!-- generated comparing v5.2.0..master -->
493
+
494
+ _Nov 25, 2021_
495
+
496
+ A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
497
+
498
+ This is an early release to fix `export 'useId' (imported as 'React') was not found in 'react'` when bundling code depending on MUI Core.
499
+
500
+ - &#8203;<!-- 10 -->[AppBar][docs] Add a fully responsive demo to docs (#29829) @karakib2k18
501
+ - &#8203;<!-- 9 -->[core] Fix PR run detection in test_bundle_size_monitor (#29879) @eps1lon
502
+ - &#8203;<!-- 8 -->[core] Move bundle size monitoring to CircleCI (#29876) @eps1lon
503
+ - &#8203;<!-- 7 -->[docs] Add keys to Responsive AppBar demo (#29884) @mbrookes
504
+ - &#8203;<!-- 6 -->[docs] MUI's 2021 Developer survey (#29765) @newguy-123
505
+ - &#8203;<!-- 5 -->[docs] Smoother image loading UX (#29858) @oliviertassinari
506
+ - &#8203;<!-- 4 -->[Select] Fix select display value with React Nodes (#29836) @kegi
507
+ - &#8203;<!-- 3 -->[system] Add `experimental_sx` utility (#29833) @mnajdova
508
+ - &#8203;<!-- 2 -->[test] Ignore "detected multiple renderers" warning for now (#29854) @eps1lon
509
+ - &#8203;<!-- 1 -->[useMediaQuery][utils] Remove usage of React 18 APIs (#29870) @eps1lon
510
+
511
+ All contributors of this release in alphabetical order: @eps1lon, @karakib2k18, @kegi, @mbrookes, @mnajdova, @newguy-123, @oliviertassinari
512
+
513
+ ## 5.2.0
514
+
515
+ <!-- generated comparing v5.1.1..master -->
516
+
517
+ _Nov 23, 2021_
518
+
519
+ A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
520
+
521
+ - 🧪 Created another unstyled component: [TabsUnstyled](https://mui.com/components/tabs/#unstyled) (#29597) @mnajdova.
522
+ - 🎉 Updated the Material Icons set with the latest changes from Google (#29328) @michaldudak / (#29818) @chao813.
523
+ This update adds 200 new icons and tweaks the appearance of many more.
524
+ With it, we're getting close to having 2000 icons in our set.
525
+ - 🐛 Fixed bugs and improved the infrastructure and documentation 📚.
526
+
527
+ ### `@mui/material@5.2.0`
528
+
529
+ - [IconButton] Remove on hover effect when `disableRipple` is set (#29298) @adamfitzgibbon
530
+ - [i18n] Add the amharic language (#29153) @NatiG100
531
+ - [material] Fix types for `variants.style` to accept callbacks (#29610) @mnajdova
532
+ - [Popper] Simplify prop types (#29680) @michaldudak
533
+ - [Select] Include aria-selected=false when option not selected (#29695) @michaldudak
534
+ - [useMediaQuery] Fix crash in Safari < 14 and IE 11 (#29776) @eps1lon
535
+ - [useMediaQuery] Ensure no tearing in React 18 (#28491) @eps1lon
536
+
537
+ ### `@mui/codemod@5.2.0`
538
+
539
+ - [codemod] Fix `jss-to-styled` to support multiple withStyles (#29824) @siriwatknp
540
+
541
+ ### `@mui/icons-material@5.2.0`
542
+
543
+ - [icons] Sync new Google Material Icons (#29818) @chao813
544
+ - [icons] Sync recent Material Icons from Google (#29328) @michaldudak
545
+
546
+ ### `@mui/system@5.2.0`
547
+
548
+ - [Box] Fix `sx` prop runtime issue when used as function (#29830) @mnajdova
549
+ - [system] Fix `sx` throw error when value is `null` or `undefined` (#29756) @siriwatknp
550
+ - [system] Fix minor CssVars issues (#29747) @siriwatknp
551
+
552
+ ### `@mui/styled-engine@5.2.0`
553
+
554
+ - [styled-engine] Fix props inference in styled-engine (#29739) @Janpot
555
+
556
+ ### `@mui/base@5.0.0-alpha.56`
557
+
558
+ - [FormControlUnstyled] `focused` is always false unless explicitly set to `true` @mwilkins91
559
+ - [TabsUnstyled] Introduce new component (#29597) @mnajdova
560
+
561
+ ### `@mui/lab@5.0.0-alpha.56`
562
+
563
+ - [DatePicker][timepicker] Add missing component declarations (#29517) @longzheng
564
+ - [Masonry] exports from root package (#29754) @abhinav-22-tech
565
+ - [pickers] Widen accepted `luxon` version range (#29761) @eps1lon
566
+
567
+ ### Docs
568
+
569
+ - [blog] MUI X v5 blog post (#29590) @DanailH
570
+ - [blog] Polish the Benny Joo joins MUI post (#29697) @oliviertassinari
571
+ - [CHANGELOG] Explain why we do breaking changes @oliviertassinari
572
+ - [core] Update latest issue template for codesandbox CI (#29783) @eps1lon
573
+ - [core] Ensure `@mui/core` is an alias for `@mui/base` (#29762) @eps1lon
574
+ - [docs] Fix broken Next and Previous links (#29711) @scallaway
575
+ - [docs] Add a note that ToggleButton exclusive does not enforce selection (#29812) @mmacu
576
+ - [docs] Update the list of supported locales (#29831) @michaldudak
577
+ - [docs] Update tooltip doc to better define touch action (#29717) @gnowland
578
+ - [website] Standardize the background color from the MUI team photos (#29738) @danilo-leal
579
+ - [website] Add Bharat to the About Us Page (#29714) @bharatkashyap
580
+ - [website] Add about page entry for jan (#29701) @Janpot
581
+ - [website] Adding Prakhar to the about page (#29737) @danilo-leal
582
+
583
+ ### Core
584
+
585
+ - [test] Allow debugging with Chrome and VSCode inspector (#29777) @eps1lon
586
+ - [test] Use renderer clock instead of custom useFakeTimers call (#29778) @eps1lon
587
+ - [test] Only mock Date in regression tests (#29763) @eps1lon
588
+ - [test] Disable nightly integration tests on `next` branch (#29748) @eps1lon
589
+ - [test] Allow configuring clock directly from `createRenderer` (#29684) @eps1lon
590
+ - [test] Accept backslashes as path separators in test CLI (#29694) @michaldudak
591
+ - [utils] Use built-in hook when available for useId (#26489) @eps1lon
592
+
593
+ All contributors of this release in alphabetical order: @abhinav-22-tech, @adamfitzgibbon, @bharatkashyap, @chao813, @DanailH, @danilo-leal, @eps1lon, @gnowland, @Janpot, @longzheng, @michaldudak, @mmacu, @mnajdova, @mwilkins91, @NatiG100, @oliviertassinari, @scallaway, @siriwatknp
594
+
595
+ ## 5.1.1
596
+
597
+ <!-- generated comparing v5.1.0..master -->
598
+
599
+ _Nov 16, 2021_
600
+
601
+ A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
602
+
603
+ - 🛠 Renamed `@mui/core` to `@mui/base` (#29585) @michaldudak.
604
+ - And many more 🐛 bug fixes and 📚 improvements.
605
+
606
+ ### `@mui/material@5.1.1`
607
+
608
+ - &#8203;<!-- 34 -->[Breadcrumbs][divider] Replace decimal spacing values with integers and css calc (#29526) @anikcreative
609
+ - &#8203;<!-- 10 -->[Select][nativeselect] Add `multiple` class (#29566) @aaronholla
610
+ - &#8203;<!-- 09 -->[Popper] Split into PopperUnstyled and Popper (#29488) @michaldudak
611
+ - &#8203;<!-- 08 -->[Select] Make it clear that `Select` is not a root component (#29593) @hbjORbj
612
+ - &#8203;<!-- 13 -->[l10n] Improved Dutch (nl-NL) locale (#29592) @flipvrijn
613
+ - &#8203;<!-- 10 -->[Table] Improve pagination range, use "en dash" over "hyphen" (#29579) @narekmal
614
+
615
+ ### `@mui/base@5.0.0-alpha.55`
616
+
617
+ #### Breaking changes
618
+
619
+ - &#8203;<!-- 27 -->[core] Rename mui/core to mui/base (#29585) @michaldudak
620
+
621
+ Based on the results of the [poll](https://twitter.com/michaldudak/status/1452630484706635779) and our internal discussions, we decided to rename the `@mui/core` package to `@mui/base`. The main rationale for this is the fact that we use the term "Core" to refer to the core components product family, the one that includes Material Design components, unstyled components, System utilities, etc. Therefore, @mui/core was effectively a subset of MUI Core. This was confusing.
622
+
623
+ The new name better reflects the purpose of the package: it contains unstyled components, hooks, and utilities that serve as a **base** to build on.
624
+
625
+ ```diff
626
+ -import { useSwitch } from '@mui/core/SwitchUnstyled';
627
+ +import { useSwitch } from '@mui/base/SwitchUnstyled';
628
+ ```
629
+
630
+ ### `@mui/lab@5.0.0-alpha.55`
631
+
632
+ - &#8203;<!-- 12 -->[LoadingButton] Text variant spacing fixed for both start and end (#29194) @joshua-lawrence
633
+ - &#8203;<!-- 11 -->[Masonry] Check if container or child exists to prevent error (#29452) @hbjORbj
634
+
635
+ ### Docs
636
+
637
+ - &#8203;<!-- 25 -->[docs] Correct bundler configuration for using legacy MUI build (#29146) @petermikitsh
638
+ - &#8203;<!-- 24 -->[docs] Fix typo on autocomplete.md (#29570) @netizer
639
+ - &#8203;<!-- 23 -->[docs] Fix dark mode on branding pages (#29611) @alexfauquette
640
+ - &#8203;<!-- 22 -->[docs] Do not render CSS section in API docs navbar if there are no CSS classes (#29622) @ZeeshanTamboli
641
+ - &#8203;<!-- 21 -->[docs] Fix link locale handling (#29624) @oliviertassinari
642
+ - &#8203;<!-- 20 -->[docs] Fix Search navigation (#29623) @oliviertassinari
643
+ - &#8203;<!-- 19 -->[docs] Fix broken link & update MUI packages explanation (#29583) @siriwatknp
644
+ - &#8203;<!-- 18 -->[docs] Do not repeat language snippet in url in Algolia search (#29483) @hbjORbj
645
+ - &#8203;<!-- 17 -->[docs] Update `ThemeProvider` API link (#29573) @siriwatknp
646
+ - &#8203;<!-- 16 -->[docs] Remove svg logos from the Support page (#29431) @oliviertassinari
647
+ - &#8203;<!-- 15 -->[docs] Link UXPin integration (#29422) @oliviertassinari
648
+ - &#8203;<!-- 14 -->[docs] Link to the new public roadmap for the design kits (#29433) @oliviertassinari
649
+ - &#8203;<!-- 28 -->[docs] correct bundler configuration for using legacy MUI build (#29146) @petermikitsh
650
+ - &#8203;<!-- 01 -->[website] Fix premium plan release date (#29430) @oliviertassinari
651
+ - &#8203;<!-- 02 -->[website] Add GitHub icon button to the navbar (#29640) @danilo-leal
652
+ - &#8203;<!-- 39 -->[blog] Support many authors in markdown pages (#29633) @m4theushw
653
+
654
+ ### Core
655
+
656
+ - &#8203;<!-- 33 -->[core] Add `experiments` index page (#29582) @siriwatknp
657
+ - &#8203;<!-- 32 -->[core] Move s3 bucket ownership to mui-org (#29609) @eps1lon
658
+ - &#8203;<!-- 31 -->[core] Improve support request message (#29614) @mnajdova
659
+ - &#8203;<!-- 30 -->[core] Use support request Github Action (#29594) @mnajdova
660
+ - &#8203;<!-- 29 -->[core] Remove unused `getJsxPreview` util (#29586) @ZeeshanTamboli
661
+ - &#8203;<!-- 28 -->[core] Use GitHub issue forms (#28038) @oliviertassinari
662
+ - &#8203;<!-- 26 -->[core] Add playground (#29423) @oliviertassinari
663
+ - &#8203;<!-- 07 -->[test] Correctly identify what the `raf` helper is for (#29683) @eps1lon
664
+ - &#8203;<!-- 06 -->[test] Verify a quilted ImageList is created as test title suggests (#29565) @daniel-sachs
665
+ - &#8203;<!-- 05 -->[test] Replace `createServerRender` with `createRenderer` (#29503) @eps1lon
666
+ - &#8203;<!-- 04 -->[test] Always ignore "useLayoutEffect has no effect on the server"-warning (#29502) @eps1lon
667
+ - &#8203;<!-- 03 -->[test] Restore StrictMode by default (#29589) @eps1lon
668
+ - &#8203;<!-- 02 -->[test] createPickerRender -> createPickerRenderer (#29575) @eps1lon
669
+ - &#8203;<!-- 09 -->[test] Allow experimental CLI to run exact test (#29685) @eps1lon
670
+
671
+ All contributors of this release in alphabetical order: @aaronholla, @alexfauquette, @anikcreative, @daniel-sachs, @eps1lon, @flipvrijn, @hbjORbj, @joshua-lawrence, @michaldudak, @mnajdova, @netizer, @oliviertassinari, @petermikitsh, @siriwatknp, @ZeeshanTamboli
672
+
673
+ ## 5.1.0
674
+
675
+ <!-- generated comparing v5.0.6..master -->
676
+
677
+ _Nov 8, 2021_
678
+
679
+ A big thanks to the 33 contributors who made this release possible. Here are some highlights ✨:
680
+
681
+ - 🎉 Support custom elements under `ButtonGroup` (#28645) @ZeeshanTamboli
682
+ - 🛠 Add support for arrays in the `sx` prop (#29297) @siriwatknp
683
+ - And many more 🐛 bug fixes and 📚 improvements.
684
+
685
+ ### `@mui/material@5.1.0`
686
+
687
+ - &#8203;<!-- 68 -->[Autocomplete] Fix `hiddenLabel` prop of `TextField variant={filled}` inside Autocomplete (#29234) @jatinsandilya
688
+ - &#8203;<!-- 67 -->[Box] Support generateClassName and defaultClassName (#29347) @siriwatknp
689
+ - &#8203;<!-- 66 -->[ButtonGroup] Fix variant outlined always has primary color borders on hover (#29487) @ZeeshanTamboli
690
+ - &#8203;<!-- 65 -->[ButtonGroup] Support different elements under ButtonGroup (#28645) @ZeeshanTamboli
691
+ - &#8203;<!-- 62 -->[CssBaseline] Add `enableColorScheme` prop so enable using `color-scheme` property to deal with dark mode (#29454) @alexfauquette
692
+ - &#8203;<!-- 29 -->[FormControlLabel] Narrow the label type (#29324) @michaldudak
693
+ - &#8203;<!-- 28 -->[Grid] Fix usage when columns > 12 (#29196) @tanay123456789
694
+ - &#8203;<!-- 27 -->[InputBase] Do not repeat the same classname (#29353) @hbjORbj
695
+ - &#8203;<!-- 30 -->[InputBase] Remove WebkitAppearance from search type (#29383) @nicbarajas
696
+ - &#8203;<!-- 25 -->[ListItem] Add missing exports (#29571) @robcaldecott
697
+ - &#8203;<!-- 22 -->[Pagination] Allow customization of icons (#29336) @mbeltramin
698
+ - &#8203;<!-- 11 -->[TextField] Fix bootstrap, normalize.css, sanitize.css conflicts (#28674) @ChrisClaude
699
+ - &#8203;<!-- 10 -->[TextField] Fix invisible wrap within notched inputs (#29088) @DASPRiD
700
+ - &#8203;<!-- 09 -->[Tooltip] `open` prop in `componentsProps.popper` can be optional (#29370) @ZeeshanTamboli
701
+ - &#8203;<!-- 08 -->[Tooltip] Fix `className` not getting applied from PopperProps (#29023) @ZeeshanTamboli
702
+ - &#8203;<!-- 07 -->[useRadioGroup] Convert to TypeScript (#29326) @eps1lon
703
+
704
+ ### `@mui/system@5.1.0`
705
+
706
+ - &#8203;<!-- 21 -->[system] Introduce `mode` to CssVarsProvider (#29418) @siriwatknp
707
+ - &#8203;<!-- 20 -->[system] Improve breakpoints resolver function (#29300) @hbjORbj
708
+ - &#8203;<!-- 19 -->[system] Add array support for `sx` prop (#29297) @siriwatknp
709
+
710
+ ### `@mui/codemod@5.1.0`
711
+
712
+ - &#8203;<!-- 64 -->[codemod] Add codemod parser flag (#29059) (#29229) @ElonVolo
713
+
714
+ ### `@mui/lab@5.0.0-alpha.54`
715
+
716
+ - &#8203;<!-- 52 -->[DatePicker] Fix disabled/readOnly for view components (#28815) @adamfitzgibbon
717
+ - &#8203;<!-- 24 -->[Masonry] Fix crash on unmount when using React 18 (#29358) @eps1lon
718
+ - &#8203;<!-- 23 -->[Masonry] Improve height computation and detect changes in `children` (#29351) @hbjORbj
719
+
720
+ ### `@mui/joy@5.0.0-alpha.0`
721
+
722
+ - &#8203;<!-- 28 -->[Joy] Update default theme (#29478) @siriwatknp
723
+ - &#8203;<!-- 26 -->[Joy] Export CssVarsProvider with default theme (#29150) @siriwatknp
724
+ - &#8203;<!-- 25 -->[Joy] Remove `private` to leverage CodeSandbox (#29280) @siriwatknp
725
+
726
+ ### Docs
727
+
728
+ - &#8203;<!-- 51 -->[docs] Add differences between styled and sx (#28685) @eric-burel
729
+ - &#8203;<!-- 50 -->[docs] Track usage of dark mode in Google Analytics (#29419) @oliviertassinari
730
+ - &#8203;<!-- 49 -->[docs] Remove create-mui-theme as it is no longer working (#29472) @IPJT
731
+ - &#8203;<!-- 48 -->[docs] Fix warnings in AppSearch (#29459) @eps1lon
732
+ - &#8203;<!-- 47 -->[docs] Add framework example for ClassNameGenerator (#29453) @siriwatknp
733
+ - &#8203;<!-- 46 -->[docs] Fix layout shift when scrolling (#29436) @oliviertassinari
734
+ - &#8203;<!-- 45 -->[docs] Fix layout-shift on id='main-content' (#29425) @oliviertassinari
735
+ - &#8203;<!-- 44 -->[docs] Remove usage of `process.browser` (#29438) @oliviertassinari
736
+ - &#8203;<!-- 43 -->[docs] Add instruction on how to use the child selector API with emotion (#29350) @mnajdova
737
+ - &#8203;<!-- 42 -->[docs] Fix small typos (#29424) @oliviertassinari
738
+ - &#8203;<!-- 41 -->[docs] Fix TOC highlighting logic (#29435) @oliviertassinari
739
+ - &#8203;<!-- 40 -->[docs] Fix about page flags (#29314) @mbrookes
740
+ - &#8203;<!-- 39 -->[docs] Fix Box JS docs (#29282) @Pablion
741
+ - &#8203;<!-- 38 -->[docs] Update storybook section in migration to v5 docs (#28800) @siriwatknp
742
+ - &#8203;<!-- 37 -->[docs] Document how to enable color on dark mode (#29340) @Wimukti
743
+ - &#8203;<!-- 36 -->[docs] Display search functionality in all viewports (#28819) @eps1lon
744
+ - &#8203;<!-- 35 -->[docs] Query heading for ToC on demand (#29204) @eps1lon
745
+ - &#8203;<!-- 34 -->[docs] Add next.js styled-component guide and update links to example (#29118) @Jareechang
746
+ - &#8203;<!-- 33 -->[docs] Fix overriding `MuiTextField`'s default props in the migration guide (#29174) @tm1000
747
+ - &#8203;<!-- 32 -->[docs] Fix "clickable" and "deletable" typos (#28702) @jacklaurencegaray
748
+ - &#8203;<!-- 31 -->[docs] Update migration-v4 docs for wrong import path (#29042) @busches
749
+ - &#8203;<!-- 30 -->[docs] Add GitHub icon change to "Migration from v4 to v5" guide (#29182) @dan-mba
750
+ - &#8203;<!-- 06 -->[website] Benny Joo joining MUI (#29499) @mnajdova
751
+ - &#8203;<!-- 05 -->[website] Update the `Print export` feature info on the pricing page (#29484) @DanailH
752
+ - &#8203;<!-- 04 -->[website] Improve the dev rel role description (#29477) @oliviertassinari
753
+ - &#8203;<!-- 03 -->[website] Add customers section on Design Kits and Templates marketing pages (#29168) @danilo-leal
754
+ - &#8203;<!-- 02 -->[website] Improvements to the /core product page @danilo-leal
755
+ - &#8203;<!-- 01 -->[website] Fix typo on the About Page (#29286) @gssakash
756
+
757
+ ### Core
758
+
759
+ - &#8203;<!-- 63 -->[core] Handle RecordType and FieldType in generatePropDescription.ts (#29467) @flaviendelangle
760
+ - &#8203;<!-- 61 -->[core] Convert a named color to lowercase (#29465) @ainatenhi
761
+ - &#8203;<!-- 60 -->[core] Allow to reuse functions from `docs:api` (#28828) @m4theushw
762
+ - &#8203;<!-- 59 -->[core] Commit new nextjs 12 tsconfig (#29458) @eps1lon
763
+ - &#8203;<!-- 58 -->[core] Settle on MUI X for the official name (#29420) @oliviertassinari
764
+ - &#8203;<!-- 57 -->[core] Add mui as a npm keyword (#29427) @oliviertassinari
765
+ - &#8203;<!-- 56 -->[core] Fix issue template redirection (#29432) @oliviertassinari
766
+ - &#8203;<!-- 55 -->[core] Remove unecessary destructuration (#29354) @oliviertassinari
767
+ - &#8203;<!-- 54 -->[core] Use cross-env to set env variables in material-icons scripts (#29327) @michaldudak
768
+ - &#8203;<!-- 53 -->[core] Don't bump peer dependency ranges on dependency updates (#29303) @eps1lon
769
+ - &#8203;<!-- 18 -->[test] Fix browser tests (#29505) @eps1lon
770
+ - &#8203;<!-- 69 -->[test] Fix missing act warnings in latest React 18 alpha (#29357) @eps1lon
771
+ - &#8203;<!-- 17 -->[test] Replace `createClientRender` with new `createRenderer` API (#29471) @eps1lon
772
+ - &#8203;<!-- 16 -->[test] Fix possible "missing act" warning (#29463) @eps1lon
773
+ - &#8203;<!-- 15 -->[test] Remove render#baseElement (#29462) @eps1lon
774
+ - &#8203;<!-- 14 -->[test] Expose `AbortController` on global (#29360) @eps1lon
775
+ - &#8203;<!-- 13 -->[test] Add internal test for uniqe `name` in `Rating` (#29329) @eps1lon
776
+ - &#8203;<!-- 12 -->[test] Fix browser tests (#29305) @eps1lon
777
+
778
+ All contributors of this release in alphabetical order: @adamfitzgibbon, @ainatenhi, @alexfauquette, @busches, @ChrisClaude, @dan-mba, @DanailH, @danilo-leal, @DASPRiD, @ElonVolo, @eps1lon, @eric-burel, @flaviendelangle, @gssakash, @hbjORbj, @IPJT, @jacklaurencegaray, @Jareechang, @jatinsandilya, @m4theushw, @mbeltramin, @mbrookes, @michaldudak, @mnajdova, @nicbarajas, @oliviertassinari, @Pablion, @robcaldecott, @siriwatknp, @tanay123456789, @tm1000, @Wimukti, @ZeeshanTamboli
779
+
780
+ ## 5.0.6
781
+
782
+ <!-- generated comparing v5.0.5..master -->
783
+
784
+ _Oct 27, 2021_
785
+
786
+ A big thanks to the 4 contributors who made this release possible. Here are some highlights ✨:
787
+
788
+ - 🔧 Fix reported TypeScript issues on the `@mui/system` package because some packages were not released
789
+
790
+ ### `@mui/material@5.0.6`
791
+
792
+ - &#8203;<!-- 4 -->[Autocomplete] Fix `clearOnBlur` prop (#29208) @hbjORbj
793
+ - &#8203;<!-- 2 -->[Rating] Remove z-index from decimal stars (#29295) @williamhaley
794
+
795
+ ### `@mui/system@5.0.6`
796
+
797
+ - &#8203;<!-- 5 -->[system] Fix various issues reported by using @mui/styled-engine-sc (#29035) @mnajdova
798
+ - &#8203;<!-- 1 -->[system] Fix executing server-side Emotion component as function interpolation (#29290) @Andarist
799
+
800
+ ### Docs
801
+
802
+ - &#8203;<!-- 3 -->[blog] Q3 2021 Update (#28970) @oliviertassinari
803
+
804
+ All contributors of this release in alphabetical order: @Andarist, @hbjORbj, @oliviertassinari, @williamhaley
805
+
806
+ ## 5.0.5
807
+
808
+ <!-- generated comparing v5.0.4..master -->
809
+
810
+ _Oct 26, 2021_
811
+
812
+ A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:
813
+
814
+ - 🔧 Implement `Masonry` using Flexbox by @hbjORbj.
815
+ - 🧪 Add three components to `@mui/base` by @rebeccahongsf and @hbjORbj.
816
+
817
+ ### `@mui/codemod@5.0.5`
818
+
819
+ - &#8203;<!-- 38 -->[codemod] Support new package name in `link-underline-hover` transformer (#29214) @siriwatknp
820
+
821
+ ### `@mui/base@5.0.0-alpha.52`
822
+
823
+ - &#8203;<!-- 39 -->[ClickAwayListener] Move to the core package (#29186) @hbjORbj
824
+ - &#8203;<!-- 13 -->[Popper] Move from mui-material to mui-base (#28923) @rebeccahongsf
825
+ - &#8203;<!-- 04 -->[TextareaAutosize] Move to the core package (#29148) @hbjORbj
826
+
827
+ ### `@mui/lab@5.0.0-alpha.52`
828
+
829
+ - &#8203;<!-- 16 -->[Masonry] Improve demo styles (#29218) @hbjORbj
830
+ - &#8203;<!-- 15 -->[Masonry] Implement Masonry using Flexbox (#28059) @hbjORbj
831
+
832
+ ### `@mui/icons@5.0.5`
833
+
834
+ - &#8203;<!-- 19 -->[icons] Add TipsAndUpdates icon (#29004) @hbjORbj
835
+
836
+ ### `@mui/material@5.0.5`
837
+
838
+ - &#8203;<!-- 40 -->[CardMedia] Apply specified `img` role instead of custom `image` role (#29172) @eps1lon
839
+ - &#8203;<!-- 32 -->[CSSBaseline] Remove incorrect @deprecated annotation (#29069) @adamfitzgibbon
840
+ - &#8203;<!-- 20 -->[Grid] Support custom columns with nested grid (#28743) @Devesh21700Kumar
841
+ - &#8203;<!-- 18 -->[InputBase] Remove wrong theme overriding with MUI's default theme (#29157) @hbjORbj
842
+ - &#8203;<!-- 17 -->[LoadingButton] Fix `fullWidth` styling (#28652) @nikitabobers
843
+ - &#8203;<!-- 16 -->[Popper] make Popper display:none whenever it's closed (#29233) @adamfitzgibbon
844
+ - &#8203;<!-- 14 -->[Menu] Reduce min-height & padding in menu-item with dense property (#29180) @jatinsandilya
845
+ - &#8203;<!-- 07 -->[Tab] `iconPosition` prop added in Tab (#28764) @deepanshu2506
846
+ - &#8203;<!-- 03 -->[Tooltip] Correct inconsistent prop precedence (#29132) @michaldudak
847
+
848
+ ### `@mui/system@5.0.5`
849
+
850
+ - &#8203;<!-- 11 -->[system] Allow function type for `sx` prop (#29198) @hbjORbj
851
+ - &#8203;<!-- 10 -->[system] Fix various issues reported by using @mui/styled-engine-sc (#29035) @mnajdova
852
+ - &#8203;<!-- 09 -->[system] Fix `colorScheme` conflict between application (#29139) @siriwatknp
853
+ - &#8203;<!-- 08 -->[system] Add `unstable_createCssVarsProvider` api (#28965) @siriwatknp
854
+
855
+ ### Documentation
856
+
857
+ - &#8203;<!-- 31 -->[docs] Fix path to `DataGrid` CSV export options page (#29220) @DanailH
858
+ - &#8203;<!-- 30 -->[docs] Give anonymous components a name (#29189) @eps1lon
859
+ - &#8203;<!-- 29 -->[docs] Add deploy context variables (#29195) @siriwatknp
860
+ - &#8203;<!-- 28 -->[docs] Add MUI packages explanation (#29073) @siriwatknp
861
+ - &#8203;<!-- 27 -->[docs] Fix typo in CSP policy (#29187) @JuliaNeumann
862
+ - &#8203;<!-- 26 -->[docs] Dark mode conditional content rendering (#28665) @michal-perlakowski
863
+ - &#8203;<!-- 25 -->[docs] Fix ClassNameGenerator introduced version #29177 @siriwatknp
864
+ - &#8203;<!-- 24 -->[docs] Add missing `justifyContent` values and update box styling (#29117) @omarmosid
865
+ - &#8203;<!-- 23 -->[docs] Make landing page hero section scrollable (#29141) @waxidiotic
866
+ - &#8203;<!-- 22 -->[docs] Discourage importing different bundles directly (#29133) @eps1lon
867
+ - &#8203;<!-- 21 -->[docs] Update module augmentation reference url (#29064) @gnowland
868
+ - &#8203;<!-- 12 -->[pricing] Add tooltip to pricing icon (#28959) @siriwatknp
869
+ - &#8203;<!-- 07 -->[Team] Add Alexandre in the about page (#29289)
870
+ - &#8203;<!-- 02 -->[website] Fix status label overflow in AdvancedShowcase (#29143) @LorenzHenk
871
+ - &#8203;<!-- 01 -->[website] Update legacy logos (#28908) @michaldudak
872
+
873
+ ### Core
874
+
875
+ - &#8203;<!-- 37 -->[core] Order repro methods by preference (#29156) @eps1lon
876
+ - &#8203;<!-- 36 -->[core] Remove unnecessary usages of `useEventCallback` (#28910) @NMinhNguyen
877
+ - &#8203;<!-- 35 -->[core] add `unstable_ClassNameGenerator` API (#29051) @siriwatknp
878
+ - &#8203;<!-- 34 -->[core] Fix issues when using styled-components (#29048) @mnajdova
879
+ - &#8203;<!-- 33 -->[core] replace hard-coded classname with classes (#29070) @siriwatknp
880
+ - &#8203;<!-- 06 -->[test] Add documentation for visual regression tests (#29154) @eps1lon
881
+ - &#8203;<!-- 05 -->[test] Enable "missing act" warnings using new proposal (#29167) @eps1lon
882
+
883
+ All contributors of this release in alphabetical order: @adamfitzgibbon, @DanailH, @deepanshu2506, @Devesh21700Kumar, @eps1lon, @gnowland, @hbjORbj, @jatinsandilya, @JuliaNeumann, @LorenzHenk, @michal-perlakowski, @michaldudak, @mnajdova, @nikitabobers, @NMinhNguyen, @omarmosid, @rebeccahongsf, @siriwatknp, @waxidiotic
884
+
885
+ ## 5.0.4
886
+
887
+ <!-- generated comparing v5.0.3..master -->
888
+
889
+ _Oct 14, 2021_
890
+
891
+ A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
892
+
893
+ - 🧪 Added `UnstyledInput` and `useInput` hook in the the first component in @mui/base package @michaldudak (#28053)
894
+ - 🐛 Fixed many bugs and improved the documentation 📚.
895
+
896
+ ### `@mui/material@5.0.4`
897
+
898
+ - &#8203;<!-- 31 -->[Chip] disable ripple only if onDelete is present. (#29034) @mottox2
899
+ - &#8203;<!-- 06 -->[Pagination] Fix clicking on `...` triggering `onChange` with page value `null` (#28884) @ZeeshanTamboli
900
+ - &#8203;<!-- 04 -->[Tabs] Alternative way to disable ":first-child is unsafe" error (#28982) @hbjORbj
901
+ - &#8203;<!-- 03 -->[Tabs] Fix ":first-child is potentially unsafe" error (#28890) @hbjORbj
902
+ - &#8203;<!-- 01 -->[transitions] Mark `children` as required where nullish `children` would crash at runtime (#29028) @eps1lon
903
+
904
+ ### `@mui/system@5.0.4`
905
+
906
+ - &#8203;<!-- 05 -->[system] Update typing for `style` function (#28744) @hbjORbj
907
+
908
+ ### `@mui/base@5.0.0-alpha.51`
909
+
910
+ - &#8203;<!-- 07 -->[InputUnstyled] Create unstyled input and useInput hook (#28053) @michaldudak
911
+
912
+ ### `@mui/lab@5.0.0-alpha.51`
913
+
914
+ - &#8203;<!-- 25 -->[DesktopDatePicker] add Paper props to pass down to Paper component (#28865) @amen-souissi
915
+
916
+ ### Docs
917
+
918
+ - &#8203;<!-- 24 -->[docs] Add JSDoc to `theme.breakpoints` (#29039) @eps1lon
919
+ - &#8203;<!-- 23 -->[docs] Rename broken package names in docs pointing to `@mui/material` (#29006) @visualfanatic
920
+ - &#8203;<!-- 22 -->[docs] Add troubleshooting guide for unexpected styles (#28907) @mnajdova
921
+ - &#8203;<!-- 21 -->[docs] Fix issues reported by ahref (#28986) @mnajdova
922
+ - &#8203;<!-- 20 -->[docs] Remove json translations for dropped locales (#28987) @mnajdova
923
+ - &#8203;<!-- 19 -->[docs] Fix type signature of renderGroup in Autocomplete (#28876) @tanyabouman
924
+ - &#8203;<!-- 18 -->[docs] Minor typo in v4-v5 migration docs (#28995) @kgregory
925
+ - &#8203;<!-- 17 -->[docs] Add `mui-image` related project (#28621) @benmneb
926
+ - &#8203;<!-- 16 -->[docs] Update Getting Started Templates' Source URIs (#28929) @epodol
927
+ - &#8203;<!-- 15 -->[docs] Improve search experience (#28801) @siriwatknp
928
+ - &#8203;<!-- 14 -->[docs] Fix demo of the responsive drawer (#28226) @goncalovf
929
+ - &#8203;<!-- 13 -->[docs] Fix global theme link demo (#28974) @ZeeshanTamboli
930
+ - &#8203;<!-- 12 -->[docs] Update box example to use 'backgroundColor' rather than 'bgColor' (#28958) @Jareechang
931
+ - &#8203;<!-- 11 -->[docs] corrected `Box` import for `sx-prop` example (#28873) @phudekar
932
+ - &#8203;<!-- 10 -->[docs] Fix footnote ID links in CONTRIBUTING.md (#28849) @officialpiyush
933
+ - &#8203;<!-- 09 -->[docs] Fix color & density playground (#28803) @siriwatknp
934
+ - &#8203;<!-- 08 -->[docs] Improve visibility of styled engine configuration section in installation guide (#28903) @Jareechang
935
+
936
+ ### Core
937
+
938
+ - &#8203;<!-- 30 -->[core] Prevent yarn cache growing infinitely (#29040) @eps1lon
939
+ - &#8203;<!-- 29 -->[core] Update browserslist (#29025) @eps1lon
940
+ - &#8203;<!-- 28 -->[core] Update `peerDependencies` to require `latest` instead of `next` (#29007) @eps1lon
941
+ - &#8203;<!-- 27 -->[core] Increase memory limit for size:snapshot (#29005) @eps1lon
942
+ - &#8203;<!-- 26 -->[core] Init `private` Joy package (#28957) @siriwatknp
943
+ - &#8203;<!-- 02 -->[test] Remove a11y snapshot tests (#28887) @eps1lon
944
+
945
+ All contributors of this release in alphabetical order: @amen-souissi, @benmneb, @epodol, @eps1lon, @goncalovf, @hbjORbj, @Jareechang, @kgregory, @michaldudak, @mnajdova, @mottox2, @officialpiyush, @phudekar, @siriwatknp, @tanyabouman, @visualfanatic, @ZeeshanTamboli
946
+
947
+ ## 5.0.3
948
+
949
+ <!-- generated comparing v5.0.2..master -->
950
+
951
+ _Oct 7, 2021_
952
+
953
+ A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:
954
+
955
+ - 🧪 Created the first component in @mui/material-next - our v6 prototype package.
956
+ - 🐛 Fixed many bugs and improved the documentation 📚.
957
+
958
+ ### `@mui/material@5.0.3`
959
+
960
+ - &#8203;<!-- 10 -->[Stack] Add props & variants types in the theme (#28843) @mnajdova
961
+ - &#8203;<!-- 12 -->[InputLabel] Fix condition for applying formControl overrides (#28707) @yevheniiminin
962
+ - &#8203;<!-- 05 -->[Tooltip] Allow overriding internal components and their props (#28692) @michaldudak
963
+ - &#8203;<!-- 04 -->[transitions] Fix `addEndListener` not being called with the DOM node (#28715) @eps1lon
964
+
965
+ ### `@mui/codemod@5.0.3`
966
+
967
+ - &#8203;<!-- 37 -->[codemod] Fix `optimal-imports` to support v4 and v5-alpha, beta (#28812) @siriwatknp
968
+
969
+ ### `@mui/system@5.0.3`
970
+
971
+ - &#8203;<!-- 09 -->[system] Add padding/margin-block/inline to spacing (#28813) @smmoosavi
972
+
973
+ ### `@mui/styled-engine-sc@5.0.3`
974
+
975
+ - &#8203;<!-- 42 -->Don't allow styled-components APIs on mui styled function (#28807) @hbjORbj
976
+
977
+ ### `@mui/base@5.0.0-alpha.50`
978
+
979
+ - &#8203;<!-- 38 -->[ButtonUnstyled] Don't set redundant role=button (#28488) @michaldudak
980
+ - &#8203;<!-- 43 -->[SliderUnstyled] Prevent unknown-prop error when using marks prop (#28868) @hbjORbj
981
+
982
+ ### `@mui/lab@5.0.0-alpha.50`
983
+
984
+ - &#8203;<!-- 11 -->[pickers] Change view even if `onViewChange` is set (#28765) @eps1lon
985
+
986
+ ### `@mui/material-next@6.0.0-alpha.4`
987
+
988
+ - &#8203;<!-- 39 -->[Button-next] Create Button in material-next (#28313) @michaldudak
989
+
990
+ ### Docs
991
+
992
+ - &#8203;<!-- 34 -->[docs] Add alike v4 default button color in migration (#28881) @siriwatknp
993
+ - &#8203;<!-- 34 -->[docs] Use PNG instead of SVG for color preview (#28699) @eps1lon
994
+ - &#8203;<!-- 33 -->[docs] Use client-side navigation when activating docsearch results (#28750) @eps1lon
995
+ - &#8203;<!-- 32 -->[docs] Fluid icon size in icons search (#28747) @eps1lon
996
+ - &#8203;<!-- 31 -->[docs] Fix the wrong import in docs grid page (#28863) @taghi-khavari
997
+ - &#8203;<!-- 30 -->[docs] Fix typo in Pagination docs (#28864) @ZeeshanTamboli
998
+ - &#8203;<!-- 29 -->[docs] Fix 404 links (#28710) @mnajdova
999
+ - &#8203;<!-- 28 -->[docs] Fix typo in Mui CSS classname (#28725) @cacpgomes
1000
+ - &#8203;<!-- 27 -->[docs] Match example to codesandbox demo and update ID link (#28762) @AnilSeervi
1001
+ - &#8203;<!-- 26 -->[docs] Fix typo in system/box documentation (#28822) @iamsergo
1002
+ - &#8203;<!-- 25 -->[docs] Use HTML standards for autocomplete attributes (#28827) @epodol
1003
+ - &#8203;<!-- 24 -->[docs] Improve styled-components integration (#28713) @mnajdova
1004
+ - &#8203;<!-- 23 -->[docs] Correct Select's menu placement description (#28748) @michaldudak
1005
+ - &#8203;<!-- 22 -->[docs] AdapterDayJS -> AdapterDayjs (#28770) @veerreshr
1006
+ - &#8203;<!-- 21 -->[docs] Theme documentation, typo fix (#28805) @saeedseyfi
1007
+ - &#8203;<!-- 20 -->[docs] Add the last diamond sponsor (#28737) @hbjORbj
1008
+ - &#8203;<!-- 19 -->[docs] Fix various links in CONTRIBUTING (#28751) @AnilSeervi
1009
+ - &#8203;<!-- 18 -->[docs] Only add JSS to demos (#28698) @eps1lon
1010
+ - &#8203;<!-- 17 -->[docs] Update v5 status in release schedule (#28700) @owais635
1011
+ - &#8203;<!-- 16 -->[docs] Fix typo in /guides/styled-engine (#28720) @Sharry0
1012
+ - &#8203;<!-- 15 -->[docs] Fix typo in chip documentation (#28641) @avranju94
1013
+ - &#8203;<!-- 14 -->[docs] Fix versions page (#28682) @mnajdova
1014
+ - &#8203;<!-- 13 -->[docs] Remove legacy team page (#28646) @mnajdova
1015
+ - &#8203;<!-- 41 -->[website] add "React" to the hero description (#28830) @danilo-leal
1016
+ - &#8203;<!-- 03 -->[website] Fix constantly reloading when Russian language is set (#28869) @mnajdova
1017
+ - &#8203;<!-- 02 -->[website] Compress one avatar image on about us page (#28823) @hbjORbj
1018
+ - &#8203;<!-- 01 -->[website] Hide 'become a diamond sponsor' box on landing page (#28814) @hbjORbj
1019
+ - &#8203;<!-- 40 -->[website] Update Benny's profile on about us page (#28816) @hbjORbj
1020
+
1021
+ ### Core
1022
+
1023
+ - &#8203;<!-- 36 -->[core] Remove `--exact` from `release:version` (#28840) @siriwatknp
1024
+ - &#8203;<!-- 35 -->[core] Neglect framer from release flow (#28680) @siriwatknp
1025
+ - &#8203;<!-- 08 -->[test] Add a test for not allowing styled-components' APIs on mui `styled` function (#28862) @hbjORbj
1026
+ - &#8203;<!-- 07 -->[test] Fix instances where type tests were only passing due to object being part of ReactNode (#28804) @eps1lon
1027
+ - &#8203;<!-- 06 -->[test] Move ByMuiTest to test/utils (#28509) @eps1lon
1028
+
1029
+ All contributors of this release in alphabetical order: @AnilSeervi, @avranju94, @cacpgomes, @danilo-leal, @epodol, @eps1lon, @hbjORbj, @iamsergo, @michaldudak, @mnajdova, @owais635, @saeedseyfi, @Sharry0, @siriwatknp, @smmoosavi, @taghi-khavari, @veerreshr, @yevheniiminin, @ZeeshanTamboli
1030
+
1031
+ ## 5.0.2
1032
+
1033
+ <!-- generated comparing v5.0.1..master -->
1034
+
1035
+ _Sep 29, 2021_
1036
+
1037
+ A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
1038
+
1039
+ - 🔧 Improve `jss-to-styled` codemod to use new package names.
1040
+ - And many more 🐛 bug fixes and 📚 improvements.
1041
+
1042
+ ### `@mui/material@5.0.2`
1043
+
1044
+ - &#8203;<!-- 28 -->[Checkbox] Fix form submission with empty value (#28423) @garronej
1045
+ - &#8203;<!-- 08 -->[Slider] Don't error on minimal changes with readonly value (#28472) @eps1lon
1046
+ - &#8203;<!-- 07 -->[Switch] Fix style overrides on input (#28576) @praveenkumar-kalidass
1047
+ - &#8203;<!-- 03 -->[useMediaQuery] Add types for `matchMedia` option and deprecate exported interfaces (#28413) @eps1lon
1048
+
1049
+ ### `@mui/codemod@5.0.2`
1050
+
1051
+ - &#8203;<!-- 27 -->[codemod] Add MenuItem v.1.0.0 transform for primaryText property (#28640) @dmitry-yudakov
1052
+ - &#8203;<!-- 26 -->[codemod] Update the imports in `jss-to-styled` to match the new package names (#28667) @mnajdova
1053
+
1054
+ ### `@mui/system@5.0.2`
1055
+
1056
+ - &#8203;<!-- 06 -->[system] Fix types to support theme callbacks on pseudo and nested selectors (#28570) @mnajdova
1057
+
1058
+ ### Docs
1059
+
1060
+ - &#8203;<!-- 23 -->[docs] Remove languages: fr, de, ja, es, ru (#28663) @mnajdova
1061
+ - &#8203;<!-- 22 -->[docs] Improve old doc versions discoverability (#28651) @danilo-leal
1062
+ - &#8203;<!-- 21 -->[docs] Make the Toggle Button size demo use default icon size (#28656) @danilo-leal
1063
+ - &#8203;<!-- 20 -->[docs] Uniformize the code's font family (#28582) @oliviertassinari
1064
+ - &#8203;<!-- 19 -->[docs] Removed duplicate line in date-ranger-picker.md file (#28635) @naveen-bharathi
1065
+ - &#8203;<!-- 18 -->[docs] Fix title MUI x2 (#28634) @oliviertassinari
1066
+ - &#8203;<!-- 17 -->[docs] Polish email validation logic (#28255) @kiznick
1067
+ - &#8203;<!-- 16 -->[docs] Improve migration-v4.md phrasing (#28253) @adamthewebguy
1068
+ - &#8203;<!-- 15 -->[docs] Fix color in example (#28527) @alexeagleson
1069
+ - &#8203;<!-- 14 -->[docs] Fix typo in generated class names section (#28549) @fxlemire
1070
+ - &#8203;<!-- 13 -->[docs] Mention Premium pricing cap (#28581) @oliviertassinari
1071
+ - &#8203;<!-- 12 -->[docs] Update examples to use latest mui #28565 @siriwatknp
1072
+ - &#8203;<!-- 11 -->[docs] Push the fixes on Next.js's Link to the examples (#28178) @oliviertassinari
1073
+ - &#8203;<!-- 10 -->[docs] Fix wrong name for zIndex's property example in /system/ (#28541) @chetrit
1074
+ - &#8203;<!-- 08 -->[examples] Nextjs Link missing passHref #28588 (#28661) @Brlaney
1075
+ - &#8203;<!-- 02 -->[website] Iteration on the pricing page (#28406) @danilo-leal
1076
+ - &#8203;<!-- 01 -->[website] Batch fixes (#28564) @siriwatknp
1077
+
1078
+ ### Core
1079
+
1080
+ - &#8203;<!-- 25 -->[core] Improve Renovate groups (#28642) @eps1lon
1081
+ - &#8203;<!-- 24 -->[core] Batch small changes (#28553) @oliviertassinari
1082
+ - &#8203;<!-- 05 -->[test] Document where the value for SwitchBase#value comes from (#28638) @eps1lon
1083
+ - &#8203;<!-- 04 -->[test] Make `seconds` `views` test pass in browsers (#28511) @eps1lon
1084
+
1085
+ All contributors of this release in alphabetical order: @adamthewebguy, @alexeagleson, @Brlaney, @chetrit, @danilo-leal, @dmitry-yudakov, @eps1lon, @fxlemire, @garronej, @kiznick, @mnajdova, @naveen-bharathi, @oliviertassinari, @praveenkumar-kalidass, @siriwatknp
1086
+
1087
+ ## 5.0.1
1088
+
1089
+ <!-- generated comparing v5.0.0..master -->
1090
+
1091
+ _Sep 22, 2021_
1092
+
1093
+ A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
1094
+
1095
+ - 🔎 Improve the search on the documentation.
1096
+ - 📚 Improve the v4 to v5 migration guide.
1097
+ - And many more 🐛 bug fixes and 📚 improvements.
1098
+
1099
+ ### `@mui/material@5.0.1`
1100
+
1101
+ - &#8203;<!-- 18 -->[Radio] Fix support for number value type (#26772) @sakura90
1102
+ - &#8203;<!-- 12 -->[useMediaQuery] Reduce bundle size (#28412) @eps1lon
1103
+
1104
+ ### `@mui/codemod@5.0.1`
1105
+
1106
+ - &#8203;<!-- 43 -->[codemod] Cover edge case for theme-spacing #28400 @siriwatknp
1107
+
1108
+ ### `@mui/lab@5.0.0-alpha.48`
1109
+
1110
+ - &#8203;<!-- 36 -->[DateTimePicker] Support `seconds` `view` (#25095) @breitembach
1111
+ - &#8203;<!-- 13 -->[TimePicker] Fire change event when meridiem changes (#26600) @coder-freestyle
1112
+
1113
+ ### Docs
1114
+
1115
+ - &#8203;<!-- 35 -->[docs] Fix missing exit animation for transition Poppers (#28506) @eps1lon
1116
+ - &#8203;<!-- 34 -->[docs] Fix migration v5 docs (#28530) @siriwatknp
1117
+ - &#8203;<!-- 33 -->[docs] Avoid re-mounting the whole tree when switching theme direction (#28495) @eps1lon
1118
+ - &#8203;<!-- 32 -->[docs] Fix html compliance (#28429) @oliviertassinari
1119
+ - &#8203;<!-- 31 -->[docs] Use hyphen-case for CSS properties in /system/properties (#28489) @chetrit
1120
+ - &#8203;<!-- 30 -->[docs] Update caret position in comments to match npm scope (#28426) @eps1lon
1121
+ - &#8203;<!-- 29 -->[docs] Fix CONTRIBUTING to point out to master as targeted branch (#28396) @mnajdova
1122
+ - &#8203;<!-- 28 -->[docs] Update examples to remove 'beta' (#28475) @oliviertassinari
1123
+ - &#8203;<!-- 27 -->[docs] Fix 404 links to MUI X API (#28176) @oliviertassinari
1124
+ - &#8203;<!-- 26 -->[docs] Fix broken/incorrect attributes links in Avatar and NativeSelect API pages (#28417) @xenostar
1125
+ - &#8203;<!-- 25 -->[docs] Explain how `<Alert icon={false} />` behaves (#28348) @nguyenkhanhnam
1126
+ - &#8203;<!-- 24 -->[docs] Fix typo in /system/the-sx-prop (#28393) @danwoods
1127
+ - &#8203;<!-- 23 -->[docs] Correct the migration doc (#28391) @michaldudak
1128
+ - &#8203;<!-- 22 -->[docs] Fix the notification display logic (#28389) @oliviertassinari
1129
+ - &#8203;<!-- 21 -->[docs] Add notification for v5 @oliviertassinari
1130
+ - &#8203;<!-- 20 -->[docs] Fix typo (#28521) @valse
1131
+ - &#8203;<!-- 12 -->[website] Implement algolia redesign (#28252) @hbjORbj
1132
+ - &#8203;<!-- 11 -->[website] Update data-grid dependencies #28531 @siriwatknp
1133
+ - &#8203;<!-- 10 -->[website] Cleanup unused files after rebranding (#28505) @siriwatknp
1134
+ - &#8203;<!-- 09 -->[website] Update /company pages to use marketing website Header and Footer (#28498) @danilo-leal
1135
+ - &#8203;<!-- 08 -->[website] Optimize images (#28486) @michaldudak
1136
+ - &#8203;<!-- 07 -->[website] Add components index page (#28485) @siriwatknp
1137
+ - &#8203;<!-- 06 -->[website] Fix typo (#28478) @oliviertassinari
1138
+ - &#8203;<!-- 05 -->[website] Fix crash (#28474) @oliviertassinari
1139
+ - &#8203;<!-- 04 -->[website] Close the open engineering roles (#28428) @oliviertassinari
1140
+ - &#8203;<!-- 03 -->[website] Fix 40x links (#28401) @mnajdova
1141
+ - &#8203;<!-- 02 -->[website] Fix SEO issues reported by moz.com (#28402) @mnajdova
1142
+ - &#8203;<!-- 01 -->[website] Fix production issues (#28384) @siriwatknp
1143
+
1144
+ ### Core
1145
+
1146
+ - &#8203;<!-- 44 -->[core] Fix release:changelog base branch (#28533) @mnajdova
1147
+ - &#8203;<!-- 42 -->[core] Remove code handling JSS components (#28421) @eps1lon
1148
+ - &#8203;<!-- 41 -->[core] Remove unused dependencies (#28468) @eps1lon
1149
+ - &#8203;<!-- 40 -->[core] Ensure both docs bundles are analyzeable (#28410) @eps1lon
1150
+ - &#8203;<!-- 39 -->[core] Switch to webpack 5 (#28248) @eps1lon
1151
+ - &#8203;<!-- 38 -->[core] Batch small changes (#28177) @oliviertassinari
1152
+ - &#8203;<!-- 37 -->[core] Update publish tag to latest (#28382) @mnajdova
1153
+ - &#8203;<!-- 19 -->[framer] Update @mui/\* dependencies (#28469) @eps1lon
1154
+ - &#8203;<!-- 17 -->[test] Add custom queries to `screen` (#28507) @eps1lon
1155
+ - &#8203;<!-- 16 -->[test] Run listChangedFiles against master (#28504) @eps1lon
1156
+ - &#8203;<!-- 15 -->[test] Increase BrowserStack timeout for Firefox (#28476) @oliviertassinari
1157
+ - &#8203;<!-- 14 -->[test] Use testing-library alpha when running React 18 tests (#28267) @eps1lon
1158
+
1159
+ All contributors of this release in alphabetical order: @breitembach, @chetrit, @coder-freestyle, @danilo-leal, @danwoods, @eps1lon, @hbjORbj, @michaldudak, @mnajdova, @nguyenkhanhnam, @oliviertassinari, @sakura90, @siriwatknp, @valse, @xenostar
2
1160
 
3
1161
  ## 5.0.0
4
1162
 
@@ -179,7 +1337,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
179
1337
 
180
1338
  replace `@material-ui/*` prefix with `@mui/*`:
181
1339
 
182
- ```
1340
+ ```sh
183
1341
  @material-ui/system -> @mui/system
184
1342
  @material-ui/styles -> @mui/styles
185
1343
  @material-ui/lab -> @mui/lab
@@ -192,13 +1350,13 @@ A big thanks to the 18 contributors who made this release possible. Here are som
192
1350
 
193
1351
  except these 3 packages that are renamed.
194
1352
 
195
- ```
1353
+ ```sh
196
1354
  @material-ui/core => @mui/material // represents Material Design components.
197
1355
  @material-ui/icons => @mui/icons-material // represents Material Design icons.
198
- @material-ui/unstyled => @mui/core // fully functional components with minimum styles.
1356
+ @material-ui/unstyled => @mui/base // fully functional components with minimum styles.
199
1357
  ```
200
1358
 
201
- > **Note**: `@mui/core` (previously `@material-ui/unstyled`) is not the same as `@material-ui/core`.
1359
+ > **Note**: `@mui/base` (previously `@material-ui/unstyled`) is not the same as `@material-ui/core`.
202
1360
 
203
1361
  We encourage you to use the [codemod](https://github.com/mui-org/material-ui/blob/next/packages/mui-codemod/README.md#mui-replace) for smooth migration.
204
1362
 
@@ -213,7 +1371,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
213
1371
  - &#8203;<!-- 05 -->[ToggleButtonGroup] Add "disabled" prop (#27998) @chetas411
214
1372
  - &#8203;<!-- 34 -->[core] Export types for module augmentation (#28078) @m4theushw
215
1373
 
216
- ### `@mui/core@5.0.0-alpha.45`
1374
+ ### `@mui/base@5.0.0-alpha.45`
217
1375
 
218
1376
  - &#8203;<!-- 38 -->[Button] Create ButtonUnstyled and useButton (#27600) @michaldudak
219
1377
 
@@ -256,7 +1414,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
256
1414
  - &#8203;<!-- 31 -->[core] Remove file-wide disables of `no-use-before-define` (#27984) @eps1lon
257
1415
  - &#8203;<!-- 30 -->[core] Improve `release:changelog` script (#27941) @eps1lon
258
1416
  - &#8203;<!-- 29 -->[core] Enforce curly braces for block statements (#27946) @eps1lon
259
- - &#8203;<!-- 07 -->[test] Disable browserstack for PRs (#28041) @eps1lon
1417
+ - &#8203;<!-- 07 -->[test] Disable BrowserStack for PRs (#28041) @eps1lon
260
1418
 
261
1419
  All contributors of this release in alphabetical order: @aaronlademann-wf, @bene-we, @chetas411, @eps1lon, @flaviendelangle, @hbjORbj, @iamhosseindhv, @m4theushw, @michaldudak, @mnajdova, @oliviertassinari, @rajzik, @rsxdalv, @siriwatknp, @StefanBRas, @StefanTobler, @tdmiller1, @vedadeepta
262
1420
 
@@ -1333,7 +2491,7 @@ _May 31, 2021_
1333
2491
  A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
1334
2492
 
1335
2493
  - 👩‍🎤 We have completed the migration to emotion of all the components (`@material-ui/core` and `@material-ui/lab`) @siriwatknp, @mnajdova.
1336
- - 📦 Save [10 kB gzipped](https://bundlephobia.com/result?p=@material-ui/core@5.0.0-alpha.34) by removing the dependency on `@material-ui/styles` (JSS) from the core and the lab (#26377, #26382, #26376) @mnajdova.
2494
+ - 📦 Save [10 kB gzipped](https://bundlephobia.com/package/@material-ui/core@5.0.0-alpha.34) by removing the dependency on `@material-ui/styles` (JSS) from the core and the lab (#26377, #26382, #26376) @mnajdova.
1337
2495
  - ⚒️ Add many new [codemods](https://github.com/mui-org/material-ui/blob/HEAD/packages/mui-codemod/README.md) to automate the migration from v4 to v5 (#24867) @mbrookes.
1338
2496
  - And many more 🐛 bug fixes and 📚 improvements.
1339
2497
 
@@ -1565,6 +2723,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
1565
2723
  ```
1566
2724
 
1567
2725
  - &#8203;<!-- 63 -->[Autocomplete] Rename getOptionSelected to isOptionEqualToValue (#26173) @m4theushw
2726
+
1568
2727
  ```diff
1569
2728
  <Autocomplete
1570
2729
  - getOptionSelected={(option, value) => option.title === value.title}
@@ -1640,7 +2799,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
1640
2799
 
1641
2800
  - &#8203;<!-- 60 -->[core] Skip sx prop in internal components (#26235) @mnajdova
1642
2801
  - &#8203;<!-- 59 -->[core] Remove `withStyles` dependencies from `@material-ui/core/styles` (#26277) @mnajdova
1643
- - &#8203;<!-- 55 -->[core] Include human readable target in the browserstack build (#26322) @eps1lon
2802
+ - &#8203;<!-- 55 -->[core] Include human readable target in the BrowserStack build (#26322) @eps1lon
1644
2803
  - &#8203;<!-- 53 -->[core] Fix NotchedOutlineProps type (#26305) @gnowland
1645
2804
  - &#8203;<!-- 51 -->[core] Add file for git-blame --ignore-revs-file (#26295) @eps1lon
1646
2805
  - &#8203;<!-- 49 -->[core] Ensure component class keys aren't missing (#25754) @eps1lon
@@ -3138,7 +4297,7 @@ All contributors of this release in alphabetical order: @artola, @CyanoFresh, @d
3138
4297
 
3139
4298
  ## 5.0.0-alpha.23
3140
4299
 
3141
- ###### _Jan 14, 2021_
4300
+ _Jan 14, 2021_
3142
4301
 
3143
4302
  A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
3144
4303
 
@@ -3253,7 +4412,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
3253
4412
 
3254
4413
  ## 5.0.0-alpha.22
3255
4414
 
3256
- ###### _Jan 4, 2021_
4415
+ _Jan 4, 2021_
3257
4416
 
3258
4417
  A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
3259
4418
 
@@ -3305,7 +4464,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
3305
4464
 
3306
4465
  ## 5.0.0-alpha.21
3307
4466
 
3308
- ###### _Dec 30, 2020_
4467
+ _Dec 30, 2020_
3309
4468
 
3310
4469
  A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
3311
4470
 
@@ -3378,7 +4537,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
3378
4537
 
3379
4538
  ## 5.0.0-alpha.20
3380
4539
 
3381
- ###### _Dec 21, 2020_
4540
+ _Dec 21, 2020_
3382
4541
 
3383
4542
  A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
3384
4543
 
@@ -3456,7 +4615,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
3456
4615
 
3457
4616
  ## 5.0.0-alpha.19
3458
4617
 
3459
- ###### _Dec 13, 2020_
4618
+ _Dec 13, 2020_
3460
4619
 
3461
4620
  A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨:
3462
4621
 
@@ -3584,7 +4743,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
3584
4743
 
3585
4744
  ## 5.0.0-alpha.18
3586
4745
 
3587
- ###### _Dec 3, 2020_
4746
+ _Dec 3, 2020_
3588
4747
 
3589
4748
  A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
3590
4749
 
@@ -3676,7 +4835,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
3676
4835
 
3677
4836
  ## 5.0.0-alpha.17
3678
4837
 
3679
- ###### _Nov 23, 2020_
4838
+ _Nov 23, 2020_
3680
4839
 
3681
4840
  A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
3682
4841
 
@@ -3843,7 +5002,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
3843
5002
 
3844
5003
  ## 5.0.0-alpha.16
3845
5004
 
3846
- ###### _Nov 14, 2020_
5005
+ _Nov 14, 2020_
3847
5006
 
3848
5007
  A big thanks to the 34 contributors who made this release possible. Here are some highlights ✨:
3849
5008
 
@@ -3947,7 +5106,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
3947
5106
 
3948
5107
  ## 5.0.0-alpha.15
3949
5108
 
3950
- ###### _Nov 4, 2020_
5109
+ _Nov 4, 2020_
3951
5110
 
3952
5111
  A big thanks to the 20 contributors who made this release possible. Here are some highlights ✨:
3953
5112
 
@@ -4059,7 +5218,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
4059
5218
 
4060
5219
  ## 5.0.0-alpha.14
4061
5220
 
4062
- ###### _Oct 23, 2020_
5221
+ _Oct 23, 2020_
4063
5222
 
4064
5223
  A big thanks to the 23 contributors who made this release possible.
4065
5224
  Here are some highlights ✨:
@@ -4110,12 +5269,14 @@ Here are some highlights ✨:
4110
5269
  You can read [their migration guide](https://popper.js.org/docs/v2/migration-guide/) or the following summary:
4111
5270
 
4112
5271
  - The CSS prefixes have changed:
5272
+
4113
5273
  ```diff
4114
5274
  popper: {
4115
5275
  zIndex: 1,
4116
5276
  - '&[x-placement*="bottom"] $arrow': {
4117
5277
  + '&[data-popper-placement*="bottom"] $arrow': {
4118
5278
  ```
5279
+
4119
5280
  - Method names have changed.
4120
5281
 
4121
5282
  ```diff
@@ -4230,7 +5391,7 @@ Here are some highlights ✨:
4230
5391
 
4231
5392
  ## 5.0.0-alpha.13
4232
5393
 
4233
- ###### _Oct 17, 2020_
5394
+ _Oct 17, 2020_
4234
5395
 
4235
5396
  A big thanks to the 25 contributors who made this release possible.
4236
5397
  Here are some highlights ✨:
@@ -4356,7 +5517,7 @@ Here are some highlights ✨:
4356
5517
 
4357
5518
  ## 5.0.0-alpha.12
4358
5519
 
4359
- ###### _Oct 11, 2020_
5520
+ _Oct 11, 2020_
4360
5521
 
4361
5522
  A big thanks to the 45 contributors who made this release possible.
4362
5523
  Here are some highlights ✨:
@@ -4580,7 +5741,7 @@ Here are some highlights ✨:
4580
5741
 
4581
5742
  ## 5.0.0-alpha.11
4582
5743
 
4583
- ###### _Sep 26, 2020_
5744
+ _Sep 26, 2020_
4584
5745
 
4585
5746
  A big thanks to the 29 contributors who made this release possible.
4586
5747
  Here are some highlights ✨:
@@ -4814,7 +5975,7 @@ More documentation are coming.
4814
5975
 
4815
5976
  ## 5.0.0-alpha.10
4816
5977
 
4817
- ###### _Sep 15, 2020_
5978
+ _Sep 15, 2020_
4818
5979
 
4819
5980
  A big thanks to the 16 contributors who made this release possible.
4820
5981
  Here are some highlights ✨:
@@ -4879,13 +6040,13 @@ Here are some highlights ✨:
4879
6040
 
4880
6041
  Before:
4881
6042
 
4882
- ```
6043
+ ```sh
4883
6044
  theme.spacing(2) => 16
4884
6045
  ```
4885
6046
 
4886
6047
  After:
4887
6048
 
4888
- ```
6049
+ ```sh
4889
6050
  theme.spacing(2) => '16px'
4890
6051
  ```
4891
6052
 
@@ -4944,7 +6105,7 @@ Here are some highlights ✨:
4944
6105
 
4945
6106
  ## 5.0.0-alpha.9
4946
6107
 
4947
- ###### _Sep 6, 2020_
6108
+ _Sep 6, 2020_
4948
6109
 
4949
6110
  A big thanks to the 14 contributors who made this release possible.
4950
6111
  Here are some highlights ✨:
@@ -4997,7 +6158,7 @@ Here are some highlights ✨:
4997
6158
 
4998
6159
  ## 5.0.0-alpha.8
4999
6160
 
5000
- ###### _Aug 31, 2020_
6161
+ _Aug 31, 2020_
5001
6162
 
5002
6163
  A big thanks to the 19 contributors who made this release possible.
5003
6164
  Here are some highlights ✨:
@@ -5173,7 +6334,7 @@ const theme = createMuiTheme({
5173
6334
 
5174
6335
  ## 5.0.0-alpha.7
5175
6336
 
5176
- ###### _Aug 22, 2020_
6337
+ _Aug 22, 2020_
5177
6338
 
5178
6339
  A big thanks to the 22 contributors who made this release possible.
5179
6340
  Here are some highlights ✨:
@@ -5303,7 +6464,7 @@ Here are some highlights ✨:
5303
6464
 
5304
6465
  ## 5.0.0-alpha.6
5305
6466
 
5306
- ###### _Aug 13, 2020_
6467
+ _Aug 13, 2020_
5307
6468
 
5308
6469
  A big thanks to the 26 contributors who made this release possible.
5309
6470
  Here are some highlights ✨:
@@ -5346,7 +6507,7 @@ Here are some highlights ✨:
5346
6507
 
5347
6508
  ### `@material-ui/core@v5.0.0-alpha.6`
5348
6509
 
5349
- ### Breaking changes
6510
+ #### Breaking changes
5350
6511
 
5351
6512
  - [Avatar] Rename variant circle -> circular for consistency (#22015) @kodai3
5352
6513
  Rename `circle` to `circular` for consistency. The possible values should be adjectives, not nouns:
@@ -5505,7 +6666,7 @@ Here are some highlights ✨:
5505
6666
  +},
5506
6667
  ```
5507
6668
 
5508
- ### Changes
6669
+ #### Changes
5509
6670
 
5510
6671
  - [Avatar] Custom variant (#22139) @mnajdova
5511
6672
  - [Badge] Add missing class key (#22095) @kodai3
@@ -5525,7 +6686,7 @@ Here are some highlights ✨:
5525
6686
 
5526
6687
  ### `@material-ui/lab@v5.0.0-alpha.6`
5527
6688
 
5528
- ### Breaking changes
6689
+ #### Breaking changes
5529
6690
 
5530
6691
  - [Skeleton] Rename variant circle -> circular and rect -> rectangular for consistency (#22053) @kodai3
5531
6692
  Rename `circle` to `circular` and `rect` to `rectangular` for consistency. The possible values should be adjectives, not nouns:
@@ -5537,7 +6698,7 @@ Here are some highlights ✨:
5537
6698
  +<Skeleton variant="rectangular">
5538
6699
  ```
5539
6700
 
5540
- ### Changes
6701
+ #### Changes
5541
6702
 
5542
6703
  - [Autocomplete] Add support for "{label: string}" data type as a default for "options" (#21992) @DanailH
5543
6704
  - [TreeView] Add disabled prop (#20133) @netochaves
@@ -5589,7 +6750,7 @@ Here are some highlights ✨:
5589
6750
 
5590
6751
  ## 5.0.0-alpha.5
5591
6752
 
5592
- ###### _July 28, 2020_
6753
+ _July 28, 2020_
5593
6754
 
5594
6755
  A big thanks to the 18 contributors who made this release possible.
5595
6756
 
@@ -5660,7 +6821,7 @@ A big thanks to the 18 contributors who made this release possible.
5660
6821
 
5661
6822
  ## 5.0.0-alpha.4
5662
6823
 
5663
- ###### _July 19, 2020_
6824
+ _July 19, 2020_
5664
6825
 
5665
6826
  A big thanks to the 11 contributors who made this release possible.
5666
6827
 
@@ -5702,7 +6863,7 @@ A big thanks to the 11 contributors who made this release possible.
5702
6863
 
5703
6864
  ## 5.0.0-alpha.3
5704
6865
 
5705
- ###### _July 12, 2020_
6866
+ _July 12, 2020_
5706
6867
 
5707
6868
  A big thanks to the 14 contributors who made this release possible.
5708
6869
 
@@ -5751,7 +6912,7 @@ A big thanks to the 14 contributors who made this release possible.
5751
6912
 
5752
6913
  ## 5.0.0-alpha.2
5753
6914
 
5754
- ###### _July 4, 2020_
6915
+ _July 4, 2020_
5755
6916
 
5756
6917
  A big thanks to the 16 contributors who made this release possible.
5757
6918
 
@@ -5813,7 +6974,7 @@ A big thanks to the 16 contributors who made this release possible.
5813
6974
 
5814
6975
  ## 5.0.0-alpha.1
5815
6976
 
5816
- ###### _June 27, 2020_
6977
+ _June 27, 2020_
5817
6978
 
5818
6979
  A big thanks to the 33 contributors who made this release possible. Here are some highlights ✨:
5819
6980
 
@@ -5929,6 +7090,7 @@ A big thanks to the 33 contributors who made this release possible. Here are som
5929
7090
  ```
5930
7091
 
5931
7092
  - [Accordion] typescript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
7093
+
5932
7094
  ```diff
5933
7095
  -<Accordion onChange={(event: React.ChangeEvent<{}>, expanded: boolean) => {}} />
5934
7096
  +<Accordion onChange={(event: React.SyntheticEvent, expanded: boolean) => {}} />