@mui/styled-engine 5.8.7 → 5.10.2

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,444 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.10.2
4
+
5
+ <!-- generated comparing v5.10.1..master -->
6
+
7
+ _Aug 22, 2022_
8
+
9
+ A big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:
10
+
11
+ - ✨ @michaldudak synced the Material Icons set with the latest from Google (#33988).
12
+ A couple of icons changed their appearance. See the difference [on this Argos build](https://app.argos-ci.com/mui/material-ui/builds/4428]).
13
+
14
+ ### `@mui/material@5.10.2`
15
+
16
+ - &#8203;<!-- 16 -->[Autocomplete] Fix `keepMounted` Popper prop not working (#33957) @ZeeshanTamboli
17
+ - &#8203;<!-- 10 -->[IconButton] Fix hover effect when CSS Variables are enabled (#33971) @TheUnlocked
18
+ - &#8203;<!-- 07 -->[LoadingButton] Add support for CSS variables (#34001) @ZeeshanTamboli
19
+ - &#8203;<!-- 05 -->[TimelineConnector] Add support for CSS variables (#34002) @ZeeshanTamboli
20
+ - &#8203;<!-- 04 -->[TimelineDot] Add support for CSS variables (#34003) @ZeeshanTamboli
21
+ - &#8203;<!-- 03 -->[TreeItem] Add support for CSS variables (#34004) @ZeeshanTamboli
22
+
23
+ ### `@mui/system@5.10.2`
24
+
25
+ - &#8203;<!-- 06 -->[system] catch localStorage errors (#34027) @jsakas
26
+
27
+ ### `@mui/joy@5.0.0-alpha.42`
28
+
29
+ - &#8203;<!-- 08 -->[Joy] Add missing global exports (#33982) @tomasz-sodzawiczny
30
+
31
+ ### `@mui/icons-material@5.8.5`
32
+
33
+ - &#8203;<!-- 09 -->[icons] Sync the Material Icons (#33988) @michaldudak
34
+
35
+ ### Docs
36
+
37
+ - &#8203;<!-- 21 -->[docs] Fix typo in using-joy-ui-and-material-ui.md (#33997) @djohalo2 @danilo-leal
38
+ - &#8203;<!-- 20 -->[docs] Fix typo in the Transition docs (#34040) @alirezahekmati
39
+ - &#8203;<!-- 19 -->[docs] Typo fix in Joy UI Aspect Ratio doc (#33984) @AjeetSingh2016
40
+ - &#8203;<!-- 15 -->[docs] Fix broken Joy UI codesandbox export (#34007) @oliviertassinari
41
+ - &#8203;<!-- 14 -->[docs] Fix typos in `test` folder's README (#33976) @ropereraLK
42
+ - &#8203;<!-- 13 -->[docs] Fix interior section links in Base docs that feature hooks (#33948) @samuelsycamore
43
+ - &#8203;<!-- 12 -->[docs] Fix typo in Joy UI's List Component docs (#33956) @Cerebro92
44
+ - &#8203;<!-- 11 -->[docs] Fix typo in Joy UI's docs (#33938) @AjeetSingh2016
45
+
46
+ ### Core
47
+
48
+ - &#8203;<!-- 18 -->[website] Optimize meta description length (#34006) @oliviertassinari
49
+ - &#8203;<!-- 17 -->Revert "[core] Replace `getInitialProps` with `getStaticProps`" (#33991) @mnajdova
50
+ - &#8203;<!-- 02 -->[website] Move the React Engineer - X to next roles (#34030) @mnajdova
51
+ - &#8203;<!-- 01 -->[website] Add Icons8 gold sponsor (#33978) @michaldudak
52
+
53
+ All contributors of this release in alphabetical order: @AjeetSingh2016, @alirezahekmati, @Cerebro92, @danilo-leal, @djohalo2, @jsakas, @michaldudak, @mnajdova, @oliviertassinari, @ropereraLK, @samuelsycamore, @TheUnlocked, @tomasz-sodzawiczny, @ZeeshanTamboli
54
+
55
+ ## 5.10.1
56
+
57
+ <!-- generated comparing v5.10.0..master -->
58
+
59
+ _Aug 15, 2022_
60
+
61
+ A big thanks to the 18 contributors who made this release possible. This release was mostly around 🐛 bug fixes and 📚 documentation improvements.
62
+
63
+ ### `@mui/material@5.10.1`
64
+
65
+ - &#8203;<!-- 04 -->[TableCell] Enable variant overrides via TypeScript module augmentation (#33856) @arjunvijayanathakurup
66
+
67
+ ### `@mui/system@5.10.1`
68
+
69
+ - &#8203;<!-- 05 -->[system] Fix `ContainerProps` export (#33923) @bugzpodder
70
+
71
+ ### `@mui/base@5.0.0-alpha.93`
72
+
73
+ - &#8203;<!-- 31 -->[TrapFocus] Removes invisible tabbable elements from (#33543) @EthanStandel
74
+ - &#8203;<!-- 30 -->[Input][base] Pass the rows prop to the underlying textarea (#33873) @michaldudak
75
+ - &#8203;<!-- 06 -->[SelectUnstyled] Add ability to post the select's value when submitting a form (#33697) @michaldudak
76
+
77
+ ### `@mui/joy@5.0.0-alpha.41`
78
+
79
+ - &#8203;<!-- 07 -->[IconButton][joy] Fix large IconButton scaling (#33885) @cherewaty
80
+
81
+ ### Docs
82
+
83
+ - &#8203;<!-- 23 -->[docs] Expand on a11y section for Material UI `Link` component (#32839) @TKrishnasamy
84
+ - &#8203;<!-- 22 -->[docs] Fix typo in Joy UI's `AspectRatio` docs (#33895) @IsaacInsoll
85
+ - &#8203;<!-- 21 -->[docs] Improve the Base Usage page (#33272) @samuelsycamore
86
+ - &#8203;<!-- 20 -->[docs] Avoid refreshing the page when button on demo is clicked (#33852) @PunitSoniME
87
+ - &#8203;<!-- 19 -->[docs] Improve the HorizontalNonLinearStepper demo styling (#33886) @hayawata3626
88
+ - &#8203;<!-- 18 -->[docs] Remove dead NoSsr in the demos (#33910) @oliviertassinari
89
+ - &#8203;<!-- 17 -->[docs] Fix the reopening menu problem in MenuUnstyled demo (#33890) @michaldudak
90
+ - &#8203;<!-- 24 -->[docs] Fix a few link issues (#33909) @oliviertassinari
91
+ - &#8203;<!-- 16 -->[docs] Explain the icons package dependencies (#33592) @michaldudak
92
+ - &#8203;<!-- 15 -->[docs] Fix reported SEO issues (#33818) @oliviertassinari
93
+ - &#8203;<!-- 14 -->[docs] Add permanent notifications back (#33843) @oliviertassinari
94
+ - &#8203;<!-- 13 -->[docs] Enforce description for all pages (#33698) @oliviertassinari
95
+ - &#8203;<!-- 12 -->[docs] Clarify difference in startup times between named and default imports (#33109) @cmdcolin
96
+ - &#8203;<!-- 11 -->[docs] Update transform function in the sx prop sizing docs (#33850) @ZeeshanTamboli
97
+ - &#8203;<!-- 10 -->[docs] Adding missing accessibility labels (#33782) @PunitSoniME
98
+ - &#8203;<!-- 09 -->[docs] Fix `/system/getting-started/advanced/` does not exist (#33867) @MonstraG
99
+ - &#8203;<!-- 32 -->[docs] New Crowdin updates (#32213) @l10nbot
100
+ - &#8203;<!-- 08 -->[examples] Fix broken path to favicon.ico (#33906) @mmostafavi
101
+ - &#8203;<!-- 02 -->[website] Add new FAQ to pricing page (#33553) @oliviertassinari
102
+ - &#8203;<!-- 03 -->[website] Miscellaneous improvements to the marketing pages (#33897) @danilo-leal
103
+
104
+ ### Core
105
+
106
+ - &#8203;<!-- 29 -->[core] Add the download tracker package (#33899) @michaldudak
107
+ - &#8203;<!-- 28 -->[core] Use proper external build id for Argos uploads (#33929) @cherniavskii
108
+ - &#8203;<!-- 27 -->[core] Enforce 70 as the max width on the title on the docs (#33819) @oliviertassinari
109
+ - &#8203;<!-- 26 -->[core] Clear yarn installation warning (#33776) @michaldudak
110
+ - &#8203;<!-- 25 -->[core] Bump yarn to 1.22.19 (#33656) @michaldudak
111
+ - &#8203;<!-- 24 -->[core] Remove outdated Next.js options (#33845) @oliviertassinari
112
+ - &#8203;<!-- 34 -->[core] Add the download tracker build script (#33941) @michaldudak
113
+ - &#8203;<!-- 01 -->[website] Allow /r/store- redirection pattern @oliviertassinari
114
+
115
+ 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
116
+
117
+ ## 5.10.0
118
+
119
+ <!-- generated comparing v5.9.3..master -->
120
+
121
+ _Aug 8, 2022_
122
+
123
+ A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
124
+
125
+ - ✨ [Stack](https://mui.com/system/react-stack/) component is added to MUI System and Joy UI #33760 #33800 @mnajdova
126
+ - ✨ [Breadcrumbs](https://mui.com/joy-ui/react-breadcrumbs/) component is added to Joy UI (#32697) @hbjORbj
127
+ - Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
128
+
129
+ ### `@mui/material@5.10.0`
130
+
131
+ - [Grid] Prevent crash if spacing is set to zero in theme (#33777) @PunitSoniME
132
+ - [Grid] Export interface `RegularBreakpoints` to fix type error (#33751) @ZeeshanTamboli
133
+ - [Skeleton] Add `rounded` variant (#33687) @siriwatknp
134
+ - [Stepper] Fix classes for icon container (#33734) @pratikkarad
135
+ - [TableCell] Enable size prop overrides via module augmentation (#33816) @brentertz
136
+ - [Tooltip] Fix tooltip arrow css var background (#33753) @TimoWilhelm
137
+ - [useScrollTrigger] Add passive flag to scroll trigger event listener #32437 (#33749) @Dsalazar1685
138
+
139
+ ### `@mui/system@5.10.0`
140
+
141
+ - Fix unnecessary styles created from `sx` (#33752) @siriwatknp
142
+ - Fix duplicated styles in Box (#33774) @iamxukai
143
+ - Don't spread props to DOM for string tags (#33761) @siriwatknp
144
+ - Add `Stack` component (#33760) @mnajdova
145
+
146
+ ### `@mui/joy@5.0.0-alpha.40`
147
+
148
+ - [Stack] Add new component (#33800) @mnajdova
149
+ - [Breadcrumbs] Add `Breadcrumbs` component (#32697) @hbjORbj
150
+ - [Card] Fix wrong api description for `size` prop (#33862) @hbjORbj
151
+ - Miscellaneous fixes (#33796, #33750) @siriwatknp
152
+
153
+ ### Docs
154
+
155
+ - [docs] Create, revise, and expand System "Getting started" docs (#33503) @samuelsycamore
156
+ - [docs] Test new image best practice @oliviertassinari
157
+ - [docs] Fix typo in the ClickAwayListerner name (#33813) @pawelsmigielski
158
+ - [docs] Fix link to `Basics` section in `Trap Focus` docs (#33772) @ZeeshanTamboli
159
+ - [docs] z-index added in popper when used by split button (#33763) @PunitSoniME
160
+ - [docs] Improve the guide for using @mui/base with Tailwind CSS (#33670) @mnajdova
161
+ - [docs] Fix warnings related to Next.js' links (#33693) @mnajdova
162
+ - [docs] Add notification to aggregation blogpost (#33745) @joserodolfofreitas
163
+ - [docs] Add Grid version 2 docs (#33554) @siriwatknp
164
+ - [examples] Fix `NextLinkComposedProps` type error (#33842) @adham618
165
+
166
+ ### Core
167
+
168
+ - [blog] Add social card to Tenerife retreat post (#33764)
169
+ - [blog] Fix blue outline bug (#33707) @oliviertassinari
170
+ - [blog] Improve the width of the layout (#33706) @oliviertassinari@samuelsycamore
171
+ - [core] Remove unnecessary packageName attribute from pages (#33488) @cherniavskii
172
+ - [core] Remove duplicated CODE_OF_CONDUCT (#33702) @oliviertassinari
173
+ - [core] Update Playwright packages together (#33737) @michaldudak
174
+ - [website] Fix notifications not being marked as read in production (#33756) @cherniavskii
175
+
176
+ All contributors of this release in alphabetical order: @adham618, @brentertz, @cherniavskii, @Dsalazar1685, @hbjORbj, @iamxukai, @joserodolfofreitas, @michaldudak, @mnajdova, @oliviertassinari, @pawelsmigielski, @pratikkarad, @PunitSoniME, @siriwatknp, @TimoWilhelm, @ZeeshanTamboli
177
+
178
+ ## 5.9.3
179
+
180
+ <!-- generated comparing v5.9.2..master -->
181
+
182
+ _Aug 1, 2022_
183
+
184
+ A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
185
+
186
+ - 🖼️ @garronej worked on improving the support of Emotion packages in the System (#33205)
187
+ - Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
188
+
189
+ ### `@mui/material@5.9.3`
190
+
191
+ - [Chip] Assign classnames and associated styles for `filled` variant (#33587) @hbjORbj
192
+ - [Grid] Fix `columnSpacing` and `rowSpacing` props ignore higher breakpoints with 0 (#33480) @ZeeshanTamboli
193
+ - [Input] Add the readOnly state class (#33654) @michaldudak
194
+ - [Stack] Responsive styles based on breakpoints should be in the correct order (#33552) @hbjORbj
195
+
196
+ ### `@mui/system@5.9.3`
197
+
198
+ - [system] Make @emotion/\* fully supported in the System (#33205) @garronej
199
+
200
+ ### `@mui/codemod@5.9.3`
201
+
202
+ - [codemod] Fix theme-spacing performance (#33691) @siriwatknp
203
+ - [codemod] Support @mui import for variant-prop (#33692) @siriwatknp
204
+
205
+ ### `@mui/styled-engine-sc@5.9.3`
206
+
207
+ - [styled-engine-sc] Add missing @babel/runtime dependency (#33741) @MonstraG
208
+
209
+ ### `@mui/joy@5.0.0-alpha.38`
210
+
211
+ - [Joy] Add Tabs components (#33664) @siriwatknp
212
+ - [Joy] Miscellaneous fixes (#33685) @siriwatknp
213
+ - [Joy] Update read.me content (#33643) @danilo-leal
214
+
215
+ ### Docs
216
+
217
+ - [blog] Add blog post about company retreat in Tenerife 🏝 (#33566) @samuelsycamore
218
+ - [blog] Add blog post to announce the aggregation feature (#33595) @joserodolfofreitas
219
+ - [blog] Fix horizontal scrollbar with code snippets (#33648) @joserodolfofreitas
220
+ - [docs] Fix a typo in the code in `Sorting & selecting` Table demo (#33674) @mracette
221
+ - [docs] Fix en-US format in the Skeleton demo (#33699) @husseinsaad98
222
+ - [docs] Update module reference for `usePagination` (#33675) @fullstackzach
223
+ - [docs] Fix code examples in `styled` API vs `sx` prop docs (#33665) @ZeeshanTamboli
224
+ - [docs][system] Throw an informative error when `theme.vars` is used in `createTheme` and mention this in the theming docs (#33619) @hbjORbj
225
+ - [website] Remove legacy redirect @oliviertassinari
226
+ - [website] Add new legal pages (#33650) @oliviertassinari
227
+ - [website] Clarify when a license in development is required (#33668) @oliviertassinari
228
+ - [website] Update links to rows pages (#33739) @cherniavskii
229
+ - [website] Update pricing table to add aggregation and row pinning (#33659) @joserodolfofreitas
230
+
231
+ ### Core
232
+
233
+ - [core] Replace `getInitialProps` with `getStaticProps` (#33684) @mnajdova
234
+ - [core] Remove accidentally added files (#33636) @michaldudak
235
+ - [core] Update packages with security issues (#33679) @michaldudak
236
+ - [core] Add React 17 nightly build (#33594) @mnajdova
237
+ - [core] Update lerna to 5.2.0 (#33635) @michaldudak
238
+ - [core] Prepare isolation of Next.js X app (#33649) @oliviertassinari
239
+ - [core] Remove thenify version override from package.json resolutions (#33638) @michaldudak
240
+ - [core] Update Node.js to 14 on CircleCI, CodeSandbox, and Netlify (#33642) @michaldudak
241
+ - [test] Replace istanbul-instrumenter-loader with babel-plugin-istanbul (#33666) @michaldudak
242
+ - [test] Run TypeScript module augmentation tests for Joy UI in CI (#33667) @ZeeshanTamboli
243
+
244
+ All contributors of this release in alphabetical order: @cherniavskii, @danilo-leal, @fullstackzach, @garronej, @hbjORbj, @husseinsaad98, @joserodolfofreitas, @michaldudak, @mnajdova, @MonstraG, @mracette, @oliviertassinari, @samuelsycamore, @siriwatknp, @ZeeshanTamboli
245
+
246
+ ## 5.9.2
247
+
248
+ <!-- generated comparing v5.9.1..master -->
249
+
250
+ _Jul 25, 2022_
251
+
252
+ A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
253
+
254
+ - 🧪 Ensure all Base components are `OverridableComponent` (#33506) @michaldudak
255
+ - 🧪 Various improvements on the Material `Stack` component (#33548, #33588, #33549) @hbjORbj
256
+ - Many other 🐛 bug fixes and 📚 documentation improvements
257
+
258
+ ### `@mui/material@5.9.2`
259
+
260
+ - &#8203;<!-- 34 -->Revert "[Tooltip] Fix children mouse over detection (#32321)" @oliviertassinari
261
+ - &#8203;<!-- 19 -->[FormHelperText] Fix unable to create new variants (#33589) @DinhBaoTran
262
+ - &#8203;<!-- 18 -->[ImageList] Remove vertical spacing between items in masonry layout (#33593) @michaldudak
263
+ - &#8203;<!-- 13 -->[LoadingButton] Refactor duplicate code (#33570) @ZeeshanTamboli
264
+ - &#8203;<!-- 12 -->[Modal] Explain the meaning of deprecation of the BackdropComponent prop (#33591) @michaldudak
265
+ - &#8203;<!-- 11 -->[Stack] Fix unit test failure (#33588) @hbjORbj
266
+ - &#8203;<!-- 10 -->[Stack] Fix default `flexDirection` value with responsive prop (#33549) @hbjORbj
267
+ - &#8203;<!-- 09 -->[Stack] Ensure that `marginundefined` doesn't occur in styling (#33548) @hbjORbj
268
+ - &#8203;<!-- 08 -->[Tabs] Fix `indicatorColor` prop type (#33569) @ZeeshanTamboli
269
+ - &#8203;<!-- 07 -->[Tabs] Add TypeScript interface to augment tab indicator color in theme (#33333) @AHeiming
270
+
271
+ ### `@mui/base@5.0.0-alpha.91`
272
+
273
+ - &#8203;<!-- 33 -->[Base] Make PopperUnstyled `component` overridable (#33573) @siriwatknp
274
+ - &#8203;<!-- 32 -->[Base] Ensure all components are OverridableComponent (#33506) @michaldudak
275
+
276
+ ### `@mui/joy@5.0.0-alpha.38`
277
+
278
+ - &#8203;<!-- 17 -->[Select] Add new component in Joy (#33630) @siriwatknp
279
+ - &#8203;<!-- 15 -->[Joy] Add Text field documentation (#33430, #33631) @danilo-leal
280
+ - &#8203;<!-- 14 -->[Joy] Add menu components (#31789) @siriwatknp
281
+
282
+ ### Docs
283
+
284
+ - &#8203;<!-- 31 -->[blog] Fix 404 link to Algolia docs search (dd4308d) @oliviertassinari
285
+ - &#8203;<!-- 28 -->[docs] Add accessibility tips (#33633) @siriwatknp
286
+ - &#8203;<!-- 27 -->[docs] Fix production deploy of codesandboxes (#33608) @oliviertassinari
287
+ - &#8203;<!-- 26 -->[docs] Show border on `palette.background.paper` in dark mode docs (#33611) @ZeeshanTamboli
288
+ - &#8203;<!-- 25 -->[docs] Fix typo in Joy UI dark mode page (#33620) @bairamau
289
+ - &#8203;<!-- 24 -->[docs] Final polish on Base docs - formatting and style consistency (#33156) @samuelsycamore
290
+ - &#8203;<!-- 23 -->[docs] Fix `CssBaseline` import in example code (#33614) @dd-ssc
291
+ - &#8203;<!-- 22 -->[docs] Fix Toolpad docs redirection (#33524) @bharatkashyap
292
+ - &#8203;<!-- 21 -->[docs] Fix link to Snackbar customization section in Alert docs (#33586) @ZeeshanTamboli
293
+ - &#8203;<!-- 20 -->[docs] Fix `placement choices` typo in Tooltip docs (#33571) @MonstraG
294
+ - &#8203;<!-- 05 -->[website] Update home page's sponsor grid (#33528) @danilo-leal
295
+ - &#8203;<!-- 04 -->[website] Add Vytautas to the about page (#33567) @bytasv
296
+ - &#8203;<!-- 03 -->[website] Improve newsletter input design (#33585) @danilo-leal
297
+ - &#8203;<!-- 02 -->[website] Add YouTube link to footer (#33580) @gerdadesign
298
+ - &#8203;<!-- 01 -->[website] Clarify scope of technical support (#33435) @joserodolfofreitas
299
+
300
+ ### Core
301
+
302
+ - &#8203;<!-- 30 -->[core] Swallow ad blocker fetch fail (#33617) @oliviertassinari
303
+ - &#8203;<!-- 29 -->[core] Fix dep security by resolving `thenify` to latest (#33612) @siriwatknp
304
+ - &#8203;<!-- 06 -->[test] Remove `view` option from Event in Snackbar tests (#33555) @ZeeshanTamboli
305
+
306
+ 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
307
+
308
+ ## 5.9.1
309
+
310
+ <!-- generated comparing v5.9.0..master -->
311
+
312
+ _Jul 18, 2022_
313
+
314
+ A big thanks to the 17 contributors who made this release possible. This release is mainly about 🐛 bug fixes and 📚 documentation improvements
315
+
316
+ ### `@mui/material@5.9.1`
317
+
318
+ - &#8203;<!-- 24 -->[Autocomplete] Fix disabling component crashing when focused (#31313) @mzedel
319
+ - &#8203;<!-- 07 -->[Grid] Avoid scrollbar in demo (#33527) @oliviertassinari
320
+ - &#8203;<!-- 05 -->[Slider] Fix transition of tooltips on vertical slider (#33009) @abhinav-22-tech
321
+ - &#8203;<!-- 01 -->[TouchRipple] Fix crash on android where `event.touches` are an empty array (#32974) @lukeggchapman
322
+
323
+ ### `@mui/system@5.9.1`
324
+
325
+ - &#8203;<!-- 04 -->[system] Add flag to switch negative margin approach in Grid (#33484) @siriwatknp
326
+ - &#8203;<!-- 03 -->[system] Remove needless optional chaining check in `createEmptyBreakpointObject` method (#33482) @ZeeshanTamboli
327
+
328
+ ### `@mui/base@5.0.0-alpha.90`
329
+
330
+ - &#8203;<!-- 23 -->[base] Export types used by components' props (#33522) @michaldudak
331
+ - &#8203;<!-- 22 -->[base] Add missing type definitions in useControllableReducer (#33496) @michaldudak
332
+ - &#8203;<!-- 06 -->[SelectUnstyled] Do not call onChange unnecessarily (#33408) @michaldudak
333
+
334
+ ### `@mui/lab@5.0.0-alpha.91`
335
+
336
+ - &#8203;<!-- 02 -->[TimelineDot] Add TimelineDotPropsColorOverrides interface to extend color options (#33466) @lolaignatova
337
+
338
+ ### Docs
339
+
340
+ - &#8203;<!-- 19 -->[docs] Add note about CssBaseline in the dark mode page (#33108) @GabrielaLokelani
341
+ - &#8203;<!-- 18 -->[docs] Fix typos in the Interoperability page (#33273) @HexM7
342
+ - &#8203;<!-- 17 -->[docs] Improve the `useTheme` documentation (#33508) @rickstaa
343
+ - &#8203;<!-- 16 -->[docs] Fix 301 redirections (#33521) @oliviertassinari
344
+ - &#8203;<!-- 15 -->[docs] Link the same codesandbox as in the docs (#33472) @oliviertassinari
345
+ - &#8203;<!-- 14 -->[docs] Fix copy search false positives (#33438) @oliviertassinari
346
+ - &#8203;<!-- 13 -->[docs] Fix typo (#33520) @aravindpanicker
347
+ - &#8203;<!-- 12 -->[docs] Update Tailwind docs to include step about updating popover containers (#33315) @ajhenry
348
+ - &#8203;<!-- 11 -->[docs] Add yarn command for Roboto font in Material UI's typography.md (#33485) @anthonypz
349
+ - &#8203;<!-- 10 -->[docs] Add new community content to the Material UI Learn page (#32927) @Nikhilthadani
350
+ - &#8203;<!-- 09 -->[examples] Change createEmotionCache to use `insertionPoint` (#32104) @ANTARES-KOR
351
+ - &#8203;<!-- 08 -->[examples] Fix error in Next.js example with @mui/styles (#33456) @paustria
352
+
353
+ ### Core
354
+
355
+ - &#8203;<!-- 21 -->[core] Cleanup experiments (#33547) @siriwatknp
356
+ - &#8203;<!-- 20 -->[core] Update CHANGELOG to include pickers breaking change (#33486) @siriwatknp
357
+
358
+ 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
359
+
360
+ ## 5.9.0
361
+
362
+ <!-- generated comparing v5.8.7..master -->
363
+
364
+ _Jul 12, 2022_
365
+
366
+ A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:
367
+
368
+ - 🧪 Exported Grid v2 as `Unstable_Grid2` (#33479) @siriwatknp
369
+ - 📖 Added a guide for using Joy UI and Material UI together (#33396) @siriwatknp
370
+ - 🐛 Fixed a few bugs in Material UI components. Thanks to @ZeeshanTamboli, @ivan-ngchakming, and @joebingham-wk.
371
+ - ⚠️ **[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
372
+ - many other 🐛 bug fixes and 📚 documentation improvements
373
+ - our documentation site is now running with React 18! (#33196) @mnajdova
374
+
375
+ ### `@mui/material@5.9.0`
376
+
377
+ - [CssBaseline] Fixes in overriding style (#33338) @ZeeshanTamboli
378
+ - [Autocomplete] Remove unnecessary `clsx` wrapper for single className (#33398) @ZeeshanTamboli
379
+ - [Grid] Export new grid as unstable (#33479) @siriwatknp
380
+ - [Tooltip] Fix children mouse over detection (#32321) @ivan-ngchakming
381
+ - [TypeScript] getCssVar autocomplete for Material UI (#33464) @siriwatknp
382
+ - [TypeScript] Fix theme options components types to use `Theme` (#33434) @siriwatknp
383
+ - [TypeScript] Reexports necessary types for module augmentation (#33397) @siriwatknp
384
+ - [ScopedCssBaseline] Add sx typings (#33474) @joebingham-wk
385
+
386
+ ### `@mui/system@5.9.0`
387
+
388
+ - [System] Add offset feature to Grid (#33415) @siriwatknp
389
+ - [system] Add new `Grid` implementation (#32746) @siriwatknp
390
+
391
+ ### `@mui/lab@5.0.0-alpha.90`
392
+
393
+ **⚠️ Breaking changes**
394
+
395
+ - [lab] Remove the pickers (#33386) @flaviendelangle
396
+
397
+ The pickers are moved to MUI X, check out the [migration guide](https://mui.com/x/react-date-pickers/migration-lab/).
398
+
399
+ **Changes**
400
+
401
+ - [Masonry] Support rem/em values for spacing prop (#33384) @hbjORbj
402
+
403
+ ### `@mui/base@5.0.0-alpha.89`
404
+
405
+ - [Base] Change the order of class names merged in useSlotProps (#33383) @michaldudak
406
+ - [ModalUnstyled] Accept callbacks in componentsProps (#33181) @michaldudak
407
+ - [SelectUnstyled] Accept callbacks in componentsProps (#33197) @michaldudak
408
+ - [TabsUnstyled] Accept callbacks in componentsProps (#33284) @michaldudak
409
+
410
+ ### `@mui/joy@5.0.0-alpha.36`
411
+
412
+ - [Joy] Add guide about using Joy and Material UI together (#33396) @siriwatknp
413
+ - [Joy] Fix variants color palette regressions (#33394) @danilo-leal
414
+
415
+ ### Docs
416
+
417
+ - [docs] Correcting small grammatical error (#33393) @robyyo
418
+ - [docs] Link to the correct package on Joy component pages (#33439) @cherniavskii
419
+ - [docs] Fix e2e tests (#33477) @siriwatknp
420
+ - [docs] Fix dead links (#33462) @oliviertassinari
421
+ - [docs] Cleanup the migration (#33463) @siriwatknp
422
+ - [docs] Fix broken Sponsoring services links @samuelsycamore
423
+ - [docs] Improve repo README with light/dark logos, relative links and more (#33356) @samuelsycamore
424
+ - [docs] Update links to MUI X Overview and Introduction pages (#33201) @samuelsycamore
425
+ - [docs] Update to React 18 (#33196) @mnajdova
426
+ - [docs] Simplify "Upload button" demo (#33326) @baharalidurrani
427
+ - [docs] Add "refine" demo to showcase (#33240) @omeraplak
428
+ - [docs] Add webpack alias for legacy utils package (#33376) @jgbae
429
+ - [docs] Improve external link icons synonyms (#33257) @davidgarciab
430
+ - [examples] Update MUI Base with Tailwind CSS to use the latest versions of the dependencies (#33401) @mnajdova
431
+ - [examples] Add MUI base example (#33154) @siriwatknp
432
+
433
+ ### Core
434
+
435
+ - [core] Fix @mui/monorepo regression for the import of the docs infra (#33390) @Janpot
436
+ - [core] Remove old babel resolve rule (#33432) @oliviertassinari
437
+ - [website] Shorten the plan descriptions on the pricing page (#32984) @joserodolfofreitas
438
+ - [website] Link EULA in the license quantity section (#33292) @oliviertassinari
439
+
440
+ 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
441
+
3
442
  ## 5.8.7
4
443
 
5
444
  <!-- generated comparing v5.8.6..master -->
@@ -1930,7 +2369,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
1930
2369
  - &#8203;<!-- 19 -->[docs] Sync translations with Crowdin (#30067) @l10nbot
1931
2370
  - &#8203;<!-- 18 -->[docs] Fix link on "Custom variables" section in the Theming page #30100 @danilo-leal
1932
2371
  - &#8203;<!-- 17 -->[docs] Fix justifyContent option in the Grid interactive demo (#30117) @danilo-leal
1933
- - &#8203;<!-- 16 -->[docs] Add tip to help access the docs of a previous version when finding answers in StackOverflow (#30101) @danilo-leal
2372
+ - &#8203;<!-- 16 -->[docs] Add tip to help access the docs of a previous version when finding answers in Stack Overflow (#30101) @danilo-leal
1934
2373
  - &#8203;<!-- 15 -->[docs] Fix import example inside Unstyled Backdrop section (#30098) @TheodosiouTh
1935
2374
  - &#8203;<!-- 01 -->[website] Column pinning and Tree data are out (#30136) @oliviertassinari
1936
2375
  - &#8203;<!-- 07 -->[survey] Remove survey promotion items (#30122) @danilo-leal
@@ -2011,7 +2450,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
2011
2450
  - &#8203;<!-- 21 -->[docs] Update nextjs-typescript-example (#29974) @huydhoang
2012
2451
  - &#8203;<!-- 20 -->[docs] Add missing global state classes to API docs generator (#29945) @michaldudak
2013
2452
  - &#8203;<!-- 19 -->[docs] Fix benchmarks folder link (#29981) @fourjr
2014
- - &#8203;<!-- 18 -->[docs] Improve wording in StackOverflow section of support page (#29956) @ronwarner
2453
+ - &#8203;<!-- 18 -->[docs] Improve wording in Stack Overflow section of support page (#29956) @ronwarner
2015
2454
  - &#8203;<!-- 17 -->[docs] Remove Black Friday sale notification (#29936) @mbrookes
2016
2455
  - &#8203;<!-- 16 -->[examples] Fix typos in the Remix example (#30071) @MichaelDeBoey
2017
2456
  - &#8203;<!-- 15 -->[examples] Add Remix example (#29952) @mnajdova
@@ -2024,7 +2463,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
2024
2463
  ### Core
2025
2464
 
2026
2465
  - &#8203;<!-- 31 -->[core] Batch small changes (#30042) @oliviertassinari
2027
- - &#8203;<!-- 28 -->[core] Transition to a new StackOverflow tag (#29967) @oliviertassinari
2466
+ - &#8203;<!-- 28 -->[core] Transition to a new Stack Overflow tag (#29967) @oliviertassinari
2028
2467
 
2029
2468
  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
2030
2469
 
@@ -5710,7 +6149,7 @@ A big thanks to the 30 contributors who made this release possible. Here are som
5710
6149
  #### Breaking changes
5711
6150
 
5712
6151
  - &#8203;<!-- 91 -->[types] Rename the exported `Omit` type in `@material-ui/types`. (#24795) @petyosi
5713
- 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).
6152
+ 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).
5714
6153
 
5715
6154
  ```diff
5716
6155
  -import { Omit } from '@material-ui/types';
@@ -6616,7 +7055,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
6616
7055
 
6617
7056
  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.
6618
7057
 
6619
- - 📚 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.
7058
+ - 📚 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.
6620
7059
  - 👩‍🎨 Upgrade emotion to v11 (#23007) @mnajdova.
6621
7060
  - And many more 🐛 bug fixes and 📚 improvements.
6622
7061
 
@@ -7018,7 +7457,7 @@ Here are some highlights ✨:
7018
7457
  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.
7019
7458
 
7020
7459
  - 🚀 Improve the internal benchmark suite (#22923, #23058) @mnajdova.
7021
- 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.
7460
+ 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.
7022
7461
  - ✏️ A new blog post: [Q3 2020 Update](https://mui.com/blog/2020-q3-update/) (#23055) @oliviertassinari.
7023
7462
  - 🐙 Migrate more tests to react-testing-library @deiga, @Morteza-Jenabzadeh, @nicholas-l.
7024
7463
  - And many more 🐛 bug fixes and 📚 improvements.
@@ -7359,7 +7798,7 @@ Here are some highlights ✨:
7359
7798
 
7360
7799
  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.
7361
7800
 
7362
- 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/)).
7801
+ 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/)).
7363
7802
 
7364
7803
  This change has been in our roadmap for more than a year.
7365
7804
  We announced it in the [v4 release blog post](https://mui.com/blog/material-ui-v4-is-out/) as a direction v5 would take.
@@ -8612,7 +9051,7 @@ A big thanks to the 33 contributors who made this release possible. Here are som
8612
9051
  />
8613
9052
  ```
8614
9053
 
8615
- - [Typography] Replace the `srOnly` prop so as to not duplicate the capabilities of [System](https://mui.com/system/basics/) (#21413) @mnajdova.
9054
+ - [Typography] Replace the `srOnly` prop so as to not duplicate the capabilities of [System](https://mui.com/system/getting-started/overview/) (#21413) @mnajdova.
8616
9055
 
8617
9056
  ```diff
8618
9057
  -import Typography from '@material-ui/core/Typography';
package/index.d.ts CHANGED
@@ -11,6 +11,15 @@ export { default as StyledEngineProvider } from './StyledEngineProvider';
11
11
  export { default as GlobalStyles } from './GlobalStyles';
12
12
  export * from './GlobalStyles';
13
13
 
14
+ /**
15
+ * For internal usage in `@mui/system` package
16
+ */
17
+ // eslint-disable-next-line @typescript-eslint/naming-convention
18
+ export function internal_processStyles(
19
+ tag: React.ElementType,
20
+ processor: (styles: any) => any,
21
+ ): void;
22
+
14
23
  export interface SerializedStyles {
15
24
  name: string;
16
25
  styles: string;
package/index.js CHANGED
@@ -1,8 +1,9 @@
1
- /** @license MUI v5.8.7
1
+ /** @license MUI v5.10.2
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.
5
5
  */
6
+ /* eslint-disable no-underscore-dangle */
6
7
  import emStyled from '@emotion/styled';
7
8
  export default function styled(tag, options) {
8
9
  const stylesFactory = emStyled(tag, options);
@@ -22,7 +23,15 @@ export default function styled(tag, options) {
22
23
  }
23
24
 
24
25
  return stylesFactory;
25
- }
26
+ } // eslint-disable-next-line @typescript-eslint/naming-convention
27
+
28
+ export const internal_processStyles = (tag, processor) => {
29
+ // Emotion attaches all the styles as `__emotion_styles`.
30
+ // Ref: https://github.com/emotion-js/emotion/blob/16d971d0da229596d6bcc39d282ba9753c9ee7cf/packages/styled/src/base.js#L186
31
+ if (Array.isArray(tag.__emotion_styles)) {
32
+ tag.__emotion_styles = processor(tag.__emotion_styles);
33
+ }
34
+ };
26
35
  export { ThemeContext, keyframes, css } from '@emotion/react';
27
36
  export { default as StyledEngineProvider } from './StyledEngineProvider';
28
37
  export { default as GlobalStyles } from './GlobalStyles';
package/legacy/index.js CHANGED
@@ -1,8 +1,9 @@
1
- /** @license MUI v5.8.7
1
+ /** @license MUI v5.10.2
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.
5
5
  */
6
+ /* eslint-disable no-underscore-dangle */
6
7
  import emStyled from '@emotion/styled';
7
8
  export default function styled(tag, options) {
8
9
  var stylesFactory = emStyled(tag, options);
@@ -28,7 +29,15 @@ export default function styled(tag, options) {
28
29
  }
29
30
 
30
31
  return stylesFactory;
31
- }
32
+ } // eslint-disable-next-line @typescript-eslint/naming-convention
33
+
34
+ export var internal_processStyles = function internal_processStyles(tag, processor) {
35
+ // Emotion attaches all the styles as `__emotion_styles`.
36
+ // Ref: https://github.com/emotion-js/emotion/blob/16d971d0da229596d6bcc39d282ba9753c9ee7cf/packages/styled/src/base.js#L186
37
+ if (Array.isArray(tag.__emotion_styles)) {
38
+ tag.__emotion_styles = processor(tag.__emotion_styles);
39
+ }
40
+ };
32
41
  export { ThemeContext, keyframes, css } from '@emotion/react';
33
42
  export { default as StyledEngineProvider } from './StyledEngineProvider';
34
43
  export { default as GlobalStyles } from './GlobalStyles';
package/modern/index.js CHANGED
@@ -1,8 +1,9 @@
1
- /** @license MUI v5.8.7
1
+ /** @license MUI v5.10.2
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.
5
5
  */
6
+ /* eslint-disable no-underscore-dangle */
6
7
  import emStyled from '@emotion/styled';
7
8
  export default function styled(tag, options) {
8
9
  const stylesFactory = emStyled(tag, options);
@@ -22,7 +23,15 @@ export default function styled(tag, options) {
22
23
  }
23
24
 
24
25
  return stylesFactory;
25
- }
26
+ } // eslint-disable-next-line @typescript-eslint/naming-convention
27
+
28
+ export const internal_processStyles = (tag, processor) => {
29
+ // Emotion attaches all the styles as `__emotion_styles`.
30
+ // Ref: https://github.com/emotion-js/emotion/blob/16d971d0da229596d6bcc39d282ba9753c9ee7cf/packages/styled/src/base.js#L186
31
+ if (Array.isArray(tag.__emotion_styles)) {
32
+ tag.__emotion_styles = processor(tag.__emotion_styles);
33
+ }
34
+ };
26
35
  export { ThemeContext, keyframes, css } from '@emotion/react';
27
36
  export { default as StyledEngineProvider } from './StyledEngineProvider';
28
37
  export { default as GlobalStyles } from './GlobalStyles';
package/node/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.8.7
1
+ /** @license MUI v5.10.2
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.
@@ -35,6 +35,7 @@ Object.defineProperty(exports, "css", {
35
35
  }
36
36
  });
37
37
  exports.default = styled;
38
+ exports.internal_processStyles = void 0;
38
39
  Object.defineProperty(exports, "keyframes", {
39
40
  enumerable: true,
40
41
  get: function () {
@@ -50,6 +51,7 @@ var _StyledEngineProvider = _interopRequireDefault(require("./StyledEngineProvid
50
51
 
51
52
  var _GlobalStyles = _interopRequireDefault(require("./GlobalStyles"));
52
53
 
54
+ /* eslint-disable no-underscore-dangle */
53
55
  function styled(tag, options) {
54
56
  const stylesFactory = (0, _styled.default)(tag, options);
55
57
 
@@ -68,4 +70,15 @@ function styled(tag, options) {
68
70
  }
69
71
 
70
72
  return stylesFactory;
71
- }
73
+ } // eslint-disable-next-line @typescript-eslint/naming-convention
74
+
75
+
76
+ const internal_processStyles = (tag, processor) => {
77
+ // Emotion attaches all the styles as `__emotion_styles`.
78
+ // Ref: https://github.com/emotion-js/emotion/blob/16d971d0da229596d6bcc39d282ba9753c9ee7cf/packages/styled/src/base.js#L186
79
+ if (Array.isArray(tag.__emotion_styles)) {
80
+ tag.__emotion_styles = processor(tag.__emotion_styles);
81
+ }
82
+ };
83
+
84
+ exports.internal_processStyles = internal_processStyles;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/styled-engine",
3
- "version": "5.8.7",
3
+ "version": "5.10.2",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "styled() API wrapper package for emotion.",
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@babel/runtime": "^7.17.2",
30
- "@emotion/cache": "^11.9.3",
30
+ "@emotion/cache": "^11.10.1",
31
31
  "csstype": "^3.1.0",
32
32
  "prop-types": "^15.8.1"
33
33
  },