@mui/private-theming 5.15.14 → 5.16.0
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 +290 -4
- package/index.js +1 -1
- package/legacy/index.js +1 -1
- package/modern/index.js +1 -1
- package/node/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,291 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## v5.16.0
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.15.21..master -->
|
|
6
|
+
|
|
7
|
+
_Jul 5, 2024_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 5 contributors who made this release possible. Here are some highlights ✨:
|
|
10
|
+
|
|
11
|
+
- 🚀 Added `InitColorSchemeScript` for Next.js App Router (#42829) @siriwatknp
|
|
12
|
+
|
|
13
|
+
### `@mui/material@5.16.0`
|
|
14
|
+
|
|
15
|
+
- [Alert] Add ability to override slot props (@alexey-kozlenkov) (#42808) @alexey-kozlenkov
|
|
16
|
+
- Add `InitColorSchemeScript` for Next.js App Router (#42829) @siriwatknp
|
|
17
|
+
- Add `DefaultPropsProvider` (#42820) @siriwatknp
|
|
18
|
+
- Support `CssVarsTheme` in `responsiveFontSizes` return type (@jxdp) (#42806) @jxdp
|
|
19
|
+
- Remove warning from `getInitColorSchemeScript` (#42838) @siriwatknp
|
|
20
|
+
|
|
21
|
+
### Docs
|
|
22
|
+
|
|
23
|
+
- [docs] Fix 301 MDN redirections @oliviertassinari
|
|
24
|
+
|
|
25
|
+
### Core
|
|
26
|
+
|
|
27
|
+
- [mui-utils][test] Remove usages of deprecated react-dom APIs (@aarongarciah) (#42813) @aarongarciah
|
|
28
|
+
|
|
29
|
+
All contributors of this release in alphabetical order: @aarongarciah, @alexey-kozlenkov, @jxdp, @oliviertassinari, @siriwatknp
|
|
30
|
+
|
|
31
|
+
## v5.15.21
|
|
32
|
+
|
|
33
|
+
<!-- generated comparing v5.15.20..master -->
|
|
34
|
+
|
|
35
|
+
_Jun 28, 2024_
|
|
36
|
+
|
|
37
|
+
A big thanks to the 7 contributors who made this release possible.
|
|
38
|
+
|
|
39
|
+
### `@mui/material@5.15.21`
|
|
40
|
+
|
|
41
|
+
- [Autocomplete] Fix renderOption props type (@DiegoAndai) (#42709) @DiegoAndai
|
|
42
|
+
- [Stepper] Generate class for `nonLinear` prop (@alexismo) (#42677) @alexismo
|
|
43
|
+
|
|
44
|
+
### Docs
|
|
45
|
+
|
|
46
|
+
- Use new email for sponsoring @oliviertassinari
|
|
47
|
+
- Fix 301 links (@alexfauquette) (#42700) @alexfauquette
|
|
48
|
+
- [material-ui][Select] Fix the `SelectAutoWidth` demo menu item value (@Danielkhakbaz) (#42696) @Danielkhakbaz
|
|
49
|
+
- [material-ui][Autocomplete] Fix more React 18.3 key spread warnings in demos (#42766) @wbt
|
|
50
|
+
- [material-ui] Fix sign in side image (#42708) @zanivan
|
|
51
|
+
- [website] Add Ale to team (#42769) @alelthomas
|
|
52
|
+
|
|
53
|
+
### Core
|
|
54
|
+
|
|
55
|
+
- [core] Cherry pick pnpm updates (#42763) @DiegoAndai
|
|
56
|
+
- [website] Add Armin to the team members (@arminmeh) (#42681) @arminmeh
|
|
57
|
+
- [website] Open Staff Engineer role for Pigment CSS (@mnajdova) (#42669) @mnajdova
|
|
58
|
+
|
|
59
|
+
All contributors of this release in alphabetical order: @alexfauquette, @alexismo, @arminmeh, @Danielkhakbaz, @DiegoAndai, @mnajdova, @oliviertassinari
|
|
60
|
+
|
|
61
|
+
## v5.15.20
|
|
62
|
+
|
|
63
|
+
<!-- generated comparing v5.15.19..master -->
|
|
64
|
+
|
|
65
|
+
_Jun 12, 2024_
|
|
66
|
+
|
|
67
|
+
A big thanks to the 9 contributors who made this release possible.
|
|
68
|
+
|
|
69
|
+
### `@mui/material@5.15.20`
|
|
70
|
+
|
|
71
|
+
- ​<!-- 17 -->[Autocomplete] Shouldn't resize when hovering (@ZeeshanTamboli) (#42535) @ZeeshanTamboli
|
|
72
|
+
- ​<!-- 07 -->[Tab] Fix applying `iconWrapper` styles from theme and update its description (@sai6855) (#42570) @sai6855
|
|
73
|
+
|
|
74
|
+
### `@mui/utils@5.15.15`
|
|
75
|
+
|
|
76
|
+
- ​<!-- 06 -->Allow passing `NaN` as `defaultValue` to `useControlled` (@iammminzzy) (#42571) @iammminzzy
|
|
77
|
+
- ​<!-- 17 -->Fix GitHub-reported prototype pollution vulnerability in `deepmerge` (#41652) (#42608) @DiegoAndai
|
|
78
|
+
|
|
79
|
+
### Docs
|
|
80
|
+
|
|
81
|
+
- ​<!-- 16 -->[docs] Add Pigment CSS and Base UI logos SVGs (#42513) @danilo-leal
|
|
82
|
+
- ​<!-- 15 -->[docs] Update twitter.com to x.com @oliviertassinari
|
|
83
|
+
- ​<!-- 14 -->[docs] Simplify Example projects page @oliviertassinari
|
|
84
|
+
- ​<!-- 13 -->[material-ui] Add docs for complementary stepper components (@anle9650) (#42613) @anle9650
|
|
85
|
+
- ​<!-- 12 -->[docs] Add changelog section to the design kits page (@danilo-leal) (#42463) @danilo-leal
|
|
86
|
+
- ​<!-- 11 -->[material-ui] Fix sentence in the All components page (@danilo-leal) (#42462) @danilo-leal
|
|
87
|
+
- ​<!-- 10 -->[material-ui] Update Figma design kit doc redirect link (@danilo-leal) (#42456) @danilo-leal
|
|
88
|
+
- ​<!-- 09 -->[system] Add "dynamic values" section to sx prop page (@aarongarciah) (#42453) @aarongarciah
|
|
89
|
+
|
|
90
|
+
### Core
|
|
91
|
+
|
|
92
|
+
- ​<!-- 18 -->[website] Move the `React Engineer - X` role to future roles (#42532) @DanailH
|
|
93
|
+
- ​<!-- 08 -->[examples] Remove Pigment CSS examples (#42538) @sai6855
|
|
94
|
+
- ​<!-- 05 -->[website] Close Developer Advocate / Content Engineer role @oliviertassinari
|
|
95
|
+
- ​<!-- 04 -->[website] Update DoiT description and link in Sponsors section (@erezstmn-doit) (#42511) @erezstmn-doit
|
|
96
|
+
- ​<!-- 03 -->[website] Clean up the docs-infra job ad (@danilo-leal) (#42509) @danilo-leal
|
|
97
|
+
- ​<!-- 02 -->[website] Open the Docs-infra engineer role (@danilo-leal) (#42496) @danilo-leal
|
|
98
|
+
- ​<!-- 01 -->[website] Fix locationCountry in about page @oliviertassinari
|
|
99
|
+
|
|
100
|
+
All contributors of this release in alphabetical order: @aarongarciah, @anle9650, @DanailH, @danilo-leal, @erezstmn-doit, @iammminzzy, @oliviertassinari, @sai6855, @ZeeshanTamboli
|
|
101
|
+
|
|
102
|
+
## v5.15.19
|
|
103
|
+
|
|
104
|
+
<!-- generated comparing v5.15.18..master -->
|
|
105
|
+
|
|
106
|
+
_May 29, 2024_
|
|
107
|
+
|
|
108
|
+
A big thanks to the 12 contributors who made this release possible.
|
|
109
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
110
|
+
|
|
111
|
+
### `@mui/material@5.15.19`
|
|
112
|
+
|
|
113
|
+
- ​<!-- 19 -->[AlertTitle] Enable extending Typography props (@lucasgmelo) (#42334) @github-actions[bot]
|
|
114
|
+
- ​<!-- 06 -->[responsiveFontSizes] Handled undefined variants (@brijeshb42) (#42419) @github-actions[bot]
|
|
115
|
+
- ​<!-- 05 -->[Slider] Fix wrong CSS value (@mnajdova) (#42373) @github-actions[bot]
|
|
116
|
+
|
|
117
|
+
### Docs
|
|
118
|
+
|
|
119
|
+
- ​<!-- 13 -->Link to pnpm installation docs (#42420) @aarongarciah
|
|
120
|
+
- ​<!-- 12 -->Remove LocalMonero (@oliviertassinari) (#42315) @github-actions[bot]
|
|
121
|
+
- ​<!-- 10 -->[material-ui] Fix typo in style interoperability with Tailwind CSS docs (@ZeeshanTamboli) (#42312) @github-actions[bot]
|
|
122
|
+
- ​<!-- 09 -->[material-ui][Pagination] Clarify pagination `page` prop API (@Mandar-Pandya) (#42265) @github-actions[bot]
|
|
123
|
+
- ​<!-- 08 -->[material-ui][Tabs] Improve the Basic Tabs demo (@MatheusEli) (#42426) @github-actions[bot]
|
|
124
|
+
- ​<!-- 07 -->[pigment-css] Fix duplication of content (#42410) @oliviertassinari
|
|
125
|
+
|
|
126
|
+
### Core
|
|
127
|
+
|
|
128
|
+
- ​<!-- 18 -->[blog] Add the "Product" tag to the Pigment CSS post (@danilo-leal) (#42366) @github-actions[bot]
|
|
129
|
+
- ​<!-- 17 -->[blog] Update blog post OG image (@danilo-leal) (#42306) @github-actions[bot]
|
|
130
|
+
- ​<!-- 16 -->[blog] Update Pigment CSS post (@danilo-leal) (#42267) @github-actions[bot]
|
|
131
|
+
- ​<!-- 15 -->[core] Fix React 18.3 warnings about spreading keys in the Material UI `Autocomplete` component (#42099) (#42241) @DiegoAndai
|
|
132
|
+
- ​<!-- 14 -->[core] Fix a few more key spread issues (@oliviertassinari) (#42318) @github-actions[bot]
|
|
133
|
+
- ​<!-- 11 -->[docs-infra] Allow JSDoc tags (#42327) @aarongarciah
|
|
134
|
+
- ​<!-- 04 -->[website] Add Nikita to the about page (@nikitaa24) (#42421) @github-actions[bot]
|
|
135
|
+
- ​<!-- 03 -->[website] Fix hero spacing changes applying at the wrong breakpoint (@KenanYusuf) (#42357) @github-actions[bot]
|
|
136
|
+
- ​<!-- 02 -->[website] Adds Kenan Yusuf to about page (@KenanYusuf) (#42330) @github-actions[bot]
|
|
137
|
+
- ​<!-- 01 -->[website] Improve about page @oliviertassinari
|
|
138
|
+
|
|
139
|
+
All contributors of this release in alphabetical order: @aarongarciah, @brijeshb42, @danilo-leal, @DiegoAndai, @KenanYusuf, @lucasgmelo, @Mandar-Pandya, @MatheusEli, @mnajdova, @nikitaa24, @oliviertassinari, @ZeeshanTamboli
|
|
140
|
+
|
|
141
|
+
## v5.15.18
|
|
142
|
+
|
|
143
|
+
<!-- generated comparing v5.15.17..master -->
|
|
144
|
+
|
|
145
|
+
_May 14, 2024_
|
|
146
|
+
|
|
147
|
+
A big thanks to the 5 contributors who made this release possible. Here are some highlights ✨:
|
|
148
|
+
|
|
149
|
+
### `@mui/material@5.15.18`
|
|
150
|
+
|
|
151
|
+
- ​<!-- 6 -->[Autocomplete] Improve design when there's a start adornment for small autocomplete (@TahaRhidouani) (#42176) @github-actions[bot]
|
|
152
|
+
- ​<!-- 3 -->[ToggleButtonGroup] Add missing `selected` class in ToggleButtonGroupClasses type (@tarunrajput) (#42250) @github-actions[bot]
|
|
153
|
+
|
|
154
|
+
### Docs
|
|
155
|
+
|
|
156
|
+
- ​<!-- 4 -->[docs] Fix 301 to Figma @oliviertassinari
|
|
157
|
+
|
|
158
|
+
### Core
|
|
159
|
+
|
|
160
|
+
- ​<!-- 5 -->[blog] Introducing Pigment CSS blog post (#42198) (#42255) @samuelsycamore
|
|
161
|
+
- ​<!-- 2 -->[website] Add redirection for talk @oliviertassinari
|
|
162
|
+
- ​<!-- 1 -->[website] Adds Arthur Balduini team info (@arthurbalduini) (#42226) @github-actions[bot]
|
|
163
|
+
|
|
164
|
+
All contributors of this release in alphabetical order: @arthurbalduini, @oliviertassinari, @samuelsycamore, @TahaRhidouani, @tarunrajput
|
|
165
|
+
|
|
166
|
+
## v5.15.17
|
|
167
|
+
|
|
168
|
+
<!-- generated comparing v5.15.16..master -->
|
|
169
|
+
|
|
170
|
+
_May 8, 2024_
|
|
171
|
+
|
|
172
|
+
A big thanks to the 4 contributors who made this release possible.
|
|
173
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
174
|
+
|
|
175
|
+
### `@mui/material@5.15.17`
|
|
176
|
+
|
|
177
|
+
- [Slider] Move palette styles to the bottom (#41676) @siriwatknp
|
|
178
|
+
|
|
179
|
+
### Docs
|
|
180
|
+
|
|
181
|
+
- Fix SEO redirection issues @oliviertassinari
|
|
182
|
+
- [material-ui] Fix broken link (@aarongarciah) (#42143) @github-actions[bot]
|
|
183
|
+
- [material-ui] Fix link on the Sync page (@danilo-leal) (#42089) @github-actions[bot]
|
|
184
|
+
|
|
185
|
+
### Core
|
|
186
|
+
|
|
187
|
+
- [blog] Shorten title to fit @oliviertassinari
|
|
188
|
+
- [blog] Update Sync post OG image (@danilo-leal) (#42117) @github-actions[bot]
|
|
189
|
+
- [blog] A few tweaks in introducing-sync-plugin (@oliviertassinari) (#42094) @github-actions[bot]
|
|
190
|
+
- [docs-infra] Fix code block layout shift (#41917) @oliviertassinari
|
|
191
|
+
- [website] Fix home page slider's track position (@aarongarciah) (#42144) @github-actions[bot]
|
|
192
|
+
- [website] Closing the survey @oliviertassinari
|
|
193
|
+
- [website] Remove Survey banner from website and Core docs (#42104) @joserodolfofreitas
|
|
194
|
+
|
|
195
|
+
All contributors of this release in alphabetical order: @github-actions[bot], @joserodolfofreitas, @oliviertassinari, @siriwatknp
|
|
196
|
+
|
|
197
|
+
## v5.15.16
|
|
198
|
+
|
|
199
|
+
<!-- generated comparing v5.15.15..master -->
|
|
200
|
+
|
|
201
|
+
_May 1, 2024_
|
|
202
|
+
|
|
203
|
+
A big thanks to the 8 contributors who made this release possible. Here are some highlights ✨:
|
|
204
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
205
|
+
|
|
206
|
+
### `@mui/material@5.15.16`
|
|
207
|
+
|
|
208
|
+
- [material-ui][Dialog] Prevent onClick on the root element from being overwritten (@ryanburr) (#41914) @github-actions[bot]
|
|
209
|
+
- [material-ui][Select] Fix `muiName` property TypeScript error (@EyaOuenniche) (#41786) @github-actions[bot]
|
|
210
|
+
- —>[material-ui][l10n] Fix typo in is-IS locale (@magnimarels) (#41815) @github-actions[bot]
|
|
211
|
+
|
|
212
|
+
### Docs
|
|
213
|
+
|
|
214
|
+
- Fix small SEO issues @oliviertassinari
|
|
215
|
+
- Fix 301 Toolpad links @oliviertassinari
|
|
216
|
+
- Fix 301 Toolpad links @oliviertassinari
|
|
217
|
+
- Fix 301 image redirections @oliviertassinari
|
|
218
|
+
- Fix small SEO issues @oliviertassinari
|
|
219
|
+
- Fix 301 redirection @oliviertassinari
|
|
220
|
+
- Fix format git diff regression (#41882) @oliviertassinari
|
|
221
|
+
- Fix 301 links @oliviertassinari
|
|
222
|
+
- [material-ui] Fix import statement in migration guide (@sai6855) (#41864) @github-actions[bot]
|
|
223
|
+
- [material-ui] Update Figma plugin name (@danilo-leal) (#42057) @github-actions[bot]
|
|
224
|
+
- [material-ui] Fix minor spelling error in the "About the lab" page (@ryanhartwig) (#42075) @github-actions[bot]
|
|
225
|
+
- [material-ui] Add missing backticks to HTML tag in the installation page (@Miguelrom) (#42009) @github-actions[bot]
|
|
226
|
+
- [material-ui] Add Connect-related content (@danilo-leal) (#41924) @DiegoAndai
|
|
227
|
+
- [material-ui] Fix Material 3 message typo (@aarongarciah) (#41822) @github-actions[bot]
|
|
228
|
+
- [material-ui] Remove Data Grid v7 beta callout (@cherniavskii) (#41842) @github-actions[bot]
|
|
229
|
+
- [material-ui][templates] Fix input props attributes in Landing Page template (@5-tom) (#42034) @github-actions[bot]
|
|
230
|
+
- [system] Update typo on the sx prop page (@bricker) (#42078) @github-actions[bot]
|
|
231
|
+
|
|
232
|
+
### Core
|
|
233
|
+
|
|
234
|
+
- [blog] Add post to introduce the Connect plugin (@danilo-leal) (#41929) @DiegoAndai
|
|
235
|
+
- [core] Automate cherry-pick of PRs from `next` -> `master` (#41742) @aarongarciah
|
|
236
|
+
- [docs-infra] Improve Twitter OG:image (#41860) @oliviertassinari
|
|
237
|
+
- [docs-infra] Use edge function for card generation (#41188) @alexfauquette
|
|
238
|
+
- [docs-infra] Fix drawer performances (#41807) (#41820) @alexfauquette
|
|
239
|
+
- [docs-infra] Fix analytics about inline ads (#41474) @alexfauquette
|
|
240
|
+
- [website] Sync career roles (@oliviertassinari) (#42059) @github-actions[bot]
|
|
241
|
+
- [website] Add content about the Sync plugin in the Material UI page (@danilo-leal) (#42074) @github-actions[bot]
|
|
242
|
+
- [website] Add Nadja on the about page (#42054) @mnajdova
|
|
243
|
+
- [website] Close the `Design Engineer - X` role (#42014) @DanailH
|
|
244
|
+
- [website] Remove customer support agent role from website (@rluzists1) (#41996) @github-actions[bot]
|
|
245
|
+
- [website] Add Jose to About Us (#41759) @JCQuintas
|
|
246
|
+
|
|
247
|
+
All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @DanailH, @DiegoAndai, @github-actions[bot], @JCQuintas, @mnajdova, @oliviertassinari
|
|
248
|
+
|
|
249
|
+
## v5.15.15
|
|
250
|
+
|
|
251
|
+
<!-- generated comparing v5.15.14..master -->
|
|
252
|
+
|
|
253
|
+
_Apr 4, 2024_
|
|
254
|
+
|
|
255
|
+
A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
|
|
256
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
257
|
+
|
|
258
|
+
### `@mui/material@5.15.15`
|
|
259
|
+
|
|
260
|
+
- [Autocomplete] Display options provided to the `options` prop even if loading is true (#41677) @ZeeshanTamboli
|
|
261
|
+
- [RadioGroup] Apply classnames (#41681) @ZeeshanTamboli
|
|
262
|
+
|
|
263
|
+
### `@mui/system@5.15.15`
|
|
264
|
+
|
|
265
|
+
- Fix typo to avoid infinite recursion in function call (#41678) @ZeeshanTamboli
|
|
266
|
+
|
|
267
|
+
### Docs
|
|
268
|
+
|
|
269
|
+
- [material-ui][Slider] Remove `valueLabelFormat` from restricted values demo so that the tooltip thumb label displays the same as the value text (#41679) @ZeeshanTamboli
|
|
270
|
+
- [material-ui] Remove deleted page from the sidenav (#41594) @danilo-leal
|
|
271
|
+
- [material-ui] Fix typo in CSS theme variables customization (#41680) @ZeeshanTamboli
|
|
272
|
+
- Continue migration of Base UI to sperate repository @oliviertassinari
|
|
273
|
+
- Add notification for MUI X v7 blog post (#41587) (#41605) @cherniavskii
|
|
274
|
+
- Update the versions dropdown to show v6 (#41557) @mnajdova
|
|
275
|
+
|
|
276
|
+
### Core
|
|
277
|
+
|
|
278
|
+
- [blog] Link to Romain's blog post in MUI X v7 announcement post (#41641) @cherniavskii
|
|
279
|
+
- [blog] Blog post with MUI X v7.0.0 annoucement (#41563) (#41604) @cherniavskii
|
|
280
|
+
- [blog] Add post about remote (#41565) @danilo-leal
|
|
281
|
+
- [core] Continue rename of Toolpad @oliviertassinari
|
|
282
|
+
- [docs-infra] Add Toolpad product/category IDs to types (#41551) @bharatkashyap
|
|
283
|
+
- [website] Add Aarón to About Us (#41747) @aarongarciah
|
|
284
|
+
- [website] Add stray design adjustments throughout the site (#41642) @mnajdova
|
|
285
|
+
- [website] Update pricing table (#41606) @cherniavskii
|
|
286
|
+
|
|
287
|
+
All contributors of this release in alphabetical order: @aarongarciah, @bharatkashyap, @cherniavskii, @danilo-leal, @mnajdova, @oliviertassinari, @ZeeshanTamboli
|
|
288
|
+
|
|
3
289
|
## v5.15.14
|
|
4
290
|
|
|
5
291
|
<!-- generated comparing v5.15.13..master -->
|
|
@@ -7922,7 +8208,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
7922
8208
|
|
|
7923
8209
|
<a href="https://mui.com/components/tables/#unstyled-table"><img width="800" alt="unstyled table" src="https://user-images.githubusercontent.com/4512430/144862194-584356ef-7d9d-462c-a631-186a7e716193.png"></a>
|
|
7924
8210
|
|
|
7925
|
-
You can follow our progress with unstyled components at https://github.com/mui/
|
|
8211
|
+
You can follow our progress with unstyled components at https://github.com/mui/base-ui/issues/10.
|
|
7926
8212
|
|
|
7927
8213
|
- 🎉 We have added an example of how to use MUI with [Remix](https://remix.run/) (#29952) @mnajdova
|
|
7928
8214
|
|
|
@@ -8189,7 +8475,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
8189
8475
|
|
|
8190
8476
|
- ​<!-- 27 -->[core] Rename mui/core to mui/base (#29585) @michaldudak
|
|
8191
8477
|
|
|
8192
|
-
Based on the results of the [poll](https://
|
|
8478
|
+
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.
|
|
8193
8479
|
|
|
8194
8480
|
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.
|
|
8195
8481
|
|
|
@@ -9392,7 +9678,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
9392
9678
|
|
|
9393
9679
|
<a href="https://mui.com/components/switches/#unstyled"><img width="832" alt="switch" src="https://user-images.githubusercontent.com/3165635/125192249-236f8a80-e247-11eb-9df9-17d476379a32.png"></a>
|
|
9394
9680
|
|
|
9395
|
-
You can follow our progress at https://github.com/mui/
|
|
9681
|
+
You can follow our progress at https://github.com/mui/base-ui/issues/10.
|
|
9396
9682
|
|
|
9397
9683
|
- 💄 We have updated the default `info` `success` `warning` color to be more accessible (#26817) @siriwatknp.
|
|
9398
9684
|
You can find the new [default values](https://mui.com/material-ui/customization/palette/#default-values) in the documentation.
|
|
@@ -12606,7 +12892,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
|
|
|
12606
12892
|
```
|
|
12607
12893
|
|
|
12608
12894
|
- [Autocomplete] Remove `debug` in favor of `open` and dev tools (#23377) @eps1lon
|
|
12609
|
-
There are a couple of simpler alternatives: `open={true}`, Chrome devtools ["Emulate focused"](https://
|
|
12895
|
+
There are a couple of simpler alternatives: `open={true}`, Chrome devtools ["Emulate focused"](https://x.com/sulco/status/1305841873945272321), or React devtools props.
|
|
12610
12896
|
|
|
12611
12897
|
#### Changes
|
|
12612
12898
|
|
package/index.js
CHANGED
package/legacy/index.js
CHANGED
package/modern/index.js
CHANGED
package/node/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/private-theming",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.16.0",
|
|
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`.",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@babel/runtime": "^7.23.9",
|
|
30
30
|
"prop-types": "^15.8.1",
|
|
31
|
-
"@mui/utils": "^5.
|
|
31
|
+
"@mui/utils": "^5.16.0"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"@types/react": "^17.0.0 || ^18.0.0",
|