@mui/private-theming 5.15.13 → 6.0.0-alpha.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 +324 -62
- package/index.js +1 -1
- package/legacy/index.js +1 -1
- package/modern/index.js +1 -1
- package/node/ThemeProvider/ThemeProvider.js +1 -1
- package/node/index.js +2 -2
- package/node/useTheme/ThemeContext.js +1 -1
- package/node/useTheme/useTheme.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,276 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## v6.0.0-alpha.1
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v6.0.0-alpha.0..next -->
|
|
6
|
+
|
|
7
|
+
_Apr 5, 2024_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:
|
|
10
|
+
|
|
11
|
+
- 🔥 Converted 3 more Material UI components to use Pigment CSS. Current progress is 36%!
|
|
12
|
+
- 🚀 Added a spacing CSS variable to the Material UI and Joy UI themes.
|
|
13
|
+
- 💫 Added 3 redesigned free Material UI templates: [Sign-in](https://next.mui.com/material-ui/getting-started/templates/sign-in/), [Sign-in side](https://next.mui.com/material-ui/getting-started/templates/sign-in-side/), and [Sign-up](https://next.mui.com/material-ui/getting-started/templates/sign-up/).
|
|
14
|
+
|
|
15
|
+
### `@mui/material@6.0.0-alpha.1`
|
|
16
|
+
|
|
17
|
+
- [AppBar] Convert to support CSS extraction (#41247) @mnajdova
|
|
18
|
+
- [Badge] Deprecate components and componentsProps (#41655) @skmanoj322
|
|
19
|
+
- [Button] Convert to support CSS extraction (#41378) @siriwatknp
|
|
20
|
+
- [ButtonGroup] Convert to support CSS extraction (#41666) @zanivan
|
|
21
|
+
- [RadioGroup] Apply classnames (#41610) @ZeeshanTamboli
|
|
22
|
+
- [Slider] Move palette styles to the bottom (#41676) @siriwatknp
|
|
23
|
+
- Add the `spacing` theme token (#40224) @siriwatknp
|
|
24
|
+
|
|
25
|
+
### `@mui/system@6.0.0-alpha.1`
|
|
26
|
+
|
|
27
|
+
- Add the `spacing` theme token to be used in `theme.spacing()` (#40224) @siriwatknp
|
|
28
|
+
|
|
29
|
+
### `@mui/codemod@6.0.0-alpha.1`
|
|
30
|
+
|
|
31
|
+
- [codemod] Setup v6 codemod structure (#41668) @DiegoAndai
|
|
32
|
+
|
|
33
|
+
### `@mui/lab@6.0.0-alpha.1`
|
|
34
|
+
|
|
35
|
+
- [TabPanel] Add keepMounted prop to match Joy UI (#41651) @ppaskaris-plooto
|
|
36
|
+
|
|
37
|
+
### `@mui/joy@5.0.0-beta.34`
|
|
38
|
+
|
|
39
|
+
- Add `spacing` theme token (#40224) @siriwatknp
|
|
40
|
+
|
|
41
|
+
### `@pigment-css/react@0.0.5`
|
|
42
|
+
|
|
43
|
+
- Improve sx prop support (#41589) @brijeshb42
|
|
44
|
+
- Fix Emotion styled error (#41699) @siriwatknp
|
|
45
|
+
- Fix propTypes removal during eval stage (#41695) @brijeshb42
|
|
46
|
+
- Fix props forwarding (#41688) @siriwatknp
|
|
47
|
+
- Fix sx prop transformation on Box (#41705) @brijeshb42
|
|
48
|
+
|
|
49
|
+
### `@pigment-css/vite-plugin@0.0.5`
|
|
50
|
+
|
|
51
|
+
- Use constant filename for pigment styles (#41667) @brijeshb42
|
|
52
|
+
|
|
53
|
+
### `@pigment-css/nextjs-plugin@0.0.5`
|
|
54
|
+
|
|
55
|
+
- Add missing RTL implementation (#41751) @brijeshb42
|
|
56
|
+
|
|
57
|
+
### Docs
|
|
58
|
+
|
|
59
|
+
- [pigment-css] Update README.md installation to use the next tag (#41649) @mnajdova
|
|
60
|
+
- [pigment-css] Add "Building design system components" guide with Pigment CSS (#41635) @siriwatknp
|
|
61
|
+
- Continue migration of Base UI to sperate repository @oliviertassinari
|
|
62
|
+
- Stick to one way to write IE 11 @oliviertassinari
|
|
63
|
+
- Fix typo in CONTRIBUTING.md (#41670) @adriancuadrado
|
|
64
|
+
- Drop IE 11 official support (#41611) @iammminzzy
|
|
65
|
+
- [material-ui] Fix typo on the Accordion page (#41687) @connorshea
|
|
66
|
+
- [pigment-css] Add small edits on the README (#41646) @danilo-leal
|
|
67
|
+
- [pigment-css] Edit the example app's README files (#41639) @danilo-leal
|
|
68
|
+
|
|
69
|
+
### Core
|
|
70
|
+
|
|
71
|
+
- [code-infra] Move BrandingProvider/brandingTheme/InfoCard to @mui/docs (#41206) @Janpot
|
|
72
|
+
- [core] Automate cherry-pick of PRs from `next` -> `master` (#41741) @aarongarciah
|
|
73
|
+
- [core] Update the prettier script to use the next branch (#41637) @mnajdova
|
|
74
|
+
- [docs-infra] Skip loading source for non-editable modules (#41588) @bharatkashyap
|
|
75
|
+
- [docs-infra] Vale rule for M3 (#41737) @oliviertassinari
|
|
76
|
+
- [docs-infra] Allows to remove edit button (#41702) @alexfauquette
|
|
77
|
+
- [pigment-css][examples] Add example project with Remix (#41700) @brijeshb42
|
|
78
|
+
- [examples] Update MUI's packages to the next version (#41701) @mnajdova
|
|
79
|
+
- [material-ui] Refine the Sign-in and Sign-up templates (#41192) @zanivan
|
|
80
|
+
- [test] Add test to display options provided to the options prop even if loading is true. (#41675) @ZeeshanTamboli
|
|
81
|
+
- [blog] Refresh the design slightly (#41697) @danilo-leal
|
|
82
|
+
- [website] Use en-US over en-UK for career link @oliviertassinari
|
|
83
|
+
- [website] Add Aarón to About Us (#41736) @aarongarciah
|
|
84
|
+
- [website] Refine button design and other details (#41686) @danilo-leal
|
|
85
|
+
- [website] Improve job og image (#41672) @oliviertassinari
|
|
86
|
+
- [website] Page <title> should have no dots @oliviertassinari
|
|
87
|
+
|
|
88
|
+
All contributors of this release in alphabetical order: @aarongarciah, @adriancuadrado, @alexfauquette, @bharatkashyap, @brijeshb42, @connorshea, @danilo-leal, @DiegoAndai, @iammminzzy, @Janpot, @JCQuintas, @levigunz, @mnajdova, @oliviertassinari, @ppaskaris-plooto, @siriwatknp, @skmanoj322, @zanivan, @ZeeshanTamboli
|
|
89
|
+
|
|
90
|
+
## v6.0.0-alpha.0
|
|
91
|
+
|
|
92
|
+
<!-- generated comparing v5.15.14..next -->
|
|
93
|
+
|
|
94
|
+
_Mar 26, 2024_
|
|
95
|
+
|
|
96
|
+
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
97
|
+
|
|
98
|
+
- 🔥 Converted 10+ Material UI components to support static CSS extraction
|
|
99
|
+
- ⬅️ Added RTL support in Pigment CSS (#41570) @brijeshb42
|
|
100
|
+
|
|
101
|
+
### `@mui/material@6.0.0-alpha.0`
|
|
102
|
+
|
|
103
|
+
- [BottomNavigation] Convert to support CSS extraction (#41612) @aacevski
|
|
104
|
+
- [AvatarGroup] Convert to support CSS extraction (#41485) @zanivan
|
|
105
|
+
- [Backdrop] Convert to support CSS extraction (#41581) @aacevski
|
|
106
|
+
- [Breadcrumbs] Convert to support CSS extraction (#41496) @aacevski
|
|
107
|
+
- [Card] Convert to support CSS extraction (#41580) @aacevski
|
|
108
|
+
- [Divider] Convert to support CSS extraction (#41366) @sai6855
|
|
109
|
+
- [FormControl] Convert to support CSS extraction (#41613) @aacevski
|
|
110
|
+
- [FormGroup] Convert to support CSS extraction (#41614) @aacevski
|
|
111
|
+
- [MobileStepper] Convert to support CSS extraction (#41533) @aacevski
|
|
112
|
+
- [Modal] Support CSS extraction (#41483) @sai6855
|
|
113
|
+
- [Popover] Convert to support CSS extraction (#41564) @aacevski
|
|
114
|
+
- [Stepper] Convert to support CSS extraction (#41546) @aacevski
|
|
115
|
+
- [Autocomplete] Display options provided to the `options` prop even if loading is true (#41634) @nekoya
|
|
116
|
+
- [Backdrop] Deprecate TransitionComponent (#40677) @harry-whorlow
|
|
117
|
+
- [ButtonGroup] Deprecate composed classes (#41259) @sai6855
|
|
118
|
+
- [StepLabel] Deprecate `componentProps` prop (#41321) @sai6855
|
|
119
|
+
- [Chip] Convert to support CSS extraction (#41592) @DiegoAndai
|
|
120
|
+
|
|
121
|
+
### `@pigment-css/react@0.0.4`
|
|
122
|
+
|
|
123
|
+
- Fix evaluation of undefined variables (#41569) @siriwatknp
|
|
124
|
+
- Fix react-modal demos location (#41560) @sai6855
|
|
125
|
+
- [react] RTL Support (#41570) @brijeshb42
|
|
126
|
+
|
|
127
|
+
### `@mui/system@6.0.0-alpha.0`
|
|
128
|
+
|
|
129
|
+
- [core] Standardize index pattern (#41574) @DiegoAndai
|
|
130
|
+
- Fix typo to avoid infinite recursion in function call (#41616) @michael-land
|
|
131
|
+
- Move stylesheet generator to `extendTheme` (#41446) @siriwatknp
|
|
132
|
+
|
|
133
|
+
### Docs
|
|
134
|
+
|
|
135
|
+
- [joy-ui] Refresh the marketing example on the Color Inversion page (#41497) @cipherlogs
|
|
136
|
+
- [material-ui] Add v5 to v6 migration guide (#41561) @DiegoAndai
|
|
137
|
+
- [system] Add v5 to v6 migration guide (#41575) @DiegoAndai
|
|
138
|
+
- [material-ui][Slider] Remove `valueLabelFormat` from restricted values demo so that the tooltip thumb label displays the same as the value text (#41567) @StylesTrip
|
|
139
|
+
- [pigment-css] Update the RTL section on the readme (#41576) @danilo-leal
|
|
140
|
+
|
|
141
|
+
### Core
|
|
142
|
+
|
|
143
|
+
- [blog] Update the callout (#41645) @cherniavskii
|
|
144
|
+
- [blog] Link to Romain's blog post in MUI X v7 announcement post (#41640) @cherniavskii
|
|
145
|
+
- [blog] Blog post with MUI X v7.0.0 annoucement (#41563) @joserodolfofreitas
|
|
146
|
+
- [blog] Add post about remote (#41565) @danilo-leal
|
|
147
|
+
- [core] Restore the pnpm-lock.yaml (#41643) @mnajdova
|
|
148
|
+
- [core] Fix failing CI steps (#41636) @mnajdova
|
|
149
|
+
- [core] Update browser support versions (#41568) @siriwatknp
|
|
150
|
+
- [core] Add instructions to deploying docs guide (#41582) @DiegoAndai
|
|
151
|
+
- [core] Add comment explaining the frequency of no-response action runs (#41555) @michaldudak
|
|
152
|
+
- [core] Init the next branch (#41552) @mnajdova
|
|
153
|
+
- [core] Lower the frequency of no-response action runs (#41553) @michaldudak
|
|
154
|
+
- [core] Update peerDependencies ranges to include v6 packages (#41662) @michaldudak
|
|
155
|
+
- [core] Run pnpm dedupe (#41658) @michaldudak
|
|
156
|
+
- [core] Fix dedupe check (#41657) @Janpot
|
|
157
|
+
- [pigment-css][demo] Add index page for material-ui (#41577) @brijeshb42
|
|
158
|
+
- [pigment-css][demo] Remove app specific pnpm workspace (#41393) @brijeshb42
|
|
159
|
+
- [docs] Add notification for MUI X v7 blog post (#41587) @cherniavskii
|
|
160
|
+
- [docs] MUI X v7 blog post annoucement followup (#41601) @joserodolfofreitas
|
|
161
|
+
- [docs] Update the installation guides to use the next tag (#41558) @mnajdova
|
|
162
|
+
- [docs][material-ui] Fix typo in CSS theme variables customization (#41632) @ZeeshanTamboli
|
|
163
|
+
- [material-ui][docs] Remove deleted page from the sidenav (#41594) @danilo-leal
|
|
164
|
+
- [website] Update pricing table (#41595) @cherniavskii
|
|
165
|
+
- [website] Add stray design adjustments throughout the site (#41547) @danilo-leal
|
|
166
|
+
|
|
167
|
+
All contributors of this release in alphabetical order: @aacevski, @brijeshb42, @cherniavskii, @cipherlogs, @danilo-leal, @DiegoAndai, @harry-whorlow, @Janpot, @joserodolfofreitas, @michael-land, @michaldudak, @mnajdova, @nekoya, @sai6855, @siriwatknp, @StylesTrip, @zanivan, @ZeeshanTamboli
|
|
168
|
+
|
|
169
|
+
## v5.15.15
|
|
170
|
+
|
|
171
|
+
<!-- generated comparing v5.15.14..master -->
|
|
172
|
+
|
|
173
|
+
_Apr 4, 2024_
|
|
174
|
+
|
|
175
|
+
A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
|
|
176
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
177
|
+
|
|
178
|
+
### `@mui/material@5.15.15`
|
|
179
|
+
|
|
180
|
+
- [Autocomplete] Display options provided to the `options` prop even if loading is true (#41677) @ZeeshanTamboli
|
|
181
|
+
- [RadioGroup] Apply classnames (#41681) @ZeeshanTamboli
|
|
182
|
+
|
|
183
|
+
### `@mui/system@5.15.15`
|
|
184
|
+
|
|
185
|
+
- Fix typo to avoid infinite recursion in function call (#41678) @ZeeshanTamboli
|
|
186
|
+
|
|
187
|
+
### Docs
|
|
188
|
+
|
|
189
|
+
- [material-ui][Slider] Remove `valueLabelFormat` from restricted values demo so that the tooltip thumb label displays the same as the value text (#41679) @ZeeshanTamboli
|
|
190
|
+
- [material-ui] Remove deleted page from the sidenav (#41594) @danilo-leal
|
|
191
|
+
- [material-ui] Fix typo in CSS theme variables customization (#41680) @ZeeshanTamboli
|
|
192
|
+
- Continue migration of Base UI to sperate repository @oliviertassinari
|
|
193
|
+
- Add notification for MUI X v7 blog post (#41587) (#41605) @cherniavskii
|
|
194
|
+
- Update the versions dropdown to show v6 (#41557) @mnajdova
|
|
195
|
+
|
|
196
|
+
### Core
|
|
197
|
+
|
|
198
|
+
- [blog] Link to Romain's blog post in MUI X v7 announcement post (#41641) @cherniavskii
|
|
199
|
+
- [blog] Blog post with MUI X v7.0.0 annoucement (#41563) (#41604) @cherniavskii
|
|
200
|
+
- [blog] Add post about remote (#41565) @danilo-leal
|
|
201
|
+
- [core] Continue rename of Toolpad @oliviertassinari
|
|
202
|
+
- [docs-infra] Add Toolpad product/category IDs to types (#41551) @bharatkashyap
|
|
203
|
+
- [website] Add Aarón to About Us (#41747) @aarongarciah
|
|
204
|
+
- [website] Add stray design adjustments throughout the site (#41642) @mnajdova
|
|
205
|
+
- [website] Update pricing table (#41606) @cherniavskii
|
|
206
|
+
|
|
207
|
+
All contributors of this release in alphabetical order: @aarongarciah, @bharatkashyap, @cherniavskii, @danilo-leal, @mnajdova, @oliviertassinari, @ZeeshanTamboli
|
|
208
|
+
|
|
209
|
+
## v5.15.14
|
|
210
|
+
|
|
211
|
+
<!-- generated comparing v5.15.13..master -->
|
|
212
|
+
|
|
213
|
+
_Mar 18, 2024_
|
|
214
|
+
|
|
215
|
+
A big thanks to the 15 contributors who made this release possible.
|
|
216
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
217
|
+
|
|
218
|
+
### `@mui/material@5.15.14`
|
|
219
|
+
|
|
220
|
+
- [Accordion] Convert to support CSS extraction (#41221) @mnajdova
|
|
221
|
+
- ​<!-- 24 -->[Autocomplete] Convert to support CSS extraction (#40330) @mnajdova
|
|
222
|
+
- ​<!-- 06 -->[Slider] Convert to support CSS extraction (#41201) @mnajdova
|
|
223
|
+
- ​<!-- 07 -->[Select] Fix variant type (#41405) @sai6855
|
|
224
|
+
- ​<!-- 09 -->[typescript] Use interface instead of type for props (#41500) @siriwatknp
|
|
225
|
+
|
|
226
|
+
### `@pigment-css/react@0.0.3`
|
|
227
|
+
|
|
228
|
+
- ​<!-- 03 -->Add Box component (#41451) @brijeshb42
|
|
229
|
+
|
|
230
|
+
### `pigment-css/nextjs-plugin@0.0.3`
|
|
231
|
+
|
|
232
|
+
- ​<!-- 04 -->Fix alias resolver (#41494) @brijeshb42
|
|
233
|
+
- ​<!-- 05 -->Follow-up to #41494 (#41502) @brijeshb42
|
|
234
|
+
|
|
235
|
+
### Docs
|
|
236
|
+
|
|
237
|
+
- ​<!-- 12 -->[joy-ui] Add UI improvements to the side navigation demo (#41461) @cipherlogs
|
|
238
|
+
- ​<!-- 11 -->[pigment-css] Add media query guide (#41473) @siriwatknp
|
|
239
|
+
- ​<!-- 10 -->[pigment-css] Fixing location of the ExtendTheme type in the docs (#41499) @jherr
|
|
240
|
+
- ​<!-- 08 -->[material-ui][Progress] Add Circular progress gradient demo from Github comment (#40559) @DiegoAndai
|
|
241
|
+
|
|
242
|
+
### Core
|
|
243
|
+
|
|
244
|
+
- ​<!-- 23 -->[blog] Bringing consistency to Material UI customization APIs (#41040) @DiegoAndai
|
|
245
|
+
- ​<!-- 22 -->[code-infra] Rename @mui-internal/docs-utils to @mui/internal-docs-utils (#41498) @michaldudak
|
|
246
|
+
- ​<!-- 21 -->[code-infra] Copy translations.json to @mui/docs build folder (#41472) @Janpot
|
|
247
|
+
- ​<!-- 20 -->[core] Use Circle CI context (#41532) @oliviertassinari
|
|
248
|
+
- ​<!-- 19 -->[core] Fix CHANGELOG format and update date (#41481) @DiegoAndai
|
|
249
|
+
- ​<!-- 18 -->[docs] Fix useStorageState regressions (#41223) @Janpot
|
|
250
|
+
- ​<!-- 17 -->[docs] Fix some Vale errors (#41516) @oliviertassinari
|
|
251
|
+
- ​<!-- 15 -->[material-ui][docs] Fix landing page template's h1 size (#41543) @zanivan
|
|
252
|
+
- ​<!-- 14 -->[material-ui][docs] Apply new code header docs feature (#41508) @danilo-leal
|
|
253
|
+
- ​<!-- 11 -->[material-next] Drop the package (#41544) @mnajdova
|
|
254
|
+
- ​<!-- 16 -->[docs-infra] Fail CI on Vale error (#40944) @oliviertassinari
|
|
255
|
+
- ​<!-- 15 -->[docs-infra] Improve Vale config @oliviertassinari
|
|
256
|
+
- ​<!-- 14 -->[docs-infra] Add a feature list "component" (#41484) @danilo-leal
|
|
257
|
+
- ​<!-- 13 -->[docs-infra] Add code block header classes (#41487) @danilo-leal
|
|
258
|
+
- ​<!-- 21 -->[docs-infra] Make the Algolia search input label invisible (#41542) @danilo-leal
|
|
259
|
+
- ​<!-- 03 -->[website] Improve navbar's items hover state (#41535) @EyaOuenniche
|
|
260
|
+
- ​<!-- 02 -->[website] Split Toolpad documentation (#41316) @bharatkashyap
|
|
261
|
+
- ​<!-- 01 -->[website] Use MUI X Data Grid v7-beta (#41276) @cherniavskii
|
|
262
|
+
|
|
263
|
+
All contributors of this release in alphabetical order: @bharatkashyap, @brijeshb42, @cherniavskii, @cipherlogs, @danilo-leal, @DiegoAndai, @EyaOuenniche, @Janpot, @jherr, @michaldudak, @mnajdova, @oliviertassinari, @sai6855, @siriwatknp, @zanivan
|
|
264
|
+
|
|
3
265
|
## v5.15.13
|
|
4
266
|
|
|
5
267
|
<!-- generated comparing v5.15.12..master -->
|
|
6
268
|
|
|
7
|
-
_Mar
|
|
269
|
+
_Mar 13, 2024_
|
|
8
270
|
|
|
9
|
-
A big thanks to the
|
|
271
|
+
A big thanks to the 18 contributors who made this release possible. Here are some highights ✨
|
|
10
272
|
|
|
11
|
-
- The Material
|
|
273
|
+
- The Material UI free Checkout template got a design uplift (#41447) @zanivan
|
|
12
274
|
|
|
13
275
|
### `@mui/material@5.15.13`
|
|
14
276
|
|
|
@@ -64,33 +326,33 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
64
326
|
- [pigment-css] Adjust the bit about CSS vars on the README (#41463) @danilo-leal
|
|
65
327
|
- Finish brand name fixes #41438 @oliviertassinari
|
|
66
328
|
- Remove noreferrer @oliviertassinari
|
|
67
|
-
- Fix v4 docs
|
|
329
|
+
- Fix v4 docs `<b>` appearing in notifications (#41390) @peterwangsc
|
|
68
330
|
- Update GitHub project links (#41370) @danilo-leal
|
|
69
331
|
|
|
70
332
|
### Core
|
|
71
333
|
|
|
72
|
-
- [pigment] Make all Pigment
|
|
334
|
+
- [pigment] Make all Pigment CSS packages public (#41404) @brijeshb42
|
|
73
335
|
- [pigment] Rename directories to match package names (#41453) @brijeshb42
|
|
74
336
|
- [pigment-css] Example fix leading spaces (#41439) @oliviertassinari
|
|
75
337
|
- [code-infra] Add short note about e2e-website workflow schedule (#41355) @Janpot
|
|
76
338
|
- [code-infra] Add alias for icon types (#41248) @Janpot
|
|
77
339
|
- [code-infra] Reduce concurrency of typescript:ci further (#41392) @Janpot
|
|
78
340
|
- [code-infra] Reduce concurrency for test_types ci job (#41385) @Janpot
|
|
79
|
-
- [code-infra] Adapt API code generator to Base
|
|
341
|
+
- [code-infra] Adapt API code generator to Base UI repo needs (#41475) @michaldudak
|
|
80
342
|
- [docs-infra] Don't generate preview files for the templates (#41379) @mnajdova
|
|
81
|
-
- [docs-infra] Fix
|
|
343
|
+
- [docs-infra] Fix Pigment CSS apps path in the render mui demos script (#41476) @mnajdova
|
|
82
344
|
- [docs-infra] move feedback to ESM (#41381) @alexfauquette
|
|
83
345
|
- [docs-infra] Improve color contrast throughout (#41387) @danilo-leal
|
|
84
346
|
- [docs-infra] Simplify Algolia crawler config (#41312) @oliviertassinari
|
|
85
347
|
- [docs-infra] Adjust the tabs and layout selection design (#41084) @danilo-leal
|
|
86
|
-
- [blog] Update the Base
|
|
348
|
+
- [blog] Update the Base UI post with links to dedicated repo (#41358) @danilo-leal
|
|
87
349
|
- [website] Update the Careers page role (#41384) @danilo-leal
|
|
88
350
|
- [website] Compress about images @oliviertassinari
|
|
89
351
|
- [website] Improve color contrast on the homepage (#41465) @danilo-leal
|
|
90
352
|
- [examples] Add pigment-css-vite-ts starter example (#41196) @siriwatknp
|
|
91
353
|
- [examples] Add pigment-css-nextjs-ts starter project (#41105) @siriwatknp
|
|
92
354
|
|
|
93
|
-
All contributors of this release in alphabetical order: @alexfauquette, @brijeshb42, @CGNonofr, @cipherlogs, @danilo-leal, @Janpot, @michaeldfoley, @mnajdova, @oliviertassinari, @peterwangsc, @rakeshmusturi, @sai6855, @siriwatknp, @zanivan, @ZeeshanTamboli
|
|
355
|
+
All contributors of this release in alphabetical order: @alexfauquette, @anle9650, @brijeshb42, @CGNonofr, @cipherlogs, @danilo-leal, @jwithington, @Janpot, @michaeldfoley, @michaldudak, @mnajdova, @oliviertassinari, @peterwangsc, @rakeshmusturi, @sai6855, @siriwatknp, @zanivan, @ZeeshanTamboli
|
|
94
356
|
|
|
95
357
|
## v5.15.12
|
|
96
358
|
|
|
@@ -125,7 +387,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
125
387
|
- ​<!-- 12 -->[pigment-css] Rename zero-runtime to pigmentcss (#41317) @brijeshb42
|
|
126
388
|
- ​<!-- 11 -->Fix createSpacing return type (#41318) @matystroia
|
|
127
389
|
- ​<!-- 06 -->[zero] Add support for styled tagged-template literals (#41268) @brijeshb42
|
|
128
|
-
- ​<!-- 05 -->[zero] Set up Material
|
|
390
|
+
- ​<!-- 05 -->[zero] Set up Material UI migration demos (#41267) @siriwatknp
|
|
129
391
|
- ​<!-- 04 -->[zero] Move extendTheme to already existing @mui/zero-runtime/utils (#41254) @brijeshb42
|
|
130
392
|
- ​<!-- 03 -->[zero] Remove `object` intersection from CSS Fallback (#41271) @siriwatknp
|
|
131
393
|
- ​<!-- 02 -->[zero] Minor wording changes in README (#41253) @brijeshb42
|
|
@@ -162,7 +424,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
162
424
|
- ​<!-- 30 -->[docs-infra] Fix missing non breaking spaces @oliviertassinari
|
|
163
425
|
- ​<!-- 29 -->[docs-infra] Add design customizations to the disclosure element (#41285) @danilo-leal
|
|
164
426
|
- ​<!-- 28 -->[docs-infra] Adjust headings dark mode color (#41292) @danilo-leal
|
|
165
|
-
- ​<!-- 27 -->[docs-infra] Fix Stack
|
|
427
|
+
- ​<!-- 27 -->[docs-infra] Fix Stack Overflow breaking space @oliviertassinari
|
|
166
428
|
- ​<!-- 26 -->[docs-infra] Fix product selector popup not closing on route change (#41166) @divyammadhok
|
|
167
429
|
- ​<!-- 25 -->[docs-infra] Improve fix blank links ad @oliviertassinari
|
|
168
430
|
- ​<!-- 24 -->[docs-infra] Support interfaces for X docs (#41069) @alexfauquette
|
|
@@ -269,7 +531,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
269
531
|
- [docs-infra] Reduce scrollbar width on ROC (#41148) @oliviertassinari
|
|
270
532
|
- [docs-infra] Add external link arrow (#41129) @siriwatknp
|
|
271
533
|
- [docs-infra] Fix external link arrow (#41181) @alexfauquette
|
|
272
|
-
- [docs-infra] Flag
|
|
534
|
+
- [docs-infra] Flag npm and GitHub as wrong spellings @oliviertassinari
|
|
273
535
|
- [docs-infra] Fix display when the default props is undefined (#41114) @oliviertassinari
|
|
274
536
|
- [docs-infra] Remove random layout assignment (#40862) @alexfauquette
|
|
275
537
|
- [docs-infra] Add spacing and contrast improvements (#41191) @danilo-leal
|
|
@@ -317,7 +579,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
317
579
|
- Fix 301 redirection to StackBlitz @oliviertassinari
|
|
318
580
|
- Fix h1 on Joy UI templates @oliviertassinari
|
|
319
581
|
- Have MUI workspace own the CodeSandbox @oliviertassinari
|
|
320
|
-
- Add notification for
|
|
582
|
+
- Add notification for MUI X v7 beta (#41001) @joserodolfofreitas
|
|
321
583
|
- Fix 301 links @oliviertassinari
|
|
322
584
|
- Fix Next.js v13.5.1 <title> SEO regression (#40302) @oliviertassinari
|
|
323
585
|
- Add a 404 page (#40884) @danilo-leal
|
|
@@ -758,7 +1020,7 @@ A big thanks to the 22 contributors who made this release possible. Here are som
|
|
|
758
1020
|
- [material-ui] Revise the Alert demo page (#34892) @samuelsycamore
|
|
759
1021
|
- [material-ui] Revise the Accordion page (#40284) @anle9650
|
|
760
1022
|
- [material-ui] Add docs for complementary Card components (#40346) @anle9650
|
|
761
|
-
- [material-ui] Add Material 3 components page (#40350) @DiegoAndai
|
|
1023
|
+
- [material-ui] Add Material Design 3 components page (#40350) @DiegoAndai
|
|
762
1024
|
- Fix strange italic style @oliviertassinari
|
|
763
1025
|
- Fix references to ESLint @oliviertassinari
|
|
764
1026
|
- Fix 301 redirections @oliviertassinari
|
|
@@ -1594,7 +1856,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
1594
1856
|
- [docs] Update Autocomplete demo for React 18 (#39162) @oliviertassinari
|
|
1595
1857
|
- [docs-infra] Tweak feedback footer section design (#36556) @danilo-leal
|
|
1596
1858
|
- [docs-infra] Improve code syntax highlight (#39181) @oliviertassinari
|
|
1597
|
-
- [docs][base] Add Tailwind
|
|
1859
|
+
- [docs][base] Add Tailwind CSS + plain CSS demo on the TextArea page (#39046) @alisasanib
|
|
1598
1860
|
- [docs][base-ui] Fix style for root div of multiline input (#39182) @ttlpta
|
|
1599
1861
|
- [docs][base-ui] Improve Select's country select demo (#38983) @oliviertassinari
|
|
1600
1862
|
- [docs][joy-ui] Add scrollable tabs example (#39260) @siriwatknp
|
|
@@ -1664,7 +1926,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
1664
1926
|
### Docs
|
|
1665
1927
|
|
|
1666
1928
|
- Improve focus trap demo (#38985) @oliviertassinari
|
|
1667
|
-
- Add Tailwind
|
|
1929
|
+
- Add Tailwind CSS + plain CSS demo on the Tabs page (#39000) @alisasanib
|
|
1668
1930
|
- Improve the default theme viewer design (#39049) @danilo-leal
|
|
1669
1931
|
- Add live demo with CssVarsProvider (#38792) @oliviertassinari
|
|
1670
1932
|
- Fix wrong hash on Card's page (#39151) @mnajdova
|
|
@@ -1730,7 +1992,7 @@ A big thanks to the 16 contributors who made this release possible. This release
|
|
|
1730
1992
|
|
|
1731
1993
|
### Docs
|
|
1732
1994
|
|
|
1733
|
-
- ​<!-- 21 -->[docs][base] Add Tailwind
|
|
1995
|
+
- ​<!-- 21 -->[docs][base] Add Tailwind CSS + plain CSS demo on the NumberInput page (#38928) @alisasanib
|
|
1734
1996
|
- ​<!-- 13 -->[docs][Dialog] Add non-modal dialog docs & demo (#38684) @mnajdova
|
|
1735
1997
|
- ​<!-- 12 -->[docs] Fix number input wrong demo @oliviertassinari
|
|
1736
1998
|
- ​<!-- 11 -->[docs] Exclude joy-ui LinearProgressCountup from visual regression (#38969) @siriwatknp
|
|
@@ -1837,7 +2099,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
1837
2099
|
### Examples
|
|
1838
2100
|
|
|
1839
2101
|
- ​<!-- 14 -->[examples] Add shortcut to open example in online IDE (#38572) @oliviertassinari
|
|
1840
|
-
- ​<!-- 61 -->[examples][base-ui] Add Base UI + Vite + Tailwind
|
|
2102
|
+
- ​<!-- 61 -->[examples][base-ui] Add Base UI + Vite + Tailwind CSS example in TypeScript (#37595) @dvkam
|
|
1841
2103
|
|
|
1842
2104
|
### Core
|
|
1843
2105
|
|
|
@@ -1906,9 +2168,9 @@ A big thanks to the 25 contributors who made this release possible.
|
|
|
1906
2168
|
- ​<!-- 52 -->Update changelog (#38704) @mj12albert
|
|
1907
2169
|
- ​<!-- 49 -->[docs][Autocomplete] Require referentially stable value (#38734) @michaldudak
|
|
1908
2170
|
- ​<!-- 48 -->[docs][base-ui] Add type parameter to the button in prepareForSlot demo (#38640) @michaldudak
|
|
1909
|
-
- ​<!-- 47 -->[docs][base-ui] Fix the broken image in the Tailwind
|
|
2171
|
+
- ​<!-- 47 -->[docs][base-ui] Fix the broken image in the Tailwind CSS guide (#38721) @michaldudak
|
|
1910
2172
|
- ​<!-- 46 -->[docs][base-ui]: Working With Tailwind Guide - revises example code to avoid import errors (#38693) @christophermorin
|
|
1911
|
-
- ​<!-- 45 -->[docs][base] Add Tailwind
|
|
2173
|
+
- ​<!-- 45 -->[docs][base] Add Tailwind CSS + plain CSS demo on the Menu page (#38618) @alisasanib
|
|
1912
2174
|
- ​<!-- 44 -->[blog] Clearer blog release title @oliviertassinari
|
|
1913
2175
|
- ​<!-- 43 -->[blog] Add a post for the Tree View migration (#38407) @flaviendelangle
|
|
1914
2176
|
- ​<!-- 34 -->[docs] Fix broken links to Next.js docs (#38764) @ruflair
|
|
@@ -2043,10 +2305,10 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
2043
2305
|
- [docs][base-ui] Fix Menu Hooks demo (#38479) @homerchen19
|
|
2044
2306
|
- [docs][base-ui] Correct the MUI System quickstart example (#38496) @michaldudak
|
|
2045
2307
|
- [docs][base-ui] Add Tailwind & plain CSS demos for Autocomplete page (#38157) @mj12albert
|
|
2046
|
-
- [docs][base-ui] Add Tailwind
|
|
2047
|
-
- [docs][base-ui] Add Tailwind
|
|
2048
|
-
- [docs][base-ui] Add Tailwind
|
|
2049
|
-
- [docs][base-ui] Add Tailwind
|
|
2308
|
+
- [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Input page (#38302) @alisasanib
|
|
2309
|
+
- [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Snackbar, Badge, Switch pages (#38425) @alisasanib
|
|
2310
|
+
- [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Slider page (#38413) @alisasanib
|
|
2311
|
+
- [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Select page (#38367) @alisasanib
|
|
2050
2312
|
- [docs][joy-ui] Fix typo: Classname -> Class name for consistency (#38510) @alexfauquette
|
|
2051
2313
|
- [docs][joy-ui] Revise the theme color page (#38402) @danilo-leal
|
|
2052
2314
|
- [docs][joy-ui] Sort templates by popularity (#38490) @oliviertassinari
|
|
@@ -2071,7 +2333,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
2071
2333
|
- [docs] Fix typo in Base UI @oliviertassinari
|
|
2072
2334
|
- [docs] Update the backers page (#38505) @danilo-leal
|
|
2073
2335
|
- [docs] Add stray design adjustments to the docs (#38501) @danilo-leal
|
|
2074
|
-
- [docs] Use IBM Plex Sans in Tailwind
|
|
2336
|
+
- [docs] Use IBM Plex Sans in Tailwind CSS demos (#38464) @mnajdova
|
|
2075
2337
|
- [docs] Fix SEO issues reported by ahrefs (#38423) @oliviertassinari
|
|
2076
2338
|
|
|
2077
2339
|
### Examples
|
|
@@ -2158,7 +2420,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
2158
2420
|
- ​<!-- 14 -->[docs][material-ui] Remove incorrect `aria-label`s in extended variant examples of Floating Action Button (#37170) @ashleykolodziej
|
|
2159
2421
|
- ​<!-- 13 -->[docs][material-ui] Adjust slightly the installation page content (#38380) @danilo-leal
|
|
2160
2422
|
- ​<!-- 12 -->[docs][Switch] Fix the readOnly class name in docs (#38277) @michaldudak
|
|
2161
|
-
- ​<!-- 11 -->[docs][TablePagination] Add Tailwind
|
|
2423
|
+
- ​<!-- 11 -->[docs][TablePagination] Add Tailwind CSS & plain CSS introduction demo (#38286) @mnajdova
|
|
2162
2424
|
|
|
2163
2425
|
### Examples
|
|
2164
2426
|
|
|
@@ -2244,7 +2506,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
2244
2506
|
### Docs
|
|
2245
2507
|
|
|
2246
2508
|
- ​<!-- 33 -->[docs][AppBar] Fix `ResponsiveAppBar` demo logo href (#38346) @iownthegame
|
|
2247
|
-
- ​<!-- 30 -->[docs][base] Add Tailwind
|
|
2509
|
+
- ​<!-- 30 -->[docs][base] Add Tailwind CSS + plain CSS demo on the Button page (#38240) @alisasanib
|
|
2248
2510
|
- ​<!-- 29 -->[docs][Menu][base] Remove `Unstyled` prefix from demos' function names (#38270) @sai6855
|
|
2249
2511
|
- ​<!-- 22 -->[docs] Add themeable component guide (#37908) @siriwatknp
|
|
2250
2512
|
- ​<!-- 21 -->[docs] Fix Joy UI demo background color (#38307) @oliviertassinari
|
|
@@ -2339,7 +2601,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
2339
2601
|
- ​<!-- 39 -->[docs][material] Revise and update Examples doc (#38205) @samuelsycamore
|
|
2340
2602
|
- ​<!-- 38 -->[docs] Fix typo in notifications.json @mbrookes
|
|
2341
2603
|
- ​<!-- 37 -->[docs-infra] Remove leftover standardNavIcon (#38252) @DiegoAndai
|
|
2342
|
-
- ​<!-- 34 -->[docs][base] Add Tailwind
|
|
2604
|
+
- ​<!-- 34 -->[docs][base] Add Tailwind CSS & plain CSS demos on the Popper page (#37953) @zanivan
|
|
2343
2605
|
- ​<!-- 31 -->[docs][Button][joy] Improve `loading` prop documentation (#38156) @sai6855
|
|
2344
2606
|
- ​<!-- 25 -->[docs] Prepare docs infra for Tree View migration to X (#38202) @flaviendelangle
|
|
2345
2607
|
- ​<!-- 24 -->[docs] Fix SEO issues reported by ahrefs @oliviertassinari
|
|
@@ -2394,14 +2656,14 @@ A big thanks to the 23 contributors who made this release possible.
|
|
|
2394
2656
|
### Docs
|
|
2395
2657
|
|
|
2396
2658
|
- ​<!-- 37 -->[docs] Add listbox placement demo for Select (#38130) @sai6855
|
|
2397
|
-
- ​<!-- 36 -->[docs][base] Add Tailwind
|
|
2398
|
-
- ​<!-- 35 -->[docs][base] Add Tailwind
|
|
2659
|
+
- ​<!-- 36 -->[docs][base] Add Tailwind CSS & plain CSS demo on the Tabs page (#37910) @mnajdova
|
|
2660
|
+
- ​<!-- 35 -->[docs][base] Add Tailwind CSS & plain CSS demos on the Textarea page (#37943) @zanivan
|
|
2399
2661
|
- ​<!-- 29 -->[docs] Fix Joy UI menu example (#38140) @harikrishnanp
|
|
2400
2662
|
- ​<!-- 28 -->[docs] Remove translations section from contributing guide (#38125) @nikohoffren
|
|
2401
|
-
- ​<!-- 27 -->[docs] Fix Base UI Button Tailwind
|
|
2663
|
+
- ​<!-- 27 -->[docs] Fix Base UI Button Tailwind CSS padding @oliviertassinari
|
|
2402
2664
|
- ​<!-- 26 -->[docs] Mention in hompage hero that Core is free (#38075) @mbrookes
|
|
2403
2665
|
- ​<!-- 25 -->[docs] Fix a typo in notifications.json (#38078) @mbrookes
|
|
2404
|
-
- ​<!-- 24 -->[docs] Add Tailwind
|
|
2666
|
+
- ​<!-- 24 -->[docs] Add Tailwind CSS & plain CSS demo on the table pagination page (#37937) @mnajdova
|
|
2405
2667
|
- ​<!-- 23 -->[docs] Implement the new API display design (#37405) @alexfauquette
|
|
2406
2668
|
- ​<!-- 22 -->[docs] Update migration installation code blocks (#38028) @danilo-leal
|
|
2407
2669
|
- ​<!-- 21 -->[docs][joy] Revise the Joy UI Link page (#37829) @danilo-leal
|
|
@@ -2473,7 +2735,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
|
|
|
2473
2735
|
|
|
2474
2736
|
### Docs
|
|
2475
2737
|
|
|
2476
|
-
- ​<!-- 52 -->[docs][base] Add Tailwind
|
|
2738
|
+
- ​<!-- 52 -->[docs][base] Add Tailwind CSS & plain CSS demo on the form control page (#37914) @mnajdova
|
|
2477
2739
|
- ​<!-- 51 -->[docs][base] Make Base UI Select demos denser (#37836) @zanivan
|
|
2478
2740
|
- ​<!-- 38 -->[docs] Link Material UI from the landing page (#37971) @oliviertassinari
|
|
2479
2741
|
- ​<!-- 37 -->[docs] Fix the empty /components page (#38010) @brijeshb42
|
|
@@ -2485,7 +2747,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
|
|
|
2485
2747
|
- ​<!-- 31 -->[docs] Link charts in the roadmap (#37944) @oliviertassinari
|
|
2486
2748
|
- ​<!-- 30 -->[docs] Improve changelog @oliviertassinari
|
|
2487
2749
|
- ​<!-- 29 -->[docs] Improve the Select docs (#37279) @michaldudak
|
|
2488
|
-
- ​<!-- 16 -->[docs][menu] Add Tailwind
|
|
2750
|
+
- ​<!-- 16 -->[docs][menu] Add Tailwind CSS & plain CSS demo on the Menu page (#37856) @mnajdova
|
|
2489
2751
|
- ​<!-- 15 -->[example] Update EmotionCacheProvider to work with GlobalStyles (#37962) @siriwatknp
|
|
2490
2752
|
|
|
2491
2753
|
### Core
|
|
@@ -2559,15 +2821,15 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
2559
2821
|
- [docs] Polish Ukraine banner (#37905) @oliviertassinari
|
|
2560
2822
|
- [docs] Reduce Ukraine banner size (#34795) @oliviertassinari
|
|
2561
2823
|
- [docs] Add callouts about controlled vs uncontrolled components in Core docs (#37849) @samuelsycamore
|
|
2562
|
-
- [docs] Add missing Portal elements to Tailwind
|
|
2824
|
+
- [docs] Add missing Portal elements to Tailwind CSS interoperability guide (#37807) @enrique-ramirez
|
|
2563
2825
|
- [docs] Small pickers migration improvement (#37815) @alexfauquette
|
|
2564
2826
|
- [docs] Fix pickers product name (#37825) @LukasTy
|
|
2565
2827
|
- [docs][Joy][Link] Set `variant` and `color` defaults for the playground (#37817) @Studio384
|
|
2566
2828
|
- [docs][Joy][Table] Add `undefined` as an option to `stripe` (#37816) @Studio384
|
|
2567
|
-
- [docs][base] Add Tailwind
|
|
2568
|
-
- [docs][base] Add Tailwind
|
|
2829
|
+
- [docs][base] Add Tailwind CSS & plain CSS demo on the Snackbar page (#37812) @mnajdova
|
|
2830
|
+
- [docs][base] Add Tailwind CSS & plain CSS demo on Badge page (#37768) @mnajdova
|
|
2569
2831
|
- [docs][base] Fix Nested modal demo positioning (#37506) @gitstart
|
|
2570
|
-
- [docs][base] Add Tailwind
|
|
2832
|
+
- [docs][base] Add Tailwind CSS & plain CSS demo on the Switch page (#37728) @mnajdova
|
|
2571
2833
|
- [docs-infra] Remove code tags in ToC (#37834) @cherniavskii
|
|
2572
2834
|
- [docs-infra] Fixes in API pages generation (#37813) @mnajdova
|
|
2573
2835
|
- [docs-infra] Add test case when using sh (#37818) @oliviertassinari
|
|
@@ -2628,10 +2890,10 @@ This release focuses primarily on 🐛 bug fixes, 📚 documentation, and ⚙️
|
|
|
2628
2890
|
### Docs
|
|
2629
2891
|
|
|
2630
2892
|
- [docs][base] Add demo for using the Button as a link (#37317) @AdamSundberg
|
|
2631
|
-
- [docs][base] Add Tailwind
|
|
2893
|
+
- [docs][base] Add Tailwind CSS + plain CSS demo on the Select page (#37725) @mnajdova
|
|
2632
2894
|
- [docs][base] Make Base UI input demos denser (#37750) @zanivan
|
|
2633
2895
|
- [docs][base] Make Base UI button demos denser (#37689) @zanivan
|
|
2634
|
-
- [docs][base] Add Tailwind
|
|
2896
|
+
- [docs][base] Add Tailwind CSS & plain CSS demos on the Input page (#37685) @mnajdova
|
|
2635
2897
|
- [docs][base] Fix horizontal scrolling on the mobile input page (#37688) @zanivan
|
|
2636
2898
|
- [docs] Improve Base UI index page (#37761) @oliviertassinari
|
|
2637
2899
|
- [docs] Fix incorrect package URL in README of example material-vite (#37755) @Dlouxgit
|
|
@@ -2640,7 +2902,7 @@ This release focuses primarily on 🐛 bug fixes, 📚 documentation, and ⚙️
|
|
|
2640
2902
|
- [docs][material] Rename custom tab panel in Tabs demo to prevent confusion with @mui/lab (#37638) @MUK-Dev
|
|
2641
2903
|
- [docs][tabs] Document how to use routing with Tabs in Base UI (#37369) @michaldudak
|
|
2642
2904
|
- [docs] Rename product to productId (#37801) @siriwatknp
|
|
2643
|
-
- [docs][base] Add Tailwind
|
|
2905
|
+
- [docs][base] Add Tailwind CSS & plain CSS demo on the Slider page (#37736) @mnajdova
|
|
2644
2906
|
|
|
2645
2907
|
### Core
|
|
2646
2908
|
|
|
@@ -2723,7 +2985,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
2723
2985
|
- ​<!-- 40 -->[docs][base] Add page for all Base UI components (#37536) @danilo-leal
|
|
2724
2986
|
- ​<!-- 33 -->[docs] Fix scrollbar on snackbar page (#37657) @oliviertassinari
|
|
2725
2987
|
- ​<!-- 32 -->[docs] Switch order of snackbar buttons in demos (#37389) @Primajin
|
|
2726
|
-
- ​<!-- 31 -->[docs] Add support for Tailwind
|
|
2988
|
+
- ​<!-- 31 -->[docs] Add support for Tailwind CSS and plain CSS demos (#37319) @mnajdova
|
|
2727
2989
|
- ​<!-- 30 -->[docs] Tree view color fix for dark mode in Gmail example (#37051) @PunitSoniME
|
|
2728
2990
|
- ​<!-- 29 -->[docs] Inline the Base UI demo (#37603) @oliviertassinari
|
|
2729
2991
|
- ​<!-- 28 -->[docs] Fix typo in themed components page (#37598) @vinayr
|
|
@@ -3811,7 +4073,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
3811
4073
|
- ​<!-- 27 -->[docs][base] List slots in API documentation (#36104) @hbjORbj
|
|
3812
4074
|
- ​<!-- 26 -->[docs] Add missing sandbox adapter deps resolving (#36291) @LukasTy
|
|
3813
4075
|
- ​<!-- 25 -->[docs] Allow to pass navigation bar banner from outside (#36299) @MBilalShafi
|
|
3814
|
-
- ​<!-- 24 -->[docs] Fix code on the Working with Tailwind
|
|
4076
|
+
- ​<!-- 24 -->[docs] Fix code on the Working with Tailwind CSS guide (#36090) @mnajdova
|
|
3815
4077
|
- ​<!-- 23 -->[docs] Remove See Slots Section text from Material UI slots description (#36284) @hbjORbj
|
|
3816
4078
|
- ​<!-- 22 -->[docs] Fix emotion warning `:first-child` (#36263) @siriwatknp
|
|
3817
4079
|
- ​<!-- 21 -->[docs][joy] Improve the descriptions of props in API docs (#36307) @hbjORbj
|
|
@@ -4922,7 +5184,7 @@ A big thanks to the 10 contributors who made this release possible. Here are som
|
|
|
4922
5184
|
- [base] Make CSS class prefixes consistent (#33411) @michaldudak
|
|
4923
5185
|
|
|
4924
5186
|
**This is a breaking change for anyone who depends on the class names applied to Base components.**
|
|
4925
|
-
If you use the `<component>UnstyledClasses` objects, you won't notice a difference. Only if you depend on the resulting class names (
|
|
5187
|
+
If you use the `<component>UnstyledClasses` objects, you won't notice a difference. Only if you depend on the resulting class names (for example in CSS stylesheets), you'll have to adjust your code.
|
|
4926
5188
|
|
|
4927
5189
|
```diff
|
|
4928
5190
|
-.ButtonUnstyled-root { ... };
|
|
@@ -5627,7 +5889,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
5627
5889
|
- [docs] Fix typo in the ClickAwayListerner name (#33813) @pawelsmigielski
|
|
5628
5890
|
- [docs] Fix link to `Basics` section in `Trap Focus` docs (#33772) @ZeeshanTamboli
|
|
5629
5891
|
- [docs] z-index added in popper when used by split button (#33763) @PunitSoniME
|
|
5630
|
-
- [docs] Improve the guide for using @mui/base with Tailwind
|
|
5892
|
+
- [docs] Improve the guide for using @mui/base with Tailwind CSS (#33670) @mnajdova
|
|
5631
5893
|
- [docs] Fix warnings related to Next.js' links (#33693) @mnajdova
|
|
5632
5894
|
- [docs] Add notification to aggregation blogpost (#33745) @joserodolfofreitas
|
|
5633
5895
|
- [docs] Add Grid version 2 docs (#33554) @siriwatknp
|
|
@@ -5897,7 +6159,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
5897
6159
|
- [docs] Add "refine" demo to showcase (#33240) @omeraplak
|
|
5898
6160
|
- [docs] Add Webpack alias for legacy utils package (#33376) @jgbae
|
|
5899
6161
|
- [docs] Improve external link icons synonyms (#33257) @davidgarciab
|
|
5900
|
-
- [examples] Update Base UI with Tailwind
|
|
6162
|
+
- [examples] Update Base UI with Tailwind CSS to use the latest versions of the dependencies (#33401) @mnajdova
|
|
5901
6163
|
- [examples] Add Base UI example (#33154) @siriwatknp
|
|
5902
6164
|
|
|
5903
6165
|
### Core
|
|
@@ -5956,7 +6218,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
5956
6218
|
- [docs] Add caveat about class components with Tooltip (#33325) @joshkel
|
|
5957
6219
|
- [docs] Fix SEO issues (#33288) @oliviertassinari
|
|
5958
6220
|
- [docs] Fix Slider's "player" demo (#33267) @xlianghang
|
|
5959
|
-
- [website] Link
|
|
6221
|
+
- [website] Link Toolpad in mui.com (#33287) @oliviertassinari
|
|
5960
6222
|
|
|
5961
6223
|
All contributors of this release in alphabetical order: @aaarichter, @aaronlademann-wf, @danilo-leal, @henriqueholtz, @jake-collibra, @joshkel, @MattiasMartens, @Methuselah96, @michaldudak, @oliviertassinari, @siriwatknp, @TimoWilhelm, @xlianghang
|
|
5962
6224
|
|
|
@@ -6071,7 +6333,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
6071
6333
|
- ​<!-- 28 -->[blog] Update Blogpost to clear confusion on "no impact" disclaimer. (#33131) @joserodolfofreitas
|
|
6072
6334
|
- ​<!-- 27 -->[blog] Add post about v5 Migration guide update (#33063) @samuelsycamore
|
|
6073
6335
|
- ​<!-- 26 -->[blog] Fix display on Safari (#33102) @oliviertassinari
|
|
6074
|
-
- ​<!-- 18 -->[docs] Add guide on how to use Base UI with Tailwind
|
|
6336
|
+
- ​<!-- 18 -->[docs] Add guide on how to use Base UI with Tailwind CSS (#33100) @mnajdova
|
|
6075
6337
|
- ​<!-- 17 -->[docs] Improve Joy template UX (#33159) @siriwatknp
|
|
6076
6338
|
- ​<!-- 16 -->[docs] Update Shadow DOM guide (#33160) @cherniavskii
|
|
6077
6339
|
- ​<!-- 15 -->[docs] Fix SEO regressions (#33106) @oliviertassinari
|
|
@@ -6349,7 +6611,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
6349
6611
|
- ​<!-- 31 -->[docs] Simplify header DOM structure (#32844) @oliviertassinari
|
|
6350
6612
|
- ​<!-- 30 -->[docs] Fix CodeSandbox & StackBlitz generation (#32726) @siriwatknp
|
|
6351
6613
|
- ​<!-- 29 -->[docs] Fix urls to columns pages in pricing table (#32842) @alexfauquette
|
|
6352
|
-
- ​<!-- 28 -->[docs] Fix Tailwind
|
|
6614
|
+
- ​<!-- 28 -->[docs] Fix Tailwind CSS integration docs (#32512) @robertwt7
|
|
6353
6615
|
- ​<!-- 27 -->[docs] Fixed wrong command for the `link-underline-hover` codemod (#32793) @veronikaslc
|
|
6354
6616
|
- ​<!-- 26 -->[docs] Fixed broken link on the icons page (#32780) @SamuelMaddox
|
|
6355
6617
|
- ​<!-- 25 -->[docs] Add "back to top" button (#30441) @VibhorJaiswal
|
|
@@ -6920,7 +7182,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
6920
7182
|
- ​<!-- 21 -->[docs] Fix in-house ad for the design kits (#31965) @oliviertassinari
|
|
6921
7183
|
- ​<!-- 20 -->[docs] Fix the documentation for filterOptions in Autocomplete API page (#31416) @santhoshbala0178
|
|
6922
7184
|
- ​<!-- 19 -->[docs] Update href for 'TypeScript guide on theme customization' (#31880) @NickFoden
|
|
6923
|
-
- ​<!-- 18 -->[docs] Fix the CSS
|
|
7185
|
+
- ​<!-- 18 -->[docs] Fix the CSS Modules example in the Interoperability page (#31935) @WilsonNet
|
|
6924
7186
|
- ​<!-- 17 -->[docs] Fix small typo in the `styled()` utility page (#31967) @jason1985
|
|
6925
7187
|
- ​<!-- 16 -->[docs] Update mui-x on material-ui navigation (#31810) @siriwatknp
|
|
6926
7188
|
- ​<!-- 15 -->[docs] Copy ClickAwayListener docs to Base (#31878) @michaldudak
|
|
@@ -7289,7 +7551,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
7289
7551
|
- [docs] Use full product names (Material UI, MUI System) (#30960) @oliviertassinari
|
|
7290
7552
|
- [docs] Prefer useEnhancedEffect to avoid server side warnings (#30977) @mnajdova
|
|
7291
7553
|
- [docs] Fix force redirection to a different locale (#30967) @oliviertassinari
|
|
7292
|
-
- [docs] Add live Tailwind
|
|
7554
|
+
- [docs] Add live Tailwind CSS demo (#30966) @oliviertassinari
|
|
7293
7555
|
- [website] Add banner for promoting priority open roles (#31076) @danilo-leal
|
|
7294
7556
|
- [website] Open Full-stack Engineer role for studio (#31038) @prakhargupta1
|
|
7295
7557
|
- [website] Minor security improvements (#31062) @oliviertassinari
|
|
@@ -7472,7 +7734,7 @@ _Jan 24, 2022_
|
|
|
7472
7734
|
|
|
7473
7735
|
A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
|
|
7474
7736
|
|
|
7475
|
-
- 🛠 @mnajdova added interoperability guide for using Tailwind
|
|
7737
|
+
- 🛠 @mnajdova added interoperability guide for using Tailwind CSS (#30700)
|
|
7476
7738
|
- A meaningful number of 🐛 bug fixes and 📚 documentation improvements.
|
|
7477
7739
|
|
|
7478
7740
|
### `@mui/icons-material@5.3.1`
|
|
@@ -7498,7 +7760,7 @@ A big thanks to the 12 contributors who made this release possible. Here are som
|
|
|
7498
7760
|
- ​<!-- 21 -->[docs] Fix SEO crawl errors (#30733) @oliviertassinari
|
|
7499
7761
|
- ​<!-- 20 -->[docs] Update migration-v4.md (#30721) @ddecrulle
|
|
7500
7762
|
- ​<!-- 19 -->[docs] Fix migration issues detected by `ahrefs` (#30751) @siriwatknp
|
|
7501
|
-
- ​<!-- 18 -->[docs] Add interoprability guide for using Tailwind
|
|
7763
|
+
- ​<!-- 18 -->[docs] Add interoprability guide for using Tailwind CSS (#30700) @mnajdova
|
|
7502
7764
|
- ​<!-- 17 -->[docs] Fix typo in containedSizeMedium class (#30723) @aaneitchik
|
|
7503
7765
|
- ​<!-- 16 -->[docs] Hotfix the wrong URL in X marketing page (#30729) @siriwatknp
|
|
7504
7766
|
- ​<!-- 15 -->[docs] Post migration preparation fix (#30716) @siriwatknp
|
|
@@ -7712,7 +7974,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
7712
7974
|
- ​<!-- 08 -->[docs] Fix incorrect number of breakpoint helpers (#30353) @chwallen
|
|
7713
7975
|
- ​<!-- 07 -->[docs] Update outdated links (#30260) @oliviertassinari
|
|
7714
7976
|
- ​<!-- 06 -->[docs] Support redirects from old urls to /material/\* (#30286) @siriwatknp
|
|
7715
|
-
- ​<!-- 05 -->[examples] Fix CSS
|
|
7977
|
+
- ​<!-- 05 -->[examples] Fix CSS Modules integration (#30381) @oliviertassinari
|
|
7716
7978
|
- ​<!-- 02 -->[website] Fix SEO issues (#30372) @oliviertassinari
|
|
7717
7979
|
- ​<!-- 01 -->[website] Sync sponsors (#30259) @oliviertassinari
|
|
7718
7980
|
|
|
@@ -10082,7 +10344,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
10082
10344
|
- [ButtonBase] Fix role="button" attribute (#26271) @Gautam-Arora24
|
|
10083
10345
|
- [Dialog] Fix support for custom breakpoints (#26331) @jeferson-sb
|
|
10084
10346
|
- [Select] Open popup below button (#26200) @oliviertassinari
|
|
10085
|
-
- [TextField] Add variants support,
|
|
10347
|
+
- [TextField] Add variants support, for example custom sizes (#26468) @siriwatknp
|
|
10086
10348
|
- [Tooltip] Improve handling of small vs. touch screens (#26097) @oliviertassinari
|
|
10087
10349
|
|
|
10088
10350
|
### `@material-ui/codemod@5.0.0-alpha.35`
|
|
@@ -11607,7 +11869,7 @@ A big thanks to the 30 contributors who made this release possible. Here are som
|
|
|
11607
11869
|
|
|
11608
11870
|
- ​<!-- 78 -->[system] Use spacing unit in `gap`, `rowGap`, and `columnGap` (#24794) @ruppysuppy
|
|
11609
11871
|
|
|
11610
|
-
If you were using a number previously, you need to provide the value in `px` to bypass the new transformation with `theme.spacing`. The change was done for consistency with the Grid spacing prop and the other system spacing properties,
|
|
11872
|
+
If you were using a number previously, you need to provide the value in `px` to bypass the new transformation with `theme.spacing`. The change was done for consistency with the Grid spacing prop and the other system spacing properties, for example `<Box padding={2}>`.
|
|
11611
11873
|
|
|
11612
11874
|
```diff
|
|
11613
11875
|
<Box
|
|
@@ -11991,7 +12253,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
11991
12253
|
- 👩🎤 Migrate the Avatar to emotion (#24114) @oliviertassinari
|
|
11992
12254
|
- 👩🎤 Migrate the Button to emotion (#24107, #24100) @mnajdova
|
|
11993
12255
|
- ♿️ Improve TrapFocus behavior, ignore the container as a tabbable element (#23364) @gregnb
|
|
11994
|
-
In rare cases, an element might not longer be tabbable when looping,
|
|
12256
|
+
In rare cases, an element might not longer be tabbable when looping, for example overflow container in Firefox.
|
|
11995
12257
|
You can work around the problem by adding a `tabIndex={0}` or customizing the `getTabbable` prop.
|
|
11996
12258
|
- And many more 🐛 bug fixes and 📚 improvements.
|
|
11997
12259
|
|
|
@@ -12531,7 +12793,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
|
|
|
12531
12793
|
|
|
12532
12794
|
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.
|
|
12533
12795
|
|
|
12534
|
-
- 📚 Revamp the documentation for [MUI System](https://mui.com/system/getting-started/). The System contains CSS utilities. The documentation now promotes the use of the `sx` prop. It's ideal for adding one-off styles,
|
|
12796
|
+
- 📚 Revamp the documentation for [MUI System](https://mui.com/system/getting-started/). The System contains CSS utilities. The documentation now promotes the use of the `sx` prop. It's ideal for adding one-off styles, for example padding, but when pushed to its limits, it can be used to implement quickly a complete page.
|
|
12535
12797
|
- 👩🎨 Upgrade emotion to v11 (#23007) @mnajdova.
|
|
12536
12798
|
- And many more 🐛 bug fixes and 📚 improvements.
|
|
12537
12799
|
|
|
@@ -12643,7 +12905,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
|
|
|
12643
12905
|
|
|
12644
12906
|
Another reason for introducing this package is to prepare the groundwork for a [second theme](https://github.com/mui/material-ui/issues/22485) (not Material Design based).
|
|
12645
12907
|
|
|
12646
|
-
A note on the terminology: "unstyled" means that the components have the same API as the "styled" components but come without CSS. Material UI also contains "headless" components that exposes a hook API,
|
|
12908
|
+
A note on the terminology: "unstyled" means that the components have the same API as the "styled" components but come without CSS. Material UI also contains "headless" components that exposes a hook API, for example [useAutocomplete](https://mui.com/components/autocomplete/#useautocomplete) or [usePagination](https://mui.com/components/pagination/#usepagination).
|
|
12647
12909
|
|
|
12648
12910
|
This change is part of our strategy to iterate on the v5 architecture with the `Slider` first. In the next alpha release, we plan to replace the v4 slider with the v5 slider. Once the new approach is stress-tested and validated, we will roll it out to all the components.
|
|
12649
12911
|
|
|
@@ -12670,7 +12932,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
|
|
|
12670
12932
|
- [Avatar] Fix usage of srcset property (#23286) @matheuspiment
|
|
12671
12933
|
- [ClickAwayListener] Fix mounting behavior in Portals in React 17 (#23315) @eps1lon
|
|
12672
12934
|
- [core] Allow React 17 (#23311) @eps1lon
|
|
12673
|
-
- [Icon] Fix translation,
|
|
12935
|
+
- [Icon] Fix translation, for example Google Translate (#23237) @cbeltrangomez84
|
|
12674
12936
|
- [LinearProgress] Fix Safari's bug during composition of different paint (#23293) @montogeek
|
|
12675
12937
|
- [Radio] Fix dot misalignment in Safari (#23239) @anasufana
|
|
12676
12938
|
- [styled-engine] Fix tagged template syntax with multiple expressions (#23269) @eps1lon
|
|
@@ -12922,7 +13184,7 @@ Here are some highlights ✨:
|
|
|
12922
13184
|
|
|
12923
13185
|
1. `stable` (default, formerly `esm`) which targets a snapshot (on release) of `> 0.5%, last 2 versions, Firefox ESR, not dead, not IE 11"`
|
|
12924
13186
|
2. `node` (formerly default) which targets a snapshot (on release) of `maintained node versions`
|
|
12925
|
-
3. `legacy` (new) which is `stable` +
|
|
13187
|
+
3. `legacy` (new) which is `stable` + IE 11
|
|
12926
13188
|
4. `modern` (formerly `es`) which targets the last 1 version of evergreen browsers and active node (currently that is 14
|
|
12927
13189
|
|
|
12928
13190
|
The change yields a 6% reduction in bundle size 📦 (Babel only).
|
|
@@ -14352,7 +14614,7 @@ A big thanks to the 11 contributors who made this release possible.
|
|
|
14352
14614
|
- [core] Drop support for non-ref-forwarding class components (#21811) @eps1lon
|
|
14353
14615
|
Support for non-ref-forwarding class components in the `component` prop or as an immediate `children` has been dropped. If you were using `unstable_createStrictModeTheme` or didn't see any warnings related to `findDOMNode` in `React.StrictMode` then you don't need to do anything.
|
|
14354
14616
|
Otherwise check out the ["Caveat with refs" section in our composition guide](/guides/composition/#caveat-with-refs) to find out how to migrate.
|
|
14355
|
-
This change affects almost all components where you're using the `component` prop or passing `children` to components that require `children` to be elements (
|
|
14617
|
+
This change affects almost all components where you're using the `component` prop or passing `children` to components that require `children` to be elements (for example `<MenuList><CustomMenuItem /></MenuList>`)
|
|
14356
14618
|
- [Stepper] Use context API (#21613) @baterson
|
|
14357
14619
|
Rely on the context over the `React.cloneElement()` API.
|
|
14358
14620
|
This change makes composition easier.
|
package/index.js
CHANGED
package/legacy/index.js
CHANGED
package/modern/index.js
CHANGED
|
@@ -14,7 +14,7 @@ var _useTheme = _interopRequireDefault(require("../useTheme"));
|
|
|
14
14
|
var _nested = _interopRequireDefault(require("./nested"));
|
|
15
15
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
16
16
|
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
17
|
-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u &&
|
|
17
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
18
18
|
// To support composition of theme.
|
|
19
19
|
function mergeOuterLocalTheme(outerTheme, localTheme) {
|
|
20
20
|
if (typeof localTheme === 'function') {
|
package/node/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @mui/private-theming
|
|
2
|
+
* @mui/private-theming v6.0.0-alpha.1
|
|
3
3
|
*
|
|
4
4
|
* @license MIT
|
|
5
5
|
* This source code is licensed under the MIT license found in the
|
|
@@ -41,4 +41,4 @@ Object.keys(_ThemeProvider).forEach(function (key) {
|
|
|
41
41
|
});
|
|
42
42
|
var _useTheme = _interopRequireDefault(require("./useTheme"));
|
|
43
43
|
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
44
|
-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u &&
|
|
44
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
var React = _interopRequireWildcard(require("react"));
|
|
8
8
|
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
9
|
-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u &&
|
|
9
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
10
10
|
const ThemeContext = /*#__PURE__*/React.createContext(null);
|
|
11
11
|
if (process.env.NODE_ENV !== 'production') {
|
|
12
12
|
ThemeContext.displayName = 'ThemeContext';
|
|
@@ -8,7 +8,7 @@ exports.default = useTheme;
|
|
|
8
8
|
var React = _interopRequireWildcard(require("react"));
|
|
9
9
|
var _ThemeContext = _interopRequireDefault(require("./ThemeContext"));
|
|
10
10
|
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
11
|
-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u &&
|
|
11
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
12
12
|
function useTheme() {
|
|
13
13
|
const theme = React.useContext(_ThemeContext.default);
|
|
14
14
|
if (process.env.NODE_ENV !== 'production') {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/private-theming",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "6.0.0-alpha.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.
|
|
29
|
+
"@babel/runtime": "^7.24.4",
|
|
30
30
|
"prop-types": "^15.8.1",
|
|
31
|
-
"@mui/utils": "^
|
|
31
|
+
"@mui/utils": "^6.0.0-alpha.1"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"@types/react": "^17.0.0 || ^18.0.0",
|