@mui/types 7.0.0 → 7.1.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +490 -2
  2. package/LICENSE +21 -21
  3. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,493 @@
1
1
  ### [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.1.0
4
+
5
+ <!-- generated comparing v5.0.6..master -->
6
+
7
+ _Nov 8, 2021_
8
+
9
+ A big thanks to the 33 contributors who made this release possible. Here are some highlights ✨:
10
+
11
+ - 🎉 Support custom elements under `ButtonGroup` (#28645) @ZeeshanTamboli
12
+ - 🛠 Add support for arrays in the `sx` prop (#29297) @siriwatknp
13
+ - And many more 🐛 bug fixes and 📚 improvements.
14
+
15
+ ### `@mui/material@5.1.0`
16
+
17
+ - &#8203;<!-- 68 -->[Autocomplete] Fix `hiddenLabel` prop of `TextField variant={filled}` inside Autocomplete (#29234) @jatinsandilya
18
+ - &#8203;<!-- 67 -->[Box] Support generateClassName and defaultClassName (#29347) @siriwatknp
19
+ - &#8203;<!-- 66 -->[ButtonGroup] Fix variant outlined always has primary color borders on hover (#29487) @ZeeshanTamboli
20
+ - &#8203;<!-- 65 -->[ButtonGroup] Support different elements under ButtonGroup (#28645) @ZeeshanTamboli
21
+ - &#8203;<!-- 62 -->[CssBaseline] Add `enableColorScheme` prop so enable using `color-scheme` property to deal with dark mode (#29454) @alexfauquette
22
+ - &#8203;<!-- 29 -->[FormControlLabel] Narrow the label type (#29324) @michaldudak
23
+ - &#8203;<!-- 28 -->[Grid] Fix usage when columns > 12 (#29196) @tanay123456789
24
+ - &#8203;<!-- 27 -->[InputBase] Do not repeat the same classname (#29353) @hbjORbj
25
+ - &#8203;<!-- 30 -->[InputBase] Remove WebkitAppearance from search type (#29383) @nicbarajas
26
+ - &#8203;<!-- 25 -->[ListItem] Add missing exports (#29571) @robcaldecott
27
+ - &#8203;<!-- 22 -->[Pagination] Allow customization of icons (#29336) @mbeltramin
28
+ - &#8203;<!-- 11 -->[TextField] Fix bootstrap, normalize.css, sanitize.css conflicts (#28674) @ChrisClaude
29
+ - &#8203;<!-- 10 -->[TextField] Fix invisible wrap within notched inputs (#29088) @DASPRiD
30
+ - &#8203;<!-- 09 -->[Tooltip] `open` prop in `componentsProps.popper` can be optional (#29370) @ZeeshanTamboli
31
+ - &#8203;<!-- 08 -->[Tooltip] Fix `className` not getting applied from PopperProps (#29023) @ZeeshanTamboli
32
+ - &#8203;<!-- 07 -->[useRadioGroup] Convert to TypeScript (#29326) @eps1lon
33
+
34
+ ### `@mui/system@5.1.0`
35
+
36
+ - &#8203;<!-- 21 -->[system] Introduce `mode` to CssVarsProvider (#29418) @siriwatknp
37
+ - &#8203;<!-- 20 -->[system] Improve breakpoints resolver function (#29300) @hbjORbj
38
+ - &#8203;<!-- 19 -->[system] Add array support for `sx` prop (#29297) @siriwatknp
39
+
40
+ ### `@mui/codemod@5.1.0`
41
+
42
+ - &#8203;<!-- 64 -->[codemod] Add codemod parser flag (#29059) (#29229) @ElonVolo
43
+
44
+ ### `@mui/lab@5.0.0-alpha.54`
45
+
46
+ - &#8203;<!-- 52 -->[DatePicker] Fix disabled/readOnly for view components (#28815) @adamfitzgibbon
47
+ - &#8203;<!-- 24 -->[Masonry] Fix crash on unmount when using React 18 (#29358) @eps1lon
48
+ - &#8203;<!-- 23 -->[Masonry] Improve height computation and detect changes in `children` (#29351) @hbjORbj
49
+
50
+ ### `@mui/joy@5.0.0-alpha.0`
51
+
52
+ - &#8203;<!-- 28 -->[Joy] Update default theme (#29478) @siriwatknp
53
+ - &#8203;<!-- 26 -->[Joy] Export CssVarsProvider with default theme (#29150) @siriwatknp
54
+ - &#8203;<!-- 25 -->[Joy] Remove `private` to leverage CodeSandbox (#29280) @siriwatknp
55
+
56
+ ### Docs
57
+
58
+ - &#8203;<!-- 51 -->[docs] Add differences between styled and sx (#28685) @eric-burel
59
+ - &#8203;<!-- 50 -->[docs] Track usage of dark mode in Google Analytics (#29419) @oliviertassinari
60
+ - &#8203;<!-- 49 -->[docs] Remove create-mui-theme as it is no longer working (#29472) @IPJT
61
+ - &#8203;<!-- 48 -->[docs] Fix warnings in AppSearch (#29459) @eps1lon
62
+ - &#8203;<!-- 47 -->[docs] Add framework example for ClassNameGenerator (#29453) @siriwatknp
63
+ - &#8203;<!-- 46 -->[docs] Fix layout shift when scrolling (#29436) @oliviertassinari
64
+ - &#8203;<!-- 45 -->[docs] Fix layout-shift on id='main-content' (#29425) @oliviertassinari
65
+ - &#8203;<!-- 44 -->[docs] Remove usage of `process.browser` (#29438) @oliviertassinari
66
+ - &#8203;<!-- 43 -->[docs] Add instruction on how to use the child selector API with emotion (#29350) @mnajdova
67
+ - &#8203;<!-- 42 -->[docs] Fix small typos (#29424) @oliviertassinari
68
+ - &#8203;<!-- 41 -->[docs] Fix TOC highlighting logic (#29435) @oliviertassinari
69
+ - &#8203;<!-- 40 -->[docs] Fix about page flags (#29314) @mbrookes
70
+ - &#8203;<!-- 39 -->[docs] Fix Box JS docs (#29282) @Pablion
71
+ - &#8203;<!-- 38 -->[docs] Update storybook section in migration to v5 docs (#28800) @siriwatknp
72
+ - &#8203;<!-- 37 -->[docs] Document how to enable color on dark mode (#29340) @Wimukti
73
+ - &#8203;<!-- 36 -->[docs] Display search functionality in all viewports (#28819) @eps1lon
74
+ - &#8203;<!-- 35 -->[docs] Query heading for ToC on demand (#29204) @eps1lon
75
+ - &#8203;<!-- 34 -->[docs] Add next.js styled-component guide and update links to example (#29118) @Jareechang
76
+ - &#8203;<!-- 33 -->[docs] Fix overriding `MuiTextField`'s default props in the migration guide (#29174) @tm1000
77
+ - &#8203;<!-- 32 -->[docs] Fix "clickable" and "deletable" typos (#28702) @jacklaurencegaray
78
+ - &#8203;<!-- 31 -->[docs] Update migration-v4 docs for wrong import path (#29042) @busches
79
+ - &#8203;<!-- 30 -->[docs] Add GitHub icon change to "Migration from v4 to v5" guide (#29182) @dan-mba
80
+ - &#8203;<!-- 06 -->[website] Benny Joo joining MUI (#29499) @mnajdova
81
+ - &#8203;<!-- 05 -->[website] Update the `Print export` feature info on the pricing page (#29484) @DanailH
82
+ - &#8203;<!-- 04 -->[website] Improve the dev rel role description (#29477) @oliviertassinari
83
+ - &#8203;<!-- 03 -->[website] Add customers section on Design Kits and Templates marketing pages (#29168) @danilo-leal
84
+ - &#8203;<!-- 02 -->[website] Improvements to the /core product page @danilo-leal
85
+ - &#8203;<!-- 01 -->[website] Fix typo on the About Page (#29286) @gssakash
86
+
87
+ ### Core
88
+
89
+ - &#8203;<!-- 63 -->[core] Handle RecordType and FieldType in generatePropDescription.ts (#29467) @flaviendelangle
90
+ - &#8203;<!-- 61 -->[core] Convert a named color to lowercase (#29465) @ainatenhi
91
+ - &#8203;<!-- 60 -->[core] Allow to reuse functions from `docs:api` (#28828) @m4theushw
92
+ - &#8203;<!-- 59 -->[core] Commit new nextjs 12 tsconfig (#29458) @eps1lon
93
+ - &#8203;<!-- 58 -->[core] Settle on MUI X for the official name (#29420) @oliviertassinari
94
+ - &#8203;<!-- 57 -->[core] Add mui as a npm keyword (#29427) @oliviertassinari
95
+ - &#8203;<!-- 56 -->[core] Fix issue template redirection (#29432) @oliviertassinari
96
+ - &#8203;<!-- 55 -->[core] Remove unecessary destructuration (#29354) @oliviertassinari
97
+ - &#8203;<!-- 54 -->[core] Use cross-env to set env variables in material-icons scripts (#29327) @michaldudak
98
+ - &#8203;<!-- 53 -->[core] Don't bump peer dependency ranges on dependency updates (#29303) @eps1lon
99
+ - &#8203;<!-- 18 -->[test] Fix browser tests (#29505) @eps1lon
100
+ - &#8203;<!-- 69 -->[test] Fix missing act warnings in latest React 18 alpha (#29357) @eps1lon
101
+ - &#8203;<!-- 17 -->[test] Replace `createClientRender` with new `createRenderer` API (#29471) @eps1lon
102
+ - &#8203;<!-- 16 -->[test] Fix possible "missing act" warning (#29463) @eps1lon
103
+ - &#8203;<!-- 15 -->[test] Remove render#baseElement (#29462) @eps1lon
104
+ - &#8203;<!-- 14 -->[test] Expose `AbortController` on global (#29360) @eps1lon
105
+ - &#8203;<!-- 13 -->[test] Add internal test for uniqe `name` in `Rating` (#29329) @eps1lon
106
+ - &#8203;<!-- 12 -->[test] Fix browser tests (#29305) @eps1lon
107
+
108
+ 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
109
+
110
+ ## 5.0.6
111
+
112
+ <!-- generated comparing v5.0.5..master -->
113
+
114
+ _Oct 27, 2021_
115
+
116
+ A big thanks to the 4 contributors who made this release possible. Here are some highlights ✨:
117
+
118
+ - 🔧 Fix reported TypeScript issues on the `@mui/system` package because some packages were not released
119
+
120
+ ### `@mui/material@5.0.6`
121
+
122
+ - &#8203;<!-- 4 -->[Autocomplete] Fix `clearOnBlur` prop (#29208) @hbjORbj
123
+ - &#8203;<!-- 2 -->[Rating] Remove z-index from decimal stars (#29295) @williamhaley
124
+
125
+ ### `@mui/system@5.0.6`
126
+
127
+ - &#8203;<!-- 5 -->[system] Fix various issues reported by using @mui/styled-engine-sc (#29035) @mnajdova
128
+ - &#8203;<!-- 1 -->[system] Fix executing server-side Emotion component as function interpolation (#29290) @Andarist
129
+
130
+ ### Docs
131
+
132
+ - &#8203;<!-- 3 -->[blog] Q3 2021 Update (#28970) @oliviertassinari
133
+
134
+ All contributors of this release in alphabetical order: @Andarist, @hbjORbj, @oliviertassinari, @williamhaley
135
+
136
+ ## 5.0.5
137
+
138
+ <!-- generated comparing v5.0.4..master -->
139
+
140
+ _Oct 26, 2021_
141
+
142
+ A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:
143
+
144
+ - 🔧 Implement `Masonry` using Flexbox by @hbjORbj.
145
+ - 🧪 Add three components to `@mui/core` by @rebeccahongsf and @hbjORbj.
146
+
147
+ ### `@mui/codemod@5.0.5`
148
+
149
+ - &#8203;<!-- 38 -->[codemod] Support new package name in `link-underline-hover` transformer (#29214) @siriwatknp
150
+
151
+ ### `@mui/core@5.0.0-alpha.52`
152
+
153
+ - &#8203;<!-- 39 -->[ClickAwayListener] Move to the core package (#29186) @hbjORbj
154
+ - &#8203;<!-- 13 -->[Popper] Move from mui-material to mui-core (#28923) @rebeccahongsf
155
+ - &#8203;<!-- 04 -->[TextareaAutosize] Move to the core package (#29148) @hbjORbj
156
+
157
+ ### `@mui/lab@5.0.0-alpha.52`
158
+
159
+ - &#8203;<!-- 16 -->[Masonry] Improve demo styles (#29218) @hbjORbj
160
+ - &#8203;<!-- 15 -->[Masonry] Implement Masonry using Flexbox (#28059) @hbjORbj
161
+
162
+ ### `@mui/icons@5.0.5`
163
+
164
+ - &#8203;<!-- 19 -->[icons] Add TipsAndUpdates icon (#29004) @hbjORbj
165
+
166
+ ### `@mui/material@5.0.5`
167
+
168
+ - &#8203;<!-- 40 -->[CardMedia] Apply specified `img` role instead of custom `image` role (#29172) @eps1lon
169
+ - &#8203;<!-- 32 -->[CSSBaseline] Remove incorrect @deprecated annotation (#29069) @adamfitzgibbon
170
+ - &#8203;<!-- 20 -->[Grid] Support custom columns with nested grid (#28743) @Devesh21700Kumar
171
+ - &#8203;<!-- 18 -->[InputBase] Remove wrong theme overriding with MUI's default theme (#29157) @hbjORbj
172
+ - &#8203;<!-- 17 -->[LoadingButton] Fix `fullWidth` styling (#28652) @nikitabobers
173
+ - &#8203;<!-- 16 -->[Popper] make Popper display:none whenever it's closed (#29233) @adamfitzgibbon
174
+ - &#8203;<!-- 14 -->[Menu] Reduce min-height & padding in menu-item with dense property (#29180) @jatinsandilya
175
+ - &#8203;<!-- 07 -->[Tab] `iconPosition` prop added in Tab (#28764) @deepanshu2506
176
+ - &#8203;<!-- 03 -->[Tooltip] Correct inconsistent prop precedence (#29132) @michaldudak
177
+
178
+ ### `@mui/system@5.0.5`
179
+
180
+ - &#8203;<!-- 11 -->[system] Allow function type for `sx` prop (#29198) @hbjORbj
181
+ - &#8203;<!-- 10 -->[system] Fix various issues reported by using @mui/styled-engine-sc (#29035) @mnajdova
182
+ - &#8203;<!-- 09 -->[system] Fix `colorScheme` conflict between application (#29139) @siriwatknp
183
+ - &#8203;<!-- 08 -->[system] Add `unstable_createCssVarsProvider` api (#28965) @siriwatknp
184
+
185
+ ### Documentation
186
+
187
+ - &#8203;<!-- 31 -->[docs] Fix path to `DataGrid` CSV export options page (#29220) @DanailH
188
+ - &#8203;<!-- 30 -->[docs] Give anonymous components a name (#29189) @eps1lon
189
+ - &#8203;<!-- 29 -->[docs] Add deploy context variables (#29195) @siriwatknp
190
+ - &#8203;<!-- 28 -->[docs] Add MUI packages explanation (#29073) @siriwatknp
191
+ - &#8203;<!-- 27 -->[docs] Fix typo in CSP policy (#29187) @JuliaNeumann
192
+ - &#8203;<!-- 26 -->[docs] Dark mode conditional content rendering (#28665) @michal-perlakowski
193
+ - &#8203;<!-- 25 -->[docs] Fix ClassNameGenerator introduced version #29177 @siriwatknp
194
+ - &#8203;<!-- 24 -->[docs] Add missing `justifyContent` values and update box styling (#29117) @omarmosid
195
+ - &#8203;<!-- 23 -->[docs] Make landing page hero section scrollable (#29141) @waxidiotic
196
+ - &#8203;<!-- 22 -->[docs] Discourage importing different bundles directly (#29133) @eps1lon
197
+ - &#8203;<!-- 21 -->[docs] Update module augmentation reference url (#29064) @gnowland
198
+ - &#8203;<!-- 12 -->[pricing] Add tooltip to pricing icon (#28959) @siriwatknp
199
+ - &#8203;<!-- 07 -->[Team] Add Alexandre in the about page (#29289)
200
+ - &#8203;<!-- 02 -->[website] Fix status label overflow in AdvancedShowcase (#29143) @LorenzHenk
201
+ - &#8203;<!-- 01 -->[website] Update legacy logos (#28908) @michaldudak
202
+
203
+ ### Core
204
+
205
+ - &#8203;<!-- 37 -->[core] Order repro methods by preference (#29156) @eps1lon
206
+ - &#8203;<!-- 36 -->[core] Remove unnecessary usages of `useEventCallback` (#28910) @NMinhNguyen
207
+ - &#8203;<!-- 35 -->[core] add `unstable_ClassNameGenerator` API (#29051) @siriwatknp
208
+ - &#8203;<!-- 34 -->[core] Fix issues when using styled-components (#29048) @mnajdova
209
+ - &#8203;<!-- 33 -->[core] replace hard-coded classname with classes (#29070) @siriwatknp
210
+ - &#8203;<!-- 06 -->[test] Add documentation for visual regression tests (#29154) @eps1lon
211
+ - &#8203;<!-- 05 -->[test] Enable "missing act" warnings using new proposal (#29167) @eps1lon
212
+
213
+ 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
214
+
215
+ ## 5.0.4
216
+
217
+ <!-- generated comparing v5.0.3..master -->
218
+
219
+ _Oct 14, 2021_
220
+
221
+ A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
222
+
223
+ - 🧪 Added `UnstyledInput` and `useInput` hook in the the first component in @mui/core package @michaldudak (#28053)
224
+ - 🐛 Fixed many bugs and improved the documentation 📚.
225
+
226
+ ### `@mui/material@5.0.4`
227
+
228
+ - &#8203;<!-- 31 -->[Chip] disable ripple only if onDelete is present. (#29034) @mottox2
229
+ - &#8203;<!-- 06 -->[Pagination] Fix clicking on `...` triggering `onChange` with page value `null` (#28884) @ZeeshanTamboli
230
+ - &#8203;<!-- 04 -->[Tabs] Alternative way to disable ":first-child is unsafe" error (#28982) @hbjORbj
231
+ - &#8203;<!-- 03 -->[Tabs] Fix ":first-child is potentially unsafe" error (#28890) @hbjORbj
232
+ - &#8203;<!-- 01 -->[transitions] Mark `children` as required where nullish `children` would crash at runtime (#29028) @eps1lon
233
+
234
+ ### `@mui/system@5.0.4`
235
+
236
+ - &#8203;<!-- 05 -->[system] Update typing for `style` function (#28744) @hbjORbj
237
+
238
+ ### `@mui/core@5.0.0-alpha.51`
239
+
240
+ - &#8203;<!-- 07 -->[InputUnstyled] Create unstyled input and useInput hook (#28053) @michaldudak
241
+
242
+ ### `@mui/lab@5.0.0-alpha.51`
243
+
244
+ - &#8203;<!-- 25 -->[DesktopDatePicker] add Paper props to pass down to Paper component (#28865) @amen-souissi
245
+
246
+ ### Docs
247
+
248
+ - &#8203;<!-- 24 -->[docs] Add JSDoc to `theme.breakpoints` (#29039) @eps1lon
249
+ - &#8203;<!-- 23 -->[docs] Rename broken package names in docs pointing to `@mui/material` (#29006) @visualfanatic
250
+ - &#8203;<!-- 22 -->[docs] Add troubleshooting guide for unexpected styles (#28907) @mnajdova
251
+ - &#8203;<!-- 21 -->[docs] Fix issues reported by ahref (#28986) @mnajdova
252
+ - &#8203;<!-- 20 -->[docs] Remove json translations for dropped locales (#28987) @mnajdova
253
+ - &#8203;<!-- 19 -->[docs] Fix type signature of renderGroup in Autocomplete (#28876) @tanyabouman
254
+ - &#8203;<!-- 18 -->[docs] Minor typo in v4-v5 migration docs (#28995) @kgregory
255
+ - &#8203;<!-- 17 -->[docs] Add `mui-image` related project (#28621) @benmneb
256
+ - &#8203;<!-- 16 -->[docs] Update Getting Started Templates' Source URIs (#28929) @epodol
257
+ - &#8203;<!-- 15 -->[docs] Improve search experience (#28801) @siriwatknp
258
+ - &#8203;<!-- 14 -->[docs] Fix demo of the responsive drawer (#28226) @goncalovf
259
+ - &#8203;<!-- 13 -->[docs] Fix global theme link demo (#28974) @ZeeshanTamboli
260
+ - &#8203;<!-- 12 -->[docs] Update box example to use 'backgroundColor' rather than 'bgColor' (#28958) @Jareechang
261
+ - &#8203;<!-- 11 -->[docs] corrected `Box` import for `sx-prop` example (#28873) @phudekar
262
+ - &#8203;<!-- 10 -->[docs] Fix footnote ID links in CONTRIBUTING.md (#28849) @officialpiyush
263
+ - &#8203;<!-- 09 -->[docs] Fix color & density playground (#28803) @siriwatknp
264
+ - &#8203;<!-- 08 -->[docs] Improve visibility of styled engine configuration section in installation guide (#28903) @Jareechang
265
+
266
+ ### Core
267
+
268
+ - &#8203;<!-- 30 -->[core] Prevent yarn cache growing infinitely (#29040) @eps1lon
269
+ - &#8203;<!-- 29 -->[core] Update browserslist (#29025) @eps1lon
270
+ - &#8203;<!-- 28 -->[core] Update `peerDependencies` to require `latest` instead of `next` (#29007) @eps1lon
271
+ - &#8203;<!-- 27 -->[core] Increase memory limit for size:snapshot (#29005) @eps1lon
272
+ - &#8203;<!-- 26 -->[core] Init `private` Joy package (#28957) @siriwatknp
273
+ - &#8203;<!-- 02 -->[test] Remove a11y snapshot tests (#28887) @eps1lon
274
+
275
+ 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
276
+
277
+ ## 5.0.3
278
+
279
+ <!-- generated comparing v5.0.2..master -->
280
+
281
+ _Oct 7, 2021_
282
+
283
+ A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:
284
+
285
+ - 🧪 Created the first component in @mui/material-next - our v6 prototype package.
286
+ - 🐛 Fixed many bugs and improved the documentation 📚.
287
+
288
+ ### `@mui/material@5.0.3`
289
+
290
+ - &#8203;<!-- 10 -->[Stack] Add props & variants types in the theme (#28843) @mnajdova
291
+ - &#8203;<!-- 12 -->[InputLabel] Fix condition for applying formControl overrides (#28707) @yevheniiminin
292
+ - &#8203;<!-- 05 -->[Tooltip] Allow overriding internal components and their props (#28692) @michaldudak
293
+ - &#8203;<!-- 04 -->[transitions] Fix `addEndListener` not being called with the DOM node (#28715) @eps1lon
294
+
295
+ ### `@mui/codemod@5.0.3`
296
+
297
+ - &#8203;<!-- 37 -->[codemod] Fix `optimal-imports` to support v4 and v5-alpha, beta (#28812) @siriwatknp
298
+
299
+ ### `@mui/system@5.0.3`
300
+
301
+ - &#8203;<!-- 09 -->[system] Add padding/margin-block/inline to spacing (#28813) @smmoosavi
302
+
303
+ ### `@mui/styled-engine-sc@5.0.3`
304
+
305
+ - &#8203;<!-- 42 -->Don't allow styled-components APIs on mui styled function (#28807) @hbjORbj
306
+
307
+ ### `@mui/core@5.0.0-alpha.50`
308
+
309
+ - &#8203;<!-- 38 -->[ButtonUnstyled] Don't set redundant role=button (#28488) @michaldudak
310
+ - &#8203;<!-- 43 -->[SliderUnstyled] Prevent unknown-prop error when using marks prop (#28868) @hbjORbj
311
+
312
+ ### `@mui/lab@5.0.0-alpha.50`
313
+
314
+ - &#8203;<!-- 11 -->[pickers] Change view even if `onViewChange` is set (#28765) @eps1lon
315
+
316
+ ### `@mui/material-next@6.0.0-alpha.4`
317
+
318
+ - &#8203;<!-- 39 -->[Button-next] Create Button in material-next (#28313) @michaldudak
319
+
320
+ ### Docs
321
+
322
+ - &#8203;<!-- 34 -->[docs] Add alike v4 default button color in migration (#28881) @siriwatknp
323
+ - &#8203;<!-- 34 -->[docs] Use PNG instead of SVG for color preview (#28699) @eps1lon
324
+ - &#8203;<!-- 33 -->[docs] Use client-side navigation when activating docsearch results (#28750) @eps1lon
325
+ - &#8203;<!-- 32 -->[docs] Fluid icon size in icons search (#28747) @eps1lon
326
+ - &#8203;<!-- 31 -->[docs] Fix the wrong import in docs grid page (#28863) @taghi-khavari
327
+ - &#8203;<!-- 30 -->[docs] Fix typo in Pagination docs (#28864) @ZeeshanTamboli
328
+ - &#8203;<!-- 29 -->[docs] Fix 404 links (#28710) @mnajdova
329
+ - &#8203;<!-- 28 -->[docs] Fix typo in Mui CSS classname (#28725) @cacpgomes
330
+ - &#8203;<!-- 27 -->[docs] Match example to codesandbox demo and update ID link (#28762) @AnilSeervi
331
+ - &#8203;<!-- 26 -->[docs] Fix typo in system/box documentation (#28822) @iamsergo
332
+ - &#8203;<!-- 25 -->[docs] Use HTML standards for autocomplete attributes (#28827) @epodol
333
+ - &#8203;<!-- 24 -->[docs] Improve styled-components integration (#28713) @mnajdova
334
+ - &#8203;<!-- 23 -->[docs] Correct Select's menu placement description (#28748) @michaldudak
335
+ - &#8203;<!-- 22 -->[docs] AdapterDayJS -> AdapterDayjs (#28770) @veerreshr
336
+ - &#8203;<!-- 21 -->[docs] Theme documentation, typo fix (#28805) @saeedseyfi
337
+ - &#8203;<!-- 20 -->[docs] Add the last diamond sponsor (#28737) @hbjORbj
338
+ - &#8203;<!-- 19 -->[docs] Fix various links in CONTRIBUTING (#28751) @AnilSeervi
339
+ - &#8203;<!-- 18 -->[docs] Only add JSS to demos (#28698) @eps1lon
340
+ - &#8203;<!-- 17 -->[docs] Update v5 status in release schedule (#28700) @owais635
341
+ - &#8203;<!-- 16 -->[docs] Fix typo in /guides/styled-engine (#28720) @Sharry0
342
+ - &#8203;<!-- 15 -->[docs] Fix typo in chip documentation (#28641) @avranju94
343
+ - &#8203;<!-- 14 -->[docs] Fix versions page (#28682) @mnajdova
344
+ - &#8203;<!-- 13 -->[docs] Remove legacy team page (#28646) @mnajdova
345
+ - &#8203;<!-- 41 -->[website] add "React" to the hero description (#28830) @danilo-leal
346
+ - &#8203;<!-- 03 -->[website] Fix constantly reloading when Russian language is set (#28869) @mnajdova
347
+ - &#8203;<!-- 02 -->[website] Compress one avatar image on about us page (#28823) @hbjORbj
348
+ - &#8203;<!-- 01 -->[website] Hide 'become a diamond sponsor' box on landing page (#28814) @hbjORbj
349
+ - &#8203;<!-- 40 -->[website] Update Benny's profile on about us page (#28816) @hbjORbj
350
+
351
+ ### Core
352
+
353
+ - &#8203;<!-- 36 -->[core] Remove `--exact` from `release:version` (#28840) @siriwatknp
354
+ - &#8203;<!-- 35 -->[core] Neglect framer from release flow (#28680) @siriwatknp
355
+ - &#8203;<!-- 08 -->[test] Add a test for not allowing styled-components' APIs on mui `styled` function (#28862) @hbjORbj
356
+ - &#8203;<!-- 07 -->[test] Fix instances where type tests were only passing due to object being part of ReactNode (#28804) @eps1lon
357
+ - &#8203;<!-- 06 -->[test] Move ByMuiTest to test/utils (#28509) @eps1lon
358
+
359
+ 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
360
+
361
+ ## 5.0.2
362
+
363
+ <!-- generated comparing v5.0.1..master -->
364
+
365
+ _Sep 29, 2021_
366
+
367
+ A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
368
+
369
+ - 🔧 Improve `jss-to-styled` codemod to use new package names.
370
+ - And many more 🐛 bug fixes and 📚 improvements.
371
+
372
+ ### `@mui/material@5.0.2`
373
+
374
+ - &#8203;<!-- 28 -->[Checkbox] Fix form submission with empty value (#28423) @garronej
375
+ - &#8203;<!-- 08 -->[Slider] Don't error on minimal changes with readonly value (#28472) @eps1lon
376
+ - &#8203;<!-- 07 -->[Switch] Fix style overrides on input (#28576) @praveenkumar-kalidass
377
+ - &#8203;<!-- 03 -->[useMediaQuery] Add types for `matchMedia` option and deprecate exported interfaces (#28413) @eps1lon
378
+
379
+ ### `@mui/codemod@5.0.2`
380
+
381
+ - &#8203;<!-- 27 -->[codemod] Add MenuItem v.1.0.0 transform for primaryText property (#28640) @dmitry-yudakov
382
+ - &#8203;<!-- 26 -->[codemod] Update the imports in `jss-to-styled` to match the new package names (#28667) @mnajdova
383
+
384
+ ### `@mui/system@5.0.2`
385
+
386
+ - &#8203;<!-- 06 -->[system] Fix types to support theme callbacks on pseudo and nested selectors (#28570) @mnajdova
387
+
388
+ ### Docs
389
+
390
+ - &#8203;<!-- 23 -->[docs] Remove languages: fr, de, ja, es, ru (#28663) @mnajdova
391
+ - &#8203;<!-- 22 -->[docs] Improve old doc versions discoverability (#28651) @danilo-leal
392
+ - &#8203;<!-- 21 -->[docs] Make the Toggle Button size demo use default icon size (#28656) @danilo-leal
393
+ - &#8203;<!-- 20 -->[docs] Uniformize the code's font family (#28582) @oliviertassinari
394
+ - &#8203;<!-- 19 -->[docs] Removed duplicate line in date-ranger-picker.md file (#28635) @naveen-bharathi
395
+ - &#8203;<!-- 18 -->[docs] Fix title MUI x2 (#28634) @oliviertassinari
396
+ - &#8203;<!-- 17 -->[docs] Polish email validation logic (#28255) @kiznick
397
+ - &#8203;<!-- 16 -->[docs] Improve migration-v4.md phrasing (#28253) @adamthewebguy
398
+ - &#8203;<!-- 15 -->[docs] Fix color in example (#28527) @alexeagleson
399
+ - &#8203;<!-- 14 -->[docs] Fix typo in generated class names section (#28549) @fxlemire
400
+ - &#8203;<!-- 13 -->[docs] Mention Premium pricing cap (#28581) @oliviertassinari
401
+ - &#8203;<!-- 12 -->[docs] Update examples to use latest mui #28565 @siriwatknp
402
+ - &#8203;<!-- 11 -->[docs] Push the fixes on Next.js's Link to the examples (#28178) @oliviertassinari
403
+ - &#8203;<!-- 10 -->[docs] Fix wrong name for zIndex's property example in /system/ (#28541) @chetrit
404
+ - &#8203;<!-- 08 -->[examples] Nextjs Link missing passHref #28588 (#28661) @Brlaney
405
+ - &#8203;<!-- 02 -->[website] Iteration on the pricing page (#28406) @danilo-leal
406
+ - &#8203;<!-- 01 -->[website] Batch fixes (#28564) @siriwatknp
407
+
408
+ ### Core
409
+
410
+ - &#8203;<!-- 25 -->[core] Improve Renovate groups (#28642) @eps1lon
411
+ - &#8203;<!-- 24 -->[core] Batch small changes (#28553) @oliviertassinari
412
+ - &#8203;<!-- 05 -->[test] Document where the value for SwitchBase#value comes from (#28638) @eps1lon
413
+ - &#8203;<!-- 04 -->[test] Make `seconds` `views` test pass in browsers (#28511) @eps1lon
414
+
415
+ 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
416
+
417
+ ## 5.0.1
418
+
419
+ <!-- generated comparing v5.0.0..master -->
420
+
421
+ _Sep 22, 2021_
422
+
423
+ A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
424
+
425
+ - 🔎 Improve the search on the documentation.
426
+ - 📚 Improve the v4 to v5 migration guide.
427
+ - And many more 🐛 bug fixes and 📚 improvements.
428
+
429
+ ### `@mui/material@5.0.1`
430
+
431
+ - &#8203;<!-- 18 -->[Radio] Fix support for number value type (#26772) @sakura90
432
+ - &#8203;<!-- 12 -->[useMediaQuery] Reduce bundle size (#28412) @eps1lon
433
+
434
+ ### `@mui/codemod@5.0.1`
435
+
436
+ - &#8203;<!-- 43 -->[codemod] Cover edge case for theme-spacing #28400 @siriwatknp
437
+
438
+ ### `@mui/lab@5.0.0-alpha.48`
439
+
440
+ - &#8203;<!-- 36 -->[DateTimePicker] Support `seconds` `view` (#25095) @breitembach
441
+ - &#8203;<!-- 13 -->[TimePicker] Fire change event when meridiem changes (#26600) @coder-freestyle
442
+
443
+ ### Docs
444
+
445
+ - &#8203;<!-- 35 -->[docs] Fix missing exit animation for transition Poppers (#28506) @eps1lon
446
+ - &#8203;<!-- 34 -->[docs] Fix migration v5 docs (#28530) @siriwatknp
447
+ - &#8203;<!-- 33 -->[docs] Avoid re-mounting the whole tree when switching theme direction (#28495) @eps1lon
448
+ - &#8203;<!-- 32 -->[docs] Fix html compliance (#28429) @oliviertassinari
449
+ - &#8203;<!-- 31 -->[docs] Use hyphen-case for CSS properties in /system/properties (#28489) @chetrit
450
+ - &#8203;<!-- 30 -->[docs] Update caret position in comments to match npm scope (#28426) @eps1lon
451
+ - &#8203;<!-- 29 -->[docs] Fix CONTRIBUTING to point out to master as targeted branch (#28396) @mnajdova
452
+ - &#8203;<!-- 28 -->[docs] Update examples to remove 'beta' (#28475) @oliviertassinari
453
+ - &#8203;<!-- 27 -->[docs] Fix 404 links to MUI X API (#28176) @oliviertassinari
454
+ - &#8203;<!-- 26 -->[docs] Fix broken/incorrect attributes links in Avatar and NativeSelect API pages (#28417) @xenostar
455
+ - &#8203;<!-- 25 -->[docs] Explain how `<Alert icon={false} />` behaves (#28348) @nguyenkhanhnam
456
+ - &#8203;<!-- 24 -->[docs] Fix typo in /system/the-sx-prop (#28393) @danwoods
457
+ - &#8203;<!-- 23 -->[docs] Correct the migration doc (#28391) @michaldudak
458
+ - &#8203;<!-- 22 -->[docs] Fix the notification display logic (#28389) @oliviertassinari
459
+ - &#8203;<!-- 21 -->[docs] Add notification for v5 @oliviertassinari
460
+ - &#8203;<!-- 20 -->[docs] Fix typo (#28521) @valse
461
+ - &#8203;<!-- 12 -->[website] Implement algolia redesign (#28252) @hbjORbj
462
+ - &#8203;<!-- 11 -->[website] Update data-grid dependencies #28531 @siriwatknp
463
+ - &#8203;<!-- 10 -->[website] Cleanup unused files after rebranding (#28505) @siriwatknp
464
+ - &#8203;<!-- 09 -->[website] Update /company pages to use marketing website Header and Footer (#28498) @danilo-leal
465
+ - &#8203;<!-- 08 -->[website] Optimize images (#28486) @michaldudak
466
+ - &#8203;<!-- 07 -->[website] Add components index page (#28485) @siriwatknp
467
+ - &#8203;<!-- 06 -->[website] Fix typo (#28478) @oliviertassinari
468
+ - &#8203;<!-- 05 -->[website] Fix crash (#28474) @oliviertassinari
469
+ - &#8203;<!-- 04 -->[website] Close the open engineering roles (#28428) @oliviertassinari
470
+ - &#8203;<!-- 03 -->[website] Fix 40x links (#28401) @mnajdova
471
+ - &#8203;<!-- 02 -->[website] Fix SEO issues reported by moz.com (#28402) @mnajdova
472
+ - &#8203;<!-- 01 -->[website] Fix production issues (#28384) @siriwatknp
473
+
474
+ ### Core
475
+
476
+ - &#8203;<!-- 44 -->[core] Fix release:changelog base branch (#28533) @mnajdova
477
+ - &#8203;<!-- 42 -->[core] Remove code handling JSS components (#28421) @eps1lon
478
+ - &#8203;<!-- 41 -->[core] Remove unused dependencies (#28468) @eps1lon
479
+ - &#8203;<!-- 40 -->[core] Ensure both docs bundles are analyzeable (#28410) @eps1lon
480
+ - &#8203;<!-- 39 -->[core] Switch to webpack 5 (#28248) @eps1lon
481
+ - &#8203;<!-- 38 -->[core] Batch small changes (#28177) @oliviertassinari
482
+ - &#8203;<!-- 37 -->[core] Update publish tag to latest (#28382) @mnajdova
483
+ - &#8203;<!-- 19 -->[framer] Update @mui/\* dependencies (#28469) @eps1lon
484
+ - &#8203;<!-- 17 -->[test] Add custom queries to `screen` (#28507) @eps1lon
485
+ - &#8203;<!-- 16 -->[test] Run listChangedFiles against master (#28504) @eps1lon
486
+ - &#8203;<!-- 15 -->[test] Increase BrowserStack timeout for Firefox (#28476) @oliviertassinari
487
+ - &#8203;<!-- 14 -->[test] Use testing-library alpha when running React 18 tests (#28267) @eps1lon
488
+
489
+ 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
490
+
3
491
  ## 5.0.0
4
492
 
5
493
  <!-- generated comparing v5.0.0-rc.1..next -->
@@ -256,7 +744,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
256
744
  - &#8203;<!-- 31 -->[core] Remove file-wide disables of `no-use-before-define` (#27984) @eps1lon
257
745
  - &#8203;<!-- 30 -->[core] Improve `release:changelog` script (#27941) @eps1lon
258
746
  - &#8203;<!-- 29 -->[core] Enforce curly braces for block statements (#27946) @eps1lon
259
- - &#8203;<!-- 07 -->[test] Disable browserstack for PRs (#28041) @eps1lon
747
+ - &#8203;<!-- 07 -->[test] Disable BrowserStack for PRs (#28041) @eps1lon
260
748
 
261
749
  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
750
 
@@ -1640,7 +2128,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
1640
2128
 
1641
2129
  - &#8203;<!-- 60 -->[core] Skip sx prop in internal components (#26235) @mnajdova
1642
2130
  - &#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
2131
+ - &#8203;<!-- 55 -->[core] Include human readable target in the BrowserStack build (#26322) @eps1lon
1644
2132
  - &#8203;<!-- 53 -->[core] Fix NotchedOutlineProps type (#26305) @gnowland
1645
2133
  - &#8203;<!-- 51 -->[core] Add file for git-blame --ignore-revs-file (#26295) @eps1lon
1646
2134
  - &#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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/types",
3
- "version": "7.0.0",
3
+ "version": "7.1.0",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "Utility types for MUI.",
@@ -11,7 +11,7 @@
11
11
  "keywords": [
12
12
  "react",
13
13
  "react-component",
14
- "material-ui",
14
+ "mui",
15
15
  "types"
16
16
  ],
17
17
  "repository": {