@mui/private-theming 5.8.4 โ†’ 5.9.1

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.1
4
+
5
+ <!-- generated comparing v5.9.0..master -->
6
+
7
+ _Jul 18, 2022_
8
+
9
+ A big thanks to the 17 contributors who made this release possible. This release is mainly about ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements
10
+
11
+ ### `@mui/material@5.9.1`
12
+
13
+ - &#8203;<!-- 24 -->[Autocomplete] Fix disabling component crashing when focused (#31313) @mzedel
14
+ - &#8203;<!-- 07 -->[Grid] Avoid scrollbar in demo (#33527) @oliviertassinari
15
+ - &#8203;<!-- 05 -->[Slider] Fix transition of tooltips on vertical slider (#33009) @abhinav-22-tech
16
+ - &#8203;<!-- 01 -->[TouchRipple] Fix crash on android where `event.touches` are an empty array (#32974) @lukeggchapman
17
+
18
+ ### `@mui/system@5.9.1`
19
+
20
+ - &#8203;<!-- 04 -->[system] Add flag to switch negative margin approach in Grid (#33484) @siriwatknp
21
+ - &#8203;<!-- 03 -->[system] Remove needless optional chaining check in `createEmptyBreakpointObject` method (#33482) @ZeeshanTamboli
22
+
23
+ ### `@mui/base@5.0.0-alpha.90`
24
+
25
+ - &#8203;<!-- 23 -->[base] Export types used by components' props (#33522) @michaldudak
26
+ - &#8203;<!-- 22 -->[base] Add missing type definitions in useControllableReducer (#33496) @michaldudak
27
+ - &#8203;<!-- 06 -->[SelectUnstyled] Do not call onChange unnecessarily (#33408) @michaldudak
28
+
29
+ ### `@mui/lab@5.0.0-alpha.91`
30
+
31
+ - &#8203;<!-- 02 -->[TimelineDot] Add TimelineDotPropsColorOverrides interface to extend color options (#33466) @lolaignatova
32
+
33
+ ### Docs
34
+
35
+ - &#8203;<!-- 19 -->[docs] Add note about CssBaseline in the dark mode page (#33108) @GabrielaLokelani
36
+ - &#8203;<!-- 18 -->[docs] Fix typos in the Interoperability page (#33273) @HexM7
37
+ - &#8203;<!-- 17 -->[docs] Improve the `useTheme` documentation (#33508) @rickstaa
38
+ - &#8203;<!-- 16 -->[docs] Fix 301 redirections (#33521) @oliviertassinari
39
+ - &#8203;<!-- 15 -->[docs] Link the same codesandbox as in the docs (#33472) @oliviertassinari
40
+ - &#8203;<!-- 14 -->[docs] Fix copy search false positives (#33438) @oliviertassinari
41
+ - &#8203;<!-- 13 -->[docs] Fix typo (#33520) @aravindpanicker
42
+ - &#8203;<!-- 12 -->[docs] Update Tailwind docs to include step about updating popover containers (#33315) @ajhenry
43
+ - &#8203;<!-- 11 -->[docs] Add yarn command for Roboto font in Material UI's typography.md (#33485) @anthonypz
44
+ - &#8203;<!-- 10 -->[docs] Add new community content to the Material UI Learn page (#32927) @Nikhilthadani
45
+ - &#8203;<!-- 09 -->[examples] Change createEmotionCache to use `insertionPoint` (#32104) @ANTARES-KOR
46
+ - &#8203;<!-- 08 -->[examples] Fix error in Next.js example with @mui/styles (#33456) @paustria
47
+
48
+ ### Core
49
+
50
+ - &#8203;<!-- 21 -->[core] Cleanup experiments (#33547) @siriwatknp
51
+ - &#8203;<!-- 20 -->[core] Update CHANGELOG to include pickers breaking change (#33486) @siriwatknp
52
+
53
+ 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
54
+
55
+ ## 5.9.0
56
+
57
+ <!-- generated comparing v5.8.7..master -->
58
+
59
+ _Jul 12, 2022_
60
+
61
+ A big thanks to the 19 contributors who made this release possible. Here are some highlights โœจ:
62
+
63
+ - ๐Ÿงช Exported Grid v2 as `Unstable_Grid2` (#33479) @siriwatknp
64
+ - ๐Ÿ“– Added a guide for using Joy UI and Material UI together (#33396) @siriwatknp
65
+ - ๐Ÿ› Fixed a few bugs in Material UI components. Thanks to @ZeeshanTamboli, @ivan-ngchakming, and @joebingham-wk.
66
+ - โš ๏ธ **[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
67
+ - many other ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements
68
+ - our documentation site is now running with React 18! (#33196) @mnajdova
69
+
70
+ ### `@mui/material@5.9.0`
71
+
72
+ - [CssBaseline] Fixes in overriding style (#33338) @ZeeshanTamboli
73
+ - [Autocomplete] Remove unnecessary `clsx` wrapper for single className (#33398) @ZeeshanTamboli
74
+ - [Grid] Export new grid as unstable (#33479) @siriwatknp
75
+ - [Tooltip] Fix children mouse over detection (#32321) @ivan-ngchakming
76
+ - [TypeScript] getCssVar autocomplete for Material UI (#33464) @siriwatknp
77
+ - [TypeScript] Fix theme options components types to use `Theme` (#33434) @siriwatknp
78
+ - [TypeScript] Reexports necessary types for module augmentation (#33397) @siriwatknp
79
+ - [ScopedCssBaseline] Add sx typings (#33474) @joebingham-wk
80
+
81
+ ### `@mui/system@5.9.0`
82
+
83
+ - [System] Add offset feature to Grid (#33415) @siriwatknp
84
+ - [system] Add new `Grid` implementation (#32746) @siriwatknp
85
+
86
+ ### `@mui/lab@5.0.0-alpha.90`
87
+
88
+ **โš ๏ธ Breaking changes**
89
+
90
+ - [lab] Remove the pickers (#33386) @flaviendelangle
91
+
92
+ The pickers are moved to MUI X, check out the [migration guide](https://mui.com/x/react-date-pickers/migration-lab/).
93
+
94
+ **Changes**
95
+
96
+ - [Masonry] Support rem/em values for spacing prop (#33384) @hbjORbj
97
+
98
+ ### `@mui/base@5.0.0-alpha.89`
99
+
100
+ - Base] Change the order of class names merged in useSlotProps (#33383) @michaldudak
101
+ - [ModalUnstyled] Accept callbacks in componentsProps (#33181) @michaldudak
102
+ - [SelectUnstyled] Accept callbacks in componentsProps (#33197) @michaldudak
103
+ - [TabsUnstyled] Accept callbacks in componentsProps (#33284) @michaldudak
104
+
105
+ ### `@mui/joy@5.0.0-alpha.36`
106
+
107
+ - [Joy] Add guide about using Joy and Material UI together (#33396) @siriwatknp
108
+ - [Joy] Fix variants color palette regressions (#33394) @danilo-leal
109
+
110
+ ### Docs
111
+
112
+ - [docs] Correcting small grammatical error (#33393) @robyyo
113
+ - [docs] Link to the correct package on Joy component pages (#33439) @cherniavskii
114
+ - [docs] Fix e2e tests (#33477) @siriwatknp
115
+ - [docs] Fix dead links (#33462) @oliviertassinari
116
+ - [docs] Cleanup the migration (#33463) @siriwatknp
117
+ - [docs] Fix broken Sponsoring services links @samuelsycamore
118
+ - [docs] Improve repo README with light/dark logos, relative links and more (#33356) @samuelsycamore
119
+ - [docs] Update links to MUI X Overview and Introduction pages (#33201) @samuelsycamore
120
+ - [docs] Update to React 18 (#33196) @mnajdova
121
+ - [docs] Simplify "Upload button" demo (#33326) @baharalidurrani
122
+ - [docs] Add "refine" demo to showcase (#33240) @omeraplak
123
+ - [docs] Add webpack alias for legacy utils package (#33376) @jgbae
124
+ - [docs] Improve external link icons synonyms (#33257) @davidgarciab
125
+ - [examples] Update MUI Base with Tailwind CSS to use the latest versions of the dependencies (#33401) @mnajdova
126
+ - [examples] Add MUI base example (#33154) @siriwatknp
127
+
128
+ ### Core
129
+
130
+ - [core] Fix @mui/monorepo regression for the import of the docs infra (#33390) @Janpot
131
+ - [core] Remove old babel resolve rule (#33432) @oliviertassinari
132
+ - [website] Shorten the plan descriptions on the pricing page (#32984) @joserodolfofreitas
133
+ - [website] Link EULA in the license quantity section (#33292) @oliviertassinari
134
+
135
+ 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
136
+
137
+ ## 5.8.7
138
+
139
+ <!-- generated comparing v5.8.6..master -->
140
+
141
+ _Jul 4, 2022_
142
+
143
+ A big thanks to the 13 contributors who made this release possible. Here are some highlights โœจ:
144
+
145
+ - ๐Ÿ› Fixed an issue causing Typescript errors when building a project with Material UI v5.8.6 (@michaldudak)
146
+ - ๐Ÿ› Fixed a few bugs in Material UI components. Thanks @henriqueholtz, @jake-collibra, @MattiasMartens and @TimoWilhelm!
147
+ - many other ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements
148
+
149
+ ### `@mui/material@5.8.7`
150
+
151
+ - [Autocomplete] Add some missing props in `useAutocomplete` (#33269) @henriqueholtz
152
+ - [Autocomplete] Extend `componentsProps` to include `popper` and `popupIndicator` slots (#33283) @jake-collibra
153
+ - [Select] Annotate empty string as valid value prop (#33088) @MattiasMartens
154
+ - [SnackbarContent] Fix message text color with css var provider (#33285) @TimoWilhelm
155
+
156
+ ### `@mui/styled-engine@5.8.7`
157
+
158
+ - [styled-engine] Add missing type dependency on csstype (#33310) @Methuselah96
159
+
160
+ ### `@mui/system@5.8.7`
161
+
162
+ - [system] Simplify theme input types for `CssVarsProvider` (#33381) @siriwatknp
163
+ - [system] Export required types (#33324) @michaldudak
164
+
165
+ ### `@mui/joy@5.0.0-alpha.35`
166
+
167
+ - [Joy] Add radio button documentation (#33254) @siriwatknp
168
+ - [Joy] Add switch documentation (#33302) @siriwatknp
169
+ - [Joy] Batch a couple of documentation refinements (#33158)
170
+ - [Joy] Enable Joy and Material UI compatibility (#33379) @siriwatknp
171
+
172
+ ### `@mui/base@5.0.0-alpha.88`
173
+
174
+ - [base] Remove a type incompatible with Typescript 3.5 (#33361) @michaldudak
175
+ - [BadgeUnstyled] Export BadgeUnstyledOwnProps interface to fix typescript compiler error (#33314) @aaronlademann-wf
176
+ - [TablePaginationUnstyled] Accept callbacks in componentsProps (#33309) @michaldudak
177
+
178
+ ### Docs
179
+
180
+ - [docs] Fix Link typings in the react-router example (#32308) @aaarichter
181
+ - [docs] Add caveat about class components with Tooltip (#33325) @joshkel
182
+ - [docs] Fix SEO issues (#33288) @oliviertassinari
183
+ - [docs] Fix Slider's "player" demo (#33267) @xlianghang
184
+ - [website] Link MUI Toolpad in mui.com (#33287) @oliviertassinari
185
+
186
+ All contributors of this release in alphabetical order: @aaarichter, @aaronlademann-wf, @danilo-leal, @henriqueholtz, @jake-collibra, @joshkel, @MattiasMartens, @Methuselah96, @michaldudak, @oliviertassinari, @siriwatknp, @TimoWilhelm, @xlianghang
187
+
188
+ ## 5.8.6
189
+
190
+ <!-- generated comparing v5.8.5..master -->
191
+
192
+ _Jun 27, 2022_
193
+
194
+ A big thanks to the 13 contributors who made this release possible. Here are some highlights โœจ:
195
+
196
+ - โš’๏ธ Fixed React 18 issues in few components
197
+ - ๐Ÿš€ Improved the TypeScript augmentation when using CSS variables with `@mui/material`
198
+ - many other ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements
199
+
200
+ ### `@mui/material@5.8.6`
201
+
202
+ - &#8203;<!-- 27 -->[Alert] Add support for CSS vars (#32624) @haneenmahd
203
+ - &#8203;<!-- 26 -->[Alert] Use `getContrastText` for filled variant font color (#29813) @SamoraMabuya
204
+
205
+ Note: The color of the text in the warning contained `Alert` in dark mode was changed to black in order to improve the color contrast ratio
206
+
207
+ - &#8203;<!-- 11 -->[OutlinedInput] Fix `ownerState` undefined in theme style overrides (#33241) @siriwatknp
208
+ - &#8203;<!-- 08 -->[Tabs] Fix crash when used with React 18 & Suspense (#33277) @mnajdova
209
+ - &#8203;<!-- 05 -->[TypeScript] Add CSS vars type augmentation for Material UI (#33211) @siriwatknp
210
+
211
+ ### `@mui/system@5.8.6`
212
+
213
+ - &#8203;<!-- 09 -->[system] Add enableColorScheme option to getInitColorSchemeScript (#33261) @siriwatknp
214
+
215
+ ### `@mui/utils@5.8.6`
216
+
217
+ - &#8203;<!-- 04 -->[utils] Allow state prefix to be configurable (#32972) @siriwatknp
218
+
219
+ ### `@mui/base@5.0.0-alpha.87`
220
+
221
+ - &#8203;<!-- 25 -->[base] Improve the return type of useSlotProps (#33279) @michaldudak
222
+ - &#8203;<!-- 24 -->[base] Improve some types (#33270) @mnajdova
223
+ - &#8203;<!-- 13 -->[MenuUnstyled] Fix keyboard accessibility of menu items (#33145) @michaldudak
224
+ - &#8203;<!-- 12 -->[ModalManager] Lock body scroll when container is inside shadow DOM (#33168) @jacobweberbowery
225
+ - &#8203;<!-- 10 -->[SliderUnstyled] Use useSlotProps (#33132) @michaldudak
226
+ - &#8203;<!-- 07 -->[TextareaAutosize] Fix crash when used with React 18 & Suspense (#33238) @howlettt
227
+ - &#8203;<!-- 06 -->[TextareaAutosize] Fix warnings for too many renders in React 18 (#33253) @mnajdova
228
+
229
+ ### `@mui/joy@5.0.0-alpha.34`
230
+
231
+ - &#8203;<!-- 14 -->[Joy] Add `Sheet` doc (#32820) @hbjORbj
232
+
233
+ ### Docs
234
+
235
+ - &#8203;<!-- 23 -->[blog] Polish Why you should migrate to Material UI v5 today (#33244) @oliviertassinari
236
+ - &#8203;<!-- 21 -->[docs] Add note in docs about `componentsProps.root` taking precedence (#33097) @ZeeshanTamboli
237
+ - &#8203;<!-- 20 -->[docs] Remove a note about Base components being reexported from Material UI (#33265) @michaldudak
238
+ - &#8203;<!-- 19 -->[docs] Update code snippet in docs for custom color palette (#32946) @ZeeshanTamboli
239
+ - &#8203;<!-- 18 -->[docs] Fix the docs for production class generation (#31933) @Fafruch
240
+ - &#8203;<!-- 17 -->[docs] Fix internal link in Box page (#33149) @davidgarciab
241
+ - &#8203;<!-- 16 -->[docs] Badge component link in Base docs should be under Data Display section (#33249) @ZeeshanTamboli
242
+ - &#8203;<!-- 15 -->[examples] Fix comment typo (#33256) @WinmezzZ
243
+
244
+ ### Core
245
+
246
+ - &#8203;<!-- 22 -->[core] Remove dead code (#33243) @oliviertassinari
247
+ - &#8203;<!-- 03 -->[website] Fix the scroll-top for all the website (#33215) @oliviertassinari
248
+ - &#8203;<!-- 02 -->[website] List new core role @oliviertassinari
249
+ - &#8203;<!-- 01 -->[website] Fix navigation menu close behavior (#33203) @oliviertassinari
250
+
251
+ All contributors of this release in alphabetical order: @davidgarciab, @Fafruch, @haneenmahd, @hbjORbj, @howlettt, @jacobweberbowery, @michaldudak, @mnajdova, @oliviertassinari, @SamoraMabuya, @siriwatknp, @WinmezzZ, @ZeeshanTamboli
252
+
253
+ ## 5.8.5
254
+
255
+ <!-- generated comparing v5.8.4..master -->
256
+
257
+ _Jun 20, 2022_
258
+
259
+ A big thanks to the 14 contributors who made this release possible. Here are some highlights โœจ:
260
+
261
+ - ๐Ÿš€ Added support for CSS variables in the `Avatar` component and the `SpeedDialAction` component respectively by @vicasas and @gin1314
262
+ - many other ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements
263
+
264
+ ### `@mui/material@5.8.5`
265
+
266
+ - &#8203;<!-- 30 -->[Avatar] Add support for CSS variables (#32499) @vicasas
267
+ - &#8203;<!-- 19 -->[Dialog] Fix broken styles if `maxWidth` is set to `false` (#32987) @kmurgic
268
+ - &#8203;<!-- 04 -->[SpeedDialAction] Add support for CSS variables (#32608) @gin1314
269
+ - &#8203;<!-- 02 -->[Tabs] Increment scroll of the minimum amount possible (#33103) @oliviertassinari
270
+
271
+ ### `@mui/codemod@5.8.5`
272
+
273
+ - &#8203;<!-- 24 -->[codemod] Preserve comments within jss-to-tss-react (#33170) @ryancogswell
274
+
275
+ ### `@mui/lab@5.0.0-alpha.87`
276
+
277
+ - &#8203;<!-- 06 -->[Masonry] Fix flickering when used with React 18 (#33163) @mnajdova
278
+
279
+ ### `@mui/base@5.0.0-alpha.86`
280
+
281
+ - &#8203;<!-- 29 -->[BadgeUnstyled] Accept callbacks in componentsProps (#33176) @michaldudak
282
+ - &#8203;<!-- 25 -->[ButtonUnstyled] Use useSlotProps (#33096) @michaldudak
283
+ - &#8203;<!-- 11 -->[FormControlUnstyled] Accept callbacks in componentsProps (#33180) @michaldudak
284
+ - &#8203;<!-- 10 -->[InputUnstyled] Use useSlotProps (#33094) @michaldudak
285
+ - &#8203;<!-- 05 -->[ModalUnstyled] Define ownerState and slot props' types (#32901) @michaldudak
286
+ - &#8203;<!-- 03 -->[SwitchUnstyled] Use useSlotProps (#33174) @michaldudak
287
+
288
+ ### `@mui/joy@5.0.0-alpha.33`
289
+
290
+ - &#8203;<!-- 09 -->[Joy] Add Checkbox documentation (#33171) @siriwatknp
291
+ - &#8203;<!-- 08 -->[Joy] Add List documentation (#33120) @siriwatknp
292
+ - &#8203;<!-- 07 -->[Joy] Make slider displays Joy classname (#33051) @siriwatknp
293
+
294
+ ### Docs
295
+
296
+ - &#8203;<!-- 28 -->[blog] Update Blogpost to clear confusion on "no impact" disclaimer. (#33131) @joserodolfofreitas
297
+ - &#8203;<!-- 27 -->[blog] Add post about v5 Migration guide update (#33063) @samuelsycamore
298
+ - &#8203;<!-- 26 -->[blog] Fix display on Safari (#33102) @oliviertassinari
299
+ - &#8203;<!-- 18 -->[docs] Add guide on how to use MUI Base with Tailwind CSS (#33100) @mnajdova
300
+ - &#8203;<!-- 17 -->[docs] Improve Joy template UX (#33159) @siriwatknp
301
+ - &#8203;<!-- 16 -->[docs] Update Shadow DOM guide (#33160) @cherniavskii
302
+ - &#8203;<!-- 15 -->[docs] Fix SEO regressions (#33106) @oliviertassinari
303
+ - &#8203;<!-- 14 -->[docs] Add job ad in table of content (#33143) @mnajdova
304
+ - &#8203;<!-- 13 -->[docs] Add customization as a value proposition (#33014) @oliviertassinari
305
+ - &#8203;<!-- 12 -->[examples] Add example using nextjs & @mui/styles as a starter for the migration to v5 (#33005) @mnajdova
306
+ - &#8203;<!-- 01 -->[website] Replace Airtable with Ashby links for applying to a opened position (#33193) @DanailH
307
+
308
+ ### Core
309
+
310
+ - &#8203;<!-- 31 -->[core] Add CSS variables support for Material UI components (#32835) @siriwatknp
311
+ - &#8203;<!-- 23 -->[core] Add name to workspace root package.json (#33226) @Janpot
312
+ - &#8203;<!-- 22 -->[core] Update bug template with generic instruction (#33153) @joserodolfofreitas
313
+ - &#8203;<!-- 21 -->[core] Remove dead and redundant code (#33125) @oliviertassinari
314
+ - &#8203;<!-- 20 -->[core] Improve inline code rendering within the details tag (#33086) @Harmouch101
315
+
316
+ All contributors of this release in alphabetical order: @cherniavskii, @DanailH, @gin1314, @Harmouch101, @Janpot, @joserodolfofreitas, @kmurgic, @michaldudak, @mnajdova, @oliviertassinari, @ryancogswell, @samuelsycamore, @siriwatknp, @vicasas
317
+
3
318
  ## 5.8.4
4
319
 
5
320
  <!-- generated comparing v5.8.3..master -->
@@ -1101,7 +1416,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
1101
1416
  - &#8203;<!-- 25 -->[core] Update playwright docker to match the specified version (#31236) @siriwatknp
1102
1417
  - &#8203;<!-- 24 -->[core] Remove parallel on buildTypes (#31189) @siriwatknp
1103
1418
  - &#8203;<!-- 23 -->[core] Fix propTypes generation for optional any props (#31141) @m4theushw
1104
- - &#8203;<!-- 04 -->[Typescript] Remove variants deprecation (#31239) @siriwatknp
1419
+ - &#8203;<!-- 04 -->[typescript] Remove variants deprecation (#31239) @siriwatknp
1105
1420
 
1106
1421
  All contributors of this release in alphabetical order: @adriancampos, @Andarist, @bonellia, @davwheat, @greengiraffe, @hbjORbj, @iclaude3, @m4theushw, @michaldudak, @mnajdova, @oliviertassinari, @PunitSoniME, @RedHeadphone, @robertwt7, @samuelsycamore, @siriwatknp, @sviande
1107
1422
 
@@ -1166,7 +1481,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
1166
1481
  - [Select] Allow customizing Select based on its variant (#30788) @michaldudak
1167
1482
  - [Portal] Re-export 'Portal' in material (#31003) @liradb2000
1168
1483
  - [ToggleButton] Add prop types for `onClick` and `onChange` (#30883) @sydneyjodon-wk
1169
- - [Typescript] Added TypeText declaration to the exports file (#30890) @agauravdev
1484
+ - [typescript] Added TypeText declaration to the exports file (#30890) @agauravdev
1170
1485
 
1171
1486
  ### `@mui/system@5.4.2`
1172
1487
 
@@ -4604,8 +4919,8 @@ A big thanks to the 15 contributors who made this release possible. Here are som
4604
4919
  - &#8203;<!-- 29 -->[Button] Rename `pending` prop to `loading` in LoadingButton (#25874) @m4theushw
4605
4920
 
4606
4921
  ```diff
4607
- -<LoadingButton pending pendingIndicator="Pending..." pendingPosition="end" />
4608
- +<LoadingButton loading loadingIndicator="Pending..." loadingPosition="end" />
4922
+ -<LoadingButton pending pendingIndicator="Pendingโ€ฆ" pendingPosition="end" />
4923
+ +<LoadingButton loading loadingIndicator="Pendingโ€ฆ" loadingPosition="end" />
4609
4924
  ```
4610
4925
 
4611
4926
  - &#8203;<!-- 25 -->[ButtonBase] Remove buttonRef prop (#25896) @m4theushw
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.8.4
1
+ /** @license MUI v5.9.1
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.4
1
+ /** @license MUI v5.9.1
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.4
1
+ /** @license MUI v5.9.1
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.4
1
+ /** @license MUI v5.9.1
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.4",
3
+ "version": "5.9.1",
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.4",
39
+ "@mui/utils": "^5.9.1",
40
40
  "prop-types": "^15.8.1"
41
41
  },
42
42
  "sideEffects": false,