@mui/docs 5.0.4 β†’ 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,377 @@
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
+
3
375
  ## 5.0.4
4
376
 
5
377
  <!-- generated comparing v5.0.3..master -->
@@ -8,7 +380,7 @@ _Oct 14, 2021_
8
380
 
9
381
  A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
10
382
 
11
- - πŸ§ͺ Added `UnstyledInput` and `useInput` hook in the the first component in @mui/core package @michaldudak (#28053)
383
+ - πŸ§ͺ Added `UnstyledInput` and `useInput` hook in the the first component in @mui/base package @michaldudak (#28053)
12
384
  - πŸ› Fixed many bugs and improved the documentation πŸ“š.
13
385
 
14
386
  ### `@mui/material@5.0.4`
@@ -23,7 +395,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
23
395
 
24
396
  - &#8203;<!-- 05 -->[system] Update typing for `style` function (#28744) @hbjORbj
25
397
 
26
- ### `@mui/core@5.0.0-alpha.51`
398
+ ### `@mui/base@5.0.0-alpha.51`
27
399
 
28
400
  - &#8203;<!-- 07 -->[InputUnstyled] Create unstyled input and useInput hook (#28053) @michaldudak
29
401
 
@@ -92,7 +464,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
92
464
 
93
465
  - &#8203;<!-- 42 -->Don't allow styled-components APIs on mui styled function (#28807) @hbjORbj
94
466
 
95
- ### `@mui/core@5.0.0-alpha.50`
467
+ ### `@mui/base@5.0.0-alpha.50`
96
468
 
97
469
  - &#8203;<!-- 38 -->[ButtonUnstyled] Don't set redundant role=button (#28488) @michaldudak
98
470
  - &#8203;<!-- 43 -->[SliderUnstyled] Prevent unknown-prop error when using marks prop (#28868) @hbjORbj
@@ -471,10 +843,10 @@ A big thanks to the 18 contributors who made this release possible. Here are som
471
843
  ```
472
844
  @material-ui/core => @mui/material // represents Material Design components.
473
845
  @material-ui/icons => @mui/icons-material // represents Material Design icons.
474
- @material-ui/unstyled => @mui/core // fully functional components with minimum styles.
846
+ @material-ui/unstyled => @mui/base // fully functional components with minimum styles.
475
847
  ```
476
848
 
477
- > **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`.
478
850
 
479
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.
480
852
 
@@ -489,7 +861,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
489
861
  - &#8203;<!-- 05 -->[ToggleButtonGroup] Add "disabled" prop (#27998) @chetas411
490
862
  - &#8203;<!-- 34 -->[core] Export types for module augmentation (#28078) @m4theushw
491
863
 
492
- ### `@mui/core@5.0.0-alpha.45`
864
+ ### `@mui/base@5.0.0-alpha.45`
493
865
 
494
866
  - &#8203;<!-- 38 -->[Button] Create ButtonUnstyled and useButton (#27600) @michaldudak
495
867
 
@@ -5,7 +5,7 @@ import PropTypes from 'prop-types';
5
5
  import NProgress from 'nprogress';
6
6
  import { withStyles } from '@mui/styles';
7
7
  import { createTheme } from '@mui/material/styles';
8
- import NoSsr from '@mui/core/NoSsr';
8
+ import NoSsr from '@mui/base/NoSsr';
9
9
  import { exactProp } from '@mui/utils';
10
10
  import { jsx as _jsx } from "react/jsx-runtime";
11
11
  import { jsxs as _jsxs } from "react/jsx-runtime";
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.0.4
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.
@@ -5,7 +5,7 @@ import PropTypes from 'prop-types';
5
5
  import NProgress from 'nprogress';
6
6
  import { withStyles } from '@mui/styles';
7
7
  import { createTheme } from '@mui/material/styles';
8
- import NoSsr from '@mui/core/NoSsr';
8
+ import NoSsr from '@mui/base/NoSsr';
9
9
  import { exactProp } from '@mui/utils';
10
10
  import { jsx as _jsx } from "react/jsx-runtime";
11
11
  import { jsxs as _jsxs } from "react/jsx-runtime";
package/legacy/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.0.4
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.
@@ -17,7 +17,7 @@ var _styles = require("@mui/styles");
17
17
 
18
18
  var _styles2 = require("@mui/material/styles");
19
19
 
20
- var _NoSsr = _interopRequireDefault(require("@mui/core/NoSsr"));
20
+ var _NoSsr = _interopRequireDefault(require("@mui/base/NoSsr"));
21
21
 
22
22
  var _utils = require("@mui/utils");
23
23
 
package/node/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.0.4
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/docs",
3
- "version": "5.0.4",
3
+ "version": "5.2.0",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "MUI Docs - Documentation building blocks.",
@@ -33,8 +33,8 @@
33
33
  }
34
34
  },
35
35
  "dependencies": {
36
- "@babel/runtime": "^7.15.4",
37
- "@mui/utils": "^5.0.1",
36
+ "@babel/runtime": "^7.16.3",
37
+ "@mui/utils": "^5.2.0",
38
38
  "nprogress": "^0.2.0"
39
39
  },
40
40
  "publishConfig": {