@mui/types 7.1.4 โ†’ 7.1.5

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 +385 -8
  2. package/index.d.ts +4 -0
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,382 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.9.2
4
+
5
+ <!-- generated comparing v5.9.1..master -->
6
+
7
+ _Jul 25, 2022_
8
+
9
+ A big thanks to the 16 contributors who made this release possible. Here are some highlights โœจ:
10
+
11
+ - ๐Ÿงช Ensure all Base components are `OverridableComponent` (#33506) @michaldudak
12
+ - ๐Ÿงช Various improvements on the Material `Stack` component (#33548, #33588, #33549) @hbjORbj
13
+ - Many other ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements
14
+
15
+ ### `@mui/material@5.9.2`
16
+
17
+ - &#8203;<!-- 34 -->Revert "[Tooltip] Fix children mouse over detection (#32321)" @oliviertassinari
18
+ - &#8203;<!-- 19 -->[FormHelperText] Fix unable to create new variants (#33589) @DinhBaoTran
19
+ - &#8203;<!-- 18 -->[ImageList] Remove vertical spacing between items in masonry layout (#33593) @michaldudak
20
+ - &#8203;<!-- 13 -->[LoadingButton] Refactor duplicate code (#33570) @ZeeshanTamboli
21
+ - &#8203;<!-- 12 -->[Modal] Explain the meaning of deprecation of the BackdropComponent prop (#33591) @michaldudak
22
+ - &#8203;<!-- 11 -->[Stack] Fix unit test failure (#33588) @hbjORbj
23
+ - &#8203;<!-- 10 -->[Stack] Fix default `flexDirection` value with responsive prop (#33549) @hbjORbj
24
+ - &#8203;<!-- 09 -->[Stack] Ensure that `marginundefined` doesn't occur in styling (#33548) @hbjORbj
25
+ - &#8203;<!-- 08 -->[Tabs] Fix `indicatorColor` prop type (#33569) @ZeeshanTamboli
26
+ - &#8203;<!-- 07 -->[Tabs] Add TypeScript interface to augment tab indicator color in theme (#33333) @AHeiming
27
+
28
+ ### `@mui/base@5.0.0-alpha.91`
29
+
30
+ - &#8203;<!-- 33 -->[Base] Make PopperUnstyled `component` overridable (#33573) @siriwatknp
31
+ - &#8203;<!-- 32 -->[Base] Ensure all components are OverridableComponent (#33506) @michaldudak
32
+
33
+ ### `@mui/joy@5.0.0-alpha.38`
34
+
35
+ - &#8203;<!-- 17 -->[Select] Add new component in Joy (#33630) @siriwatknp
36
+ - &#8203;<!-- 15 -->[Joy] Add Text field documentation (#33430, #33631) @danilo-leal
37
+ - &#8203;<!-- 14 -->[Joy] Add menu components (#31789) @siriwatknp
38
+
39
+ ### Docs
40
+
41
+ - &#8203;<!-- 31 -->[blog] Fix 404 link to Algolia docs search (dd4308d) @oliviertassinari
42
+ - &#8203;<!-- 28 -->[docs] Add accessibility tips (#33633) @siriwatknp
43
+ - &#8203;<!-- 27 -->[docs] Fix production deploy of codesandboxes (#33608) @oliviertassinari
44
+ - &#8203;<!-- 26 -->[docs] Show border on `palette.background.paper` in dark mode docs (#33611) @ZeeshanTamboli
45
+ - &#8203;<!-- 25 -->[docs] Fix typo in Joy UI dark mode page (#33620) @bairamau
46
+ - &#8203;<!-- 24 -->[docs] Final polish on Base docs - formatting and style consistency (#33156) @samuelsycamore
47
+ - &#8203;<!-- 23 -->[docs] Fix `CssBaseline` import in example code (#33614) @dd-ssc
48
+ - &#8203;<!-- 22 -->[docs] Fix Toolpad docs redirection (#33524) @bharatkashyap
49
+ - &#8203;<!-- 21 -->[docs] Fix link to Snackbar customization section in Alert docs (#33586) @ZeeshanTamboli
50
+ - &#8203;<!-- 20 -->[docs] Fix `placement choices` typo in Tooltip docs (#33571) @MonstraG
51
+ - &#8203;<!-- 05 -->[website] Update home page's sponsor grid (#33528) @danilo-leal
52
+ - &#8203;<!-- 04 -->[website] Add Vytautas to the about page (#33567) @bytasv
53
+ - &#8203;<!-- 03 -->[website] Improve newsletter input design (#33585) @danilo-leal
54
+ - &#8203;<!-- 02 -->[website] Add YouTube link to footer (#33580) @gerdadesign
55
+ - &#8203;<!-- 01 -->[website] Clarify scope of technical support (#33435) @joserodolfofreitas
56
+
57
+ ### Core
58
+
59
+ - &#8203;<!-- 30 -->[core] Swallow ad blocker fetch fail (#33617) @oliviertassinari
60
+ - &#8203;<!-- 29 -->[core] Fix dep security by resolving `thenify` to latest (#33612) @siriwatknp
61
+ - &#8203;<!-- 06 -->[test] Remove `view` option from Event in Snackbar tests (#33555) @ZeeshanTamboli
62
+
63
+ All contributors of this release in alphabetical order: @AHeiming, @bairamau, @bharatkashyap, @bytasv, @danilo-leal, @dd-ssc, @DinhBaoTran, @gerdadesign, @hbjORbj, @joserodolfofreitas, @michaldudak, @MonstraG, @oliviertassinari, @samuelsycamore, @siriwatknp, @ZeeshanTamboli
64
+
65
+ ## 5.9.1
66
+
67
+ <!-- generated comparing v5.9.0..master -->
68
+
69
+ _Jul 18, 2022_
70
+
71
+ A big thanks to the 17 contributors who made this release possible. This release is mainly about ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements
72
+
73
+ ### `@mui/material@5.9.1`
74
+
75
+ - &#8203;<!-- 24 -->[Autocomplete] Fix disabling component crashing when focused (#31313) @mzedel
76
+ - &#8203;<!-- 07 -->[Grid] Avoid scrollbar in demo (#33527) @oliviertassinari
77
+ - &#8203;<!-- 05 -->[Slider] Fix transition of tooltips on vertical slider (#33009) @abhinav-22-tech
78
+ - &#8203;<!-- 01 -->[TouchRipple] Fix crash on android where `event.touches` are an empty array (#32974) @lukeggchapman
79
+
80
+ ### `@mui/system@5.9.1`
81
+
82
+ - &#8203;<!-- 04 -->[system] Add flag to switch negative margin approach in Grid (#33484) @siriwatknp
83
+ - &#8203;<!-- 03 -->[system] Remove needless optional chaining check in `createEmptyBreakpointObject` method (#33482) @ZeeshanTamboli
84
+
85
+ ### `@mui/base@5.0.0-alpha.90`
86
+
87
+ - &#8203;<!-- 23 -->[base] Export types used by components' props (#33522) @michaldudak
88
+ - &#8203;<!-- 22 -->[base] Add missing type definitions in useControllableReducer (#33496) @michaldudak
89
+ - &#8203;<!-- 06 -->[SelectUnstyled] Do not call onChange unnecessarily (#33408) @michaldudak
90
+
91
+ ### `@mui/lab@5.0.0-alpha.91`
92
+
93
+ - &#8203;<!-- 02 -->[TimelineDot] Add TimelineDotPropsColorOverrides interface to extend color options (#33466) @lolaignatova
94
+
95
+ ### Docs
96
+
97
+ - &#8203;<!-- 19 -->[docs] Add note about CssBaseline in the dark mode page (#33108) @GabrielaLokelani
98
+ - &#8203;<!-- 18 -->[docs] Fix typos in the Interoperability page (#33273) @HexM7
99
+ - &#8203;<!-- 17 -->[docs] Improve the `useTheme` documentation (#33508) @rickstaa
100
+ - &#8203;<!-- 16 -->[docs] Fix 301 redirections (#33521) @oliviertassinari
101
+ - &#8203;<!-- 15 -->[docs] Link the same codesandbox as in the docs (#33472) @oliviertassinari
102
+ - &#8203;<!-- 14 -->[docs] Fix copy search false positives (#33438) @oliviertassinari
103
+ - &#8203;<!-- 13 -->[docs] Fix typo (#33520) @aravindpanicker
104
+ - &#8203;<!-- 12 -->[docs] Update Tailwind docs to include step about updating popover containers (#33315) @ajhenry
105
+ - &#8203;<!-- 11 -->[docs] Add yarn command for Roboto font in Material UI's typography.md (#33485) @anthonypz
106
+ - &#8203;<!-- 10 -->[docs] Add new community content to the Material UI Learn page (#32927) @Nikhilthadani
107
+ - &#8203;<!-- 09 -->[examples] Change createEmotionCache to use `insertionPoint` (#32104) @ANTARES-KOR
108
+ - &#8203;<!-- 08 -->[examples] Fix error in Next.js example with @mui/styles (#33456) @paustria
109
+
110
+ ### Core
111
+
112
+ - &#8203;<!-- 21 -->[core] Cleanup experiments (#33547) @siriwatknp
113
+ - &#8203;<!-- 20 -->[core] Update CHANGELOG to include pickers breaking change (#33486) @siriwatknp
114
+
115
+ All contributors of this release in alphabetical order: @abhinav-22-tech, @ajhenry, @ANTARES-KOR, @anthonypz, @aravindpanicker, @GabrielaLokelani, @HexM7, @lolaignatova, @lukeggchapman, @michaldudak, @mzedel, @Nikhilthadani, @oliviertassinari, @paustria, @rickstaa, @siriwatknp, @ZeeshanTamboli
116
+
117
+ ## 5.9.0
118
+
119
+ <!-- generated comparing v5.8.7..master -->
120
+
121
+ _Jul 12, 2022_
122
+
123
+ A big thanks to the 19 contributors who made this release possible. Here are some highlights โœจ:
124
+
125
+ - ๐Ÿงช Exported Grid v2 as `Unstable_Grid2` (#33479) @siriwatknp
126
+ - ๐Ÿ“– Added a guide for using Joy UI and Material UI together (#33396) @siriwatknp
127
+ - ๐Ÿ› Fixed a few bugs in Material UI components. Thanks to @ZeeshanTamboli, @ivan-ngchakming, and @joebingham-wk.
128
+ - โš ๏ธ **[BREAKING CHANGE]** Date pickers were removed from the lab. Learn how to migrate by visiting the [migration guide](https://mui.com/x/react-date-pickers/migration-lab/). (#33386) @flaviendelangle
129
+ - many other ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements
130
+ - our documentation site is now running with React 18! (#33196) @mnajdova
131
+
132
+ ### `@mui/material@5.9.0`
133
+
134
+ - [CssBaseline] Fixes in overriding style (#33338) @ZeeshanTamboli
135
+ - [Autocomplete] Remove unnecessary `clsx` wrapper for single className (#33398) @ZeeshanTamboli
136
+ - [Grid] Export new grid as unstable (#33479) @siriwatknp
137
+ - [Tooltip] Fix children mouse over detection (#32321) @ivan-ngchakming
138
+ - [TypeScript] getCssVar autocomplete for Material UI (#33464) @siriwatknp
139
+ - [TypeScript] Fix theme options components types to use `Theme` (#33434) @siriwatknp
140
+ - [TypeScript] Reexports necessary types for module augmentation (#33397) @siriwatknp
141
+ - [ScopedCssBaseline] Add sx typings (#33474) @joebingham-wk
142
+
143
+ ### `@mui/system@5.9.0`
144
+
145
+ - [System] Add offset feature to Grid (#33415) @siriwatknp
146
+ - [system] Add new `Grid` implementation (#32746) @siriwatknp
147
+
148
+ ### `@mui/lab@5.0.0-alpha.90`
149
+
150
+ **โš ๏ธ Breaking changes**
151
+
152
+ - [lab] Remove the pickers (#33386) @flaviendelangle
153
+
154
+ The pickers are moved to MUI X, check out the [migration guide](https://mui.com/x/react-date-pickers/migration-lab/).
155
+
156
+ **Changes**
157
+
158
+ - [Masonry] Support rem/em values for spacing prop (#33384) @hbjORbj
159
+
160
+ ### `@mui/base@5.0.0-alpha.89`
161
+
162
+ - Base] Change the order of class names merged in useSlotProps (#33383) @michaldudak
163
+ - [ModalUnstyled] Accept callbacks in componentsProps (#33181) @michaldudak
164
+ - [SelectUnstyled] Accept callbacks in componentsProps (#33197) @michaldudak
165
+ - [TabsUnstyled] Accept callbacks in componentsProps (#33284) @michaldudak
166
+
167
+ ### `@mui/joy@5.0.0-alpha.36`
168
+
169
+ - [Joy] Add guide about using Joy and Material UI together (#33396) @siriwatknp
170
+ - [Joy] Fix variants color palette regressions (#33394) @danilo-leal
171
+
172
+ ### Docs
173
+
174
+ - [docs] Correcting small grammatical error (#33393) @robyyo
175
+ - [docs] Link to the correct package on Joy component pages (#33439) @cherniavskii
176
+ - [docs] Fix e2e tests (#33477) @siriwatknp
177
+ - [docs] Fix dead links (#33462) @oliviertassinari
178
+ - [docs] Cleanup the migration (#33463) @siriwatknp
179
+ - [docs] Fix broken Sponsoring services links @samuelsycamore
180
+ - [docs] Improve repo README with light/dark logos, relative links and more (#33356) @samuelsycamore
181
+ - [docs] Update links to MUI X Overview and Introduction pages (#33201) @samuelsycamore
182
+ - [docs] Update to React 18 (#33196) @mnajdova
183
+ - [docs] Simplify "Upload button" demo (#33326) @baharalidurrani
184
+ - [docs] Add "refine" demo to showcase (#33240) @omeraplak
185
+ - [docs] Add webpack alias for legacy utils package (#33376) @jgbae
186
+ - [docs] Improve external link icons synonyms (#33257) @davidgarciab
187
+ - [examples] Update MUI Base with Tailwind CSS to use the latest versions of the dependencies (#33401) @mnajdova
188
+ - [examples] Add MUI base example (#33154) @siriwatknp
189
+
190
+ ### Core
191
+
192
+ - [core] Fix @mui/monorepo regression for the import of the docs infra (#33390) @Janpot
193
+ - [core] Remove old babel resolve rule (#33432) @oliviertassinari
194
+ - [website] Shorten the plan descriptions on the pricing page (#32984) @joserodolfofreitas
195
+ - [website] Link EULA in the license quantity section (#33292) @oliviertassinari
196
+
197
+ All contributors of this release in alphabetical order: @baharalidurrani, @cherniavskii, @danilo-leal, @davidgarciab, @flaviendelangle, @hbjORbj, @ivan-ngchakming, @Janpot, @jgbae, @joebingham-wk, @joserodolfofreitas, @michaldudak, @mnajdova, @oliviertassinari, @omeraplak, @robyyo, @samuelsycamore, @siriwatknp, @ZeeshanTamboli
198
+
199
+ ## 5.8.7
200
+
201
+ <!-- generated comparing v5.8.6..master -->
202
+
203
+ _Jul 4, 2022_
204
+
205
+ A big thanks to the 13 contributors who made this release possible. Here are some highlights โœจ:
206
+
207
+ - ๐Ÿ› Fixed an issue causing Typescript errors when building a project with Material UI v5.8.6 (@michaldudak)
208
+ - ๐Ÿ› Fixed a few bugs in Material UI components. Thanks @henriqueholtz, @jake-collibra, @MattiasMartens and @TimoWilhelm!
209
+ - many other ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements
210
+
211
+ ### `@mui/material@5.8.7`
212
+
213
+ - [Autocomplete] Add some missing props in `useAutocomplete` (#33269) @henriqueholtz
214
+ - [Autocomplete] Extend `componentsProps` to include `popper` and `popupIndicator` slots (#33283) @jake-collibra
215
+ - [Select] Annotate empty string as valid value prop (#33088) @MattiasMartens
216
+ - [SnackbarContent] Fix message text color with css var provider (#33285) @TimoWilhelm
217
+
218
+ ### `@mui/styled-engine@5.8.7`
219
+
220
+ - [styled-engine] Add missing type dependency on csstype (#33310) @Methuselah96
221
+
222
+ ### `@mui/system@5.8.7`
223
+
224
+ - [system] Simplify theme input types for `CssVarsProvider` (#33381) @siriwatknp
225
+ - [system] Export required types (#33324) @michaldudak
226
+
227
+ ### `@mui/joy@5.0.0-alpha.35`
228
+
229
+ - [Joy] Add radio button documentation (#33254) @siriwatknp
230
+ - [Joy] Add switch documentation (#33302) @siriwatknp
231
+ - [Joy] Batch a couple of documentation refinements (#33158)
232
+ - [Joy] Enable Joy and Material UI compatibility (#33379) @siriwatknp
233
+
234
+ ### `@mui/base@5.0.0-alpha.88`
235
+
236
+ - [base] Remove a type incompatible with Typescript 3.5 (#33361) @michaldudak
237
+ - [BadgeUnstyled] Export BadgeUnstyledOwnProps interface to fix typescript compiler error (#33314) @aaronlademann-wf
238
+ - [TablePaginationUnstyled] Accept callbacks in componentsProps (#33309) @michaldudak
239
+
240
+ ### Docs
241
+
242
+ - [docs] Fix Link typings in the react-router example (#32308) @aaarichter
243
+ - [docs] Add caveat about class components with Tooltip (#33325) @joshkel
244
+ - [docs] Fix SEO issues (#33288) @oliviertassinari
245
+ - [docs] Fix Slider's "player" demo (#33267) @xlianghang
246
+ - [website] Link MUI Toolpad in mui.com (#33287) @oliviertassinari
247
+
248
+ All contributors of this release in alphabetical order: @aaarichter, @aaronlademann-wf, @danilo-leal, @henriqueholtz, @jake-collibra, @joshkel, @MattiasMartens, @Methuselah96, @michaldudak, @oliviertassinari, @siriwatknp, @TimoWilhelm, @xlianghang
249
+
250
+ ## 5.8.6
251
+
252
+ <!-- generated comparing v5.8.5..master -->
253
+
254
+ _Jun 27, 2022_
255
+
256
+ A big thanks to the 13 contributors who made this release possible. Here are some highlights โœจ:
257
+
258
+ - โš’๏ธ Fixed React 18 issues in few components
259
+ - ๐Ÿš€ Improved the TypeScript augmentation when using CSS variables with `@mui/material`
260
+ - many other ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements
261
+
262
+ ### `@mui/material@5.8.6`
263
+
264
+ - &#8203;<!-- 27 -->[Alert] Add support for CSS vars (#32624) @haneenmahd
265
+ - &#8203;<!-- 26 -->[Alert] Use `getContrastText` for filled variant font color (#29813) @SamoraMabuya
266
+
267
+ Note: The color of the text in the warning contained `Alert` in dark mode was changed to black in order to improve the color contrast ratio
268
+
269
+ - &#8203;<!-- 11 -->[OutlinedInput] Fix `ownerState` undefined in theme style overrides (#33241) @siriwatknp
270
+ - &#8203;<!-- 08 -->[Tabs] Fix crash when used with React 18 & Suspense (#33277) @mnajdova
271
+ - &#8203;<!-- 05 -->[TypeScript] Add CSS vars type augmentation for Material UI (#33211) @siriwatknp
272
+
273
+ ### `@mui/system@5.8.6`
274
+
275
+ - &#8203;<!-- 09 -->[system] Add enableColorScheme option to getInitColorSchemeScript (#33261) @siriwatknp
276
+
277
+ ### `@mui/utils@5.8.6`
278
+
279
+ - &#8203;<!-- 04 -->[utils] Allow state prefix to be configurable (#32972) @siriwatknp
280
+
281
+ ### `@mui/base@5.0.0-alpha.87`
282
+
283
+ - &#8203;<!-- 25 -->[base] Improve the return type of useSlotProps (#33279) @michaldudak
284
+ - &#8203;<!-- 24 -->[base] Improve some types (#33270) @mnajdova
285
+ - &#8203;<!-- 13 -->[MenuUnstyled] Fix keyboard accessibility of menu items (#33145) @michaldudak
286
+ - &#8203;<!-- 12 -->[ModalManager] Lock body scroll when container is inside shadow DOM (#33168) @jacobweberbowery
287
+ - &#8203;<!-- 10 -->[SliderUnstyled] Use useSlotProps (#33132) @michaldudak
288
+ - &#8203;<!-- 07 -->[TextareaAutosize] Fix crash when used with React 18 & Suspense (#33238) @howlettt
289
+ - &#8203;<!-- 06 -->[TextareaAutosize] Fix warnings for too many renders in React 18 (#33253) @mnajdova
290
+
291
+ ### `@mui/joy@5.0.0-alpha.34`
292
+
293
+ - &#8203;<!-- 14 -->[Joy] Add `Sheet` doc (#32820) @hbjORbj
294
+
295
+ ### Docs
296
+
297
+ - &#8203;<!-- 23 -->[blog] Polish Why you should migrate to Material UI v5 today (#33244) @oliviertassinari
298
+ - &#8203;<!-- 21 -->[docs] Add note in docs about `componentsProps.root` taking precedence (#33097) @ZeeshanTamboli
299
+ - &#8203;<!-- 20 -->[docs] Remove a note about Base components being reexported from Material UI (#33265) @michaldudak
300
+ - &#8203;<!-- 19 -->[docs] Update code snippet in docs for custom color palette (#32946) @ZeeshanTamboli
301
+ - &#8203;<!-- 18 -->[docs] Fix the docs for production class generation (#31933) @Fafruch
302
+ - &#8203;<!-- 17 -->[docs] Fix internal link in Box page (#33149) @davidgarciab
303
+ - &#8203;<!-- 16 -->[docs] Badge component link in Base docs should be under Data Display section (#33249) @ZeeshanTamboli
304
+ - &#8203;<!-- 15 -->[examples] Fix comment typo (#33256) @WinmezzZ
305
+
306
+ ### Core
307
+
308
+ - &#8203;<!-- 22 -->[core] Remove dead code (#33243) @oliviertassinari
309
+ - &#8203;<!-- 03 -->[website] Fix the scroll-top for all the website (#33215) @oliviertassinari
310
+ - &#8203;<!-- 02 -->[website] List new core role @oliviertassinari
311
+ - &#8203;<!-- 01 -->[website] Fix navigation menu close behavior (#33203) @oliviertassinari
312
+
313
+ All contributors of this release in alphabetical order: @davidgarciab, @Fafruch, @haneenmahd, @hbjORbj, @howlettt, @jacobweberbowery, @michaldudak, @mnajdova, @oliviertassinari, @SamoraMabuya, @siriwatknp, @WinmezzZ, @ZeeshanTamboli
314
+
315
+ ## 5.8.5
316
+
317
+ <!-- generated comparing v5.8.4..master -->
318
+
319
+ _Jun 20, 2022_
320
+
321
+ A big thanks to the 14 contributors who made this release possible. Here are some highlights โœจ:
322
+
323
+ - ๐Ÿš€ Added support for CSS variables in the `Avatar` component and the `SpeedDialAction` component respectively by @vicasas and @gin1314
324
+ - many other ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements
325
+
326
+ ### `@mui/material@5.8.5`
327
+
328
+ - &#8203;<!-- 30 -->[Avatar] Add support for CSS variables (#32499) @vicasas
329
+ - &#8203;<!-- 19 -->[Dialog] Fix broken styles if `maxWidth` is set to `false` (#32987) @kmurgic
330
+ - &#8203;<!-- 04 -->[SpeedDialAction] Add support for CSS variables (#32608) @gin1314
331
+ - &#8203;<!-- 02 -->[Tabs] Increment scroll of the minimum amount possible (#33103) @oliviertassinari
332
+
333
+ ### `@mui/codemod@5.8.5`
334
+
335
+ - &#8203;<!-- 24 -->[codemod] Preserve comments within jss-to-tss-react (#33170) @ryancogswell
336
+
337
+ ### `@mui/lab@5.0.0-alpha.87`
338
+
339
+ - &#8203;<!-- 06 -->[Masonry] Fix flickering when used with React 18 (#33163) @mnajdova
340
+
341
+ ### `@mui/base@5.0.0-alpha.86`
342
+
343
+ - &#8203;<!-- 29 -->[BadgeUnstyled] Accept callbacks in componentsProps (#33176) @michaldudak
344
+ - &#8203;<!-- 25 -->[ButtonUnstyled] Use useSlotProps (#33096) @michaldudak
345
+ - &#8203;<!-- 11 -->[FormControlUnstyled] Accept callbacks in componentsProps (#33180) @michaldudak
346
+ - &#8203;<!-- 10 -->[InputUnstyled] Use useSlotProps (#33094) @michaldudak
347
+ - &#8203;<!-- 05 -->[ModalUnstyled] Define ownerState and slot props' types (#32901) @michaldudak
348
+ - &#8203;<!-- 03 -->[SwitchUnstyled] Use useSlotProps (#33174) @michaldudak
349
+
350
+ ### `@mui/joy@5.0.0-alpha.33`
351
+
352
+ - &#8203;<!-- 09 -->[Joy] Add Checkbox documentation (#33171) @siriwatknp
353
+ - &#8203;<!-- 08 -->[Joy] Add List documentation (#33120) @siriwatknp
354
+ - &#8203;<!-- 07 -->[Joy] Make slider displays Joy classname (#33051) @siriwatknp
355
+
356
+ ### Docs
357
+
358
+ - &#8203;<!-- 28 -->[blog] Update Blogpost to clear confusion on "no impact" disclaimer. (#33131) @joserodolfofreitas
359
+ - &#8203;<!-- 27 -->[blog] Add post about v5 Migration guide update (#33063) @samuelsycamore
360
+ - &#8203;<!-- 26 -->[blog] Fix display on Safari (#33102) @oliviertassinari
361
+ - &#8203;<!-- 18 -->[docs] Add guide on how to use MUI Base with Tailwind CSS (#33100) @mnajdova
362
+ - &#8203;<!-- 17 -->[docs] Improve Joy template UX (#33159) @siriwatknp
363
+ - &#8203;<!-- 16 -->[docs] Update Shadow DOM guide (#33160) @cherniavskii
364
+ - &#8203;<!-- 15 -->[docs] Fix SEO regressions (#33106) @oliviertassinari
365
+ - &#8203;<!-- 14 -->[docs] Add job ad in table of content (#33143) @mnajdova
366
+ - &#8203;<!-- 13 -->[docs] Add customization as a value proposition (#33014) @oliviertassinari
367
+ - &#8203;<!-- 12 -->[examples] Add example using nextjs & @mui/styles as a starter for the migration to v5 (#33005) @mnajdova
368
+ - &#8203;<!-- 01 -->[website] Replace Airtable with Ashby links for applying to a opened position (#33193) @DanailH
369
+
370
+ ### Core
371
+
372
+ - &#8203;<!-- 31 -->[core] Add CSS variables support for Material UI components (#32835) @siriwatknp
373
+ - &#8203;<!-- 23 -->[core] Add name to workspace root package.json (#33226) @Janpot
374
+ - &#8203;<!-- 22 -->[core] Update bug template with generic instruction (#33153) @joserodolfofreitas
375
+ - &#8203;<!-- 21 -->[core] Remove dead and redundant code (#33125) @oliviertassinari
376
+ - &#8203;<!-- 20 -->[core] Improve inline code rendering within the details tag (#33086) @Harmouch101
377
+
378
+ All contributors of this release in alphabetical order: @cherniavskii, @DanailH, @gin1314, @Harmouch101, @Janpot, @joserodolfofreitas, @kmurgic, @michaldudak, @mnajdova, @oliviertassinari, @ryancogswell, @samuelsycamore, @siriwatknp, @vicasas
379
+
3
380
  ## 5.8.4
4
381
 
5
382
  <!-- generated comparing v5.8.3..master -->
@@ -1101,7 +1478,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
1101
1478
  - &#8203;<!-- 25 -->[core] Update playwright docker to match the specified version (#31236) @siriwatknp
1102
1479
  - &#8203;<!-- 24 -->[core] Remove parallel on buildTypes (#31189) @siriwatknp
1103
1480
  - &#8203;<!-- 23 -->[core] Fix propTypes generation for optional any props (#31141) @m4theushw
1104
- - &#8203;<!-- 04 -->[Typescript] Remove variants deprecation (#31239) @siriwatknp
1481
+ - &#8203;<!-- 04 -->[typescript] Remove variants deprecation (#31239) @siriwatknp
1105
1482
 
1106
1483
  All contributors of this release in alphabetical order: @adriancampos, @Andarist, @bonellia, @davwheat, @greengiraffe, @hbjORbj, @iclaude3, @m4theushw, @michaldudak, @mnajdova, @oliviertassinari, @PunitSoniME, @RedHeadphone, @robertwt7, @samuelsycamore, @siriwatknp, @sviande
1107
1484
 
@@ -1166,7 +1543,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
1166
1543
  - [Select] Allow customizing Select based on its variant (#30788) @michaldudak
1167
1544
  - [Portal] Re-export 'Portal' in material (#31003) @liradb2000
1168
1545
  - [ToggleButton] Add prop types for `onClick` and `onChange` (#30883) @sydneyjodon-wk
1169
- - [Typescript] Added TypeText declaration to the exports file (#30890) @agauravdev
1546
+ - [typescript] Added TypeText declaration to the exports file (#30890) @agauravdev
1170
1547
 
1171
1548
  ### `@mui/system@5.4.2`
1172
1549
 
@@ -1749,7 +2126,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
1749
2126
  - &#8203;<!-- 19 -->[docs] Sync translations with Crowdin (#30067) @l10nbot
1750
2127
  - &#8203;<!-- 18 -->[docs] Fix link on "Custom variables" section in the Theming page #30100 @danilo-leal
1751
2128
  - &#8203;<!-- 17 -->[docs] Fix justifyContent option in the Grid interactive demo (#30117) @danilo-leal
1752
- - &#8203;<!-- 16 -->[docs] Add tip to help access the docs of a previous version when finding answers in StackOverflow (#30101) @danilo-leal
2129
+ - &#8203;<!-- 16 -->[docs] Add tip to help access the docs of a previous version when finding answers in Stack Overflow (#30101) @danilo-leal
1753
2130
  - &#8203;<!-- 15 -->[docs] Fix import example inside Unstyled Backdrop section (#30098) @TheodosiouTh
1754
2131
  - &#8203;<!-- 01 -->[website] Column pinning and Tree data are out (#30136) @oliviertassinari
1755
2132
  - &#8203;<!-- 07 -->[survey] Remove survey promotion items (#30122) @danilo-leal
@@ -1830,7 +2207,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
1830
2207
  - &#8203;<!-- 21 -->[docs] Update nextjs-typescript-example (#29974) @huydhoang
1831
2208
  - &#8203;<!-- 20 -->[docs] Add missing global state classes to API docs generator (#29945) @michaldudak
1832
2209
  - &#8203;<!-- 19 -->[docs] Fix benchmarks folder link (#29981) @fourjr
1833
- - &#8203;<!-- 18 -->[docs] Improve wording in StackOverflow section of support page (#29956) @ronwarner
2210
+ - &#8203;<!-- 18 -->[docs] Improve wording in Stack Overflow section of support page (#29956) @ronwarner
1834
2211
  - &#8203;<!-- 17 -->[docs] Remove Black Friday sale notification (#29936) @mbrookes
1835
2212
  - &#8203;<!-- 16 -->[examples] Fix typos in the Remix example (#30071) @MichaelDeBoey
1836
2213
  - &#8203;<!-- 15 -->[examples] Add Remix example (#29952) @mnajdova
@@ -1843,7 +2220,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
1843
2220
  ### Core
1844
2221
 
1845
2222
  - &#8203;<!-- 31 -->[core] Batch small changes (#30042) @oliviertassinari
1846
- - &#8203;<!-- 28 -->[core] Transition to a new StackOverflow tag (#29967) @oliviertassinari
2223
+ - &#8203;<!-- 28 -->[core] Transition to a new Stack Overflow tag (#29967) @oliviertassinari
1847
2224
 
1848
2225
  All contributors of this release in alphabetical order: @chao813, @daniel-sachs, @danilo-leal, @Domino987, @eduardomcv, @flaviendelangle, @fourjr, @genzyy, @hbjORbj, @huydhoang, @jayeclark, @jonathanrtuck, @kkorach, @l10nbot, @mbrookes, @MichaelDeBoey, @michaldudak, @mnajdova, @oliviertassinari, @ronwarner, @Semigradsky, @siriwatknp, @tasugi, @ThewBear, @ZeeshanTamboli
1849
2226
 
@@ -4604,8 +4981,8 @@ A big thanks to the 15 contributors who made this release possible. Here are som
4604
4981
  - &#8203;<!-- 29 -->[Button] Rename `pending` prop to `loading` in LoadingButton (#25874) @m4theushw
4605
4982
 
4606
4983
  ```diff
4607
- -<LoadingButton pending pendingIndicator="Pending..." pendingPosition="end" />
4608
- +<LoadingButton loading loadingIndicator="Pending..." loadingPosition="end" />
4984
+ -<LoadingButton pending pendingIndicator="Pendingโ€ฆ" pendingPosition="end" />
4985
+ +<LoadingButton loading loadingIndicator="Pendingโ€ฆ" loadingPosition="end" />
4609
4986
  ```
4610
4987
 
4611
4988
  - &#8203;<!-- 25 -->[ButtonBase] Remove buttonRef prop (#25896) @m4theushw
@@ -5529,7 +5906,7 @@ A big thanks to the 30 contributors who made this release possible. Here are som
5529
5906
  #### Breaking changes
5530
5907
 
5531
5908
  - &#8203;<!-- 91 -->[types] Rename the exported `Omit` type in `@material-ui/types`. (#24795) @petyosi
5532
- The module is now called `DistributiveOmit`. The change removes the confusion with the built-in `Omit` helper introduced in TypeScript v3.5. The built-in `Omit`, while similar, is non-distributive. This leads to differences when applied to union types. [See this StackOverflow answer for further details](https://stackoverflow.com/a/57103940/1009797).
5909
+ The module is now called `DistributiveOmit`. The change removes the confusion with the built-in `Omit` helper introduced in TypeScript v3.5. The built-in `Omit`, while similar, is non-distributive. This leads to differences when applied to union types. [See this Stack Overflow answer for further details](https://stackoverflow.com/a/57103940/1009797).
5533
5910
 
5534
5911
  ```diff
5535
5912
  -import { Omit } from '@material-ui/types';
package/index.d.ts CHANGED
@@ -92,6 +92,10 @@ export function expectType<Expected, Actual>(actual: IfEquals<Actual, Expected,
92
92
  * Adjusts valid props based on the type of `component`.
93
93
  */
94
94
  export interface OverridableComponent<M extends OverridableTypeMap> {
95
+ // If you make any changes to this interface, please make sure to update the
96
+ // `OverridableComponent` type in `mui-material/src/OverridableComponent.d.ts` as well.
97
+ // Also, there are types in MUI Base that have a similar shape to this interface
98
+ // (e.g. SelectUnstyledType, OptionUnstyledType, etc.).
95
99
  <C extends React.ElementType>(
96
100
  props: {
97
101
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/types",
3
- "version": "7.1.4",
3
+ "version": "7.1.5",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "Utility types for MUI.",