@mui/private-theming 5.0.0 โ†’ 5.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,653 @@
1
1
  ### [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.2.0
4
+
5
+ <!-- generated comparing v5.1.1..master -->
6
+
7
+ _Nov 23, 2021_
8
+
9
+ A big thanks to the 18 contributors who made this release possible. Here are some highlights โœจ:
10
+
11
+ - ๐Ÿงช Created another unstyled component: [TabsUnstyled](https://mui.com/components/tabs/#unstyled) (#29597) @mnajdova.
12
+ - ๐ŸŽ‰ Updated the Material Icons set with the latest changes from Google (#29328) @michaldudak / (#29818) @chao813.
13
+ This update adds 200 new icons and tweaks the appearance of many more.
14
+ With it, we're getting close to having 2000 icons in our set.
15
+ - ๐Ÿ› Fixed bugs and improved the infrastructure and documentation ๐Ÿ“š.
16
+
17
+ ### `@mui/material@5.2.0`
18
+
19
+ - [IconButton] Remove on hover effect when `disableRipple` is set (#29298) @adamfitzgibbon
20
+ - [i18n] Add the amharic language (#29153) @NatiG100
21
+ - [material] Fix types for `variants.style` to accept callbacks (#29610) @mnajdova
22
+ - [Popper] Simplify prop types (#29680) @michaldudak
23
+ - [Select] Include aria-selected=false when option not selected (#29695) @michaldudak
24
+ - [useMediaQuery] Fix crash in Safari < 14 and IE 11 (#29776) @eps1lon
25
+ - [useMediaQuery] Ensure no tearing in React 18 (#28491) @eps1lon
26
+
27
+ ### `@mui/codemod@5.2.0`
28
+
29
+ - [codemod] Fix `jss-to-styled` to support multiple withStyles (#29824) @siriwatknp
30
+
31
+ ### `@mui/icons-material@5.2.0`
32
+
33
+ - [icons] Sync new Google Material Icons (#29818) @chao813
34
+ - [icons] Sync recent Material Icons from Google (#29328) @michaldudak
35
+
36
+ ### `@mui/system@5.2.0`
37
+
38
+ - [Box] Fix `sx` prop runtime issue when used as function (#29830) @mnajdova
39
+ - [system] Fix `sx` throw error when value is `null` or `undefined` (#29756) @siriwatknp
40
+ - [system] Fix minor CssVars issues (#29747) @siriwatknp
41
+
42
+ ### `@mui/styled-engine@5.2.0`
43
+
44
+ - [styled-engine] Fix props inference in styled-engine (#29739) @Janpot
45
+
46
+ ### `@mui/base@5.0.0-alpha.56`
47
+
48
+ - [FormControlUnstyled] `focused` is always false unless explicitly set to `true` @mwilkins91
49
+ - [TabsUnstyled] Introduce new component (#29597) @mnajdova
50
+
51
+ ### `@mui/lab@5.0.0-alpha.56`
52
+
53
+ - [DatePicker][timepicker] Add missing component declarations (#29517) @longzheng
54
+ - [Masonry] exports from root package (#29754) @abhinav-22-tech
55
+ - [pickers] Widen accepted `luxon` version range (#29761) @eps1lon
56
+
57
+ ### Docs
58
+
59
+ - [blog] MUI X v5 blog post (#29590) @DanailH
60
+ - [blog] Polish the Benny Joo joins MUI post (#29697) @oliviertassinari
61
+ - [CHANGELOG] Explain why we do breaking changes @oliviertassinari
62
+ - [core] Update latest issue template for codesandbox CI (#29783) @eps1lon
63
+ - [core] Ensure `@mui/core` is an alias for `@mui/base` (#29762) @eps1lon
64
+ - [docs] Fix broken Next and Previous links (#29711) @scallaway
65
+ - [docs] Add a note that ToggleButton exclusive does not enforce selection (#29812) @mmacu
66
+ - [docs] Update the list of supported locales (#29831) @michaldudak
67
+ - [docs] Update tooltip doc to better define touch action (#29717) @gnowland
68
+ - [website] Standardize the background color from the MUI team photos (#29738) @danilo-leal
69
+ - [website] Add Bharat to the About Us Page (#29714) @bharatkashyap
70
+ - [website] Add about page entry for jan (#29701) @Janpot
71
+ - [website] Adding Prakhar to the about page (#29737) @danilo-leal
72
+
73
+ ### Core
74
+
75
+ - [test] Allow debugging with Chrome and VSCode inspector (#29777) @eps1lon
76
+ - [test] Use renderer clock instead of custom useFakeTimers call (#29778) @eps1lon
77
+ - [test] Only mock Date in regression tests (#29763) @eps1lon
78
+ - [test] Disable nightly integration tests on `next` branch (#29748) @eps1lon
79
+ - [test] Allow configuring clock directly from `createRenderer` (#29684) @eps1lon
80
+ - [test] Accept backslashes as path separators in test CLI (#29694) @michaldudak
81
+ - [utils] Use built-in hook when available for useId (#26489) @eps1lon
82
+
83
+ 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
84
+
85
+ ## 5.1.1
86
+
87
+ <!-- generated comparing v5.1.0..master -->
88
+
89
+ _Nov 16, 2021_
90
+
91
+ A big thanks to the 15 contributors who made this release possible. Here are some highlights โœจ:
92
+
93
+ - ๐Ÿ›  Renamed `@mui/core` to `@mui/base` (#29585) @michaldudak.
94
+ - And many more ๐Ÿ› bug fixes and ๐Ÿ“š improvements.
95
+
96
+ ### `@mui/material@5.1.1`
97
+
98
+ - &#8203;<!-- 34 -->[Breadcrumbs][divider] Replace decimal spacing values with integers and css calc (#29526) @anikcreative
99
+ - &#8203;<!-- 10 -->[Select][nativeselect] Add `multiple` class (#29566) @aaronholla
100
+ - &#8203;<!-- 09 -->[Popper] Split into PopperUnstyled and Popper (#29488) @michaldudak
101
+ - &#8203;<!-- 08 -->[Select] Make it clear that `Select` is not a root component (#29593) @hbjORbj
102
+ - &#8203;<!-- 13 -->[l10n] Improved Dutch (nl-NL) locale (#29592) @flipvrijn
103
+ - &#8203;<!-- 10 -->[Table] Improve pagination range, use "en dash" over "hyphen" (#29579) @narekmal
104
+
105
+ ### `@mui/base@5.0.0-alpha.55`
106
+
107
+ #### Breaking changes
108
+
109
+ - &#8203;<!-- 27 -->[core] Rename mui/core to mui/base (#29585) @michaldudak
110
+
111
+ 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.
112
+
113
+ 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.
114
+
115
+ ```diff
116
+ -importย { useSwitch } from '@mui/core/SwitchUnstyled';
117
+ +importย { useSwitch } from '@mui/base/SwitchUnstyled';
118
+ ```
119
+
120
+ ### `@mui/lab@5.0.0-alpha.55`
121
+
122
+ - &#8203;<!-- 12 -->[LoadingButton] Text variant spacing fixed for both start and end (#29194) @joshua-lawrence
123
+ - &#8203;<!-- 11 -->[Masonry] Check if container or child exists to prevent error (#29452) @hbjORbj
124
+
125
+ ### Docs
126
+
127
+ - &#8203;<!-- 25 -->[docs] Correct bundler configuration for using legacy MUI build (#29146) @petermikitsh
128
+ - &#8203;<!-- 24 -->[docs] Fix typo on autocomplete.md (#29570) @netizer
129
+ - &#8203;<!-- 23 -->[docs] Fix dark mode on branding pages (#29611) @alexfauquette
130
+ - &#8203;<!-- 22 -->[docs] Do not render CSS section in API docs navbar if there are no CSS classes (#29622) @ZeeshanTamboli
131
+ - &#8203;<!-- 21 -->[docs] Fix link locale handling (#29624) @oliviertassinari
132
+ - &#8203;<!-- 20 -->[docs] Fix Search navigation (#29623) @oliviertassinari
133
+ - &#8203;<!-- 19 -->[docs] Fix broken link & update MUI packages explanation (#29583) @siriwatknp
134
+ - &#8203;<!-- 18 -->[docs] Do not repeat language snippet in url in Algolia search (#29483) @hbjORbj
135
+ - &#8203;<!-- 17 -->[docs] Update `ThemeProvider` API link (#29573) @siriwatknp
136
+ - &#8203;<!-- 16 -->[docs] Remove svg logos from the Support page (#29431) @oliviertassinari
137
+ - &#8203;<!-- 15 -->[docs] Link UXPin integration (#29422) @oliviertassinari
138
+ - &#8203;<!-- 14 -->[docs] Link to the new public roadmap for the design kits (#29433) @oliviertassinari
139
+ - &#8203;<!-- 28 -->[docs] correct bundler configuration for using legacy MUI build (#29146) @petermikitsh
140
+ - &#8203;<!-- 01 -->[website] Fix premium plan release date (#29430) @oliviertassinari
141
+ - &#8203;<!-- 02 -->[website] Add GitHub icon button to the navbar (#29640) @danilo-leal
142
+ - &#8203;<!-- 39 -->[blog] Support many authors in markdown pages (#29633) @m4theushw
143
+
144
+ ### Core
145
+
146
+ - &#8203;<!-- 33 -->[core] Add `experiments` index page (#29582) @siriwatknp
147
+ - &#8203;<!-- 32 -->[core] Move s3 bucket ownership to mui-org (#29609) @eps1lon
148
+ - &#8203;<!-- 31 -->[core] Improve support request message (#29614) @mnajdova
149
+ - &#8203;<!-- 30 -->[core] Use support request Github Action (#29594) @mnajdova
150
+ - &#8203;<!-- 29 -->[core] Remove unused `getJsxPreview` util (#29586) @ZeeshanTamboli
151
+ - &#8203;<!-- 28 -->[core] Use GitHub issue forms (#28038) @oliviertassinari
152
+ - &#8203;<!-- 26 -->[core] Add playground (#29423) @oliviertassinari
153
+ - &#8203;<!-- 07 -->[test] Correctly identify what the `raf` helper is for (#29683) @eps1lon
154
+ - &#8203;<!-- 06 -->[test] Verify a quilted ImageList is created as test title suggests (#29565) @daniel-sachs
155
+ - &#8203;<!-- 05 -->[test] Replace `createServerRender` with `createRenderer` (#29503) @eps1lon
156
+ - &#8203;<!-- 04 -->[test] Always ignore "useLayoutEffect has no effect on the server"-warning (#29502) @eps1lon
157
+ - &#8203;<!-- 03 -->[test] Restore StrictMode by default (#29589) @eps1lon
158
+ - &#8203;<!-- 02 -->[test] createPickerRender -> createPickerRenderer (#29575) @eps1lon
159
+ - &#8203;<!-- 09 -->[test] Allow experimental CLI to run exact test (#29685) @eps1lon
160
+
161
+ 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
162
+
163
+ ## 5.1.0
164
+
165
+ <!-- generated comparing v5.0.6..master -->
166
+
167
+ _Nov 8, 2021_
168
+
169
+ A big thanks to the 33 contributors who made this release possible. Here are some highlights โœจ:
170
+
171
+ - ๐ŸŽ‰ Support custom elements under `ButtonGroup` (#28645) @ZeeshanTamboli
172
+ - ๐Ÿ›  Add support for arrays in the `sx` prop (#29297) @siriwatknp
173
+ - And many more ๐Ÿ› bug fixes and ๐Ÿ“š improvements.
174
+
175
+ ### `@mui/material@5.1.0`
176
+
177
+ - &#8203;<!-- 68 -->[Autocomplete] Fix `hiddenLabel` prop of `TextField variant={filled}` inside Autocomplete (#29234) @jatinsandilya
178
+ - &#8203;<!-- 67 -->[Box] Support generateClassName and defaultClassName (#29347) @siriwatknp
179
+ - &#8203;<!-- 66 -->[ButtonGroup] Fix variant outlined always has primary color borders on hover (#29487) @ZeeshanTamboli
180
+ - &#8203;<!-- 65 -->[ButtonGroup] Support different elements under ButtonGroup (#28645) @ZeeshanTamboli
181
+ - &#8203;<!-- 62 -->[CssBaseline] Add `enableColorScheme` prop so enable using `color-scheme` property to deal with dark mode (#29454) @alexfauquette
182
+ - &#8203;<!-- 29 -->[FormControlLabel] Narrow the label type (#29324) @michaldudak
183
+ - &#8203;<!-- 28 -->[Grid] Fix usage when columns > 12 (#29196) @tanay123456789
184
+ - &#8203;<!-- 27 -->[InputBase] Do not repeat the same classname (#29353) @hbjORbj
185
+ - &#8203;<!-- 30 -->[InputBase] Remove WebkitAppearance from search type (#29383) @nicbarajas
186
+ - &#8203;<!-- 25 -->[ListItem] Add missing exports (#29571) @robcaldecott
187
+ - &#8203;<!-- 22 -->[Pagination] Allow customization of icons (#29336) @mbeltramin
188
+ - &#8203;<!-- 11 -->[TextField] Fix bootstrap, normalize.css, sanitize.css conflicts (#28674) @ChrisClaude
189
+ - &#8203;<!-- 10 -->[TextField] Fix invisible wrap within notched inputs (#29088) @DASPRiD
190
+ - &#8203;<!-- 09 -->[Tooltip] `open` prop in `componentsProps.popper` can be optional (#29370) @ZeeshanTamboli
191
+ - &#8203;<!-- 08 -->[Tooltip] Fix `className` not getting applied from PopperProps (#29023) @ZeeshanTamboli
192
+ - &#8203;<!-- 07 -->[useRadioGroup] Convert to TypeScript (#29326) @eps1lon
193
+
194
+ ### `@mui/system@5.1.0`
195
+
196
+ - &#8203;<!-- 21 -->[system] Introduce `mode` to CssVarsProvider (#29418) @siriwatknp
197
+ - &#8203;<!-- 20 -->[system] Improve breakpoints resolver function (#29300) @hbjORbj
198
+ - &#8203;<!-- 19 -->[system] Add array support for `sx` prop (#29297) @siriwatknp
199
+
200
+ ### `@mui/codemod@5.1.0`
201
+
202
+ - &#8203;<!-- 64 -->[codemod] Add codemod parser flag (#29059) (#29229) @ElonVolo
203
+
204
+ ### `@mui/lab@5.0.0-alpha.54`
205
+
206
+ - &#8203;<!-- 52 -->[DatePicker] Fix disabled/readOnly for view components (#28815) @adamfitzgibbon
207
+ - &#8203;<!-- 24 -->[Masonry] Fix crash on unmount when using React 18 (#29358) @eps1lon
208
+ - &#8203;<!-- 23 -->[Masonry] Improve height computation and detect changes in `children` (#29351) @hbjORbj
209
+
210
+ ### `@mui/joy@5.0.0-alpha.0`
211
+
212
+ - &#8203;<!-- 28 -->[Joy] Update default theme (#29478) @siriwatknp
213
+ - &#8203;<!-- 26 -->[Joy] Export CssVarsProvider with default theme (#29150) @siriwatknp
214
+ - &#8203;<!-- 25 -->[Joy] Remove `private` to leverage CodeSandbox (#29280) @siriwatknp
215
+
216
+ ### Docs
217
+
218
+ - &#8203;<!-- 51 -->[docs] Add differences between styled and sx (#28685) @eric-burel
219
+ - &#8203;<!-- 50 -->[docs] Track usage of dark mode in Google Analytics (#29419) @oliviertassinari
220
+ - &#8203;<!-- 49 -->[docs] Remove create-mui-theme as it is no longer working (#29472) @IPJT
221
+ - &#8203;<!-- 48 -->[docs] Fix warnings in AppSearch (#29459) @eps1lon
222
+ - &#8203;<!-- 47 -->[docs] Add framework example for ClassNameGenerator (#29453) @siriwatknp
223
+ - &#8203;<!-- 46 -->[docs] Fix layout shift when scrolling (#29436) @oliviertassinari
224
+ - &#8203;<!-- 45 -->[docs] Fix layout-shift on id='main-content' (#29425) @oliviertassinari
225
+ - &#8203;<!-- 44 -->[docs] Remove usage of `process.browser` (#29438) @oliviertassinari
226
+ - &#8203;<!-- 43 -->[docs] Add instruction on how to use the child selector API with emotion (#29350) @mnajdova
227
+ - &#8203;<!-- 42 -->[docs] Fix small typos (#29424) @oliviertassinari
228
+ - &#8203;<!-- 41 -->[docs] Fix TOC highlighting logic (#29435) @oliviertassinari
229
+ - &#8203;<!-- 40 -->[docs] Fix about page flags (#29314) @mbrookes
230
+ - &#8203;<!-- 39 -->[docs] Fix Box JS docs (#29282) @Pablion
231
+ - &#8203;<!-- 38 -->[docs] Update storybook section in migration to v5 docs (#28800) @siriwatknp
232
+ - &#8203;<!-- 37 -->[docs] Document how to enable color on dark mode (#29340) @Wimukti
233
+ - &#8203;<!-- 36 -->[docs] Display search functionality in all viewports (#28819) @eps1lon
234
+ - &#8203;<!-- 35 -->[docs] Query heading for ToC on demand (#29204) @eps1lon
235
+ - &#8203;<!-- 34 -->[docs] Add next.js styled-component guide and update links to example (#29118) @Jareechang
236
+ - &#8203;<!-- 33 -->[docs] Fix overriding `MuiTextField`'s default props in the migration guide (#29174) @tm1000
237
+ - &#8203;<!-- 32 -->[docs] Fix "clickable" and "deletable" typos (#28702) @jacklaurencegaray
238
+ - &#8203;<!-- 31 -->[docs] Update migration-v4 docs for wrong import path (#29042) @busches
239
+ - &#8203;<!-- 30 -->[docs] Add GitHub icon change to "Migration from v4 to v5" guide (#29182) @dan-mba
240
+ - &#8203;<!-- 06 -->[website] Benny Joo joining MUI (#29499) @mnajdova
241
+ - &#8203;<!-- 05 -->[website] Update the `Print export` feature info on the pricing page (#29484) @DanailH
242
+ - &#8203;<!-- 04 -->[website] Improve the dev rel role description (#29477) @oliviertassinari
243
+ - &#8203;<!-- 03 -->[website] Add customers section on Design Kits and Templates marketing pages (#29168) @danilo-leal
244
+ - &#8203;<!-- 02 -->[website] Improvements to the /core product page @danilo-leal
245
+ - &#8203;<!-- 01 -->[website] Fix typo on the About Page (#29286) @gssakash
246
+
247
+ ### Core
248
+
249
+ - &#8203;<!-- 63 -->[core] Handle RecordType and FieldType in generatePropDescription.ts (#29467) @flaviendelangle
250
+ - &#8203;<!-- 61 -->[core] Convert a named color to lowercase (#29465) @ainatenhi
251
+ - &#8203;<!-- 60 -->[core] Allow to reuse functions from `docs:api` (#28828) @m4theushw
252
+ - &#8203;<!-- 59 -->[core] Commit new nextjs 12 tsconfig (#29458) @eps1lon
253
+ - &#8203;<!-- 58 -->[core] Settle on MUI X for the official name (#29420) @oliviertassinari
254
+ - &#8203;<!-- 57 -->[core] Add mui as a npm keyword (#29427) @oliviertassinari
255
+ - &#8203;<!-- 56 -->[core] Fix issue template redirection (#29432) @oliviertassinari
256
+ - &#8203;<!-- 55 -->[core] Remove unecessary destructuration (#29354) @oliviertassinari
257
+ - &#8203;<!-- 54 -->[core] Use cross-env to set env variables in material-icons scripts (#29327) @michaldudak
258
+ - &#8203;<!-- 53 -->[core] Don't bump peer dependency ranges on dependency updates (#29303) @eps1lon
259
+ - &#8203;<!-- 18 -->[test] Fix browser tests (#29505) @eps1lon
260
+ - &#8203;<!-- 69 -->[test] Fix missing act warnings in latest React 18 alpha (#29357) @eps1lon
261
+ - &#8203;<!-- 17 -->[test] Replace `createClientRender` with new `createRenderer` API (#29471) @eps1lon
262
+ - &#8203;<!-- 16 -->[test] Fix possible "missing act" warning (#29463) @eps1lon
263
+ - &#8203;<!-- 15 -->[test] Remove render#baseElement (#29462) @eps1lon
264
+ - &#8203;<!-- 14 -->[test] Expose `AbortController` on global (#29360) @eps1lon
265
+ - &#8203;<!-- 13 -->[test] Add internal test for uniqe `name` in `Rating` (#29329) @eps1lon
266
+ - &#8203;<!-- 12 -->[test] Fix browser tests (#29305) @eps1lon
267
+
268
+ 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
269
+
270
+ ## 5.0.6
271
+
272
+ <!-- generated comparing v5.0.5..master -->
273
+
274
+ _Oct 27, 2021_
275
+
276
+ A big thanks to the 4 contributors who made this release possible. Here are some highlights โœจ:
277
+
278
+ - ๐Ÿ”ง Fix reported TypeScript issues on the `@mui/system` package because some packages were not released
279
+
280
+ ### `@mui/material@5.0.6`
281
+
282
+ - &#8203;<!-- 4 -->[Autocomplete] Fix `clearOnBlur` prop (#29208) @hbjORbj
283
+ - &#8203;<!-- 2 -->[Rating] Remove z-index from decimal stars (#29295) @williamhaley
284
+
285
+ ### `@mui/system@5.0.6`
286
+
287
+ - &#8203;<!-- 5 -->[system] Fix various issues reported by using @mui/styled-engine-sc (#29035) @mnajdova
288
+ - &#8203;<!-- 1 -->[system] Fix executing server-side Emotion component as function interpolation (#29290) @Andarist
289
+
290
+ ### Docs
291
+
292
+ - &#8203;<!-- 3 -->[blog] Q3 2021 Update (#28970) @oliviertassinari
293
+
294
+ All contributors of this release in alphabetical order: @Andarist, @hbjORbj, @oliviertassinari, @williamhaley
295
+
296
+ ## 5.0.5
297
+
298
+ <!-- generated comparing v5.0.4..master -->
299
+
300
+ _Oct 26, 2021_
301
+
302
+ A big thanks to the 19 contributors who made this release possible. Here are some highlights โœจ:
303
+
304
+ - ๐Ÿ”ง Implement `Masonry` using Flexbox by @hbjORbj.
305
+ - ๐Ÿงช Add three components to `@mui/base` by @rebeccahongsf and @hbjORbj.
306
+
307
+ ### `@mui/codemod@5.0.5`
308
+
309
+ - &#8203;<!-- 38 -->[codemod] Support new package name in `link-underline-hover` transformer (#29214) @siriwatknp
310
+
311
+ ### `@mui/base@5.0.0-alpha.52`
312
+
313
+ - &#8203;<!-- 39 -->[ClickAwayListener] Move to the core package (#29186) @hbjORbj
314
+ - &#8203;<!-- 13 -->[Popper] Move from mui-material to mui-base (#28923) @rebeccahongsf
315
+ - &#8203;<!-- 04 -->[TextareaAutosize] Move to the core package (#29148) @hbjORbj
316
+
317
+ ### `@mui/lab@5.0.0-alpha.52`
318
+
319
+ - &#8203;<!-- 16 -->[Masonry] Improve demo styles (#29218) @hbjORbj
320
+ - &#8203;<!-- 15 -->[Masonry] Implement Masonry using Flexbox (#28059) @hbjORbj
321
+
322
+ ### `@mui/icons@5.0.5`
323
+
324
+ - &#8203;<!-- 19 -->[icons] Add TipsAndUpdates icon (#29004) @hbjORbj
325
+
326
+ ### `@mui/material@5.0.5`
327
+
328
+ - &#8203;<!-- 40 -->[CardMedia] Apply specified `img` role instead of custom `image` role (#29172) @eps1lon
329
+ - &#8203;<!-- 32 -->[CSSBaseline] Remove incorrect @deprecated annotation (#29069) @adamfitzgibbon
330
+ - &#8203;<!-- 20 -->[Grid] Support custom columns with nested grid (#28743) @Devesh21700Kumar
331
+ - &#8203;<!-- 18 -->[InputBase] Remove wrong theme overriding with MUI's default theme (#29157) @hbjORbj
332
+ - &#8203;<!-- 17 -->[LoadingButton] Fix `fullWidth` styling (#28652) @nikitabobers
333
+ - &#8203;<!-- 16 -->[Popper] make Popper display:none whenever it's closed (#29233) @adamfitzgibbon
334
+ - &#8203;<!-- 14 -->[Menu] Reduce min-height & padding in menu-item with dense property (#29180) @jatinsandilya
335
+ - &#8203;<!-- 07 -->[Tab] `iconPosition` prop added in Tab (#28764) @deepanshu2506
336
+ - &#8203;<!-- 03 -->[Tooltip] Correct inconsistent prop precedence (#29132) @michaldudak
337
+
338
+ ### `@mui/system@5.0.5`
339
+
340
+ - &#8203;<!-- 11 -->[system] Allow function type for `sx` prop (#29198) @hbjORbj
341
+ - &#8203;<!-- 10 -->[system] Fix various issues reported by using @mui/styled-engine-sc (#29035) @mnajdova
342
+ - &#8203;<!-- 09 -->[system] Fix `colorScheme` conflict between application (#29139) @siriwatknp
343
+ - &#8203;<!-- 08 -->[system] Add `unstable_createCssVarsProvider` api (#28965) @siriwatknp
344
+
345
+ ### Documentation
346
+
347
+ - &#8203;<!-- 31 -->[docs] Fix path to `DataGrid` CSV export options page (#29220) @DanailH
348
+ - &#8203;<!-- 30 -->[docs] Give anonymous components a name (#29189) @eps1lon
349
+ - &#8203;<!-- 29 -->[docs] Add deploy context variables (#29195) @siriwatknp
350
+ - &#8203;<!-- 28 -->[docs] Add MUI packages explanation (#29073) @siriwatknp
351
+ - &#8203;<!-- 27 -->[docs] Fix typo in CSP policy (#29187) @JuliaNeumann
352
+ - &#8203;<!-- 26 -->[docs] Dark mode conditional content rendering (#28665) @michal-perlakowski
353
+ - &#8203;<!-- 25 -->[docs] Fix ClassNameGenerator introduced version #29177 @siriwatknp
354
+ - &#8203;<!-- 24 -->[docs] Add missing `justifyContent` values and update box styling (#29117) @omarmosid
355
+ - &#8203;<!-- 23 -->[docs] Make landing page hero section scrollable (#29141) @waxidiotic
356
+ - &#8203;<!-- 22 -->[docs] Discourage importing different bundles directly (#29133) @eps1lon
357
+ - &#8203;<!-- 21 -->[docs] Update module augmentation reference url (#29064) @gnowland
358
+ - &#8203;<!-- 12 -->[pricing] Add tooltip to pricing icon (#28959) @siriwatknp
359
+ - &#8203;<!-- 07 -->[Team] Add Alexandre in the about page (#29289)
360
+ - &#8203;<!-- 02 -->[website] Fix status label overflow in AdvancedShowcase (#29143) @LorenzHenk
361
+ - &#8203;<!-- 01 -->[website] Update legacy logos (#28908) @michaldudak
362
+
363
+ ### Core
364
+
365
+ - &#8203;<!-- 37 -->[core] Order repro methods by preference (#29156) @eps1lon
366
+ - &#8203;<!-- 36 -->[core] Remove unnecessary usages of `useEventCallback` (#28910) @NMinhNguyen
367
+ - &#8203;<!-- 35 -->[core] add `unstable_ClassNameGenerator` API (#29051) @siriwatknp
368
+ - &#8203;<!-- 34 -->[core] Fix issues when using styled-components (#29048) @mnajdova
369
+ - &#8203;<!-- 33 -->[core] replace hard-coded classname with classes (#29070) @siriwatknp
370
+ - &#8203;<!-- 06 -->[test] Add documentation for visual regression tests (#29154) @eps1lon
371
+ - &#8203;<!-- 05 -->[test] Enable "missing act" warnings using new proposal (#29167) @eps1lon
372
+
373
+ 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
374
+
375
+ ## 5.0.4
376
+
377
+ <!-- generated comparing v5.0.3..master -->
378
+
379
+ _Oct 14, 2021_
380
+
381
+ A big thanks to the 17 contributors who made this release possible. Here are some highlights โœจ:
382
+
383
+ - ๐Ÿงช Added `UnstyledInput` and `useInput` hook in the the first component in @mui/base package @michaldudak (#28053)
384
+ - ๐Ÿ› Fixed many bugs and improved the documentation ๐Ÿ“š.
385
+
386
+ ### `@mui/material@5.0.4`
387
+
388
+ - &#8203;<!-- 31 -->[Chip] disable ripple only if onDelete is present. (#29034) @mottox2
389
+ - &#8203;<!-- 06 -->[Pagination] Fix clicking on `...` triggering `onChange` with page value `null` (#28884) @ZeeshanTamboli
390
+ - &#8203;<!-- 04 -->[Tabs] Alternative way to disable ":first-child is unsafe" error (#28982) @hbjORbj
391
+ - &#8203;<!-- 03 -->[Tabs] Fix ":first-child is potentially unsafe" error (#28890) @hbjORbj
392
+ - &#8203;<!-- 01 -->[transitions] Mark `children` as required where nullish `children` would crash at runtime (#29028) @eps1lon
393
+
394
+ ### `@mui/system@5.0.4`
395
+
396
+ - &#8203;<!-- 05 -->[system] Update typing for `style` function (#28744) @hbjORbj
397
+
398
+ ### `@mui/base@5.0.0-alpha.51`
399
+
400
+ - &#8203;<!-- 07 -->[InputUnstyled] Create unstyled input and useInput hook (#28053) @michaldudak
401
+
402
+ ### `@mui/lab@5.0.0-alpha.51`
403
+
404
+ - &#8203;<!-- 25 -->[DesktopDatePicker] add Paper props to pass down to Paper component (#28865) @amen-souissi
405
+
406
+ ### Docs
407
+
408
+ - &#8203;<!-- 24 -->[docs] Add JSDoc to `theme.breakpoints` (#29039) @eps1lon
409
+ - &#8203;<!-- 23 -->[docs] Rename broken package names in docs pointing to `@mui/material` (#29006) @visualfanatic
410
+ - &#8203;<!-- 22 -->[docs] Add troubleshooting guide for unexpected styles (#28907) @mnajdova
411
+ - &#8203;<!-- 21 -->[docs] Fix issues reported by ahref (#28986) @mnajdova
412
+ - &#8203;<!-- 20 -->[docs] Remove json translations for dropped locales (#28987) @mnajdova
413
+ - &#8203;<!-- 19 -->[docs] Fix type signature of renderGroup in Autocomplete (#28876) @tanyabouman
414
+ - &#8203;<!-- 18 -->[docs] Minor typo in v4-v5 migration docs (#28995) @kgregory
415
+ - &#8203;<!-- 17 -->[docs] Add `mui-image` related project (#28621) @benmneb
416
+ - &#8203;<!-- 16 -->[docs] Update Getting Started Templates' Source URIs (#28929) @epodol
417
+ - &#8203;<!-- 15 -->[docs] Improve search experience (#28801) @siriwatknp
418
+ - &#8203;<!-- 14 -->[docs] Fix demo of the responsive drawer (#28226) @goncalovf
419
+ - &#8203;<!-- 13 -->[docs] Fix global theme link demo (#28974) @ZeeshanTamboli
420
+ - &#8203;<!-- 12 -->[docs] Update box example to use 'backgroundColor' rather than 'bgColor' (#28958) @Jareechang
421
+ - &#8203;<!-- 11 -->[docs] corrected `Box` import for `sx-prop` example (#28873) @phudekar
422
+ - &#8203;<!-- 10 -->[docs] Fix footnote ID links in CONTRIBUTING.md (#28849) @officialpiyush
423
+ - &#8203;<!-- 09 -->[docs] Fix color & density playground (#28803) @siriwatknp
424
+ - &#8203;<!-- 08 -->[docs] Improve visibility of styled engine configuration section in installation guide (#28903) @Jareechang
425
+
426
+ ### Core
427
+
428
+ - &#8203;<!-- 30 -->[core] Prevent yarn cache growing infinitely (#29040) @eps1lon
429
+ - &#8203;<!-- 29 -->[core] Update browserslist (#29025) @eps1lon
430
+ - &#8203;<!-- 28 -->[core] Update `peerDependencies` to require `latest` instead of `next` (#29007) @eps1lon
431
+ - &#8203;<!-- 27 -->[core] Increase memory limit for size:snapshot (#29005) @eps1lon
432
+ - &#8203;<!-- 26 -->[core] Init `private` Joy package (#28957) @siriwatknp
433
+ - &#8203;<!-- 02 -->[test] Remove a11y snapshot tests (#28887) @eps1lon
434
+
435
+ 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
436
+
437
+ ## 5.0.3
438
+
439
+ <!-- generated comparing v5.0.2..master -->
440
+
441
+ _Oct 7, 2021_
442
+
443
+ A big thanks to the 19 contributors who made this release possible. Here are some highlights โœจ:
444
+
445
+ - ๐Ÿงช Created the first component in @mui/material-next - our v6 prototype package.
446
+ - ๐Ÿ› Fixed many bugs and improved the documentation ๐Ÿ“š.
447
+
448
+ ### `@mui/material@5.0.3`
449
+
450
+ - &#8203;<!-- 10 -->[Stack] Add props & variants types in the theme (#28843) @mnajdova
451
+ - &#8203;<!-- 12 -->[InputLabel] Fix condition for applying formControl overrides (#28707) @yevheniiminin
452
+ - &#8203;<!-- 05 -->[Tooltip] Allow overriding internal components and their props (#28692) @michaldudak
453
+ - &#8203;<!-- 04 -->[transitions] Fix `addEndListener` not being called with the DOM node (#28715) @eps1lon
454
+
455
+ ### `@mui/codemod@5.0.3`
456
+
457
+ - &#8203;<!-- 37 -->[codemod] Fix `optimal-imports` to support v4 and v5-alpha, beta (#28812) @siriwatknp
458
+
459
+ ### `@mui/system@5.0.3`
460
+
461
+ - &#8203;<!-- 09 -->[system] Add padding/margin-block/inline to spacing (#28813) @smmoosavi
462
+
463
+ ### `@mui/styled-engine-sc@5.0.3`
464
+
465
+ - &#8203;<!-- 42 -->Don't allow styled-components APIs on mui styled function (#28807) @hbjORbj
466
+
467
+ ### `@mui/base@5.0.0-alpha.50`
468
+
469
+ - &#8203;<!-- 38 -->[ButtonUnstyled] Don't set redundant role=button (#28488) @michaldudak
470
+ - &#8203;<!-- 43 -->[SliderUnstyled] Prevent unknown-prop error when using marks prop (#28868) @hbjORbj
471
+
472
+ ### `@mui/lab@5.0.0-alpha.50`
473
+
474
+ - &#8203;<!-- 11 -->[pickers] Change view even if `onViewChange` is set (#28765) @eps1lon
475
+
476
+ ### `@mui/material-next@6.0.0-alpha.4`
477
+
478
+ - &#8203;<!-- 39 -->[Button-next] Create Button in material-next (#28313) @michaldudak
479
+
480
+ ### Docs
481
+
482
+ - &#8203;<!-- 34 -->[docs] Add alike v4 default button color in migration (#28881) @siriwatknp
483
+ - &#8203;<!-- 34 -->[docs] Use PNG instead of SVG for color preview (#28699) @eps1lon
484
+ - &#8203;<!-- 33 -->[docs] Use client-side navigation when activating docsearch results (#28750) @eps1lon
485
+ - &#8203;<!-- 32 -->[docs] Fluid icon size in icons search (#28747) @eps1lon
486
+ - &#8203;<!-- 31 -->[docs] Fix the wrong import in docs grid page (#28863) @taghi-khavari
487
+ - &#8203;<!-- 30 -->[docs] Fix typo in Pagination docs (#28864) @ZeeshanTamboli
488
+ - &#8203;<!-- 29 -->[docs] Fix 404 links (#28710) @mnajdova
489
+ - &#8203;<!-- 28 -->[docs] Fix typo in Mui CSS classname (#28725) @cacpgomes
490
+ - &#8203;<!-- 27 -->[docs] Match example to codesandbox demo and update ID link (#28762) @AnilSeervi
491
+ - &#8203;<!-- 26 -->[docs] Fix typo in system/box documentation (#28822) @iamsergo
492
+ - &#8203;<!-- 25 -->[docs] Use HTML standards for autocomplete attributes (#28827) @epodol
493
+ - &#8203;<!-- 24 -->[docs] Improve styled-components integration (#28713) @mnajdova
494
+ - &#8203;<!-- 23 -->[docs] Correct Select's menu placement description (#28748) @michaldudak
495
+ - &#8203;<!-- 22 -->[docs] AdapterDayJS -> AdapterDayjs (#28770) @veerreshr
496
+ - &#8203;<!-- 21 -->[docs] Theme documentation, typo fix (#28805) @saeedseyfi
497
+ - &#8203;<!-- 20 -->[docs] Add the last diamond sponsor (#28737) @hbjORbj
498
+ - &#8203;<!-- 19 -->[docs] Fix various links in CONTRIBUTING (#28751) @AnilSeervi
499
+ - &#8203;<!-- 18 -->[docs] Only add JSS to demos (#28698) @eps1lon
500
+ - &#8203;<!-- 17 -->[docs] Update v5 status in release schedule (#28700) @owais635
501
+ - &#8203;<!-- 16 -->[docs] Fix typo in /guides/styled-engine (#28720) @Sharry0
502
+ - &#8203;<!-- 15 -->[docs] Fix typo in chip documentation (#28641) @avranju94
503
+ - &#8203;<!-- 14 -->[docs] Fix versions page (#28682) @mnajdova
504
+ - &#8203;<!-- 13 -->[docs] Remove legacy team page (#28646) @mnajdova
505
+ - &#8203;<!-- 41 -->[website] add "React" to the hero description (#28830) @danilo-leal
506
+ - &#8203;<!-- 03 -->[website] Fix constantly reloading when Russian language is set (#28869) @mnajdova
507
+ - &#8203;<!-- 02 -->[website] Compress one avatar image on about us page (#28823) @hbjORbj
508
+ - &#8203;<!-- 01 -->[website] Hide 'become a diamond sponsor' box on landing page (#28814) @hbjORbj
509
+ - &#8203;<!-- 40 -->[website] Update Benny's profile on about us page (#28816) @hbjORbj
510
+
511
+ ### Core
512
+
513
+ - &#8203;<!-- 36 -->[core] Remove `--exact` from `release:version` (#28840) @siriwatknp
514
+ - &#8203;<!-- 35 -->[core] Neglect framer from release flow (#28680) @siriwatknp
515
+ - &#8203;<!-- 08 -->[test] Add a test for not allowing styled-components' APIs on mui `styled` function (#28862) @hbjORbj
516
+ - &#8203;<!-- 07 -->[test] Fix instances where type tests were only passing due to object being part of ReactNode (#28804) @eps1lon
517
+ - &#8203;<!-- 06 -->[test] Move ByMuiTest to test/utils (#28509) @eps1lon
518
+
519
+ 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
520
+
521
+ ## 5.0.2
522
+
523
+ <!-- generated comparing v5.0.1..master -->
524
+
525
+ _Sep 29, 2021_
526
+
527
+ A big thanks to the 15 contributors who made this release possible. Here are some highlights โœจ:
528
+
529
+ - ๐Ÿ”ง Improve `jss-to-styled` codemod to use new package names.
530
+ - And many more ๐Ÿ› bug fixes and ๐Ÿ“š improvements.
531
+
532
+ ### `@mui/material@5.0.2`
533
+
534
+ - &#8203;<!-- 28 -->[Checkbox] Fix form submission with empty value (#28423) @garronej
535
+ - &#8203;<!-- 08 -->[Slider] Don't error on minimal changes with readonly value (#28472) @eps1lon
536
+ - &#8203;<!-- 07 -->[Switch] Fix style overrides on input (#28576) @praveenkumar-kalidass
537
+ - &#8203;<!-- 03 -->[useMediaQuery] Add types for `matchMedia` option and deprecate exported interfaces (#28413) @eps1lon
538
+
539
+ ### `@mui/codemod@5.0.2`
540
+
541
+ - &#8203;<!-- 27 -->[codemod] Add MenuItem v.1.0.0 transform for primaryText property (#28640) @dmitry-yudakov
542
+ - &#8203;<!-- 26 -->[codemod] Update the imports in `jss-to-styled` to match the new package names (#28667) @mnajdova
543
+
544
+ ### `@mui/system@5.0.2`
545
+
546
+ - &#8203;<!-- 06 -->[system] Fix types to support theme callbacks on pseudo and nested selectors (#28570) @mnajdova
547
+
548
+ ### Docs
549
+
550
+ - &#8203;<!-- 23 -->[docs] Remove languages: fr, de, ja, es, ru (#28663) @mnajdova
551
+ - &#8203;<!-- 22 -->[docs] Improve old doc versions discoverability (#28651) @danilo-leal
552
+ - &#8203;<!-- 21 -->[docs] Make the Toggle Button size demo use default icon size (#28656) @danilo-leal
553
+ - &#8203;<!-- 20 -->[docs] Uniformize the code's font family (#28582) @oliviertassinari
554
+ - &#8203;<!-- 19 -->[docs] Removed duplicate line in date-ranger-picker.md file (#28635) @naveen-bharathi
555
+ - &#8203;<!-- 18 -->[docs] Fix title MUI x2 (#28634) @oliviertassinari
556
+ - &#8203;<!-- 17 -->[docs] Polish email validation logic (#28255) @kiznick
557
+ - &#8203;<!-- 16 -->[docs] Improve migration-v4.md phrasing (#28253) @adamthewebguy
558
+ - &#8203;<!-- 15 -->[docs] Fix color in example (#28527) @alexeagleson
559
+ - &#8203;<!-- 14 -->[docs] Fix typo in generated class names section (#28549) @fxlemire
560
+ - &#8203;<!-- 13 -->[docs] Mention Premium pricing cap (#28581) @oliviertassinari
561
+ - &#8203;<!-- 12 -->[docs] Update examples to use latest mui #28565 @siriwatknp
562
+ - &#8203;<!-- 11 -->[docs] Push the fixes on Next.js's Link to the examples (#28178) @oliviertassinari
563
+ - &#8203;<!-- 10 -->[docs] Fix wrong name for zIndex's property example in /system/ (#28541) @chetrit
564
+ - &#8203;<!-- 08 -->[examples] Nextjs Link missing passHref #28588 (#28661) @Brlaney
565
+ - &#8203;<!-- 02 -->[website] Iteration on the pricing page (#28406) @danilo-leal
566
+ - &#8203;<!-- 01 -->[website] Batch fixes (#28564) @siriwatknp
567
+
568
+ ### Core
569
+
570
+ - &#8203;<!-- 25 -->[core] Improve Renovate groups (#28642) @eps1lon
571
+ - &#8203;<!-- 24 -->[core] Batch small changes (#28553) @oliviertassinari
572
+ - &#8203;<!-- 05 -->[test] Document where the value for SwitchBase#value comes from (#28638) @eps1lon
573
+ - &#8203;<!-- 04 -->[test] Make `seconds` `views` test pass in browsers (#28511) @eps1lon
574
+
575
+ 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
576
+
577
+ ## 5.0.1
578
+
579
+ <!-- generated comparing v5.0.0..master -->
580
+
581
+ _Sep 22, 2021_
582
+
583
+ A big thanks to the 14 contributors who made this release possible. Here are some highlights โœจ:
584
+
585
+ - ๐Ÿ”Ž Improve the search on the documentation.
586
+ - ๐Ÿ“š Improve the v4 to v5 migration guide.
587
+ - And many more ๐Ÿ› bug fixes and ๐Ÿ“š improvements.
588
+
589
+ ### `@mui/material@5.0.1`
590
+
591
+ - &#8203;<!-- 18 -->[Radio] Fix support for number value type (#26772) @sakura90
592
+ - &#8203;<!-- 12 -->[useMediaQuery] Reduce bundle size (#28412) @eps1lon
593
+
594
+ ### `@mui/codemod@5.0.1`
595
+
596
+ - &#8203;<!-- 43 -->[codemod] Cover edge case for theme-spacing #28400 @siriwatknp
597
+
598
+ ### `@mui/lab@5.0.0-alpha.48`
599
+
600
+ - &#8203;<!-- 36 -->[DateTimePicker] Support `seconds` `view` (#25095) @breitembach
601
+ - &#8203;<!-- 13 -->[TimePicker] Fire change event when meridiem changes (#26600) @coder-freestyle
602
+
603
+ ### Docs
604
+
605
+ - &#8203;<!-- 35 -->[docs] Fix missing exit animation for transition Poppers (#28506) @eps1lon
606
+ - &#8203;<!-- 34 -->[docs] Fix migration v5 docs (#28530) @siriwatknp
607
+ - &#8203;<!-- 33 -->[docs] Avoid re-mounting the whole tree when switching theme direction (#28495) @eps1lon
608
+ - &#8203;<!-- 32 -->[docs] Fix html compliance (#28429) @oliviertassinari
609
+ - &#8203;<!-- 31 -->[docs] Use hyphen-case for CSS properties in /system/properties (#28489) @chetrit
610
+ - &#8203;<!-- 30 -->[docs] Update caret position in comments to match npm scope (#28426) @eps1lon
611
+ - &#8203;<!-- 29 -->[docs] Fix CONTRIBUTING to point out to master as targeted branch (#28396) @mnajdova
612
+ - &#8203;<!-- 28 -->[docs] Update examples to remove 'beta' (#28475) @oliviertassinari
613
+ - &#8203;<!-- 27 -->[docs] Fix 404 links to MUI X API (#28176) @oliviertassinari
614
+ - &#8203;<!-- 26 -->[docs] Fix broken/incorrect attributes links in Avatar and NativeSelect API pages (#28417) @xenostar
615
+ - &#8203;<!-- 25 -->[docs] Explain how `<Alert icon={false} />` behaves (#28348) @nguyenkhanhnam
616
+ - &#8203;<!-- 24 -->[docs] Fix typo in /system/the-sx-prop (#28393) @danwoods
617
+ - &#8203;<!-- 23 -->[docs] Correct the migration doc (#28391) @michaldudak
618
+ - &#8203;<!-- 22 -->[docs] Fix the notification display logic (#28389) @oliviertassinari
619
+ - &#8203;<!-- 21 -->[docs] Add notification for v5 @oliviertassinari
620
+ - &#8203;<!-- 20 -->[docs] Fix typo (#28521) @valse
621
+ - &#8203;<!-- 12 -->[website] Implement algolia redesign (#28252) @hbjORbj
622
+ - &#8203;<!-- 11 -->[website] Update data-grid dependencies #28531 @siriwatknp
623
+ - &#8203;<!-- 10 -->[website] Cleanup unused files after rebranding (#28505) @siriwatknp
624
+ - &#8203;<!-- 09 -->[website] Update /company pages to use marketing website Header and Footer (#28498) @danilo-leal
625
+ - &#8203;<!-- 08 -->[website] Optimize images (#28486) @michaldudak
626
+ - &#8203;<!-- 07 -->[website] Add components index page (#28485) @siriwatknp
627
+ - &#8203;<!-- 06 -->[website] Fix typo (#28478) @oliviertassinari
628
+ - &#8203;<!-- 05 -->[website] Fix crash (#28474) @oliviertassinari
629
+ - &#8203;<!-- 04 -->[website] Close the open engineering roles (#28428) @oliviertassinari
630
+ - &#8203;<!-- 03 -->[website] Fix 40x links (#28401) @mnajdova
631
+ - &#8203;<!-- 02 -->[website] Fix SEO issues reported by moz.com (#28402) @mnajdova
632
+ - &#8203;<!-- 01 -->[website] Fix production issues (#28384) @siriwatknp
633
+
634
+ ### Core
635
+
636
+ - &#8203;<!-- 44 -->[core] Fix release:changelog base branch (#28533) @mnajdova
637
+ - &#8203;<!-- 42 -->[core] Remove code handling JSS components (#28421) @eps1lon
638
+ - &#8203;<!-- 41 -->[core] Remove unused dependencies (#28468) @eps1lon
639
+ - &#8203;<!-- 40 -->[core] Ensure both docs bundles are analyzeable (#28410) @eps1lon
640
+ - &#8203;<!-- 39 -->[core] Switch to webpack 5 (#28248) @eps1lon
641
+ - &#8203;<!-- 38 -->[core] Batch small changes (#28177) @oliviertassinari
642
+ - &#8203;<!-- 37 -->[core] Update publish tag to latest (#28382) @mnajdova
643
+ - &#8203;<!-- 19 -->[framer] Update @mui/\* dependencies (#28469) @eps1lon
644
+ - &#8203;<!-- 17 -->[test] Add custom queries to `screen` (#28507) @eps1lon
645
+ - &#8203;<!-- 16 -->[test] Run listChangedFiles against master (#28504) @eps1lon
646
+ - &#8203;<!-- 15 -->[test] Increase BrowserStack timeout for Firefox (#28476) @oliviertassinari
647
+ - &#8203;<!-- 14 -->[test] Use testing-library alpha when running React 18 tests (#28267) @eps1lon
648
+
649
+ 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
650
+
3
651
  ## 5.0.0
4
652
 
5
653
  <!-- generated comparing v5.0.0-rc.1..next -->
@@ -195,10 +843,10 @@ A big thanks to the 18 contributors who made this release possible. Here are som
195
843
  ```
196
844
  @material-ui/core => @mui/material // represents Material Design components.
197
845
  @material-ui/icons => @mui/icons-material // represents Material Design icons.
198
- @material-ui/unstyled => @mui/core // fully functional components with minimum styles.
846
+ @material-ui/unstyled => @mui/base // fully functional components with minimum styles.
199
847
  ```
200
848
 
201
- > **Note**: `@mui/core` (previously `@material-ui/unstyled`) is not the same as `@material-ui/core`.
849
+ > **Note**: `@mui/base` (previously `@material-ui/unstyled`) is not the same as `@material-ui/core`.
202
850
 
203
851
  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
852
 
@@ -213,7 +861,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
213
861
  - &#8203;<!-- 05 -->[ToggleButtonGroup] Add "disabled" prop (#27998) @chetas411
214
862
  - &#8203;<!-- 34 -->[core] Export types for module augmentation (#28078) @m4theushw
215
863
 
216
- ### `@mui/core@5.0.0-alpha.45`
864
+ ### `@mui/base@5.0.0-alpha.45`
217
865
 
218
866
  - &#8203;<!-- 38 -->[Button] Create ButtonUnstyled and useButton (#27600) @michaldudak
219
867
 
@@ -256,7 +904,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
256
904
  - &#8203;<!-- 31 -->[core] Remove file-wide disables of `no-use-before-define` (#27984) @eps1lon
257
905
  - &#8203;<!-- 30 -->[core] Improve `release:changelog` script (#27941) @eps1lon
258
906
  - &#8203;<!-- 29 -->[core] Enforce curly braces for block statements (#27946) @eps1lon
259
- - &#8203;<!-- 07 -->[test] Disable browserstack for PRs (#28041) @eps1lon
907
+ - &#8203;<!-- 07 -->[test] Disable BrowserStack for PRs (#28041) @eps1lon
260
908
 
261
909
  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
910
 
@@ -1640,7 +2288,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
1640
2288
 
1641
2289
  - &#8203;<!-- 60 -->[core] Skip sx prop in internal components (#26235) @mnajdova
1642
2290
  - &#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
2291
+ - &#8203;<!-- 55 -->[core] Include human readable target in the BrowserStack build (#26322) @eps1lon
1644
2292
  - &#8203;<!-- 53 -->[core] Fix NotchedOutlineProps type (#26305) @gnowland
1645
2293
  - &#8203;<!-- 51 -->[core] Add file for git-blame --ignore-revs-file (#26295) @eps1lon
1646
2294
  - &#8203;<!-- 49 -->[core] Ensure component class keys aren't missing (#25754) @eps1lon
package/LICENSE CHANGED
@@ -1,21 +1,21 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2014 Call-Em-All
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2014 Call-Em-All
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.0.0
1
+ /** @license MUI v5.2.0
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/legacy/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.0.0
1
+ /** @license MUI v5.2.0
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/modern/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.0.0
1
+ /** @license MUI v5.2.0
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/node/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.0.0
1
+ /** @license MUI v5.2.0
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/private-theming",
3
- "version": "5.0.0",
3
+ "version": "5.2.0",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "MUI Theming - The React theme context to be shared between `@mui/styles` and `@mui/material`.",
@@ -8,7 +8,7 @@
8
8
  "keywords": [
9
9
  "react",
10
10
  "react-component",
11
- "material-ui",
11
+ "mui",
12
12
  "theme"
13
13
  ],
14
14
  "repository": {
@@ -35,8 +35,8 @@
35
35
  }
36
36
  },
37
37
  "dependencies": {
38
- "@babel/runtime": "^7.14.8",
39
- "@mui/utils": "^5.0.0",
38
+ "@babel/runtime": "^7.16.3",
39
+ "@mui/utils": "^5.2.0",
40
40
  "prop-types": "^15.7.2"
41
41
  },
42
42
  "sideEffects": false,