@mui/private-theming 5.9.0 → 5.10.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,424 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.10.3
4
+
5
+ <!-- generated comparing v5.10.2..master -->
6
+
7
+ _Aug 29, 2022_
8
+
9
+ A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
10
+
11
+ - ⚡ @mnajdova implemented an alternative to OverridableComponent to achieve better dev-time performance (#32735)
12
+ - Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
13
+
14
+ ### `@mui/material@5.10.3`
15
+
16
+ - [Autocomplete][material] Fix value overflow when `disableClearable` is used (#34053) @mnajdova
17
+ - [Autocomplete] Update unstyled demo to not import Material UI (#34060) @oliviertassinari
18
+ - [Slider] Remove SliderInput export from d.ts (#34055) @pieetrus
19
+ - [TablePagination] Fix select variant not working (#33974) @ZeeshanTamboli
20
+
21
+ ### `@mui/system@5.10.3`
22
+
23
+ - [system] Fix mode blink when open multiple sessions (#33877) @siriwatknp
24
+
25
+ ### `@mui/base@5.0.0-alpha.95`
26
+
27
+ - [Button][base] Prevent too many ref updates (#33882) @michaldudak
28
+ - [Select][base] Fix typo in listbox blur event handler (#34120) @ZeeshanTamboli
29
+ - [TrapFocus] Improve tab test and simplify demo (#34008) @EthanStandel
30
+
31
+ ### `@mui/joy@5.0.0-alpha.43`
32
+
33
+ - [Joy] Fix `role` proptypes (#34119) @siriwatknp
34
+ - [Joy] Refine `componentsProps` for all components (#34077) @siriwatknp
35
+ - [Radio][joy] support `componentsProps` as a function (#34022) @siriwatknp
36
+ - [Select][joy] Improve the a11y on the select field demo (#34073) @mnajdova
37
+ - [Textarea][joy] Add `Textarea` component (#33975) @siriwatknp
38
+
39
+ ### Docs
40
+
41
+ - [blog] Add Grid v2 announcement (#33926) @siriwatknp
42
+ - [blog] Making customizable components (#33183) @alexfauquette
43
+ - [blog] Improve SEO metadata (#33954) @oliviertassinari
44
+ - [docs] Add introduction Base component demos & general uplift (#33896) @danilo-leal
45
+ - [docs] Fix Gatsby sample config in CSS variables (#34024) @bicstone
46
+ - [docs] Fix 404 link from Joy to React Router (#34115) @oliviertassinari
47
+ - [docs] Fix typo in `Select` component (#34091) @HexM7
48
+ - [docs] Fix 301 links to tss's docs @oliviertassinari
49
+ - [docs] Fixing Joy UI usage snippet (#34049) @JonathanAsbury-SPS
50
+ - [docs] Fix missing JSX closing tag in Tooltip docs (#34064) @hoangph271
51
+ - [website] Add Toolpad to Navigation (#33937) @bharatkashyap
52
+ - [website] Improve SEO meta description for MUI X @oliviertassinari
53
+ - [website] Improve visual look of code demos (#34070) @oliviertassinari
54
+ - [website] Fix `DatePicker` component demo on the home page (#34054) @NaveenPantra
55
+
56
+ ### Core
57
+
58
+ - [core] Offer alternative to `OverridableComponent` via module augmentation for better performance (#32735) @mnajdova
59
+ - [core] Fix prop-type warning in regression tests (#34086) @oliviertassinari
60
+ - [core] Specify code owners (#33995) @michaldudak
61
+ - [core] Fix scroll restoration (#34037) @oliviertassinari
62
+
63
+ All contributors of this release in alphabetical order: @alexfauquette, @bharatkashyap, @bicstone, @danilo-leal, @EthanStandel, @HexM7, @hoangph271, @JonathanAsbury-SPS, @michaldudak, @mnajdova, @NaveenPantra, @oliviertassinari, @pieetrus, @renovate[bot], @siriwatknp, @ZeeshanTamboli
64
+
65
+ ## 5.10.2
66
+
67
+ <!-- generated comparing v5.10.1..master -->
68
+
69
+ _Aug 22, 2022_
70
+
71
+ A big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:
72
+
73
+ - ✨ @michaldudak synced the Material Icons set with the latest from Google (#33988).
74
+ A couple of icons changed their appearance. See the difference [on this Argos build](https://app.argos-ci.com/mui/material-ui/builds/4428]).
75
+
76
+ ### `@mui/material@5.10.2`
77
+
78
+ - &#8203;<!-- 16 -->[Autocomplete] Fix `keepMounted` Popper prop not working (#33957) @ZeeshanTamboli
79
+ - &#8203;<!-- 10 -->[IconButton] Fix hover effect when CSS Variables are enabled (#33971) @TheUnlocked
80
+ - &#8203;<!-- 07 -->[LoadingButton] Add support for CSS variables (#34001) @ZeeshanTamboli
81
+ - &#8203;<!-- 05 -->[TimelineConnector] Add support for CSS variables (#34002) @ZeeshanTamboli
82
+ - &#8203;<!-- 04 -->[TimelineDot] Add support for CSS variables (#34003) @ZeeshanTamboli
83
+ - &#8203;<!-- 03 -->[TreeItem] Add support for CSS variables (#34004) @ZeeshanTamboli
84
+
85
+ ### `@mui/system@5.10.2`
86
+
87
+ - &#8203;<!-- 06 -->[system] catch localStorage errors (#34027) @jsakas
88
+
89
+ ### `@mui/joy@5.0.0-alpha.42`
90
+
91
+ - &#8203;<!-- 08 -->[Joy] Add missing global exports (#33982) @tomasz-sodzawiczny
92
+
93
+ ### `@mui/icons-material@5.8.5`
94
+
95
+ - &#8203;<!-- 09 -->[icons] Sync the Material Icons (#33988) @michaldudak
96
+
97
+ ### Docs
98
+
99
+ - &#8203;<!-- 21 -->[docs] Fix typo in using-joy-ui-and-material-ui.md (#33997) @djohalo2 @danilo-leal
100
+ - &#8203;<!-- 20 -->[docs] Fix typo in the Transition docs (#34040) @alirezahekmati
101
+ - &#8203;<!-- 19 -->[docs] Typo fix in Joy UI Aspect Ratio doc (#33984) @AjeetSingh2016
102
+ - &#8203;<!-- 15 -->[docs] Fix broken Joy UI codesandbox export (#34007) @oliviertassinari
103
+ - &#8203;<!-- 14 -->[docs] Fix typos in `test` folder's README (#33976) @ropereraLK
104
+ - &#8203;<!-- 13 -->[docs] Fix interior section links in Base docs that feature hooks (#33948) @samuelsycamore
105
+ - &#8203;<!-- 12 -->[docs] Fix typo in Joy UI's List Component docs (#33956) @Cerebro92
106
+ - &#8203;<!-- 11 -->[docs] Fix typo in Joy UI's docs (#33938) @AjeetSingh2016
107
+
108
+ ### Core
109
+
110
+ - &#8203;<!-- 18 -->[website] Optimize meta description length (#34006) @oliviertassinari
111
+ - &#8203;<!-- 17 -->Revert "[core] Replace `getInitialProps` with `getStaticProps`" (#33991) @mnajdova
112
+ - &#8203;<!-- 02 -->[website] Move the React Engineer - X to next roles (#34030) @mnajdova
113
+ - &#8203;<!-- 01 -->[website] Add Icons8 gold sponsor (#33978) @michaldudak
114
+
115
+ All contributors of this release in alphabetical order: @AjeetSingh2016, @alirezahekmati, @Cerebro92, @danilo-leal, @djohalo2, @jsakas, @michaldudak, @mnajdova, @oliviertassinari, @ropereraLK, @samuelsycamore, @TheUnlocked, @tomasz-sodzawiczny, @ZeeshanTamboli
116
+
117
+ ## 5.10.1
118
+
119
+ <!-- generated comparing v5.10.0..master -->
120
+
121
+ _Aug 15, 2022_
122
+
123
+ A big thanks to the 18 contributors who made this release possible. This release was mostly around 🐛 bug fixes and 📚 documentation improvements.
124
+
125
+ ### `@mui/material@5.10.1`
126
+
127
+ - &#8203;<!-- 04 -->[TableCell] Enable variant overrides via TypeScript module augmentation (#33856) @arjunvijayanathakurup
128
+
129
+ ### `@mui/system@5.10.1`
130
+
131
+ - &#8203;<!-- 05 -->[system] Fix `ContainerProps` export (#33923) @bugzpodder
132
+
133
+ ### `@mui/base@5.0.0-alpha.93`
134
+
135
+ - &#8203;<!-- 31 -->[TrapFocus] Removes invisible tabbable elements from (#33543) @EthanStandel
136
+ - &#8203;<!-- 30 -->[Input][base] Pass the rows prop to the underlying textarea (#33873) @michaldudak
137
+ - &#8203;<!-- 06 -->[SelectUnstyled] Add ability to post the select's value when submitting a form (#33697) @michaldudak
138
+
139
+ ### `@mui/joy@5.0.0-alpha.41`
140
+
141
+ - &#8203;<!-- 07 -->[IconButton][joy] Fix large IconButton scaling (#33885) @cherewaty
142
+
143
+ ### Docs
144
+
145
+ - &#8203;<!-- 23 -->[docs] Expand on a11y section for Material UI `Link` component (#32839) @TKrishnasamy
146
+ - &#8203;<!-- 22 -->[docs] Fix typo in Joy UI's `AspectRatio` docs (#33895) @IsaacInsoll
147
+ - &#8203;<!-- 21 -->[docs] Improve the Base Usage page (#33272) @samuelsycamore
148
+ - &#8203;<!-- 20 -->[docs] Avoid refreshing the page when button on demo is clicked (#33852) @PunitSoniME
149
+ - &#8203;<!-- 19 -->[docs] Improve the HorizontalNonLinearStepper demo styling (#33886) @hayawata3626
150
+ - &#8203;<!-- 18 -->[docs] Remove dead NoSsr in the demos (#33910) @oliviertassinari
151
+ - &#8203;<!-- 17 -->[docs] Fix the reopening menu problem in MenuUnstyled demo (#33890) @michaldudak
152
+ - &#8203;<!-- 24 -->[docs] Fix a few link issues (#33909) @oliviertassinari
153
+ - &#8203;<!-- 16 -->[docs] Explain the icons package dependencies (#33592) @michaldudak
154
+ - &#8203;<!-- 15 -->[docs] Fix reported SEO issues (#33818) @oliviertassinari
155
+ - &#8203;<!-- 14 -->[docs] Add permanent notifications back (#33843) @oliviertassinari
156
+ - &#8203;<!-- 13 -->[docs] Enforce description for all pages (#33698) @oliviertassinari
157
+ - &#8203;<!-- 12 -->[docs] Clarify difference in startup times between named and default imports (#33109) @cmdcolin
158
+ - &#8203;<!-- 11 -->[docs] Update transform function in the sx prop sizing docs (#33850) @ZeeshanTamboli
159
+ - &#8203;<!-- 10 -->[docs] Adding missing accessibility labels (#33782) @PunitSoniME
160
+ - &#8203;<!-- 09 -->[docs] Fix `/system/getting-started/advanced/` does not exist (#33867) @MonstraG
161
+ - &#8203;<!-- 32 -->[docs] New Crowdin updates (#32213) @l10nbot
162
+ - &#8203;<!-- 08 -->[examples] Fix broken path to favicon.ico (#33906) @mmostafavi
163
+ - &#8203;<!-- 02 -->[website] Add new FAQ to pricing page (#33553) @oliviertassinari
164
+ - &#8203;<!-- 03 -->[website] Miscellaneous improvements to the marketing pages (#33897) @danilo-leal
165
+
166
+ ### Core
167
+
168
+ - &#8203;<!-- 29 -->[core] Add the download tracker package (#33899) @michaldudak
169
+ - &#8203;<!-- 28 -->[core] Use proper external build id for Argos uploads (#33929) @cherniavskii
170
+ - &#8203;<!-- 27 -->[core] Enforce 70 as the max width on the title on the docs (#33819) @oliviertassinari
171
+ - &#8203;<!-- 26 -->[core] Clear yarn installation warning (#33776) @michaldudak
172
+ - &#8203;<!-- 25 -->[core] Bump yarn to 1.22.19 (#33656) @michaldudak
173
+ - &#8203;<!-- 24 -->[core] Remove outdated Next.js options (#33845) @oliviertassinari
174
+ - &#8203;<!-- 34 -->[core] Add the download tracker build script (#33941) @michaldudak
175
+ - &#8203;<!-- 01 -->[website] Allow /r/store- redirection pattern @oliviertassinari
176
+
177
+ All contributors of this release in alphabetical order: @arjunvijayanathakurup, @bugzpodder, @cherewaty, @cherniavskii, @cmdcolin, @danilo-leal, @EthanStandel, @hayawata3626, @IsaacInsoll, @l10nbot, @michaldudak, @mmostafavi, @MonstraG, @oliviertassinari, @PunitSoniME, @samuelsycamore, @TKrishnasamy, @ZeeshanTamboli
178
+
179
+ ## 5.10.0
180
+
181
+ <!-- generated comparing v5.9.3..master -->
182
+
183
+ _Aug 8, 2022_
184
+
185
+ A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
186
+
187
+ - ✨ [Stack](https://mui.com/system/react-stack/) component is added to MUI System and Joy UI #33760 #33800 @mnajdova
188
+ - ✨ [Breadcrumbs](https://mui.com/joy-ui/react-breadcrumbs/) component is added to Joy UI (#32697) @hbjORbj
189
+ - Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
190
+
191
+ ### `@mui/material@5.10.0`
192
+
193
+ - [Grid] Prevent crash if spacing is set to zero in theme (#33777) @PunitSoniME
194
+ - [Grid] Export interface `RegularBreakpoints` to fix type error (#33751) @ZeeshanTamboli
195
+ - [Skeleton] Add `rounded` variant (#33687) @siriwatknp
196
+ - [Stepper] Fix classes for icon container (#33734) @pratikkarad
197
+ - [TableCell] Enable size prop overrides via module augmentation (#33816) @brentertz
198
+ - [Tooltip] Fix tooltip arrow css var background (#33753) @TimoWilhelm
199
+ - [useScrollTrigger] Add passive flag to scroll trigger event listener #32437 (#33749) @Dsalazar1685
200
+
201
+ ### `@mui/system@5.10.0`
202
+
203
+ - Fix unnecessary styles created from `sx` (#33752) @siriwatknp
204
+ - Fix duplicated styles in Box (#33774) @iamxukai
205
+ - Don't spread props to DOM for string tags (#33761) @siriwatknp
206
+ - Add `Stack` component (#33760) @mnajdova
207
+
208
+ ### `@mui/joy@5.0.0-alpha.40`
209
+
210
+ - [Stack] Add new component (#33800) @mnajdova
211
+ - [Breadcrumbs] Add `Breadcrumbs` component (#32697) @hbjORbj
212
+ - [Card] Fix wrong api description for `size` prop (#33862) @hbjORbj
213
+ - Miscellaneous fixes (#33796, #33750) @siriwatknp
214
+
215
+ ### Docs
216
+
217
+ - [docs] Create, revise, and expand System "Getting started" docs (#33503) @samuelsycamore
218
+ - [docs] Test new image best practice @oliviertassinari
219
+ - [docs] Fix typo in the ClickAwayListerner name (#33813) @pawelsmigielski
220
+ - [docs] Fix link to `Basics` section in `Trap Focus` docs (#33772) @ZeeshanTamboli
221
+ - [docs] z-index added in popper when used by split button (#33763) @PunitSoniME
222
+ - [docs] Improve the guide for using @mui/base with Tailwind CSS (#33670) @mnajdova
223
+ - [docs] Fix warnings related to Next.js' links (#33693) @mnajdova
224
+ - [docs] Add notification to aggregation blogpost (#33745) @joserodolfofreitas
225
+ - [docs] Add Grid version 2 docs (#33554) @siriwatknp
226
+ - [examples] Fix `NextLinkComposedProps` type error (#33842) @adham618
227
+
228
+ ### Core
229
+
230
+ - [blog] Add social card to Tenerife retreat post (#33764)
231
+ - [blog] Fix blue outline bug (#33707) @oliviertassinari
232
+ - [blog] Improve the width of the layout (#33706) @oliviertassinari@samuelsycamore
233
+ - [core] Remove unnecessary packageName attribute from pages (#33488) @cherniavskii
234
+ - [core] Remove duplicated CODE_OF_CONDUCT (#33702) @oliviertassinari
235
+ - [core] Update Playwright packages together (#33737) @michaldudak
236
+ - [website] Fix notifications not being marked as read in production (#33756) @cherniavskii
237
+
238
+ All contributors of this release in alphabetical order: @adham618, @brentertz, @cherniavskii, @Dsalazar1685, @hbjORbj, @iamxukai, @joserodolfofreitas, @michaldudak, @mnajdova, @oliviertassinari, @pawelsmigielski, @pratikkarad, @PunitSoniME, @siriwatknp, @TimoWilhelm, @ZeeshanTamboli
239
+
240
+ ## 5.9.3
241
+
242
+ <!-- generated comparing v5.9.2..master -->
243
+
244
+ _Aug 1, 2022_
245
+
246
+ A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
247
+
248
+ - 🖼️ @garronej worked on improving the support of Emotion packages in the System (#33205)
249
+ - Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
250
+
251
+ ### `@mui/material@5.9.3`
252
+
253
+ - [Chip] Assign classnames and associated styles for `filled` variant (#33587) @hbjORbj
254
+ - [Grid] Fix `columnSpacing` and `rowSpacing` props ignore higher breakpoints with 0 (#33480) @ZeeshanTamboli
255
+ - [Input] Add the readOnly state class (#33654) @michaldudak
256
+ - [Stack] Responsive styles based on breakpoints should be in the correct order (#33552) @hbjORbj
257
+
258
+ ### `@mui/system@5.9.3`
259
+
260
+ - [system] Make @emotion/\* fully supported in the System (#33205) @garronej
261
+
262
+ ### `@mui/codemod@5.9.3`
263
+
264
+ - [codemod] Fix theme-spacing performance (#33691) @siriwatknp
265
+ - [codemod] Support @mui import for variant-prop (#33692) @siriwatknp
266
+
267
+ ### `@mui/styled-engine-sc@5.9.3`
268
+
269
+ - [styled-engine-sc] Add missing @babel/runtime dependency (#33741) @MonstraG
270
+
271
+ ### `@mui/joy@5.0.0-alpha.38`
272
+
273
+ - [Joy] Add Tabs components (#33664) @siriwatknp
274
+ - [Joy] Miscellaneous fixes (#33685) @siriwatknp
275
+ - [Joy] Update read.me content (#33643) @danilo-leal
276
+
277
+ ### Docs
278
+
279
+ - [blog] Add blog post about company retreat in Tenerife 🏝 (#33566) @samuelsycamore
280
+ - [blog] Add blog post to announce the aggregation feature (#33595) @joserodolfofreitas
281
+ - [blog] Fix horizontal scrollbar with code snippets (#33648) @joserodolfofreitas
282
+ - [docs] Fix a typo in the code in `Sorting & selecting` Table demo (#33674) @mracette
283
+ - [docs] Fix en-US format in the Skeleton demo (#33699) @husseinsaad98
284
+ - [docs] Update module reference for `usePagination` (#33675) @fullstackzach
285
+ - [docs] Fix code examples in `styled` API vs `sx` prop docs (#33665) @ZeeshanTamboli
286
+ - [docs][system] Throw an informative error when `theme.vars` is used in `createTheme` and mention this in the theming docs (#33619) @hbjORbj
287
+ - [website] Remove legacy redirect @oliviertassinari
288
+ - [website] Add new legal pages (#33650) @oliviertassinari
289
+ - [website] Clarify when a license in development is required (#33668) @oliviertassinari
290
+ - [website] Update links to rows pages (#33739) @cherniavskii
291
+ - [website] Update pricing table to add aggregation and row pinning (#33659) @joserodolfofreitas
292
+
293
+ ### Core
294
+
295
+ - [core] Replace `getInitialProps` with `getStaticProps` (#33684) @mnajdova
296
+ - [core] Remove accidentally added files (#33636) @michaldudak
297
+ - [core] Update packages with security issues (#33679) @michaldudak
298
+ - [core] Add React 17 nightly build (#33594) @mnajdova
299
+ - [core] Update lerna to 5.2.0 (#33635) @michaldudak
300
+ - [core] Prepare isolation of Next.js X app (#33649) @oliviertassinari
301
+ - [core] Remove thenify version override from package.json resolutions (#33638) @michaldudak
302
+ - [core] Update Node.js to 14 on CircleCI, CodeSandbox, and Netlify (#33642) @michaldudak
303
+ - [test] Replace istanbul-instrumenter-loader with babel-plugin-istanbul (#33666) @michaldudak
304
+ - [test] Run TypeScript module augmentation tests for Joy UI in CI (#33667) @ZeeshanTamboli
305
+
306
+ All contributors of this release in alphabetical order: @cherniavskii, @danilo-leal, @fullstackzach, @garronej, @hbjORbj, @husseinsaad98, @joserodolfofreitas, @michaldudak, @mnajdova, @MonstraG, @mracette, @oliviertassinari, @samuelsycamore, @siriwatknp, @ZeeshanTamboli
307
+
308
+ ## 5.9.2
309
+
310
+ <!-- generated comparing v5.9.1..master -->
311
+
312
+ _Jul 25, 2022_
313
+
314
+ A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
315
+
316
+ - 🧪 Ensure all Base components are `OverridableComponent` (#33506) @michaldudak
317
+ - 🧪 Various improvements on the Material `Stack` component (#33548, #33588, #33549) @hbjORbj
318
+ - Many other 🐛 bug fixes and 📚 documentation improvements
319
+
320
+ ### `@mui/material@5.9.2`
321
+
322
+ - &#8203;<!-- 34 -->Revert "[Tooltip] Fix children mouse over detection (#32321)" @oliviertassinari
323
+ - &#8203;<!-- 19 -->[FormHelperText] Fix unable to create new variants (#33589) @DinhBaoTran
324
+ - &#8203;<!-- 18 -->[ImageList] Remove vertical spacing between items in masonry layout (#33593) @michaldudak
325
+ - &#8203;<!-- 13 -->[LoadingButton] Refactor duplicate code (#33570) @ZeeshanTamboli
326
+ - &#8203;<!-- 12 -->[Modal] Explain the meaning of deprecation of the BackdropComponent prop (#33591) @michaldudak
327
+ - &#8203;<!-- 11 -->[Stack] Fix unit test failure (#33588) @hbjORbj
328
+ - &#8203;<!-- 10 -->[Stack] Fix default `flexDirection` value with responsive prop (#33549) @hbjORbj
329
+ - &#8203;<!-- 09 -->[Stack] Ensure that `marginundefined` doesn't occur in styling (#33548) @hbjORbj
330
+ - &#8203;<!-- 08 -->[Tabs] Fix `indicatorColor` prop type (#33569) @ZeeshanTamboli
331
+ - &#8203;<!-- 07 -->[Tabs] Add TypeScript interface to augment tab indicator color in theme (#33333) @AHeiming
332
+
333
+ ### `@mui/base@5.0.0-alpha.91`
334
+
335
+ - &#8203;<!-- 33 -->[Base] Make PopperUnstyled `component` overridable (#33573) @siriwatknp
336
+ - &#8203;<!-- 32 -->[Base] Ensure all components are OverridableComponent (#33506) @michaldudak
337
+
338
+ ### `@mui/joy@5.0.0-alpha.38`
339
+
340
+ - &#8203;<!-- 17 -->[Select] Add new component in Joy (#33630) @siriwatknp
341
+ - &#8203;<!-- 15 -->[Joy] Add Text field documentation (#33430, #33631) @danilo-leal
342
+ - &#8203;<!-- 14 -->[Joy] Add menu components (#31789) @siriwatknp
343
+
344
+ ### Docs
345
+
346
+ - &#8203;<!-- 31 -->[blog] Fix 404 link to Algolia docs search (dd4308d) @oliviertassinari
347
+ - &#8203;<!-- 28 -->[docs] Add accessibility tips (#33633) @siriwatknp
348
+ - &#8203;<!-- 27 -->[docs] Fix production deploy of codesandboxes (#33608) @oliviertassinari
349
+ - &#8203;<!-- 26 -->[docs] Show border on `palette.background.paper` in dark mode docs (#33611) @ZeeshanTamboli
350
+ - &#8203;<!-- 25 -->[docs] Fix typo in Joy UI dark mode page (#33620) @bairamau
351
+ - &#8203;<!-- 24 -->[docs] Final polish on Base docs - formatting and style consistency (#33156) @samuelsycamore
352
+ - &#8203;<!-- 23 -->[docs] Fix `CssBaseline` import in example code (#33614) @dd-ssc
353
+ - &#8203;<!-- 22 -->[docs] Fix Toolpad docs redirection (#33524) @bharatkashyap
354
+ - &#8203;<!-- 21 -->[docs] Fix link to Snackbar customization section in Alert docs (#33586) @ZeeshanTamboli
355
+ - &#8203;<!-- 20 -->[docs] Fix `placement choices` typo in Tooltip docs (#33571) @MonstraG
356
+ - &#8203;<!-- 05 -->[website] Update home page's sponsor grid (#33528) @danilo-leal
357
+ - &#8203;<!-- 04 -->[website] Add Vytautas to the about page (#33567) @bytasv
358
+ - &#8203;<!-- 03 -->[website] Improve newsletter input design (#33585) @danilo-leal
359
+ - &#8203;<!-- 02 -->[website] Add YouTube link to footer (#33580) @gerdadesign
360
+ - &#8203;<!-- 01 -->[website] Clarify scope of technical support (#33435) @joserodolfofreitas
361
+
362
+ ### Core
363
+
364
+ - &#8203;<!-- 30 -->[core] Swallow ad blocker fetch fail (#33617) @oliviertassinari
365
+ - &#8203;<!-- 29 -->[core] Fix dep security by resolving `thenify` to latest (#33612) @siriwatknp
366
+ - &#8203;<!-- 06 -->[test] Remove `view` option from Event in Snackbar tests (#33555) @ZeeshanTamboli
367
+
368
+ 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
369
+
370
+ ## 5.9.1
371
+
372
+ <!-- generated comparing v5.9.0..master -->
373
+
374
+ _Jul 18, 2022_
375
+
376
+ A big thanks to the 17 contributors who made this release possible. This release is mainly about 🐛 bug fixes and 📚 documentation improvements
377
+
378
+ ### `@mui/material@5.9.1`
379
+
380
+ - &#8203;<!-- 24 -->[Autocomplete] Fix disabling component crashing when focused (#31313) @mzedel
381
+ - &#8203;<!-- 07 -->[Grid] Avoid scrollbar in demo (#33527) @oliviertassinari
382
+ - &#8203;<!-- 05 -->[Slider] Fix transition of tooltips on vertical slider (#33009) @abhinav-22-tech
383
+ - &#8203;<!-- 01 -->[TouchRipple] Fix crash on android where `event.touches` are an empty array (#32974) @lukeggchapman
384
+
385
+ ### `@mui/system@5.9.1`
386
+
387
+ - &#8203;<!-- 04 -->[system] Add flag to switch negative margin approach in Grid (#33484) @siriwatknp
388
+ - &#8203;<!-- 03 -->[system] Remove needless optional chaining check in `createEmptyBreakpointObject` method (#33482) @ZeeshanTamboli
389
+
390
+ ### `@mui/base@5.0.0-alpha.90`
391
+
392
+ - &#8203;<!-- 23 -->[base] Export types used by components' props (#33522) @michaldudak
393
+ - &#8203;<!-- 22 -->[base] Add missing type definitions in useControllableReducer (#33496) @michaldudak
394
+ - &#8203;<!-- 06 -->[SelectUnstyled] Do not call onChange unnecessarily (#33408) @michaldudak
395
+
396
+ ### `@mui/lab@5.0.0-alpha.91`
397
+
398
+ - &#8203;<!-- 02 -->[TimelineDot] Add TimelineDotPropsColorOverrides interface to extend color options (#33466) @lolaignatova
399
+
400
+ ### Docs
401
+
402
+ - &#8203;<!-- 19 -->[docs] Add note about CssBaseline in the dark mode page (#33108) @GabrielaLokelani
403
+ - &#8203;<!-- 18 -->[docs] Fix typos in the Interoperability page (#33273) @HexM7
404
+ - &#8203;<!-- 17 -->[docs] Improve the `useTheme` documentation (#33508) @rickstaa
405
+ - &#8203;<!-- 16 -->[docs] Fix 301 redirections (#33521) @oliviertassinari
406
+ - &#8203;<!-- 15 -->[docs] Link the same codesandbox as in the docs (#33472) @oliviertassinari
407
+ - &#8203;<!-- 14 -->[docs] Fix copy search false positives (#33438) @oliviertassinari
408
+ - &#8203;<!-- 13 -->[docs] Fix typo (#33520) @aravindpanicker
409
+ - &#8203;<!-- 12 -->[docs] Update Tailwind docs to include step about updating popover containers (#33315) @ajhenry
410
+ - &#8203;<!-- 11 -->[docs] Add yarn command for Roboto font in Material UI's typography.md (#33485) @anthonypz
411
+ - &#8203;<!-- 10 -->[docs] Add new community content to the Material UI Learn page (#32927) @Nikhilthadani
412
+ - &#8203;<!-- 09 -->[examples] Change createEmotionCache to use `insertionPoint` (#32104) @ANTARES-KOR
413
+ - &#8203;<!-- 08 -->[examples] Fix error in Next.js example with @mui/styles (#33456) @paustria
414
+
415
+ ### Core
416
+
417
+ - &#8203;<!-- 21 -->[core] Cleanup experiments (#33547) @siriwatknp
418
+ - &#8203;<!-- 20 -->[core] Update CHANGELOG to include pickers breaking change (#33486) @siriwatknp
419
+
420
+ 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
421
+
3
422
  ## 5.9.0
4
423
 
5
424
  <!-- generated comparing v5.8.7..master -->
@@ -11,6 +430,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
11
430
  - 🧪 Exported Grid v2 as `Unstable_Grid2` (#33479) @siriwatknp
12
431
  - 📖 Added a guide for using Joy UI and Material UI together (#33396) @siriwatknp
13
432
  - 🐛 Fixed a few bugs in Material UI components. Thanks to @ZeeshanTamboli, @ivan-ngchakming, and @joebingham-wk.
433
+ - ⚠️ **[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
14
434
  - many other 🐛 bug fixes and 📚 documentation improvements
15
435
  - our documentation site is now running with React 18! (#33196) @mnajdova
16
436
 
@@ -32,12 +452,19 @@ A big thanks to the 19 contributors who made this release possible. Here are som
32
452
 
33
453
  ### `@mui/lab@5.0.0-alpha.90`
34
454
 
455
+ **⚠️ Breaking changes**
456
+
35
457
  - [lab] Remove the pickers (#33386) @flaviendelangle
36
- - [Masonry] Support `rem`/`em` values for `spacing` prop (#33384) @hbjORbj
458
+
459
+ The pickers are moved to MUI X, check out the [migration guide](https://mui.com/x/react-date-pickers/migration-lab/).
460
+
461
+ **Changes**
462
+
463
+ - [Masonry] Support rem/em values for spacing prop (#33384) @hbjORbj
37
464
 
38
465
  ### `@mui/base@5.0.0-alpha.89`
39
466
 
40
- - Base] Change the order of class names merged in useSlotProps (#33383) @michaldudak
467
+ - [Base] Change the order of class names merged in useSlotProps (#33383) @michaldudak
41
468
  - [ModalUnstyled] Accept callbacks in componentsProps (#33181) @michaldudak
42
469
  - [SelectUnstyled] Accept callbacks in componentsProps (#33197) @michaldudak
43
470
  - [TabsUnstyled] Accept callbacks in componentsProps (#33284) @michaldudak
@@ -2004,7 +2431,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
2004
2431
  - &#8203;<!-- 19 -->[docs] Sync translations with Crowdin (#30067) @l10nbot
2005
2432
  - &#8203;<!-- 18 -->[docs] Fix link on "Custom variables" section in the Theming page #30100 @danilo-leal
2006
2433
  - &#8203;<!-- 17 -->[docs] Fix justifyContent option in the Grid interactive demo (#30117) @danilo-leal
2007
- - &#8203;<!-- 16 -->[docs] Add tip to help access the docs of a previous version when finding answers in StackOverflow (#30101) @danilo-leal
2434
+ - &#8203;<!-- 16 -->[docs] Add tip to help access the docs of a previous version when finding answers in Stack Overflow (#30101) @danilo-leal
2008
2435
  - &#8203;<!-- 15 -->[docs] Fix import example inside Unstyled Backdrop section (#30098) @TheodosiouTh
2009
2436
  - &#8203;<!-- 01 -->[website] Column pinning and Tree data are out (#30136) @oliviertassinari
2010
2437
  - &#8203;<!-- 07 -->[survey] Remove survey promotion items (#30122) @danilo-leal
@@ -2085,7 +2512,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
2085
2512
  - &#8203;<!-- 21 -->[docs] Update nextjs-typescript-example (#29974) @huydhoang
2086
2513
  - &#8203;<!-- 20 -->[docs] Add missing global state classes to API docs generator (#29945) @michaldudak
2087
2514
  - &#8203;<!-- 19 -->[docs] Fix benchmarks folder link (#29981) @fourjr
2088
- - &#8203;<!-- 18 -->[docs] Improve wording in StackOverflow section of support page (#29956) @ronwarner
2515
+ - &#8203;<!-- 18 -->[docs] Improve wording in Stack Overflow section of support page (#29956) @ronwarner
2089
2516
  - &#8203;<!-- 17 -->[docs] Remove Black Friday sale notification (#29936) @mbrookes
2090
2517
  - &#8203;<!-- 16 -->[examples] Fix typos in the Remix example (#30071) @MichaelDeBoey
2091
2518
  - &#8203;<!-- 15 -->[examples] Add Remix example (#29952) @mnajdova
@@ -2098,7 +2525,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
2098
2525
  ### Core
2099
2526
 
2100
2527
  - &#8203;<!-- 31 -->[core] Batch small changes (#30042) @oliviertassinari
2101
- - &#8203;<!-- 28 -->[core] Transition to a new StackOverflow tag (#29967) @oliviertassinari
2528
+ - &#8203;<!-- 28 -->[core] Transition to a new Stack Overflow tag (#29967) @oliviertassinari
2102
2529
 
2103
2530
  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
2104
2531
 
@@ -5784,7 +6211,7 @@ A big thanks to the 30 contributors who made this release possible. Here are som
5784
6211
  #### Breaking changes
5785
6212
 
5786
6213
  - &#8203;<!-- 91 -->[types] Rename the exported `Omit` type in `@material-ui/types`. (#24795) @petyosi
5787
- 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).
6214
+ 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).
5788
6215
 
5789
6216
  ```diff
5790
6217
  -import { Omit } from '@material-ui/types';
@@ -6690,7 +7117,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
6690
7117
 
6691
7118
  While the source code is currently hosted in the [main repository](https://github.com/mui/material-ui), we might move it to the [x repository](https://github.com/mui/mui-x) in the future, depending on what is easier for the commercial date range picker. The date picker will stay open source no matter what.
6692
7119
 
6693
- - 📚 Revamp the documentation for [the system](https://mui.com/system/basics/). The System contains CSS utilities. The documentation now promotes the use of the `sx` prop. It's ideal for adding one-off styles, e.g. padding, but when pushed to its limits, it can be used to implement quickly a complete page.
7120
+ - 📚 Revamp the documentation for [the system](https://mui.com/system/getting-started/overview/). The System contains CSS utilities. The documentation now promotes the use of the `sx` prop. It's ideal for adding one-off styles, e.g. padding, but when pushed to its limits, it can be used to implement quickly a complete page.
6694
7121
  - 👩‍🎨 Upgrade emotion to v11 (#23007) @mnajdova.
6695
7122
  - And many more 🐛 bug fixes and 📚 improvements.
6696
7123
 
@@ -7092,7 +7519,7 @@ Here are some highlights ✨:
7092
7519
  If you target IE11, you need to use the new bundle (`legacy`). We are treating IE11 as a second class-citizen, which is a continuation of the direction taken in #22873.
7093
7520
 
7094
7521
  - 🚀 Improve the internal benchmark suite (#22923, #23058) @mnajdova.
7095
- This was a prerequisite step to improve the [system](https://mui.com/system/basics/). We needed to be able to measure performance. After #22945, we have measured that the `Box` component is x3 faster in v5-alpha compared to v4.
7522
+ This was a prerequisite step to improve the [system](https://mui.com/system/getting-started/overview/). We needed to be able to measure performance. After #22945, we have measured that the `Box` component is x3 faster in v5-alpha compared to v4.
7096
7523
  - ✏️ A new blog post: [Q3 2020 Update](https://mui.com/blog/2020-q3-update/) (#23055) @oliviertassinari.
7097
7524
  - 🐙 Migrate more tests to react-testing-library @deiga, @Morteza-Jenabzadeh, @nicholas-l.
7098
7525
  - And many more 🐛 bug fixes and 📚 improvements.
@@ -7433,7 +7860,7 @@ Here are some highlights ✨:
7433
7860
 
7434
7861
  The new styling solution saves 2kB gzipped in the bundle compared to JSS, and about 14 kB gzipped if you were already using emotion or styled-components.
7435
7862
 
7436
- Last but not least, the change allows us to take advantage dynamic style props. We will use them for dynamic color props, variant props, and new style props (an improved [system](https://mui.com/system/basics/)).
7863
+ Last but not least, the change allows us to take advantage dynamic style props. We will use them for dynamic color props, variant props, and new style props (an improved [system](https://mui.com/system/getting-started/overview/)).
7437
7864
 
7438
7865
  This change has been in our roadmap for more than a year.
7439
7866
  We announced it in the [v4 release blog post](https://mui.com/blog/material-ui-v4-is-out/) as a direction v5 would take.
@@ -8686,7 +9113,7 @@ A big thanks to the 33 contributors who made this release possible. Here are som
8686
9113
  />
8687
9114
  ```
8688
9115
 
8689
- - [Typography] Replace the `srOnly` prop so as to not duplicate the capabilities of [System](https://mui.com/system/basics/) (#21413) @mnajdova.
9116
+ - [Typography] Replace the `srOnly` prop so as to not duplicate the capabilities of [System](https://mui.com/system/getting-started/overview/) (#21413) @mnajdova.
8690
9117
 
8691
9118
  ```diff
8692
9119
  -import Typography from '@material-ui/core/Typography';
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.9.0
1
+ /** @license MUI v5.10.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.9.0
1
+ /** @license MUI v5.10.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.9.0
1
+ /** @license MUI v5.10.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.9.0
1
+ /** @license MUI v5.10.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.9.0",
3
+ "version": "5.10.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`.",
@@ -35,8 +35,8 @@
35
35
  }
36
36
  },
37
37
  "dependencies": {
38
- "@babel/runtime": "^7.17.2",
39
- "@mui/utils": "^5.9.0",
38
+ "@babel/runtime": "^7.18.9",
39
+ "@mui/utils": "^5.10.3",
40
40
  "prop-types": "^15.8.1"
41
41
  },
42
42
  "sideEffects": false,