@mui/styled-engine-sc 5.8.0 โ†’ 5.9.3

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,727 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.9.3
4
+
5
+ <!-- generated comparing v5.9.2..master -->
6
+
7
+ _Aug 1, 2022_
8
+
9
+ A big thanks to the 15 contributors who made this release possible. Here are some highlights โœจ:
10
+
11
+ - ๐Ÿ–ผ๏ธ @garronej worked on improving the support of Emotion packages in the System (#33205)
12
+ - Many other ๐Ÿ› bug fixes, ๐Ÿ“š documentation, and โš™๏ธ infrastructure improvements
13
+
14
+ ### `@mui/material@5.9.3`
15
+
16
+ - [Chip] Assign classnames and associated styles for `filled` variant (#33587) @hbjORbj
17
+ - [Grid] Fix `columnSpacing` and `rowSpacing` props ignore higher breakpoints with 0 (#33480) @ZeeshanTamboli
18
+ - [Input] Add the readOnly state class (#33654) @michaldudak
19
+ - [Stack] Responsive styles based on breakpoints should be in the correct order (#33552) @hbjORbj
20
+
21
+ ### `@mui/system@5.9.3`
22
+
23
+ - [system] Make @emotion/\* fully supported in the System (#33205) @garronej
24
+
25
+ ### `@mui/codemod@5.9.3`
26
+
27
+ - [codemod] Fix theme-spacing performance (#33691) @siriwatknp
28
+ - [codemod] Support @mui import for variant-prop (#33692) @siriwatknp
29
+
30
+ ### `@mui/styled-engine-sc@5.9.3`
31
+
32
+ - [styled-engine-sc] Add missing @babel/runtime dependency (#33741) @MonstraG
33
+
34
+ ### `@mui/joy@5.0.0-alpha.38`
35
+
36
+ - [Joy] Add Tabs components (#33664) @siriwatknp
37
+ - [Joy] Miscellaneous fixes (#33685) @siriwatknp
38
+ - [Joy] Update read.me content (#33643) @danilo-leal
39
+
40
+ ### Docs
41
+
42
+ - [blog] Add blog post about company retreat in Tenerife ๐Ÿ (#33566) @samuelsycamore
43
+ - [blog] Add blog post to announce the aggregation feature (#33595) @joserodolfofreitas
44
+ - [blog] Fix horizontal scrollbar with code snippets (#33648) @joserodolfofreitas
45
+ - [docs] Fix a typo in the code in `Sorting & selecting` Table demo (#33674) @mracette
46
+ - [docs] Fix en-US format in the Skeleton demo (#33699) @husseinsaad98
47
+ - [docs] Update module reference for `usePagination` (#33675) @fullstackzach
48
+ - [docs] Fix code examples in `styled` API vs `sx` prop docs (#33665) @ZeeshanTamboli
49
+ - [docs][system] Throw an informative error when `theme.vars` is used in `createTheme` and mention this in the theming docs (#33619) @hbjORbj
50
+ - [website] Remove legacy redirect @oliviertassinari
51
+ - [website] Add new legal pages (#33650) @oliviertassinari
52
+ - [website] Clarify when a license in development is required (#33668) @oliviertassinari
53
+ - [website] Update links to rows pages (#33739) @cherniavskii
54
+ - [website] Update pricing table to add aggregation and row pinning (#33659) @joserodolfofreitas
55
+
56
+ ### Core
57
+
58
+ - [core] Replace `getInitialProps` with `getStaticProps` (#33684) @mnajdova
59
+ - [core] Remove accidentally added files (#33636) @michaldudak
60
+ - [core] Update packages with security issues (#33679) @michaldudak
61
+ - [core] Add React 17 nightly build (#33594) @mnajdova
62
+ - [core] Update lerna to 5.2.0 (#33635) @michaldudak
63
+ - [core] Prepare isolation of Next.js X app (#33649) @oliviertassinari
64
+ - [core] Remove thenify version override from package.json resolutions (#33638) @michaldudak
65
+ - [core] Update Node.js to 14 on CircleCI, CodeSandbox, and Netlify (#33642) @michaldudak
66
+ - [test] Replace istanbul-instrumenter-loader with babel-plugin-istanbul (#33666) @michaldudak
67
+ - [test] Run TypeScript module augmentation tests for Joy UI in CI (#33667) @ZeeshanTamboli
68
+
69
+ All contributors of this release in alphabetical order: @cherniavskii, @danilo-leal, @fullstackzach, @garronej, @hbjORbj, @husseinsaad98, @joserodolfofreitas, @michaldudak, @mnajdova, @MonstraG, @mracette, @oliviertassinari, @samuelsycamore, @siriwatknp, @ZeeshanTamboli
70
+
71
+ ## 5.9.2
72
+
73
+ <!-- generated comparing v5.9.1..master -->
74
+
75
+ _Jul 25, 2022_
76
+
77
+ A big thanks to the 16 contributors who made this release possible. Here are some highlights โœจ:
78
+
79
+ - ๐Ÿงช Ensure all Base components are `OverridableComponent` (#33506) @michaldudak
80
+ - ๐Ÿงช Various improvements on the Material `Stack` component (#33548, #33588, #33549) @hbjORbj
81
+ - Many other ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements
82
+
83
+ ### `@mui/material@5.9.2`
84
+
85
+ - &#8203;<!-- 34 -->Revert "[Tooltip] Fix children mouse over detection (#32321)" @oliviertassinari
86
+ - &#8203;<!-- 19 -->[FormHelperText] Fix unable to create new variants (#33589) @DinhBaoTran
87
+ - &#8203;<!-- 18 -->[ImageList] Remove vertical spacing between items in masonry layout (#33593) @michaldudak
88
+ - &#8203;<!-- 13 -->[LoadingButton] Refactor duplicate code (#33570) @ZeeshanTamboli
89
+ - &#8203;<!-- 12 -->[Modal] Explain the meaning of deprecation of the BackdropComponent prop (#33591) @michaldudak
90
+ - &#8203;<!-- 11 -->[Stack] Fix unit test failure (#33588) @hbjORbj
91
+ - &#8203;<!-- 10 -->[Stack] Fix default `flexDirection` value with responsive prop (#33549) @hbjORbj
92
+ - &#8203;<!-- 09 -->[Stack] Ensure that `marginundefined` doesn't occur in styling (#33548) @hbjORbj
93
+ - &#8203;<!-- 08 -->[Tabs] Fix `indicatorColor` prop type (#33569) @ZeeshanTamboli
94
+ - &#8203;<!-- 07 -->[Tabs] Add TypeScript interface to augment tab indicator color in theme (#33333) @AHeiming
95
+
96
+ ### `@mui/base@5.0.0-alpha.91`
97
+
98
+ - &#8203;<!-- 33 -->[Base] Make PopperUnstyled `component` overridable (#33573) @siriwatknp
99
+ - &#8203;<!-- 32 -->[Base] Ensure all components are OverridableComponent (#33506) @michaldudak
100
+
101
+ ### `@mui/joy@5.0.0-alpha.38`
102
+
103
+ - &#8203;<!-- 17 -->[Select] Add new component in Joy (#33630) @siriwatknp
104
+ - &#8203;<!-- 15 -->[Joy] Add Text field documentation (#33430, #33631) @danilo-leal
105
+ - &#8203;<!-- 14 -->[Joy] Add menu components (#31789) @siriwatknp
106
+
107
+ ### Docs
108
+
109
+ - &#8203;<!-- 31 -->[blog] Fix 404 link to Algolia docs search (dd4308d) @oliviertassinari
110
+ - &#8203;<!-- 28 -->[docs] Add accessibility tips (#33633) @siriwatknp
111
+ - &#8203;<!-- 27 -->[docs] Fix production deploy of codesandboxes (#33608) @oliviertassinari
112
+ - &#8203;<!-- 26 -->[docs] Show border on `palette.background.paper` in dark mode docs (#33611) @ZeeshanTamboli
113
+ - &#8203;<!-- 25 -->[docs] Fix typo in Joy UI dark mode page (#33620) @bairamau
114
+ - &#8203;<!-- 24 -->[docs] Final polish on Base docs - formatting and style consistency (#33156) @samuelsycamore
115
+ - &#8203;<!-- 23 -->[docs] Fix `CssBaseline` import in example code (#33614) @dd-ssc
116
+ - &#8203;<!-- 22 -->[docs] Fix Toolpad docs redirection (#33524) @bharatkashyap
117
+ - &#8203;<!-- 21 -->[docs] Fix link to Snackbar customization section in Alert docs (#33586) @ZeeshanTamboli
118
+ - &#8203;<!-- 20 -->[docs] Fix `placement choices` typo in Tooltip docs (#33571) @MonstraG
119
+ - &#8203;<!-- 05 -->[website] Update home page's sponsor grid (#33528) @danilo-leal
120
+ - &#8203;<!-- 04 -->[website] Add Vytautas to the about page (#33567) @bytasv
121
+ - &#8203;<!-- 03 -->[website] Improve newsletter input design (#33585) @danilo-leal
122
+ - &#8203;<!-- 02 -->[website] Add YouTube link to footer (#33580) @gerdadesign
123
+ - &#8203;<!-- 01 -->[website] Clarify scope of technical support (#33435) @joserodolfofreitas
124
+
125
+ ### Core
126
+
127
+ - &#8203;<!-- 30 -->[core] Swallow ad blocker fetch fail (#33617) @oliviertassinari
128
+ - &#8203;<!-- 29 -->[core] Fix dep security by resolving `thenify` to latest (#33612) @siriwatknp
129
+ - &#8203;<!-- 06 -->[test] Remove `view` option from Event in Snackbar tests (#33555) @ZeeshanTamboli
130
+
131
+ All contributors of this release in alphabetical order: @AHeiming, @bairamau, @bharatkashyap, @bytasv, @danilo-leal, @dd-ssc, @DinhBaoTran, @gerdadesign, @hbjORbj, @joserodolfofreitas, @michaldudak, @MonstraG, @oliviertassinari, @samuelsycamore, @siriwatknp, @ZeeshanTamboli
132
+
133
+ ## 5.9.1
134
+
135
+ <!-- generated comparing v5.9.0..master -->
136
+
137
+ _Jul 18, 2022_
138
+
139
+ A big thanks to the 17 contributors who made this release possible. This release is mainly about ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements
140
+
141
+ ### `@mui/material@5.9.1`
142
+
143
+ - &#8203;<!-- 24 -->[Autocomplete] Fix disabling component crashing when focused (#31313) @mzedel
144
+ - &#8203;<!-- 07 -->[Grid] Avoid scrollbar in demo (#33527) @oliviertassinari
145
+ - &#8203;<!-- 05 -->[Slider] Fix transition of tooltips on vertical slider (#33009) @abhinav-22-tech
146
+ - &#8203;<!-- 01 -->[TouchRipple] Fix crash on android where `event.touches` are an empty array (#32974) @lukeggchapman
147
+
148
+ ### `@mui/system@5.9.1`
149
+
150
+ - &#8203;<!-- 04 -->[system] Add flag to switch negative margin approach in Grid (#33484) @siriwatknp
151
+ - &#8203;<!-- 03 -->[system] Remove needless optional chaining check in `createEmptyBreakpointObject` method (#33482) @ZeeshanTamboli
152
+
153
+ ### `@mui/base@5.0.0-alpha.90`
154
+
155
+ - &#8203;<!-- 23 -->[base] Export types used by components' props (#33522) @michaldudak
156
+ - &#8203;<!-- 22 -->[base] Add missing type definitions in useControllableReducer (#33496) @michaldudak
157
+ - &#8203;<!-- 06 -->[SelectUnstyled] Do not call onChange unnecessarily (#33408) @michaldudak
158
+
159
+ ### `@mui/lab@5.0.0-alpha.91`
160
+
161
+ - &#8203;<!-- 02 -->[TimelineDot] Add TimelineDotPropsColorOverrides interface to extend color options (#33466) @lolaignatova
162
+
163
+ ### Docs
164
+
165
+ - &#8203;<!-- 19 -->[docs] Add note about CssBaseline in the dark mode page (#33108) @GabrielaLokelani
166
+ - &#8203;<!-- 18 -->[docs] Fix typos in the Interoperability page (#33273) @HexM7
167
+ - &#8203;<!-- 17 -->[docs] Improve the `useTheme` documentation (#33508) @rickstaa
168
+ - &#8203;<!-- 16 -->[docs] Fix 301 redirections (#33521) @oliviertassinari
169
+ - &#8203;<!-- 15 -->[docs] Link the same codesandbox as in the docs (#33472) @oliviertassinari
170
+ - &#8203;<!-- 14 -->[docs] Fix copy search false positives (#33438) @oliviertassinari
171
+ - &#8203;<!-- 13 -->[docs] Fix typo (#33520) @aravindpanicker
172
+ - &#8203;<!-- 12 -->[docs] Update Tailwind docs to include step about updating popover containers (#33315) @ajhenry
173
+ - &#8203;<!-- 11 -->[docs] Add yarn command for Roboto font in Material UI's typography.md (#33485) @anthonypz
174
+ - &#8203;<!-- 10 -->[docs] Add new community content to the Material UI Learn page (#32927) @Nikhilthadani
175
+ - &#8203;<!-- 09 -->[examples] Change createEmotionCache to use `insertionPoint` (#32104) @ANTARES-KOR
176
+ - &#8203;<!-- 08 -->[examples] Fix error in Next.js example with @mui/styles (#33456) @paustria
177
+
178
+ ### Core
179
+
180
+ - &#8203;<!-- 21 -->[core] Cleanup experiments (#33547) @siriwatknp
181
+ - &#8203;<!-- 20 -->[core] Update CHANGELOG to include pickers breaking change (#33486) @siriwatknp
182
+
183
+ All contributors of this release in alphabetical order: @abhinav-22-tech, @ajhenry, @ANTARES-KOR, @anthonypz, @aravindpanicker, @GabrielaLokelani, @HexM7, @lolaignatova, @lukeggchapman, @michaldudak, @mzedel, @Nikhilthadani, @oliviertassinari, @paustria, @rickstaa, @siriwatknp, @ZeeshanTamboli
184
+
185
+ ## 5.9.0
186
+
187
+ <!-- generated comparing v5.8.7..master -->
188
+
189
+ _Jul 12, 2022_
190
+
191
+ A big thanks to the 19 contributors who made this release possible. Here are some highlights โœจ:
192
+
193
+ - ๐Ÿงช Exported Grid v2 as `Unstable_Grid2` (#33479) @siriwatknp
194
+ - ๐Ÿ“– Added a guide for using Joy UI and Material UI together (#33396) @siriwatknp
195
+ - ๐Ÿ› Fixed a few bugs in Material UI components. Thanks to @ZeeshanTamboli, @ivan-ngchakming, and @joebingham-wk.
196
+ - โš ๏ธ **[BREAKING CHANGE]** Date pickers were removed from the lab. Learn how to migrate by visiting the [migration guide](https://mui.com/x/react-date-pickers/migration-lab/). (#33386) @flaviendelangle
197
+ - many other ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements
198
+ - our documentation site is now running with React 18! (#33196) @mnajdova
199
+
200
+ ### `@mui/material@5.9.0`
201
+
202
+ - [CssBaseline] Fixes in overriding style (#33338) @ZeeshanTamboli
203
+ - [Autocomplete] Remove unnecessary `clsx` wrapper for single className (#33398) @ZeeshanTamboli
204
+ - [Grid] Export new grid as unstable (#33479) @siriwatknp
205
+ - [Tooltip] Fix children mouse over detection (#32321) @ivan-ngchakming
206
+ - [TypeScript] getCssVar autocomplete for Material UI (#33464) @siriwatknp
207
+ - [TypeScript] Fix theme options components types to use `Theme` (#33434) @siriwatknp
208
+ - [TypeScript] Reexports necessary types for module augmentation (#33397) @siriwatknp
209
+ - [ScopedCssBaseline] Add sx typings (#33474) @joebingham-wk
210
+
211
+ ### `@mui/system@5.9.0`
212
+
213
+ - [System] Add offset feature to Grid (#33415) @siriwatknp
214
+ - [system] Add new `Grid` implementation (#32746) @siriwatknp
215
+
216
+ ### `@mui/lab@5.0.0-alpha.90`
217
+
218
+ **โš ๏ธ Breaking changes**
219
+
220
+ - [lab] Remove the pickers (#33386) @flaviendelangle
221
+
222
+ The pickers are moved to MUI X, check out the [migration guide](https://mui.com/x/react-date-pickers/migration-lab/).
223
+
224
+ **Changes**
225
+
226
+ - [Masonry] Support rem/em values for spacing prop (#33384) @hbjORbj
227
+
228
+ ### `@mui/base@5.0.0-alpha.89`
229
+
230
+ - [Base] Change the order of class names merged in useSlotProps (#33383) @michaldudak
231
+ - [ModalUnstyled] Accept callbacks in componentsProps (#33181) @michaldudak
232
+ - [SelectUnstyled] Accept callbacks in componentsProps (#33197) @michaldudak
233
+ - [TabsUnstyled] Accept callbacks in componentsProps (#33284) @michaldudak
234
+
235
+ ### `@mui/joy@5.0.0-alpha.36`
236
+
237
+ - [Joy] Add guide about using Joy and Material UI together (#33396) @siriwatknp
238
+ - [Joy] Fix variants color palette regressions (#33394) @danilo-leal
239
+
240
+ ### Docs
241
+
242
+ - [docs] Correcting small grammatical error (#33393) @robyyo
243
+ - [docs] Link to the correct package on Joy component pages (#33439) @cherniavskii
244
+ - [docs] Fix e2e tests (#33477) @siriwatknp
245
+ - [docs] Fix dead links (#33462) @oliviertassinari
246
+ - [docs] Cleanup the migration (#33463) @siriwatknp
247
+ - [docs] Fix broken Sponsoring services links @samuelsycamore
248
+ - [docs] Improve repo README with light/dark logos, relative links and more (#33356) @samuelsycamore
249
+ - [docs] Update links to MUI X Overview and Introduction pages (#33201) @samuelsycamore
250
+ - [docs] Update to React 18 (#33196) @mnajdova
251
+ - [docs] Simplify "Upload button" demo (#33326) @baharalidurrani
252
+ - [docs] Add "refine" demo to showcase (#33240) @omeraplak
253
+ - [docs] Add webpack alias for legacy utils package (#33376) @jgbae
254
+ - [docs] Improve external link icons synonyms (#33257) @davidgarciab
255
+ - [examples] Update MUI Base with Tailwind CSS to use the latest versions of the dependencies (#33401) @mnajdova
256
+ - [examples] Add MUI base example (#33154) @siriwatknp
257
+
258
+ ### Core
259
+
260
+ - [core] Fix @mui/monorepo regression for the import of the docs infra (#33390) @Janpot
261
+ - [core] Remove old babel resolve rule (#33432) @oliviertassinari
262
+ - [website] Shorten the plan descriptions on the pricing page (#32984) @joserodolfofreitas
263
+ - [website] Link EULA in the license quantity section (#33292) @oliviertassinari
264
+
265
+ All contributors of this release in alphabetical order: @baharalidurrani, @cherniavskii, @danilo-leal, @davidgarciab, @flaviendelangle, @hbjORbj, @ivan-ngchakming, @Janpot, @jgbae, @joebingham-wk, @joserodolfofreitas, @michaldudak, @mnajdova, @oliviertassinari, @omeraplak, @robyyo, @samuelsycamore, @siriwatknp, @ZeeshanTamboli
266
+
267
+ ## 5.8.7
268
+
269
+ <!-- generated comparing v5.8.6..master -->
270
+
271
+ _Jul 4, 2022_
272
+
273
+ A big thanks to the 13 contributors who made this release possible. Here are some highlights โœจ:
274
+
275
+ - ๐Ÿ› Fixed an issue causing Typescript errors when building a project with Material UI v5.8.6 (@michaldudak)
276
+ - ๐Ÿ› Fixed a few bugs in Material UI components. Thanks @henriqueholtz, @jake-collibra, @MattiasMartens and @TimoWilhelm!
277
+ - many other ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements
278
+
279
+ ### `@mui/material@5.8.7`
280
+
281
+ - [Autocomplete] Add some missing props in `useAutocomplete` (#33269) @henriqueholtz
282
+ - [Autocomplete] Extend `componentsProps` to include `popper` and `popupIndicator` slots (#33283) @jake-collibra
283
+ - [Select] Annotate empty string as valid value prop (#33088) @MattiasMartens
284
+ - [SnackbarContent] Fix message text color with css var provider (#33285) @TimoWilhelm
285
+
286
+ ### `@mui/styled-engine@5.8.7`
287
+
288
+ - [styled-engine] Add missing type dependency on csstype (#33310) @Methuselah96
289
+
290
+ ### `@mui/system@5.8.7`
291
+
292
+ - [system] Simplify theme input types for `CssVarsProvider` (#33381) @siriwatknp
293
+ - [system] Export required types (#33324) @michaldudak
294
+
295
+ ### `@mui/joy@5.0.0-alpha.35`
296
+
297
+ - [Joy] Add radio button documentation (#33254) @siriwatknp
298
+ - [Joy] Add switch documentation (#33302) @siriwatknp
299
+ - [Joy] Batch a couple of documentation refinements (#33158)
300
+ - [Joy] Enable Joy and Material UI compatibility (#33379) @siriwatknp
301
+
302
+ ### `@mui/base@5.0.0-alpha.88`
303
+
304
+ - [base] Remove a type incompatible with Typescript 3.5 (#33361) @michaldudak
305
+ - [BadgeUnstyled] Export BadgeUnstyledOwnProps interface to fix typescript compiler error (#33314) @aaronlademann-wf
306
+ - [TablePaginationUnstyled] Accept callbacks in componentsProps (#33309) @michaldudak
307
+
308
+ ### Docs
309
+
310
+ - [docs] Fix Link typings in the react-router example (#32308) @aaarichter
311
+ - [docs] Add caveat about class components with Tooltip (#33325) @joshkel
312
+ - [docs] Fix SEO issues (#33288) @oliviertassinari
313
+ - [docs] Fix Slider's "player" demo (#33267) @xlianghang
314
+ - [website] Link MUI Toolpad in mui.com (#33287) @oliviertassinari
315
+
316
+ All contributors of this release in alphabetical order: @aaarichter, @aaronlademann-wf, @danilo-leal, @henriqueholtz, @jake-collibra, @joshkel, @MattiasMartens, @Methuselah96, @michaldudak, @oliviertassinari, @siriwatknp, @TimoWilhelm, @xlianghang
317
+
318
+ ## 5.8.6
319
+
320
+ <!-- generated comparing v5.8.5..master -->
321
+
322
+ _Jun 27, 2022_
323
+
324
+ A big thanks to the 13 contributors who made this release possible. Here are some highlights โœจ:
325
+
326
+ - โš’๏ธ Fixed React 18 issues in few components
327
+ - ๐Ÿš€ Improved the TypeScript augmentation when using CSS variables with `@mui/material`
328
+ - many other ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements
329
+
330
+ ### `@mui/material@5.8.6`
331
+
332
+ - &#8203;<!-- 27 -->[Alert] Add support for CSS vars (#32624) @haneenmahd
333
+ - &#8203;<!-- 26 -->[Alert] Use `getContrastText` for filled variant font color (#29813) @SamoraMabuya
334
+
335
+ Note: The color of the text in the warning contained `Alert` in dark mode was changed to black in order to improve the color contrast ratio
336
+
337
+ - &#8203;<!-- 11 -->[OutlinedInput] Fix `ownerState` undefined in theme style overrides (#33241) @siriwatknp
338
+ - &#8203;<!-- 08 -->[Tabs] Fix crash when used with React 18 & Suspense (#33277) @mnajdova
339
+ - &#8203;<!-- 05 -->[TypeScript] Add CSS vars type augmentation for Material UI (#33211) @siriwatknp
340
+
341
+ ### `@mui/system@5.8.6`
342
+
343
+ - &#8203;<!-- 09 -->[system] Add enableColorScheme option to getInitColorSchemeScript (#33261) @siriwatknp
344
+
345
+ ### `@mui/utils@5.8.6`
346
+
347
+ - &#8203;<!-- 04 -->[utils] Allow state prefix to be configurable (#32972) @siriwatknp
348
+
349
+ ### `@mui/base@5.0.0-alpha.87`
350
+
351
+ - &#8203;<!-- 25 -->[base] Improve the return type of useSlotProps (#33279) @michaldudak
352
+ - &#8203;<!-- 24 -->[base] Improve some types (#33270) @mnajdova
353
+ - &#8203;<!-- 13 -->[MenuUnstyled] Fix keyboard accessibility of menu items (#33145) @michaldudak
354
+ - &#8203;<!-- 12 -->[ModalManager] Lock body scroll when container is inside shadow DOM (#33168) @jacobweberbowery
355
+ - &#8203;<!-- 10 -->[SliderUnstyled] Use useSlotProps (#33132) @michaldudak
356
+ - &#8203;<!-- 07 -->[TextareaAutosize] Fix crash when used with React 18 & Suspense (#33238) @howlettt
357
+ - &#8203;<!-- 06 -->[TextareaAutosize] Fix warnings for too many renders in React 18 (#33253) @mnajdova
358
+
359
+ ### `@mui/joy@5.0.0-alpha.34`
360
+
361
+ - &#8203;<!-- 14 -->[Joy] Add `Sheet` doc (#32820) @hbjORbj
362
+
363
+ ### Docs
364
+
365
+ - &#8203;<!-- 23 -->[blog] Polish Why you should migrate to Material UI v5 today (#33244) @oliviertassinari
366
+ - &#8203;<!-- 21 -->[docs] Add note in docs about `componentsProps.root` taking precedence (#33097) @ZeeshanTamboli
367
+ - &#8203;<!-- 20 -->[docs] Remove a note about Base components being reexported from Material UI (#33265) @michaldudak
368
+ - &#8203;<!-- 19 -->[docs] Update code snippet in docs for custom color palette (#32946) @ZeeshanTamboli
369
+ - &#8203;<!-- 18 -->[docs] Fix the docs for production class generation (#31933) @Fafruch
370
+ - &#8203;<!-- 17 -->[docs] Fix internal link in Box page (#33149) @davidgarciab
371
+ - &#8203;<!-- 16 -->[docs] Badge component link in Base docs should be under Data Display section (#33249) @ZeeshanTamboli
372
+ - &#8203;<!-- 15 -->[examples] Fix comment typo (#33256) @WinmezzZ
373
+
374
+ ### Core
375
+
376
+ - &#8203;<!-- 22 -->[core] Remove dead code (#33243) @oliviertassinari
377
+ - &#8203;<!-- 03 -->[website] Fix the scroll-top for all the website (#33215) @oliviertassinari
378
+ - &#8203;<!-- 02 -->[website] List new core role @oliviertassinari
379
+ - &#8203;<!-- 01 -->[website] Fix navigation menu close behavior (#33203) @oliviertassinari
380
+
381
+ All contributors of this release in alphabetical order: @davidgarciab, @Fafruch, @haneenmahd, @hbjORbj, @howlettt, @jacobweberbowery, @michaldudak, @mnajdova, @oliviertassinari, @SamoraMabuya, @siriwatknp, @WinmezzZ, @ZeeshanTamboli
382
+
383
+ ## 5.8.5
384
+
385
+ <!-- generated comparing v5.8.4..master -->
386
+
387
+ _Jun 20, 2022_
388
+
389
+ A big thanks to the 14 contributors who made this release possible. Here are some highlights โœจ:
390
+
391
+ - ๐Ÿš€ Added support for CSS variables in the `Avatar` component and the `SpeedDialAction` component respectively by @vicasas and @gin1314
392
+ - many other ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements
393
+
394
+ ### `@mui/material@5.8.5`
395
+
396
+ - &#8203;<!-- 30 -->[Avatar] Add support for CSS variables (#32499) @vicasas
397
+ - &#8203;<!-- 19 -->[Dialog] Fix broken styles if `maxWidth` is set to `false` (#32987) @kmurgic
398
+ - &#8203;<!-- 04 -->[SpeedDialAction] Add support for CSS variables (#32608) @gin1314
399
+ - &#8203;<!-- 02 -->[Tabs] Increment scroll of the minimum amount possible (#33103) @oliviertassinari
400
+
401
+ ### `@mui/codemod@5.8.5`
402
+
403
+ - &#8203;<!-- 24 -->[codemod] Preserve comments within jss-to-tss-react (#33170) @ryancogswell
404
+
405
+ ### `@mui/lab@5.0.0-alpha.87`
406
+
407
+ - &#8203;<!-- 06 -->[Masonry] Fix flickering when used with React 18 (#33163) @mnajdova
408
+
409
+ ### `@mui/base@5.0.0-alpha.86`
410
+
411
+ - &#8203;<!-- 29 -->[BadgeUnstyled] Accept callbacks in componentsProps (#33176) @michaldudak
412
+ - &#8203;<!-- 25 -->[ButtonUnstyled] Use useSlotProps (#33096) @michaldudak
413
+ - &#8203;<!-- 11 -->[FormControlUnstyled] Accept callbacks in componentsProps (#33180) @michaldudak
414
+ - &#8203;<!-- 10 -->[InputUnstyled] Use useSlotProps (#33094) @michaldudak
415
+ - &#8203;<!-- 05 -->[ModalUnstyled] Define ownerState and slot props' types (#32901) @michaldudak
416
+ - &#8203;<!-- 03 -->[SwitchUnstyled] Use useSlotProps (#33174) @michaldudak
417
+
418
+ ### `@mui/joy@5.0.0-alpha.33`
419
+
420
+ - &#8203;<!-- 09 -->[Joy] Add Checkbox documentation (#33171) @siriwatknp
421
+ - &#8203;<!-- 08 -->[Joy] Add List documentation (#33120) @siriwatknp
422
+ - &#8203;<!-- 07 -->[Joy] Make slider displays Joy classname (#33051) @siriwatknp
423
+
424
+ ### Docs
425
+
426
+ - &#8203;<!-- 28 -->[blog] Update Blogpost to clear confusion on "no impact" disclaimer. (#33131) @joserodolfofreitas
427
+ - &#8203;<!-- 27 -->[blog] Add post about v5 Migration guide update (#33063) @samuelsycamore
428
+ - &#8203;<!-- 26 -->[blog] Fix display on Safari (#33102) @oliviertassinari
429
+ - &#8203;<!-- 18 -->[docs] Add guide on how to use MUI Base with Tailwind CSS (#33100) @mnajdova
430
+ - &#8203;<!-- 17 -->[docs] Improve Joy template UX (#33159) @siriwatknp
431
+ - &#8203;<!-- 16 -->[docs] Update Shadow DOM guide (#33160) @cherniavskii
432
+ - &#8203;<!-- 15 -->[docs] Fix SEO regressions (#33106) @oliviertassinari
433
+ - &#8203;<!-- 14 -->[docs] Add job ad in table of content (#33143) @mnajdova
434
+ - &#8203;<!-- 13 -->[docs] Add customization as a value proposition (#33014) @oliviertassinari
435
+ - &#8203;<!-- 12 -->[examples] Add example using nextjs & @mui/styles as a starter for the migration to v5 (#33005) @mnajdova
436
+ - &#8203;<!-- 01 -->[website] Replace Airtable with Ashby links for applying to a opened position (#33193) @DanailH
437
+
438
+ ### Core
439
+
440
+ - &#8203;<!-- 31 -->[core] Add CSS variables support for Material UI components (#32835) @siriwatknp
441
+ - &#8203;<!-- 23 -->[core] Add name to workspace root package.json (#33226) @Janpot
442
+ - &#8203;<!-- 22 -->[core] Update bug template with generic instruction (#33153) @joserodolfofreitas
443
+ - &#8203;<!-- 21 -->[core] Remove dead and redundant code (#33125) @oliviertassinari
444
+ - &#8203;<!-- 20 -->[core] Improve inline code rendering within the details tag (#33086) @Harmouch101
445
+
446
+ All contributors of this release in alphabetical order: @cherniavskii, @DanailH, @gin1314, @Harmouch101, @Janpot, @joserodolfofreitas, @kmurgic, @michaldudak, @mnajdova, @oliviertassinari, @ryancogswell, @samuelsycamore, @siriwatknp, @vicasas
447
+
448
+ ## 5.8.4
449
+
450
+ <!-- generated comparing v5.8.3..master -->
451
+
452
+ _Jun 14, 2022_
453
+
454
+ A big thanks to the 24 contributors who made this release possible. Here are some highlights โœจ:
455
+
456
+ - ๐Ÿš€ Added support for custom breakpoints in the `Grid` component by @boutahlilsoufiane
457
+ - ๐Ÿ“š Added guide on how to use Material UI with Shadow DOM by @cherniavskii
458
+ - many other ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements
459
+
460
+ ### `@mui/material@5.8.4`
461
+
462
+ - &#8203;<!-- 36 -->[Button] Add missing classes in `ButtonClasses` type (#33040) @ZeeshanTamboli
463
+ - &#8203;<!-- 20 -->[Grid] Fix prop-type key regression (#33123) @oliviertassinari
464
+ - &#8203;<!-- 19 -->[Grid] Support custom breakpoints (#31998) @boutahlilsoufiane
465
+ - &#8203;<!-- 18 -->[Grow] Limit CSS transition bug workaround to Safari 15.4 only (#32996) @igordanchenko
466
+ - &#8203;<!-- 17 -->[Hidden] Remove dependency on hoist-non-react-statics (#33015) @oliviertassinari
467
+ - &#8203;<!-- 12 -->[Link] Add support for CSS variables (#33036) @winderica
468
+ - &#8203;<!-- 07 -->[Popover] Export `getOffsetTop` & `getOffsetLeft` from Popover's index and add typings (#32959) @rart
469
+ - &#8203;<!-- 06 -->[Slider] Fix SliderValueLabelProps type (#32895) @oliviertassinari
470
+ - &#8203;<!-- 05 -->[Snackbar] Remove `RTL` direction specific logic (#32808) @aaarichter
471
+ - &#8203;<!-- 04 -->[StepIcon] Fix text centering when changing browser font size (#32706) @alansouzati
472
+ - &#8203;<!-- 02 -->[Tabs] Scroll by width of the first visible tab if only one tab is partially visible (#32778) @frankkluijtmans
473
+
474
+ ### `@mui/system@5.8.4`
475
+
476
+ - &#8203;<!-- 38 -->[Stack, system] Apply correct responsive styles if any custom breakpoints are provided (#32913) @ZeeshanTamboli
477
+ - &#8203;<!-- 03 -->[system] Fix missing typings for ColorFormat (#32417) @l-zoy
478
+
479
+ ### `@mui/codemod@5.8.4`
480
+
481
+ - &#8203;<!-- 35 -->[codemod] Add support for `@mui/styles/makeStyles` imports (#32962) @joshkel
482
+
483
+ ### `@mui/lab@5.0.0-alpha.86`
484
+
485
+ - &#8203;<!-- 08 -->[pickers] Fix broken ref forwarding (#33107) @oliviertassinari
486
+ - &#8203;<!-- 13 -->[lab] Fix React's `forwardRef` warning when importing from the index (#33134) @mnajdova
487
+
488
+ ### `@mui/base@5.0.0-alpha.85`
489
+
490
+ - &#8203;<!-- 11 -->[MenuUnstyled] Accept callbacks in componentsProps (#32997) @michaldudak
491
+ - &#8203;<!-- 10 -->[ModalUnstyled] Fix errors from the W3C validator about incorrect aria-hidden attribute on some elements (#30920) @mkrtchian
492
+ - &#8203;<!-- 09 -->[ModalUnstyled] Fix behavior of not respecting props ariaHidden value (#32055) @tech-meppem
493
+
494
+ ### `@mui/joy@5.0.0-alpha.32`
495
+
496
+ - &#8203;<!-- 16 -->[Joy] Miscellaneous card fixes (#33129) @siriwatknp
497
+ - &#8203;<!-- 15 -->[Joy] Miscellaneous fixes (#33073) @siriwatknp
498
+ - &#8203;<!-- 14 -->[Joy] Add typography and link docs (#33047) @siriwatknp
499
+
500
+ ### Docs
501
+
502
+ - &#8203;<!-- 40 -->[Contributing.md] Local install instructions (#32975) @Moizsohail
503
+ - &#8203;<!-- 32 -->[docs] Add responsive AppBar with drawer (#32769) @dvlprAlamin
504
+ - &#8203;<!-- 31 -->[docs] Move codesandbox to MUI org (#33122) @oliviertassinari
505
+ - &#8203;<!-- 30 -->[docs] Add Shadow DOM guide (#33007) @cherniavskii
506
+ - &#8203;<!-- 29 -->[docs] Fix typo in Material UI overview page (#33087) @oliviertassinari
507
+ - &#8203;<!-- 28 -->[docs] Miscellaneous fixes in `MUI Base` docs (#33091) @ZeeshanTamboli
508
+ - &#8203;<!-- 27 -->[docs] Fix GitHub capitalization (#33071) @oliviertassinari
509
+ - &#8203;<!-- 26 -->[docs] Fix a typo in `InputUnstyled` docs (#33077) @ZeeshanTamboli
510
+ - &#8203;<!-- 25 -->[docs] Add notification for Joy blog post (#33059) @siriwatknp
511
+ - &#8203;<!-- 24 -->[docs] Improve aspect ratio docs and integration (#33065) @siriwatknp
512
+ - &#8203;<!-- 34 -->[docs] Update code block copy label (#33128) @siriwatknp
513
+ - &#8203;<!-- 23 -->[docs] Fix typo in Autocomplete CSS API (#32838) @KeaghanKennedy
514
+ - &#8203;<!-- 22 -->[docs] Improvements for Radio Group Rating Docs (#32843) @Kai-W
515
+ - &#8203;<!-- 21 -->[docs] Enable Joy pages (#33064) @siriwatknp
516
+ - &#8203;<!-- 02 -->[website] Add Joy UI to the pricing page (#33099) @danilo-leal
517
+ - &#8203;<!-- 01 -->[website] Clarify the pricing a bit (#33069) @oliviertassinari
518
+
519
+ ### Core
520
+
521
+ - &#8203;<!-- 39 -->yarn proptypes @oliviertassinari
522
+ - &#8203;<!-- 34 -->[core] Update dependencies to fix security vulnerabilities (#33095) @michaldudak
523
+ - &#8203;<!-- 33 -->[core] Import new line convention (#33068) @oliviertassinari
524
+ - &#8203;<!-- 37 -->[core] Make repository configurable in changelog script (#33130) @Janpot
525
+
526
+ All contributors of this release in alphabetical order: @aaarichter, @alansouzati, @boutahlilsoufiane, @cherniavskii, @danilo-leal, @dvlprAlamin, @frankkluijtmans, @igordanchenko, @Janpot, @joshkel, @Kai-W, @KeaghanKennedy, @l-zoy, @michaldudak, @mkrtchian, @mnajdova, @Moizsohail, @oliviertassinari, @pushys, @rart, @siriwatknp, @tech-meppem, @winderica, @ZeeshanTamboli
527
+
528
+ ## 5.8.3
529
+
530
+ <!-- generated comparing v5.8.2..master -->
531
+
532
+ _Jun 7, 2022_
533
+
534
+ A big thanks to the 15 contributors who made this release possible.
535
+ This release is mostly about ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements.
536
+
537
+ ### `@mui/material@5.8.3`
538
+
539
+ - [Alert] Constrain message width and allow overflow (#32747) @Janpot
540
+ - [Checkbox] Add support for CSS variables (#32579) @haneenmahd
541
+ - [Slider] Fix positioning of tooltips on vertical slider (#32919) @abhinav-22-tech
542
+
543
+ ### `@mui/system@5.8.3`
544
+
545
+ - [system] Configurable attributes for libraries (#32971) @siriwatknp
546
+
547
+ ### `@mui/codemod@5.8.3`
548
+
549
+ - [codemod] Fix infinite loop in jss-to-tss-react and add TODO (#33048) @ryancogswell
550
+
551
+ ### `@mui/lab@5.0.0-alpha.85`
552
+
553
+ - [pickers] Add deprecations when importing pickers from the lab (#32950) @flaviendelangle
554
+
555
+ ### `@mui/joy@5.0.0-alpha.31`
556
+
557
+ - [Joy] Add `Slider` component and demos (#32694) @hbjORbj
558
+ - [Joy] Add articles about customization approaches (#32887) @siriwatknp
559
+ - [Joy] Add automatic adjustment page to core features (#32980) @siriwatknp
560
+ - [Joy] Add docs about dark mode (#33002) @siriwatknp
561
+ - [Joy] Add template UIs & first look blog post (#32791) @danilo-leal
562
+
563
+ ### `@mui/base@5.0.0-alpha.84`
564
+
565
+ - [base] Remove @mui/system in tests (#32945) @kevinji
566
+ - [ButtonUnstyled] Accept callbacks in componentsProps (#32991) @michaldudak
567
+ - [SwitchUnstyled] Accept callbacks in componentsProps (#32993) @michaldudak
568
+ - [TablePaginationUnstyled] Define ownerState and slot props' types (#32905) @michaldudak
569
+ - [TabPanelUnstyled] Define ownerState and slot props' types (#32928) @michaldudak
570
+ - [TabsListUnstyled] Define ownerState and slot props' types (#32925) @michaldudak
571
+
572
+ ### Docs
573
+
574
+ - [blog] Fix anchor link scroll (#32994) @oliviertassinari
575
+ - [docs] Add "Migration" section to sidebar and revise v4-v5 content (#32740) @samuelsycamore
576
+ - [docs] Add What doesn't count as a breaking change? (#32850) @oliviertassinari
577
+ - [docs] Fix 301 link @oliviertassinari
578
+ - [docs] Fix icon color in `BadgeUnstyled` docs (#32976) @ZeeshanTamboli
579
+ - [docs] Improve product identifier (#32707) @danilo-leal
580
+ - [docs] Improve UX with back to top (#32896) @oliviertassinari
581
+ - [docs] Polish overview page to Material UI (#32954) @oliviertassinari
582
+ - [docs] Redirect older URLs (#33037) @oliviertassinari
583
+ - [docs] Remove pickers page from the Lab section (#32961) @DanailH
584
+ - [docs] Show product identifier on updated MUI X Introduction pages (#32966) @samuelsycamore
585
+ - [docs] Throw on 301 links (#32939) @oliviertassinari
586
+ - [website] Add Gerda to the about page (#33038) @danilo-leal
587
+ - [website] Polish the pricing page (#32811) @oliviertassinari
588
+ - [website] Remove unnecessary `address` dependency (#32957) @michaldudak
589
+
590
+ ### Core
591
+
592
+ - [core] Improve icon synonyms (#32742) @oliviertassinari
593
+ - [core] Prepare Next.js config for React 18 (#32963) @michaldudak
594
+ - [core] Remove dead logic (#32940) @oliviertassinari
595
+ - [core] Update dependencies to fix security vulnerabilities (#32947) @michaldudak
596
+ - Add security link to README for Tidelift @mbrookes
597
+
598
+ All contributors of this release in alphabetical order: @abhinav-22-tech, @DanailH, @danilo-leal, @flaviendelangle, @haneenmahd, @hbjORbj, @Janpot, @kevinji, @mbrookes, @michaldudak, @oliviertassinari, @ryancogswell, @samuelsycamore, @siriwatknp, @ZeeshanTamboli
599
+
600
+ ## 5.8.2
601
+
602
+ <!-- generated comparing v5.8.1..master -->
603
+
604
+ _May 30, 2022_
605
+
606
+ A big thanks to the 8 contributors who made this release possible. Here are some highlights โœจ:
607
+
608
+ - ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements.
609
+
610
+ ### `@mui/system@5.8.2`
611
+
612
+ - &#8203;<!-- 04 -->[system] Add `getColorSchemeSelector` util (#32868) @siriwatknp
613
+
614
+ ### `@mui/lab@5.0.0-alpha.84`
615
+
616
+ - &#8203;<!-- 07 -->[Masonry] Place items to the left when there are less objects than specified in `column` prop (#32873) @hbjORbj
617
+
618
+ ### `@mui/base@5.0.0-alpha.83`
619
+
620
+ - &#8203;<!-- 24 -->[BadgeUnstyled] Define ownerState and slot props' types (#32750) @michaldudak
621
+ - &#8203;<!-- 06 -->[SliderUnstyled] Define ownerState and slot props' types (#32739) @michaldudak
622
+ - &#8203;<!-- 05 -->[SwitchUnstyled] Define ownerState and slot props' types (#32573) @michaldudak
623
+ - &#8203;<!-- 03 -->[TabsUnstyled] Define ownerState and slot props' types (#32918) @michaldudak
624
+ - &#8203;<!-- 02 -->[TabUnstyled] Define ownerState and slot props' types (#32915) @michaldudak
625
+
626
+ ### `@mui/joy@5.0.0-alpha.30`
627
+
628
+ - &#8203;<!-- 13 -->[Joy] use `textColor` prop for Typography and Link (#32938) @siriwatknp
629
+ - &#8203;<!-- 12 -->[Joy] Make variants for more flexible (#32931) @siriwatknp
630
+ - &#8203;<!-- 11 -->[Joy] Improve automatic adjustment (#32923) @siriwatknp
631
+ - &#8203;<!-- 10 -->[Joy] Add `Chip` doc (#32819) @hbjORbj
632
+ - &#8203;<!-- 09 -->[Joy] Add `AspectRatio` demos (#32848) @siriwatknp
633
+ - &#8203;<!-- 08 -->[Joy] Fix wrong urls (#32883) @siriwatknp
634
+
635
+ ### Docs
636
+
637
+ - &#8203;<!-- 24 -->[docs] Iterate on the job ad for React engineer in Core (#32900) @mnajdova
638
+ - &#8203;<!-- 23 -->[blog] Fix avatar image resolution (#32890) @oliviertassinari
639
+ - &#8203;<!-- 19 -->[docs] Link the first page of the product (#32943) @oliviertassinari
640
+ - &#8203;<!-- 18 -->[docs] Batch small changes (#32170) @michaldudak
641
+ - &#8203;<!-- 17 -->[docs] Allow function prop to return undefined (#32766) @m4theushw
642
+ - &#8203;<!-- 16 -->[docs] Fix wrong link to Material Icons (#32847) @oliviertassinari
643
+ - &#8203;<!-- 15 -->[docs] Fix ClassNameGenerator content (#32800) @siriwatknp
644
+ - &#8203;<!-- 14 -->[docs] Fix navigation links (#32851) @oliviertassinari
645
+ - &#8203;<!-- 14 -->[docs] Document the `size` prop for InputLabel (#32936) @romelperez
646
+ - &#8203;<!-- 21 -->[docs] Add note about transparent background on the outlined Alert variant (#32810) @aaarichter
647
+ - &#8203;<!-- 01 -->[website] Update the careers's page with the new roles (#32535) @oliviertassinari
648
+
649
+ ### Core
650
+
651
+ - &#8203;<!-- 22 -->[core] Improve the incomplete issues workflow (#32878) @mnajdova
652
+ - &#8203;<!-- 21 -->[core] Add CI check that the PR has label (#32886) @mnajdova
653
+ - &#8203;<!-- 20 -->[core] Avoid leaking @babel/runtime (#32874) @oliviertassinari
654
+
655
+ All contributors of this release in alphabetical order: @aaarichter, @hbjORbj, @m4theushw, @michaldudak, @mnajdova, @oliviertassinari, @romelperez, @siriwatknp
656
+
657
+ ## 5.8.1
658
+
659
+ <!-- generated comparing v5.8.0..master -->
660
+
661
+ _May 23, 2022_
662
+
663
+ A big thanks to the 21 contributors who made this release possible. Here are some highlights โœจ:
664
+
665
+ - ๐Ÿ’… Added CSS variables support for two more Material UI components by @diggis00 and @alisasanib
666
+ - And more ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements.
667
+
668
+ ### `@mui/material@5.8.1`
669
+
670
+ - &#8203;<!-- 33 -->[Alert] Fix missing `ownerState` on the `action` slot (#32801) @mnajdova
671
+ - &#8203;<!-- 20 -->[Fab] Make the `color` prop type extendable (#31830) @paales
672
+ - &#8203;<!-- 14 -->[ListItemButton] Render as link if href specified (#32403) @o-dubrovskyi
673
+ - &#8203;<!-- 13 -->[Paper] Add support for CSS variables (#32570) @diggis00
674
+ - &#8203;<!-- 11 -->[Radio] Add support for CSS variables (#32599) @alisasanib
675
+ - &#8203;<!-- 10 -->[Slider] Prevent rendering for marks that are out of the min & max bounds (#32436) @abriginets
676
+ - &#8203;<!-- 09 -->[Slider] Slider having marks should be customizable in theme (#32816) @ZeeshanTamboli
677
+ - &#8203;<!-- 03 -->[TouchRipple] Allows call imperative methods without event (#31955) @alexfauquette
678
+
679
+ ### `@mui/system@5.8.1`
680
+
681
+ - &#8203;<!-- 07 -->[system] Simplify stylesheet injection logic (#32869) @siriwatknp
682
+ - &#8203;<!-- 06 -->[system] Fix color scheme specificity (#32628) @siriwatknp
683
+ - &#8203;<!-- 05 -->[system] Fix `borderRadius` errors when used inside `CssVarsProvider` (#32817) @mnajdova
684
+ - &#8203;<!-- 04 -->[system] Fix toolbar media query mixin getting merged in wrong order (#32713) @ZeeshanTamboli
685
+
686
+ ### `@mui/lab@5.0.0-alpha.83`
687
+
688
+ - &#8203;<!-- 15 -->[lab] Add missing `peerDependencies` (#32623) @nate-summercook
689
+ - &#8203;<!-- 12 -->[pickers] Update @mui/x-date-pickers to be usable with React 18 (#32828) @flaviendelangle
690
+
691
+ ### `@mui/base@5.0.0-alpha.82`
692
+
693
+ - &#8203;<!-- 08 -->[SliderUnstyled] Fix `disabledSwap` not being respected in `onChangeCommitted` (#32647) @JeanPetrov
694
+
695
+ ### `@mui/joy@5.0.0-alpha.29`
696
+
697
+ - &#8203;<!-- 19 -->[Joy] Show Joy pages on master (#32866) @siriwatknp
698
+ - &#8203;<!-- 18 -->[Joy] Add an overview page (#32836) @danilo-leal
699
+ - &#8203;<!-- 17 -->[Joy] Add doc for the card components (#32825) @siriwatknp
700
+ - &#8203;<!-- 16 -->[Joy] Miscellaneous fixes (#32815) @siriwatknp
701
+
702
+ ### Docs
703
+
704
+ - &#8203;<!-- 31 -->[docs] Simplify header DOM structure (#32844) @oliviertassinari
705
+ - &#8203;<!-- 30 -->[docs] Fix CodeSandbox & StackBlitz generation (#32726) @siriwatknp
706
+ - &#8203;<!-- 29 -->[docs] Fix urls to columns pages in pricing table (#32842) @alexfauquette
707
+ - &#8203;<!-- 28 -->[docs] Fix Tailwind CSS integration docs (#32512) @robertwt7
708
+ - &#8203;<!-- 27 -->[docs] Fixed wrong command for the `link-underline-hover` codemod (#32793) @veronikaslc
709
+ - &#8203;<!-- 26 -->[docs] Fixed broken link on the icons page (#32780) @SamuelMaddox
710
+ - &#8203;<!-- 25 -->[docs] Add "back to top" button (#30441) @VibhorJaiswal
711
+ - &#8203;<!-- 24 -->[docs] Fix typo in notifications @mbrookes
712
+ - &#8203;<!-- 32 -->[docs] New WAI-ARIA guidelines location (#32865) @oliviertassinari
713
+ - &#8203;<!-- 23 -->[docs] Mention the ESLint plugin for detecting unused classes in tss-react (#32666) @garronej
714
+ - &#8203;<!-- 22 -->[docs] Update `useAutocomplete` demos to use `Mui-focused` class (#32757) @ZeeshanTamboli
715
+ - &#8203;<!-- 21 -->[examples] Fix `NextLinkComposedProps` gives a TypeScript error (#32655) @ZeeshanTamboli
716
+ - &#8203;<!-- 01 -->[website] Add Pedro to About Us page (#32803) @apedroferreira
717
+
718
+ ### Core
719
+
720
+ - &#8203;<!-- 32 -->[core] Upgrade MUI X dependency (#32824) @oliviertassinari
721
+ - &#8203;<!-- 02 -->[typescript] Allow module augmentation for `Mixins` (#32798) @mnajdova
722
+
723
+ All contributors of this release in alphabetical order: @abriginets, @alexfauquette, @alisasanib, @apedroferreira, @danilo-leal, @diggis00, @flaviendelangle, @garronej, @JeanPetrov, @mbrookes, @mnajdova, @nate-summercook, @o-dubrovskyi, @oliviertassinari, @paales, @robertwt7, @SamuelMaddox, @siriwatknp, @veronikaslc, @VibhorJaiswal, @ZeeshanTamboli
724
+
3
725
  ## 5.8.0
4
726
 
5
727
  <!-- generated comparing v5.7.0..master -->
@@ -824,7 +1546,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
824
1546
  - &#8203;<!-- 25 -->[core] Update playwright docker to match the specified version (#31236) @siriwatknp
825
1547
  - &#8203;<!-- 24 -->[core] Remove parallel on buildTypes (#31189) @siriwatknp
826
1548
  - &#8203;<!-- 23 -->[core] Fix propTypes generation for optional any props (#31141) @m4theushw
827
- - &#8203;<!-- 04 -->[Typescript] Remove variants deprecation (#31239) @siriwatknp
1549
+ - &#8203;<!-- 04 -->[typescript] Remove variants deprecation (#31239) @siriwatknp
828
1550
 
829
1551
  All contributors of this release in alphabetical order: @adriancampos, @Andarist, @bonellia, @davwheat, @greengiraffe, @hbjORbj, @iclaude3, @m4theushw, @michaldudak, @mnajdova, @oliviertassinari, @PunitSoniME, @RedHeadphone, @robertwt7, @samuelsycamore, @siriwatknp, @sviande
830
1552
 
@@ -889,7 +1611,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
889
1611
  - [Select] Allow customizing Select based on its variant (#30788) @michaldudak
890
1612
  - [Portal] Re-export 'Portal' in material (#31003) @liradb2000
891
1613
  - [ToggleButton] Add prop types for `onClick` and `onChange` (#30883) @sydneyjodon-wk
892
- - [Typescript] Added TypeText declaration to the exports file (#30890) @agauravdev
1614
+ - [typescript] Added TypeText declaration to the exports file (#30890) @agauravdev
893
1615
 
894
1616
  ### `@mui/system@5.4.2`
895
1617
 
@@ -923,7 +1645,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
923
1645
  - [docs] Fix force redirection to a different locale (#30967) @oliviertassinari
924
1646
  - [docs] Add live Tailwind CSS demo (#30966) @oliviertassinari
925
1647
  - [website] Add banner for promoting priority open roles (#31076) @danilo-leal
926
- - [website] Open Full-stack Engineer role for studio (#31038) @newguy-123
1648
+ - [website] Open Full-stack Engineer role for studio (#31038) @prakhargupta1
927
1649
  - [website] Minor security improvements (#31062) @oliviertassinari
928
1650
  - [website] Improve title of open roles (#30963) @DanailH
929
1651
  - [website] Add BIMI avatar (#30444) @oliviertassinari
@@ -938,7 +1660,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
938
1660
  - [test] Test if certain Base members are exported from Material UI (#31067) @michaldudak
939
1661
  - [core] Remove dead code (#31064) @oliviertassinari
940
1662
 
941
- All contributors of this release in alphabetical order: @agauravdev, @alisasanib, @DanailH, @danilo-leal, @huyenltnguyen, @l10nbot, @liradb2000, @mbrookes, @michaldudak, @mnajdova, @newguy-123, @oliviertassinari, @ryohey, @samuelsycamore, @siriwatknp, @sydneyjodon-wk
1663
+ All contributors of this release in alphabetical order: @agauravdev, @alisasanib, @DanailH, @danilo-leal, @huyenltnguyen, @l10nbot, @liradb2000, @mbrookes, @michaldudak, @mnajdova, @prakhargupta1, @oliviertassinari, @ryohey, @samuelsycamore, @siriwatknp, @sydneyjodon-wk
942
1664
 
943
1665
  ## 5.4.1
944
1666
 
@@ -1472,7 +2194,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
1472
2194
  - &#8203;<!-- 19 -->[docs] Sync translations with Crowdin (#30067) @l10nbot
1473
2195
  - &#8203;<!-- 18 -->[docs] Fix link on "Custom variables" section in the Theming page #30100 @danilo-leal
1474
2196
  - &#8203;<!-- 17 -->[docs] Fix justifyContent option in the Grid interactive demo (#30117) @danilo-leal
1475
- - &#8203;<!-- 16 -->[docs] Add tip to help access the docs of a previous version when finding answers in StackOverflow (#30101) @danilo-leal
2197
+ - &#8203;<!-- 16 -->[docs] Add tip to help access the docs of a previous version when finding answers in Stack Overflow (#30101) @danilo-leal
1476
2198
  - &#8203;<!-- 15 -->[docs] Fix import example inside Unstyled Backdrop section (#30098) @TheodosiouTh
1477
2199
  - &#8203;<!-- 01 -->[website] Column pinning and Tree data are out (#30136) @oliviertassinari
1478
2200
  - &#8203;<!-- 07 -->[survey] Remove survey promotion items (#30122) @danilo-leal
@@ -1553,7 +2275,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
1553
2275
  - &#8203;<!-- 21 -->[docs] Update nextjs-typescript-example (#29974) @huydhoang
1554
2276
  - &#8203;<!-- 20 -->[docs] Add missing global state classes to API docs generator (#29945) @michaldudak
1555
2277
  - &#8203;<!-- 19 -->[docs] Fix benchmarks folder link (#29981) @fourjr
1556
- - &#8203;<!-- 18 -->[docs] Improve wording in StackOverflow section of support page (#29956) @ronwarner
2278
+ - &#8203;<!-- 18 -->[docs] Improve wording in Stack Overflow section of support page (#29956) @ronwarner
1557
2279
  - &#8203;<!-- 17 -->[docs] Remove Black Friday sale notification (#29936) @mbrookes
1558
2280
  - &#8203;<!-- 16 -->[examples] Fix typos in the Remix example (#30071) @MichaelDeBoey
1559
2281
  - &#8203;<!-- 15 -->[examples] Add Remix example (#29952) @mnajdova
@@ -1566,7 +2288,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
1566
2288
  ### Core
1567
2289
 
1568
2290
  - &#8203;<!-- 31 -->[core] Batch small changes (#30042) @oliviertassinari
1569
- - &#8203;<!-- 28 -->[core] Transition to a new StackOverflow tag (#29967) @oliviertassinari
2291
+ - &#8203;<!-- 28 -->[core] Transition to a new Stack Overflow tag (#29967) @oliviertassinari
1570
2292
 
1571
2293
  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
1572
2294
 
@@ -1648,14 +2370,14 @@ This is an early release to fix `export 'useId' (imported as 'React') was not fo
1648
2370
  - &#8203;<!-- 9 -->[core] Fix PR run detection in test_bundle_size_monitor (#29879) @eps1lon
1649
2371
  - &#8203;<!-- 8 -->[core] Move bundle size monitoring to CircleCI (#29876) @eps1lon
1650
2372
  - &#8203;<!-- 7 -->[docs] Add keys to Responsive AppBar demo (#29884) @mbrookes
1651
- - &#8203;<!-- 6 -->[docs] MUI's 2021 Developer survey (#29765) @newguy-123
2373
+ - &#8203;<!-- 6 -->[docs] MUI's 2021 Developer survey (#29765) @prakhargupta1
1652
2374
  - &#8203;<!-- 5 -->[docs] Smoother image loading UX (#29858) @oliviertassinari
1653
2375
  - &#8203;<!-- 4 -->[Select] Fix select display value with React Nodes (#29836) @kegi
1654
2376
  - &#8203;<!-- 3 -->[system] Add `experimental_sx` utility (#29833) @mnajdova
1655
2377
  - &#8203;<!-- 2 -->[test] Ignore "detected multiple renderers" warning for now (#29854) @eps1lon
1656
2378
  - &#8203;<!-- 1 -->[useMediaQuery][utils] Remove usage of React 18 APIs (#29870) @eps1lon
1657
2379
 
1658
- All contributors of this release in alphabetical order: @eps1lon, @karakib2k18, @kegi, @mbrookes, @mnajdova, @newguy-123, @oliviertassinari
2380
+ All contributors of this release in alphabetical order: @eps1lon, @karakib2k18, @kegi, @mbrookes, @mnajdova, @prakhargupta1, @oliviertassinari
1659
2381
 
1660
2382
  ## 5.2.0
1661
2383
 
@@ -1803,7 +2525,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
1803
2525
  - &#8203;<!-- 33 -->[core] Add `experiments` index page (#29582) @siriwatknp
1804
2526
  - &#8203;<!-- 32 -->[core] Move s3 bucket ownership to mui-org (#29609) @eps1lon
1805
2527
  - &#8203;<!-- 31 -->[core] Improve support request message (#29614) @mnajdova
1806
- - &#8203;<!-- 30 -->[core] Use support request Github Action (#29594) @mnajdova
2528
+ - &#8203;<!-- 30 -->[core] Use support request GitHub Action (#29594) @mnajdova
1807
2529
  - &#8203;<!-- 29 -->[core] Remove unused `getJsxPreview` util (#29586) @ZeeshanTamboli
1808
2530
  - &#8203;<!-- 28 -->[core] Use GitHub issue forms (#28038) @oliviertassinari
1809
2531
  - &#8203;<!-- 26 -->[core] Add playground (#29423) @oliviertassinari
@@ -2473,7 +3195,7 @@ _Sep 1, 2021_
2473
3195
  A big thanks to the 18 contributors who made this release possible. Here are some highlights โœจ:
2474
3196
 
2475
3197
  - ๐ŸŽ‰ 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).
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)
3198
+ - ๐Ÿ›  Added `mui-replace` codemod for migrating `@material-ui/*` to new packages `@mui/*`. Check out this [codemod detail](https://github.com/mui/material-ui/blob/next/packages/mui-codemod/README.md#mui-replace) or head to [migration guide](https://mui.com/material-ui/migration/migration-v4/#preset-safe)
2477
3199
  - ๐Ÿงช Added new `<Mansory>` component to the lab, [check it out](https://mui.com/components/masonry/). It has been crafted by our first intern, @hbjORbj ๐Ÿ‘!
2478
3200
 
2479
3201
  ### `@mui/material@5.0.0-rc.0`
@@ -3878,7 +4600,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
3878
4600
  />
3879
4601
  ```
3880
4602
 
3881
- > Follow [this link](https://mui.com/material-ui/guides/migration-v4/#main-content) for full migration from v4 => v5
4603
+ > Follow [this link](https://mui.com/material-ui/migration/migration-v4/) for full migration from v4 => v5
3882
4604
 
3883
4605
  #### Changes
3884
4606
 
@@ -4327,8 +5049,8 @@ A big thanks to the 15 contributors who made this release possible. Here are som
4327
5049
  - &#8203;<!-- 29 -->[Button] Rename `pending` prop to `loading` in LoadingButton (#25874) @m4theushw
4328
5050
 
4329
5051
  ```diff
4330
- -<LoadingButton pending pendingIndicator="Pending..." pendingPosition="end" />
4331
- +<LoadingButton loading loadingIndicator="Pending..." loadingPosition="end" />
5052
+ -<LoadingButton pending pendingIndicator="Pendingโ€ฆ" pendingPosition="end" />
5053
+ +<LoadingButton loading loadingIndicator="Pendingโ€ฆ" loadingPosition="end" />
4332
5054
  ```
4333
5055
 
4334
5056
  - &#8203;<!-- 25 -->[ButtonBase] Remove buttonRef prop (#25896) @m4theushw
@@ -5252,7 +5974,7 @@ A big thanks to the 30 contributors who made this release possible. Here are som
5252
5974
  #### Breaking changes
5253
5975
 
5254
5976
  - &#8203;<!-- 91 -->[types] Rename the exported `Omit` type in `@material-ui/types`. (#24795) @petyosi
5255
- The module is now called `DistributiveOmit`. The change removes the confusion with the built-in `Omit` helper introduced in TypeScript v3.5. The built-in `Omit`, while similar, is non-distributive. This leads to differences when applied to union types. [See this StackOverflow answer for further details](https://stackoverflow.com/a/57103940/1009797).
5977
+ The module is now called `DistributiveOmit`. The change removes the confusion with the built-in `Omit` helper introduced in TypeScript v3.5. The built-in `Omit`, while similar, is non-distributive. This leads to differences when applied to union types. [See this Stack Overflow answer for further details](https://stackoverflow.com/a/57103940/1009797).
5256
5978
 
5257
5979
  ```diff
5258
5980
  -import { Omit } from '@material-ui/types';
@@ -5858,7 +6580,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
5858
6580
  - [docs] Fix duplicated styles generated from emotion (#23809) @mnajdova
5859
6581
  - [docs] Fix icon alignment in /components/breadcrumbs (#23818) @eps1lon
5860
6582
  - [docs] Fix production deploy (#23963) @eps1lon
5861
- - [docs] Fix source on Github links (#23821) @praveenkumar-kalidass
6583
+ - [docs] Fix source on GitHub links (#23821) @praveenkumar-kalidass
5862
6584
  - [docs] Fix StickyHeaderTable round borders (#23882) @antoniopacheco
5863
6585
  - [docs] Fix typo in date picker dayjs adapter name (#23935) @andresmrm
5864
6586
  - [docs] Improve system properties page (#23961) @mnajdova
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.8.0
1
+ /** @license MUI v5.9.3
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.8.0
1
+ /** @license MUI v5.9.3
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.8.0
1
+ /** @license MUI v5.9.3
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.8.0
1
+ /** @license MUI v5.9.3
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.8.0",
3
+ "version": "5.9.3",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "styled() API wrapper package for styled-components.",
@@ -26,6 +26,7 @@
26
26
  "url": "https://opencollective.com/mui"
27
27
  },
28
28
  "dependencies": {
29
+ "@babel/runtime": "^7.17.2",
29
30
  "prop-types": "^15.8.1"
30
31
  },
31
32
  "peerDependencies": {