@mui/private-theming 5.8.6 โ†’ 5.9.3

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,320 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.9.3
4
+
5
+ <!-- generated comparing v5.9.2..master -->
6
+
7
+ _Aug 1, 2022_
8
+
9
+ A big thanks to the 15 contributors who made this release possible. Here are some highlights โœจ:
10
+
11
+ - ๐Ÿ–ผ๏ธ @garronej worked on improving the support of Emotion packages in the System (#33205)
12
+ - Many other ๐Ÿ› bug fixes, ๐Ÿ“š documentation, and โš™๏ธ infrastructure improvements
13
+
14
+ ### `@mui/material@5.9.3`
15
+
16
+ - [Chip] Assign classnames and associated styles for `filled` variant (#33587) @hbjORbj
17
+ - [Grid] Fix `columnSpacing` and `rowSpacing` props ignore higher breakpoints with 0 (#33480) @ZeeshanTamboli
18
+ - [Input] Add the readOnly state class (#33654) @michaldudak
19
+ - [Stack] Responsive styles based on breakpoints should be in the correct order (#33552) @hbjORbj
20
+
21
+ ### `@mui/system@5.9.3`
22
+
23
+ - [system] Make @emotion/\* fully supported in the System (#33205) @garronej
24
+
25
+ ### `@mui/codemod@5.9.3`
26
+
27
+ - [codemod] Fix theme-spacing performance (#33691) @siriwatknp
28
+ - [codemod] Support @mui import for variant-prop (#33692) @siriwatknp
29
+
30
+ ### `@mui/styled-engine-sc@5.9.3`
31
+
32
+ - [styled-engine-sc] Add missing @babel/runtime dependency (#33741) @MonstraG
33
+
34
+ ### `@mui/joy@5.0.0-alpha.38`
35
+
36
+ - [Joy] Add Tabs components (#33664) @siriwatknp
37
+ - [Joy] Miscellaneous fixes (#33685) @siriwatknp
38
+ - [Joy] Update read.me content (#33643) @danilo-leal
39
+
40
+ ### Docs
41
+
42
+ - [blog] Add blog post about company retreat in Tenerife ๐Ÿ (#33566) @samuelsycamore
43
+ - [blog] Add blog post to announce the aggregation feature (#33595) @joserodolfofreitas
44
+ - [blog] Fix horizontal scrollbar with code snippets (#33648) @joserodolfofreitas
45
+ - [docs] Fix a typo in the code in `Sorting & selecting` Table demo (#33674) @mracette
46
+ - [docs] Fix en-US format in the Skeleton demo (#33699) @husseinsaad98
47
+ - [docs] Update module reference for `usePagination` (#33675) @fullstackzach
48
+ - [docs] Fix code examples in `styled` API vs `sx` prop docs (#33665) @ZeeshanTamboli
49
+ - [docs][system] Throw an informative error when `theme.vars` is used in `createTheme` and mention this in the theming docs (#33619) @hbjORbj
50
+ - [website] Remove legacy redirect @oliviertassinari
51
+ - [website] Add new legal pages (#33650) @oliviertassinari
52
+ - [website] Clarify when a license in development is required (#33668) @oliviertassinari
53
+ - [website] Update links to rows pages (#33739) @cherniavskii
54
+ - [website] Update pricing table to add aggregation and row pinning (#33659) @joserodolfofreitas
55
+
56
+ ### Core
57
+
58
+ - [core] Replace `getInitialProps` with `getStaticProps` (#33684) @mnajdova
59
+ - [core] Remove accidentally added files (#33636) @michaldudak
60
+ - [core] Update packages with security issues (#33679) @michaldudak
61
+ - [core] Add React 17 nightly build (#33594) @mnajdova
62
+ - [core] Update lerna to 5.2.0 (#33635) @michaldudak
63
+ - [core] Prepare isolation of Next.js X app (#33649) @oliviertassinari
64
+ - [core] Remove thenify version override from package.json resolutions (#33638) @michaldudak
65
+ - [core] Update Node.js to 14 on CircleCI, CodeSandbox, and Netlify (#33642) @michaldudak
66
+ - [test] Replace istanbul-instrumenter-loader with babel-plugin-istanbul (#33666) @michaldudak
67
+ - [test] Run TypeScript module augmentation tests for Joy UI in CI (#33667) @ZeeshanTamboli
68
+
69
+ All contributors of this release in alphabetical order: @cherniavskii, @danilo-leal, @fullstackzach, @garronej, @hbjORbj, @husseinsaad98, @joserodolfofreitas, @michaldudak, @mnajdova, @MonstraG, @mracette, @oliviertassinari, @samuelsycamore, @siriwatknp, @ZeeshanTamboli
70
+
71
+ ## 5.9.2
72
+
73
+ <!-- generated comparing v5.9.1..master -->
74
+
75
+ _Jul 25, 2022_
76
+
77
+ A big thanks to the 16 contributors who made this release possible. Here are some highlights โœจ:
78
+
79
+ - ๐Ÿงช Ensure all Base components are `OverridableComponent` (#33506) @michaldudak
80
+ - ๐Ÿงช Various improvements on the Material `Stack` component (#33548, #33588, #33549) @hbjORbj
81
+ - Many other ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements
82
+
83
+ ### `@mui/material@5.9.2`
84
+
85
+ - &#8203;<!-- 34 -->Revert "[Tooltip] Fix children mouse over detection (#32321)" @oliviertassinari
86
+ - &#8203;<!-- 19 -->[FormHelperText] Fix unable to create new variants (#33589) @DinhBaoTran
87
+ - &#8203;<!-- 18 -->[ImageList] Remove vertical spacing between items in masonry layout (#33593) @michaldudak
88
+ - &#8203;<!-- 13 -->[LoadingButton] Refactor duplicate code (#33570) @ZeeshanTamboli
89
+ - &#8203;<!-- 12 -->[Modal] Explain the meaning of deprecation of the BackdropComponent prop (#33591) @michaldudak
90
+ - &#8203;<!-- 11 -->[Stack] Fix unit test failure (#33588) @hbjORbj
91
+ - &#8203;<!-- 10 -->[Stack] Fix default `flexDirection` value with responsive prop (#33549) @hbjORbj
92
+ - &#8203;<!-- 09 -->[Stack] Ensure that `marginundefined` doesn't occur in styling (#33548) @hbjORbj
93
+ - &#8203;<!-- 08 -->[Tabs] Fix `indicatorColor` prop type (#33569) @ZeeshanTamboli
94
+ - &#8203;<!-- 07 -->[Tabs] Add TypeScript interface to augment tab indicator color in theme (#33333) @AHeiming
95
+
96
+ ### `@mui/base@5.0.0-alpha.91`
97
+
98
+ - &#8203;<!-- 33 -->[Base] Make PopperUnstyled `component` overridable (#33573) @siriwatknp
99
+ - &#8203;<!-- 32 -->[Base] Ensure all components are OverridableComponent (#33506) @michaldudak
100
+
101
+ ### `@mui/joy@5.0.0-alpha.38`
102
+
103
+ - &#8203;<!-- 17 -->[Select] Add new component in Joy (#33630) @siriwatknp
104
+ - &#8203;<!-- 15 -->[Joy] Add Text field documentation (#33430, #33631) @danilo-leal
105
+ - &#8203;<!-- 14 -->[Joy] Add menu components (#31789) @siriwatknp
106
+
107
+ ### Docs
108
+
109
+ - &#8203;<!-- 31 -->[blog] Fix 404 link to Algolia docs search (dd4308d) @oliviertassinari
110
+ - &#8203;<!-- 28 -->[docs] Add accessibility tips (#33633) @siriwatknp
111
+ - &#8203;<!-- 27 -->[docs] Fix production deploy of codesandboxes (#33608) @oliviertassinari
112
+ - &#8203;<!-- 26 -->[docs] Show border on `palette.background.paper` in dark mode docs (#33611) @ZeeshanTamboli
113
+ - &#8203;<!-- 25 -->[docs] Fix typo in Joy UI dark mode page (#33620) @bairamau
114
+ - &#8203;<!-- 24 -->[docs] Final polish on Base docs - formatting and style consistency (#33156) @samuelsycamore
115
+ - &#8203;<!-- 23 -->[docs] Fix `CssBaseline` import in example code (#33614) @dd-ssc
116
+ - &#8203;<!-- 22 -->[docs] Fix Toolpad docs redirection (#33524) @bharatkashyap
117
+ - &#8203;<!-- 21 -->[docs] Fix link to Snackbar customization section in Alert docs (#33586) @ZeeshanTamboli
118
+ - &#8203;<!-- 20 -->[docs] Fix `placement choices` typo in Tooltip docs (#33571) @MonstraG
119
+ - &#8203;<!-- 05 -->[website] Update home page's sponsor grid (#33528) @danilo-leal
120
+ - &#8203;<!-- 04 -->[website] Add Vytautas to the about page (#33567) @bytasv
121
+ - &#8203;<!-- 03 -->[website] Improve newsletter input design (#33585) @danilo-leal
122
+ - &#8203;<!-- 02 -->[website] Add YouTube link to footer (#33580) @gerdadesign
123
+ - &#8203;<!-- 01 -->[website] Clarify scope of technical support (#33435) @joserodolfofreitas
124
+
125
+ ### Core
126
+
127
+ - &#8203;<!-- 30 -->[core] Swallow ad blocker fetch fail (#33617) @oliviertassinari
128
+ - &#8203;<!-- 29 -->[core] Fix dep security by resolving `thenify` to latest (#33612) @siriwatknp
129
+ - &#8203;<!-- 06 -->[test] Remove `view` option from Event in Snackbar tests (#33555) @ZeeshanTamboli
130
+
131
+ 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
132
+
133
+ ## 5.9.1
134
+
135
+ <!-- generated comparing v5.9.0..master -->
136
+
137
+ _Jul 18, 2022_
138
+
139
+ A big thanks to the 17 contributors who made this release possible. This release is mainly about ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements
140
+
141
+ ### `@mui/material@5.9.1`
142
+
143
+ - &#8203;<!-- 24 -->[Autocomplete] Fix disabling component crashing when focused (#31313) @mzedel
144
+ - &#8203;<!-- 07 -->[Grid] Avoid scrollbar in demo (#33527) @oliviertassinari
145
+ - &#8203;<!-- 05 -->[Slider] Fix transition of tooltips on vertical slider (#33009) @abhinav-22-tech
146
+ - &#8203;<!-- 01 -->[TouchRipple] Fix crash on android where `event.touches` are an empty array (#32974) @lukeggchapman
147
+
148
+ ### `@mui/system@5.9.1`
149
+
150
+ - &#8203;<!-- 04 -->[system] Add flag to switch negative margin approach in Grid (#33484) @siriwatknp
151
+ - &#8203;<!-- 03 -->[system] Remove needless optional chaining check in `createEmptyBreakpointObject` method (#33482) @ZeeshanTamboli
152
+
153
+ ### `@mui/base@5.0.0-alpha.90`
154
+
155
+ - &#8203;<!-- 23 -->[base] Export types used by components' props (#33522) @michaldudak
156
+ - &#8203;<!-- 22 -->[base] Add missing type definitions in useControllableReducer (#33496) @michaldudak
157
+ - &#8203;<!-- 06 -->[SelectUnstyled] Do not call onChange unnecessarily (#33408) @michaldudak
158
+
159
+ ### `@mui/lab@5.0.0-alpha.91`
160
+
161
+ - &#8203;<!-- 02 -->[TimelineDot] Add TimelineDotPropsColorOverrides interface to extend color options (#33466) @lolaignatova
162
+
163
+ ### Docs
164
+
165
+ - &#8203;<!-- 19 -->[docs] Add note about CssBaseline in the dark mode page (#33108) @GabrielaLokelani
166
+ - &#8203;<!-- 18 -->[docs] Fix typos in the Interoperability page (#33273) @HexM7
167
+ - &#8203;<!-- 17 -->[docs] Improve the `useTheme` documentation (#33508) @rickstaa
168
+ - &#8203;<!-- 16 -->[docs] Fix 301 redirections (#33521) @oliviertassinari
169
+ - &#8203;<!-- 15 -->[docs] Link the same codesandbox as in the docs (#33472) @oliviertassinari
170
+ - &#8203;<!-- 14 -->[docs] Fix copy search false positives (#33438) @oliviertassinari
171
+ - &#8203;<!-- 13 -->[docs] Fix typo (#33520) @aravindpanicker
172
+ - &#8203;<!-- 12 -->[docs] Update Tailwind docs to include step about updating popover containers (#33315) @ajhenry
173
+ - &#8203;<!-- 11 -->[docs] Add yarn command for Roboto font in Material UI's typography.md (#33485) @anthonypz
174
+ - &#8203;<!-- 10 -->[docs] Add new community content to the Material UI Learn page (#32927) @Nikhilthadani
175
+ - &#8203;<!-- 09 -->[examples] Change createEmotionCache to use `insertionPoint` (#32104) @ANTARES-KOR
176
+ - &#8203;<!-- 08 -->[examples] Fix error in Next.js example with @mui/styles (#33456) @paustria
177
+
178
+ ### Core
179
+
180
+ - &#8203;<!-- 21 -->[core] Cleanup experiments (#33547) @siriwatknp
181
+ - &#8203;<!-- 20 -->[core] Update CHANGELOG to include pickers breaking change (#33486) @siriwatknp
182
+
183
+ 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
184
+
185
+ ## 5.9.0
186
+
187
+ <!-- generated comparing v5.8.7..master -->
188
+
189
+ _Jul 12, 2022_
190
+
191
+ A big thanks to the 19 contributors who made this release possible. Here are some highlights โœจ:
192
+
193
+ - ๐Ÿงช Exported Grid v2 as `Unstable_Grid2` (#33479) @siriwatknp
194
+ - ๐Ÿ“– Added a guide for using Joy UI and Material UI together (#33396) @siriwatknp
195
+ - ๐Ÿ› Fixed a few bugs in Material UI components. Thanks to @ZeeshanTamboli, @ivan-ngchakming, and @joebingham-wk.
196
+ - โš ๏ธ **[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
197
+ - many other ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements
198
+ - our documentation site is now running with React 18! (#33196) @mnajdova
199
+
200
+ ### `@mui/material@5.9.0`
201
+
202
+ - [CssBaseline] Fixes in overriding style (#33338) @ZeeshanTamboli
203
+ - [Autocomplete] Remove unnecessary `clsx` wrapper for single className (#33398) @ZeeshanTamboli
204
+ - [Grid] Export new grid as unstable (#33479) @siriwatknp
205
+ - [Tooltip] Fix children mouse over detection (#32321) @ivan-ngchakming
206
+ - [TypeScript] getCssVar autocomplete for Material UI (#33464) @siriwatknp
207
+ - [TypeScript] Fix theme options components types to use `Theme` (#33434) @siriwatknp
208
+ - [TypeScript] Reexports necessary types for module augmentation (#33397) @siriwatknp
209
+ - [ScopedCssBaseline] Add sx typings (#33474) @joebingham-wk
210
+
211
+ ### `@mui/system@5.9.0`
212
+
213
+ - [System] Add offset feature to Grid (#33415) @siriwatknp
214
+ - [system] Add new `Grid` implementation (#32746) @siriwatknp
215
+
216
+ ### `@mui/lab@5.0.0-alpha.90`
217
+
218
+ **โš ๏ธ Breaking changes**
219
+
220
+ - [lab] Remove the pickers (#33386) @flaviendelangle
221
+
222
+ The pickers are moved to MUI X, check out the [migration guide](https://mui.com/x/react-date-pickers/migration-lab/).
223
+
224
+ **Changes**
225
+
226
+ - [Masonry] Support rem/em values for spacing prop (#33384) @hbjORbj
227
+
228
+ ### `@mui/base@5.0.0-alpha.89`
229
+
230
+ - [Base] Change the order of class names merged in useSlotProps (#33383) @michaldudak
231
+ - [ModalUnstyled] Accept callbacks in componentsProps (#33181) @michaldudak
232
+ - [SelectUnstyled] Accept callbacks in componentsProps (#33197) @michaldudak
233
+ - [TabsUnstyled] Accept callbacks in componentsProps (#33284) @michaldudak
234
+
235
+ ### `@mui/joy@5.0.0-alpha.36`
236
+
237
+ - [Joy] Add guide about using Joy and Material UI together (#33396) @siriwatknp
238
+ - [Joy] Fix variants color palette regressions (#33394) @danilo-leal
239
+
240
+ ### Docs
241
+
242
+ - [docs] Correcting small grammatical error (#33393) @robyyo
243
+ - [docs] Link to the correct package on Joy component pages (#33439) @cherniavskii
244
+ - [docs] Fix e2e tests (#33477) @siriwatknp
245
+ - [docs] Fix dead links (#33462) @oliviertassinari
246
+ - [docs] Cleanup the migration (#33463) @siriwatknp
247
+ - [docs] Fix broken Sponsoring services links @samuelsycamore
248
+ - [docs] Improve repo README with light/dark logos, relative links and more (#33356) @samuelsycamore
249
+ - [docs] Update links to MUI X Overview and Introduction pages (#33201) @samuelsycamore
250
+ - [docs] Update to React 18 (#33196) @mnajdova
251
+ - [docs] Simplify "Upload button" demo (#33326) @baharalidurrani
252
+ - [docs] Add "refine" demo to showcase (#33240) @omeraplak
253
+ - [docs] Add webpack alias for legacy utils package (#33376) @jgbae
254
+ - [docs] Improve external link icons synonyms (#33257) @davidgarciab
255
+ - [examples] Update MUI Base with Tailwind CSS to use the latest versions of the dependencies (#33401) @mnajdova
256
+ - [examples] Add MUI base example (#33154) @siriwatknp
257
+
258
+ ### Core
259
+
260
+ - [core] Fix @mui/monorepo regression for the import of the docs infra (#33390) @Janpot
261
+ - [core] Remove old babel resolve rule (#33432) @oliviertassinari
262
+ - [website] Shorten the plan descriptions on the pricing page (#32984) @joserodolfofreitas
263
+ - [website] Link EULA in the license quantity section (#33292) @oliviertassinari
264
+
265
+ 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
266
+
267
+ ## 5.8.7
268
+
269
+ <!-- generated comparing v5.8.6..master -->
270
+
271
+ _Jul 4, 2022_
272
+
273
+ A big thanks to the 13 contributors who made this release possible. Here are some highlights โœจ:
274
+
275
+ - ๐Ÿ› Fixed an issue causing Typescript errors when building a project with Material UI v5.8.6 (@michaldudak)
276
+ - ๐Ÿ› Fixed a few bugs in Material UI components. Thanks @henriqueholtz, @jake-collibra, @MattiasMartens and @TimoWilhelm!
277
+ - many other ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements
278
+
279
+ ### `@mui/material@5.8.7`
280
+
281
+ - [Autocomplete] Add some missing props in `useAutocomplete` (#33269) @henriqueholtz
282
+ - [Autocomplete] Extend `componentsProps` to include `popper` and `popupIndicator` slots (#33283) @jake-collibra
283
+ - [Select] Annotate empty string as valid value prop (#33088) @MattiasMartens
284
+ - [SnackbarContent] Fix message text color with css var provider (#33285) @TimoWilhelm
285
+
286
+ ### `@mui/styled-engine@5.8.7`
287
+
288
+ - [styled-engine] Add missing type dependency on csstype (#33310) @Methuselah96
289
+
290
+ ### `@mui/system@5.8.7`
291
+
292
+ - [system] Simplify theme input types for `CssVarsProvider` (#33381) @siriwatknp
293
+ - [system] Export required types (#33324) @michaldudak
294
+
295
+ ### `@mui/joy@5.0.0-alpha.35`
296
+
297
+ - [Joy] Add radio button documentation (#33254) @siriwatknp
298
+ - [Joy] Add switch documentation (#33302) @siriwatknp
299
+ - [Joy] Batch a couple of documentation refinements (#33158)
300
+ - [Joy] Enable Joy and Material UI compatibility (#33379) @siriwatknp
301
+
302
+ ### `@mui/base@5.0.0-alpha.88`
303
+
304
+ - [base] Remove a type incompatible with Typescript 3.5 (#33361) @michaldudak
305
+ - [BadgeUnstyled] Export BadgeUnstyledOwnProps interface to fix typescript compiler error (#33314) @aaronlademann-wf
306
+ - [TablePaginationUnstyled] Accept callbacks in componentsProps (#33309) @michaldudak
307
+
308
+ ### Docs
309
+
310
+ - [docs] Fix Link typings in the react-router example (#32308) @aaarichter
311
+ - [docs] Add caveat about class components with Tooltip (#33325) @joshkel
312
+ - [docs] Fix SEO issues (#33288) @oliviertassinari
313
+ - [docs] Fix Slider's "player" demo (#33267) @xlianghang
314
+ - [website] Link MUI Toolpad in mui.com (#33287) @oliviertassinari
315
+
316
+ All contributors of this release in alphabetical order: @aaarichter, @aaronlademann-wf, @danilo-leal, @henriqueholtz, @jake-collibra, @joshkel, @MattiasMartens, @Methuselah96, @michaldudak, @oliviertassinari, @siriwatknp, @TimoWilhelm, @xlianghang
317
+
3
318
  ## 5.8.6
4
319
 
5
320
  <!-- generated comparing v5.8.5..master -->
@@ -1879,7 +2194,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
1879
2194
  - &#8203;<!-- 19 -->[docs] Sync translations with Crowdin (#30067) @l10nbot
1880
2195
  - &#8203;<!-- 18 -->[docs] Fix link on "Custom variables" section in the Theming page #30100 @danilo-leal
1881
2196
  - &#8203;<!-- 17 -->[docs] Fix justifyContent option in the Grid interactive demo (#30117) @danilo-leal
1882
- - &#8203;<!-- 16 -->[docs] Add tip to help access the docs of a previous version when finding answers in StackOverflow (#30101) @danilo-leal
2197
+ - &#8203;<!-- 16 -->[docs] Add tip to help access the docs of a previous version when finding answers in Stack Overflow (#30101) @danilo-leal
1883
2198
  - &#8203;<!-- 15 -->[docs] Fix import example inside Unstyled Backdrop section (#30098) @TheodosiouTh
1884
2199
  - &#8203;<!-- 01 -->[website] Column pinning and Tree data are out (#30136) @oliviertassinari
1885
2200
  - &#8203;<!-- 07 -->[survey] Remove survey promotion items (#30122) @danilo-leal
@@ -1960,7 +2275,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
1960
2275
  - &#8203;<!-- 21 -->[docs] Update nextjs-typescript-example (#29974) @huydhoang
1961
2276
  - &#8203;<!-- 20 -->[docs] Add missing global state classes to API docs generator (#29945) @michaldudak
1962
2277
  - &#8203;<!-- 19 -->[docs] Fix benchmarks folder link (#29981) @fourjr
1963
- - &#8203;<!-- 18 -->[docs] Improve wording in StackOverflow section of support page (#29956) @ronwarner
2278
+ - &#8203;<!-- 18 -->[docs] Improve wording in Stack Overflow section of support page (#29956) @ronwarner
1964
2279
  - &#8203;<!-- 17 -->[docs] Remove Black Friday sale notification (#29936) @mbrookes
1965
2280
  - &#8203;<!-- 16 -->[examples] Fix typos in the Remix example (#30071) @MichaelDeBoey
1966
2281
  - &#8203;<!-- 15 -->[examples] Add Remix example (#29952) @mnajdova
@@ -1973,7 +2288,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
1973
2288
  ### Core
1974
2289
 
1975
2290
  - &#8203;<!-- 31 -->[core] Batch small changes (#30042) @oliviertassinari
1976
- - &#8203;<!-- 28 -->[core] Transition to a new StackOverflow tag (#29967) @oliviertassinari
2291
+ - &#8203;<!-- 28 -->[core] Transition to a new Stack Overflow tag (#29967) @oliviertassinari
1977
2292
 
1978
2293
  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
1979
2294
 
@@ -5659,7 +5974,7 @@ A big thanks to the 30 contributors who made this release possible. Here are som
5659
5974
  #### Breaking changes
5660
5975
 
5661
5976
  - &#8203;<!-- 91 -->[types] Rename the exported `Omit` type in `@material-ui/types`. (#24795) @petyosi
5662
- 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).
5977
+ 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).
5663
5978
 
5664
5979
  ```diff
5665
5980
  -import { Omit } from '@material-ui/types';
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.8.6
1
+ /** @license MUI v5.9.3
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.8.6
1
+ /** @license MUI v5.9.3
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.8.6
1
+ /** @license MUI v5.9.3
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.8.6
1
+ /** @license MUI v5.9.3
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.8.6",
3
+ "version": "5.9.3",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "Private - The React theme context to be shared between `@mui/styles` and `@mui/material`.",
@@ -36,7 +36,7 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@babel/runtime": "^7.17.2",
39
- "@mui/utils": "^5.8.6",
39
+ "@mui/utils": "^5.9.3",
40
40
  "prop-types": "^15.8.1"
41
41
  },
42
42
  "sideEffects": false,