@mui/private-theming 6.0.0-alpha.9 → 6.0.0-beta.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,365 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## v6.0.0-beta.1
4
+
5
+ <!-- generated comparing v6.0.0-beta.0..next -->
6
+
7
+ _Jul 16, 2024_
8
+
9
+ A big thanks to the 6 contributors who made this release possible.
10
+
11
+ ### `@mui/material@6.0.0-beta.1`
12
+
13
+ - &#8203;<!-- 03 -->Remove dependency on @mui/base (#42907) @mnajdova
14
+ - &#8203;<!-- 02 -->Set material-pigment-css to public (#42912) @siriwatknp
15
+
16
+ ### `@mui/codemod@6.0.0-beta.1`
17
+
18
+ - &#8203;<!-- 10 -->Support sx conditional inside spread element (#42894) @siriwatknp
19
+
20
+ ### Docs
21
+
22
+ - &#8203;<!-- 07 -->Fix 301 link @oliviertassinari
23
+ - &#8203;<!-- 04 -->[material-ui] Add script to generate template screenshots (#42903) @siriwatknp
24
+
25
+ ### Core
26
+
27
+ - &#8203;<!-- 09 -->[core] Remove custom hooks from the `mui-name-matches-component-name` linting rule (#42773) @flaviendelangle
28
+ - &#8203;<!-- 08 -->[core] Normalize rest / other to match the most common used @oliviertassinari
29
+ - &#8203;<!-- 06 -->[docs-infra] Move Ads component to TS (#42842) @alexfauquette
30
+ - &#8203;<!-- 05 -->[docs-infra] Support code tabs overflow (#42913) @arminmeh
31
+ - &#8203;<!-- 01 -->[website] Sync /about page @oliviertassinari
32
+
33
+ All contributors of this release in alphabetical order: @alexfauquette, @arminmeh, @flaviendelangle, @mnajdova, @oliviertassinari, @siriwatknp
34
+
35
+ ## v6.0.0-beta.0
36
+
37
+ <!-- generated comparing v6.0.0-alpha.14..next -->
38
+
39
+ _Jul 11, 2024_
40
+
41
+ A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
42
+
43
+ - 🎉 This is the first v6 beta release! A huge thanks to everyone who helped to make this happen! The target date for a stable release is the 28th of July. The next month will be used to polish v6, and ease the migration from v5. You can follow the [v6 stable milestone](https://github.com/mui/material-ui/milestone/42) for more details.
44
+ - 🚀 All planned breaking changes are completed.
45
+
46
+ ### `@mui/material@v6.0.0-beta.0`
47
+
48
+ - Revert deprecation warnings for `*Components` and `*Props` for v6 (#42466) @lhilgert9
49
+ - Performance: lazy Ripple (#41061) @romgrk
50
+ - [AppBar] Fix inherit color is inconsistent between ThemeProvider and CssVarsProvider (#42714) @ZeeshanTamboli
51
+ - [Autocomplete] Add new AutocompleteInputChangeReason (#37301) @binh1298
52
+
53
+ ### `@mui/material-pigment-css@v6.0.0-beta.0`
54
+
55
+ - Create a wrapper package over Pigment CSS (#42819) @brijeshb42
56
+
57
+ ### `@mui/base@5.0.0-beta.53`
58
+
59
+ - [Autocomplete] Add new AutocompleteInputChangeReason (#37301) @binh1298
60
+
61
+ ### Docs
62
+
63
+ - Replace v6 "alpha" mentions with "beta" (#42895) @DiegoAndai
64
+ - Fix typos (#42862) @omahs
65
+ - Fix issues reported by react compiler in docs folder (#42881) @sai6855
66
+ - Fix 301 @oliviertassinari
67
+ - [LinearProgress] Fix buffer demo (#42858) @mbrookes
68
+ - Adjust site to add Toolpad on the homepage (#38604) @bharatkashyap
69
+
70
+ ### Core
71
+
72
+ - Fix imports in `Demo` component (#42857) @LukasTy
73
+ - Use @mui/docs/HighlightedCodeWithTabs in markdown (#42841) @Janpot
74
+ - Simpler pnpm dedupe error message to act on @oliviertassinari
75
+ - Fix split infinitive use in tests @oliviertassinari
76
+ - [lab] Fix issues reported by react-compiler in mui-lab (#42880) @sai6855
77
+
78
+ All contributors of this release in alphabetical order: @bharatkashyap, @brijeshb42, @DiegoAndai, @Janpot, @lhilgert9, @LukasTy, @mbrookes, @oliviertassinari, @omahs, @romgrk, @sai6855, @ZeeshanTamboli
79
+
80
+ ## v6.0.0-alpha.14
81
+
82
+ <!-- generated comparing v6.0.0-alpha.13..next -->
83
+
84
+ _Jul 3, 2024_
85
+
86
+ A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
87
+
88
+ - ✨ Updated Grid v2 to match PigmentGrid (#42742) @DiegoAndai
89
+
90
+ ### `@mui/material@v6.0.0-alpha.14`
91
+
92
+ #### BREAKING CHANGES
93
+
94
+ - [Grid] Update Grid props to match PigmentGrid (#42742) @DiegoAndai
95
+
96
+ Use the codemod below to migrate the props:
97
+
98
+ ```bash
99
+ npx @mui/codemod@next v6.0.0/grid-v2-props /path/to/folder
100
+ ```
101
+
102
+ #### Changes
103
+
104
+ - [Alert] Add ability to override slot props (#42787) @alexey-kozlenkov
105
+ - [Dialog] Revert incorrect textAlign style removal (#42778) @DiegoAndai
106
+ - [theme] Support `CssVarsTheme` in `responsiveFontSizes` return type (#42786) @jxdp
107
+
108
+ ### Docs
109
+
110
+ - [material-ui] Add some writing tweaks to v6 migration page (#42623) @danilo-leal
111
+ - [material-ui] Fix issues reported by react-compiler in docs folder (#42830) @sai6855
112
+ - [material-ui] Add some writing tweaks to v6 migration page (#42623) @danilo-leal
113
+ - [base-ui] Fix wrong description for `UseTabParameters.onChange` (#42749) @ohgree
114
+ - Fix 301 MDN redirections @oliviertassinari
115
+
116
+ ### Core
117
+
118
+ - [core] Bump React to 18.3.1 (#42047) @renovate[bot]
119
+ - [core] Revert lint for `useThemeProps` (#42817) @siriwatknp
120
+ - [core] Remove useIsFocusVisible util (#42467) @DiegoAndai
121
+ - [core] Remove react-test-renderer (#42784) @aarongarciah
122
+ - [core][mui-utils] Remove remaining IE11 references (#42777) @DiegoAndai
123
+ - [code-infra] Move `HighlightedCode` test into `@mui/docs` package (#42835) @LukasTy
124
+ - [code-infra] Cleanup `@mui/docs` usage and legacy re-exports (#42833) @LukasTy
125
+ - [docs-infra] Fix React Compiler ESLint issues in website components (#42566) @aarongarciah
126
+ - [docs-infra] Add batch of design polish (#42823) @danilo-leal
127
+ - [test][mui-utils] Remove usages of deprecated react-dom APIs (#42780) @aarongarciah
128
+ - [test][joy-ui][Autocomplete] Fix spread key error in test (#42775) @aarongarciah
129
+
130
+ All contributors of this release in alphabetical order: @aarongarciah, @alexey-kozlenkov, @danilo-leal, @DiegoAndai, @Janpot, @jxdp, @LukasTy, @ohgree, @oliviertassinari, @renovate[bot], @sai6855, @siriwatknp
131
+
132
+ ## v6.0.0-alpha.13
133
+
134
+ <!-- generated comparing v6.0.0-alpha.12..next -->
135
+
136
+ _Jun 27, 2024_
137
+
138
+ A big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
139
+
140
+ - 🚀 Added layout components for Pigment CSS integration (#42693) @siriwatknp
141
+
142
+ ### `@mui/material@6.0.0-alpha.13`
143
+
144
+ - [Autocomplete] Fix more React 18.3 key spread warnings in demos (#42639) @wbt
145
+ - [Container][Grid][Stack][Hidden] Export Pigment CSS layout components (#42693) @siriwatknp
146
+ - [Text Field] when click password visibility button, text caret position change to very front. (#42595) @appleSimple
147
+ - [Modal] migrate useSlotProps to useSLot (#42150) @sai6855
148
+
149
+ ### `@mui/styles@6.0.0-alpha.13`
150
+
151
+ - [withStyles] Expect React defaultProps warning in test (#42752) @aarongarciah
152
+
153
+ ### Docs
154
+
155
+ - Fix link in CONTRIBUTING.md (#42755) @Janpot
156
+ - Add documentation on migrating JSS's alternative, array-based syntax to syntax supported by Emotion (#42053) @cjl750
157
+ - Fix type error in virtualized table demo (#42757) @aarongarciah
158
+ - Add first batch of v6 migration (#42242) @siriwatknp
159
+ - Fix quotes on font-family dedeclaration in the Landing Page template theme (#42748) @joetats
160
+
161
+ ### Core
162
+
163
+ - [code-infra] Refactor eslint `import/no-cycle` rule (#42705) @LukasTy
164
+ - [core] Target direct version for prerelease (#42768) @siriwatknp
165
+ - [test] Remove enzyme (#42706) @aarongarciah
166
+ - [test] Remove createMount test util (#42703) @aarongarciah
167
+ - [website] Add Ale to team (#42764) @alelthomas
168
+
169
+ All contributors of this release in alphabetical order: @aarongarciah, @alelthomas, @appleSimple, @cjl750, @Janpot, @joetats, @LukasTy, @sai6855, @siriwatknp, @wbt
170
+
171
+ ## v6.0.0-alpha.12
172
+
173
+ <!-- generated comparing v6.0.0-alpha.11..next -->
174
+
175
+ _Jun 24, 2024_
176
+
177
+ A big thanks to the 17 contributors who made this release possible.
178
+
179
+ ### `@mui/material@6.0.0-alpha.12`
180
+
181
+ - Add `InitColorSchemeScript` for Next.js App Router (#42247) @siriwatknp
182
+ - [Autocomplete] Fix renderOption props type (#42689) @DiegoAndai
183
+ - [Autocomplete] Fix React 18.3 key spread warnings in Autocomplete demos (#42691) @aarongarciah
184
+ - Support Pigment CSS for `CssBaseline`, `ScopedCssBaseline` and `Popper` (#42640) @siriwatknp
185
+ - Add `DefaultPropsProvider` for Pigment CSS integration (#42638) @siriwatknp
186
+ - [Stepper] Generate class for nonLinear prop (#42620) @alexismo
187
+ - [Tab] Fix failing test (#42686) @aarongarciah
188
+ - [Tab] Deprecate iconWrapper class for icon class (#42647) @sai6855
189
+ - [TableSortLabel] Deprecate composed classes (#42281) @sai6855
190
+ - [usePagination] Update pagination `siblingsEnd` calculation logic (#42667) @Mini-ghost
191
+
192
+ ### `@mui/codemod@6.0.0-alpha.12`
193
+
194
+ - Support dynamic props styled transformation (#42683) @siriwatknp
195
+
196
+ ### `@mui/system@6.0.0-alpha.12`
197
+
198
+ - Fix issues reported by react compiler in `mui-system` package (#42637) @sai6855
199
+ - [useMediaQuery] Remove deprecated types (#42560) @aarongarciah
200
+
201
+ ### `@mui/joy@5.0.0-beta.45`
202
+
203
+ - Fix issues reported by the React Compiler (#42671) @anuujj
204
+ - [Autocomplete] Fix React spread key warning (#42741) @aarongarciah
205
+
206
+ ### `@mui/lab@6.0.0-alpha.12`
207
+
208
+ - [LoadingButton] Apply wrapping element to prevent React crash on Google page translation (#35198) @BartJanvanAssen
209
+
210
+ ### Docs
211
+
212
+ - Fix git diff format in migration to v6 (#42711) @oliviertassinari
213
+ - Use new email for sponsoring @oliviertassinari
214
+ - Fix 301 links (#42697) @alexfauquette
215
+ - Normalize the capitalization of Design Kit @oliviertassinari
216
+ - Recommend setting HTML attribute instead of DOM property for RTL (#42599) @aarongarciah
217
+ - [material-ui][Select] Fix the `SelectAutoWidth` demo menu item value (#42648) @Danielkhakbaz
218
+
219
+ ### Core
220
+
221
+ - [code-infra] Try disabling animations when taking screenshots (#42537) @Janpot
222
+ - [code-infra] Fix benchmark package (#42553) @Janpot
223
+ - [core] Replace enzyme in describeConformance (#42447) @DiegoAndai
224
+ - [docs-infra] Fix layout shift demo toolbar (#42743) @oliviertassinari
225
+ - [docs-infra] Fix visual look of in-house ad (#42735) @oliviertassinari
226
+ - [docs-infra] Add stray design polish (#42646) @danilo-leal
227
+ - [docs-infra] Fix wrong migration (#42675) @siriwatknp
228
+ - [docs-infra] Fine tune markdown elements design (#42643) @danilo-leal
229
+ - [docs-infra] Revamp the product switcher design (#42603) @danilo-leal
230
+ - [docs-infra] Allow Link component to receive the `role` attribute (#42629) @danilo-leal
231
+ - [infra] Add support donation button (#42499) @oliviertassinari
232
+ - [infra] Raise `tsconfig`/`tsc` target to `es2022` (#42645) @LukasTy
233
+ - [test] Fix tests on CI (#42670) @michaldudak
234
+ - [test] Fix issues reported by react-compiler in test packages (#42626) @sai6855
235
+ - [website] Add Armin to the team members (#42679) @arminmeh
236
+ - [website] Open Staff Engineer role for Pigment CSS (#42531) @mnajdova
237
+
238
+ All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @alexismo, @anuujj, @arminmeh, @BartJanvanAssen, @Danielkhakbaz, @danilo-leal, @DiegoAndai, @Janpot, @LukasTy, @michaldudak, @Mini-ghost, @mnajdova, @oliviertassinari, @sai6855, @siriwatknp
239
+
240
+ ## v6.0.0-alpha.11
241
+
242
+ <!-- generated comparing v6.0.0-alpha.10..next -->
243
+
244
+ _Jun 11, 2024_
245
+
246
+ A big thanks to the 18 contributors who made this release possible.
247
+
248
+ ### `@mui/material@6.0.0-alpha.11`
249
+
250
+ - &#8203;<!-- 38 -->[Autocomplete] Shouldn't resize when hovering (#42452) @ZeeshanTamboli
251
+ - &#8203;<!-- 37 -->[Chip] Fix focus issue related with the Escape event (#41578) @shrilsharma
252
+ - &#8203;<!-- 12 -->[Grid] Fix support for CSS variables (#42574) @oliviertassinari
253
+ - &#8203;<!-- 11 -->[InputBase] Use `globalCss` for Pigment integration (#42431) @siriwatknp
254
+ - &#8203;<!-- 10 -->Change React.ReactElement type from `any` to `unknown` (#42473) @sai6855
255
+ - &#8203;<!-- 09 -->Integrate `extendSxProp` adapter (#42543) @siriwatknp
256
+ - &#8203;<!-- 08 -->[Tab] Fix applying `iconWrapper` styles from theme and update its description (#42549) @sai6855
257
+ - &#8203;<!-- 08 -->[pigment-css] Add `stringifyTheme` for Pigment CSS integration (#42476) @siriwatknp
258
+
259
+ ### `@mui/system@6.0.0-alpha.11`
260
+
261
+ - &#8203;<!-- 11 -->[Grid] Remove `disableEqualOverflow` by using `gap` (#42526) @DiegoAndai
262
+ - &#8203;<!-- 07 -->[useMediaQuery] Drop Safari < 14 support (#42464) @aarongarciah
263
+
264
+ ### `@mui/utils@6.0.0-alpha.11`
265
+
266
+ - &#8203;<!-- 04 -->Allow passing `NaN` as `defaultValue` to `useControlled` (#41559) @iammminzzy
267
+
268
+ ### `@mui/codemod@6.0.0-alpha.11`
269
+
270
+ - &#8203;<!-- 39 -->Improve styled and sx prop transformation (#42598) @siriwatknp
271
+ - &#8203;<!-- 36 -->Support more cases for sx-prop transformation (#42527) @siriwatknp
272
+
273
+ ### `@mui/private-theming@6.0.0-alpha.11`
274
+
275
+ - &#8203;<!-- 09 -->Fix issues reported by react compiler in `mui-private-theming` components (#42619) @sai6855
276
+
277
+ ### Docs
278
+
279
+ - &#8203;<!-- 31 -->Add `theme.applyStyles` and migrate docs (#42498) @siriwatknp
280
+ - &#8203;<!-- 29 -->Fix dashboard template console error (#42594) @oliviertassinari
281
+ - &#8203;<!-- 28 -->Migrate system props to `sx` prop (#42475) @siriwatknp
282
+ - &#8203;<!-- 27 -->[material-ui]Fix duplicated sentence (#42521) @alexfauquette
283
+ - &#8203;<!-- 22 -->[Grid] Fix docs spacing (#42573) @oliviertassinari
284
+ - &#8203;<!-- 21 -->[joy-ui] Add Next.js App Router instructions on how to prevent flickering (#42514) @devnyxie
285
+ - &#8203;<!-- 20 -->[joy-ui] Fix HTML tag without preformatting (#42525) @jacobmoshipco
286
+ - &#8203;<!-- 19 -->[material-ui] Add docs for complementary stepper components (#41900) @anle9650
287
+ - &#8203;<!-- 18 -->[material-ui] Fix typo on Sign-in/Sign-up templates (#42605) @zanivan
288
+ - &#8203;<!-- 17 -->[material-ui] Add container queries docs (#42434) @siriwatknp
289
+ - &#8203;<!-- 16 -->[material-ui] Fix ESLint error in Stepper demo (#42559) @aarongarciah
290
+ - &#8203;<!-- 15 -->[material-ui] Shorten useMediaQuery subheading (#42561) @aarongarciah
291
+ - &#8203;<!-- 14 -->[material-ui] Add a Refine example project (#42461) @necatiozmen
292
+
293
+ ### Core
294
+
295
+ - &#8203;<!-- 39 -->[website] Move the `React Engineer - X` role to future roles (#42532) @DanailH
296
+ - &#8203;<!-- 35 -->[core] Allow `for..of` loops (#42600) @michaldudak
297
+ - &#8203;<!-- 34 -->[core] Add comment about Object.js @oliviertassinari
298
+ - &#8203;<!-- 33 -->[core] Disable eslint-plugin-react-compiler for Base (#42563) @aarongarciah
299
+ - &#8203;<!-- 33 -->[core] Group Pigment CSS dependencies (#42174) @siriwatknp
300
+ - &#8203;<!-- 32 -->[core] Configure eslint-plugin-react-compiler (#42555) @aarongarciah
301
+ - &#8203;<!-- 31 -->[core] Skip charts animation for visual regression test (#42530) @alexfauquette
302
+ - &#8203;<!-- 26 -->[docs-infra] Simplify click header (#42593) @oliviertassinari
303
+ - &#8203;<!-- 25 -->[docs-infra] Add configurable jsdoc host variable (#42472) @tonygravell
304
+ - &#8203;<!-- 25 -->[docs-infra] Add the Base UI logo with copy functionality (#42446) @danilo-leal
305
+ - &#8203;<!-- 24 -->[docs-infra] Prevent link anchor when selecting text (#41994) @alexfauquette
306
+ - &#8203;<!-- 23 -->[docs-infra] Add the Base UI logo with copy functionality (#42446) @danilo-leal
307
+ - &#8203;<!-- 13 -->[examples] Remove Pigment CSS examples (#42471) @sai6855
308
+ - &#8203;<!-- 06 -->[test] Restore pnpm tc command (#42572) @oliviertassinari
309
+ - &#8203;<!-- 05 -->[test] Restore testing internal packages (#42519) @michaldudak
310
+ - &#8203;<!-- 03 -->[website] Close Developer Advocate / Content Engineer role @oliviertassinari
311
+ - &#8203;<!-- 02 -->[website] Remove blank line @oliviertassinari
312
+ - &#8203;<!-- 01 -->[website] Fix mobile layout shift @oliviertassinari
313
+
314
+ All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @anle9650, @DanailH, @danilo-leal, @devnyxie, @DiegoAndai, @iammminzzy, @jacobmoshipco, @michaldudak, @necatiozmen, @oliviertassinari, @sai6855, @shrilsharma, @siriwatknp, @tonygravell, @zanivan, @ZeeshanTamboli
315
+
316
+ ## v6.0.0-alpha.10
317
+
318
+ <!-- generated comparing v6.0.0-alpha.9..next -->
319
+
320
+ _Jun 4, 2024_
321
+
322
+ A big thanks to the 7 contributors who made this release possible.
323
+
324
+ ### `@mui/material@6.0.0-alpha.10`
325
+
326
+ - &#8203;<!-- 26 -->[Backdrop] Deprecate `components` and `componentsProps` (#42468) @DiegoAndai
327
+ - &#8203;<!-- 25 -->[Collapse] Bound max transition time (#42390) @oliviertassinari
328
+ - &#8203;<!-- 12 -->[FilledInput] Remove unapplied classes from filledInputClasses interface and add missing classes to root (#42082) @sai6855
329
+ - &#8203;<!-- 11 -->[InputBase] Deprecate components and componentProps props for v6 (#42093) @ChronicusUA
330
+ - &#8203;<!-- 10 -->Remove remaining IE11 code (#42283) @DiegoAndai
331
+ - &#8203;<!-- 09 -->[Modal] Deprecate `components` and `componentsProps` (#42469) @DiegoAndai
332
+ - &#8203;<!-- 08 -->[Popover] Migrate useSlotProps to useSlot (#42369) @sai6855
333
+ - &#8203;<!-- 07 -->[useMediaQuery] Remove unused useMediaQueryTheme (#42367) @aarongarciah
334
+
335
+ ### `@mui/system@6.0.0-alpha.10`
336
+
337
+ - &#8203;<!-- 06 -->Remove IE11 code (#42436) @DiegoAndai
338
+
339
+ ### Docs
340
+
341
+ - &#8203;<!-- 23 -->Reflect Base UI and MUI System in a different repository @oliviertassinari
342
+ - &#8203;<!-- 22 -->Update twitter.com to x.com @oliviertassinari
343
+ - &#8203;<!-- 21 -->Simplify Example projects page @oliviertassinari
344
+ - &#8203;<!-- 17 -->[icons] Update README and docs page (#41938) @danilo-leal
345
+ - &#8203;<!-- 16 -->[material-ui] Add changelog section to the design kits page (#42449) @danilo-leal
346
+ - &#8203;<!-- 15 -->[material-ui] Fix sentence in the All components page (#42336) @danilo-leal
347
+ - &#8203;<!-- 14 -->[material-ui] Update Figma design kit doc redirect link (#42448) @danilo-leal
348
+ - &#8203;<!-- 13 -->[system] Add "dynamic values" section to sx prop page (#42239) @aarongarciah
349
+
350
+ ### Core
351
+
352
+ - &#8203;<!-- 20 -->[docs-infra] Update the OG card image design (#42470) @danilo-leal
353
+ - &#8203;<!-- 19 -->[docs-infra] Add small design polish (#42455) @danilo-leal
354
+ - &#8203;<!-- 18 -->[docs-infra] Update the Material logo + add copy functionality (#42435) @danilo-leal
355
+ - &#8203;<!-- 05 -->[website] Update DoiT description and link in Sponsors section (#42505) @erezstmn-doit
356
+ - &#8203;<!-- 04 -->[website] Clean up the docs-infra job ad (#42504) @danilo-leal
357
+ - &#8203;<!-- 03 -->[website] Fix FlashCode position (#42139) @oliviertassinari
358
+ - &#8203;<!-- 02 -->[website] Open Docs-infra engineer role (#42101) @danilo-leal
359
+ - &#8203;<!-- 01 -->[website] Fix locationCountry in about page @oliviertassinari
360
+
361
+ All contributors of this release in alphabetical order: @aarongarciah, @ChronicusUA, @danilo-leal, @DiegoAndai, @erezstmn-doit, @oliviertassinari, @sai6855
362
+
3
363
  ## v6.0.0-alpha.9
4
364
 
5
365
  <!-- generated comparing v6.0.0-alpha.8..next -->
@@ -94,7 +454,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
94
454
  ### Docs
95
455
 
96
456
  - &#8203;<!-- 08 -->[docs] Remove Base UI from the README (#42307) @danilo-leal
97
- - &#8203;<!-- 07 -->[docs][material-ui] Fix typo in style interoperability with Tailwind CSS docs (#42279) @ZeeshanTamboli
457
+ - &#8203;<!-- 07 -->[docs][material-ui] Fix typo in style interoperability with Tailwind CSS docs (#42279) @ZeeshanTamboli
98
458
  - &#8203;<!-- 06 -->[docs][material-ui] Add supported browsers section to migration guide (#42194) @DiegoAndai
99
459
  - &#8203;<!-- 05 -->[docs][material-ui][Pagination] Clarify pagination `page` prop API (#42220) @Mandar-Pandya
100
460
 
@@ -8806,7 +9166,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
8806
9166
 
8807
9167
  - &#8203;<!-- 27 -->[core] Rename mui/core to mui/base (#29585) @michaldudak
8808
9168
 
8809
- Based on the results of the [poll](https://twitter.com/michaldudak/status/1452630484706635779) and our internal discussions, we decided to rename the `@mui/core` package to `@mui/base`. The main rationale for this is the fact that we use the term "Core" to refer to the core components product family, the one that includes Material Design components, unstyled components, System utilities, etc. Therefore, @mui/core was effectively a subset of MUI Core. This was confusing.
9169
+ Based on the results of the [poll](https://x.com/michaldudak/status/1452630484706635779) and our internal discussions, we decided to rename the `@mui/core` package to `@mui/base`. The main rationale for this is the fact that we use the term "Core" to refer to the core components product family, the one that includes Material Design components, unstyled components, System utilities, etc. Therefore, @mui/core was effectively a subset of MUI Core. This was confusing.
8810
9170
 
8811
9171
  The new name better reflects the purpose of the package: it contains unstyled components, hooks, and utilities that serve as a **base** to build on.
8812
9172
 
@@ -13223,7 +13583,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
13223
13583
  ```
13224
13584
 
13225
13585
  - [Autocomplete] Remove `debug` in favor of `open` and dev tools (#23377) @eps1lon
13226
- There are a couple of simpler alternatives: `open={true}`, Chrome devtools ["Emulate focused"](https://twitter.com/sulco/status/1305841873945272321), or React devtools props.
13586
+ There are a couple of simpler alternatives: `open={true}`, Chrome devtools ["Emulate focused"](https://x.com/sulco/status/1305841873945272321), or React devtools props.
13227
13587
 
13228
13588
  #### Changes
13229
13589
 
@@ -40,7 +40,9 @@ function ThemeProvider(props) {
40
40
  }
41
41
  }
42
42
  const theme = React.useMemo(() => {
43
- const output = outerTheme === null ? localTheme : mergeOuterLocalTheme(outerTheme, localTheme);
43
+ const output = outerTheme === null ? {
44
+ ...localTheme
45
+ } : mergeOuterLocalTheme(outerTheme, localTheme);
44
46
  if (output != null) {
45
47
  output[nested] = outerTheme !== null;
46
48
  }
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/private-theming v6.0.0-alpha.9
2
+ * @mui/private-theming v6.0.0-beta.1
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
@@ -40,7 +40,9 @@ function ThemeProvider(props) {
40
40
  }
41
41
  }
42
42
  const theme = React.useMemo(() => {
43
- const output = outerTheme === null ? localTheme : mergeOuterLocalTheme(outerTheme, localTheme);
43
+ const output = outerTheme === null ? {
44
+ ...localTheme
45
+ } : mergeOuterLocalTheme(outerTheme, localTheme);
44
46
  if (output != null) {
45
47
  output[nested] = outerTheme !== null;
46
48
  }
package/modern/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/private-theming v6.0.0-alpha.9
2
+ * @mui/private-theming v6.0.0-beta.1
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
@@ -3,7 +3,8 @@ import ThemeContext from './ThemeContext';
3
3
  export default function useTheme() {
4
4
  const theme = React.useContext(ThemeContext);
5
5
  if (process.env.NODE_ENV !== 'production') {
6
- // eslint-disable-next-line react-hooks/rules-of-hooks
6
+ // TODO: uncomment once we enable eslint-plugin-react-compiler eslint-disable-next-line react-compiler/react-compiler
7
+ // eslint-disable-next-line react-hooks/rules-of-hooks -- It's not required to run React.useDebugValue in production
7
8
  React.useDebugValue(theme);
8
9
  }
9
10
  return theme;
@@ -48,7 +48,9 @@ function ThemeProvider(props) {
48
48
  }
49
49
  }
50
50
  const theme = React.useMemo(() => {
51
- const output = outerTheme === null ? localTheme : mergeOuterLocalTheme(outerTheme, localTheme);
51
+ const output = outerTheme === null ? {
52
+ ...localTheme
53
+ } : mergeOuterLocalTheme(outerTheme, localTheme);
52
54
  if (output != null) {
53
55
  output[_nested.default] = outerTheme !== null;
54
56
  }
package/node/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/private-theming v6.0.0-alpha.9
2
+ * @mui/private-theming v6.0.0-beta.1
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
@@ -12,7 +12,8 @@ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e;
12
12
  function useTheme() {
13
13
  const theme = React.useContext(_ThemeContext.default);
14
14
  if (process.env.NODE_ENV !== 'production') {
15
- // eslint-disable-next-line react-hooks/rules-of-hooks
15
+ // TODO: uncomment once we enable eslint-plugin-react-compiler eslint-disable-next-line react-compiler/react-compiler
16
+ // eslint-disable-next-line react-hooks/rules-of-hooks -- It's not required to run React.useDebugValue in production
16
17
  React.useDebugValue(theme);
17
18
  }
18
19
  return theme;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/private-theming",
3
- "version": "6.0.0-alpha.9",
3
+ "version": "6.0.0-beta.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`.",
@@ -26,9 +26,9 @@
26
26
  "url": "https://opencollective.com/mui-org"
27
27
  },
28
28
  "dependencies": {
29
- "@babel/runtime": "^7.24.6",
29
+ "@babel/runtime": "^7.24.8",
30
30
  "prop-types": "^15.8.1",
31
- "@mui/utils": "^6.0.0-alpha.9"
31
+ "@mui/utils": "6.0.0-beta.1"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "@types/react": "^17.0.0 || ^18.0.0",
@@ -3,7 +3,8 @@ import ThemeContext from './ThemeContext';
3
3
  export default function useTheme() {
4
4
  const theme = React.useContext(ThemeContext);
5
5
  if (process.env.NODE_ENV !== 'production') {
6
- // eslint-disable-next-line react-hooks/rules-of-hooks
6
+ // TODO: uncomment once we enable eslint-plugin-react-compiler eslint-disable-next-line react-compiler/react-compiler
7
+ // eslint-disable-next-line react-hooks/rules-of-hooks -- It's not required to run React.useDebugValue in production
7
8
  React.useDebugValue(theme);
8
9
  }
9
10
  return theme;