@mui/private-theming 5.0.1 → 5.2.1

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