@mui/private-theming 5.1.0 → 5.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +257 -10
- 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 +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,252 @@
|
|
|
1
1
|
### [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 5.2.2
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.2.1..master -->
|
|
6
|
+
|
|
7
|
+
_Nov 29, 2021_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 9 contributors who made this release possible. Here are some highlights ✨:
|
|
10
|
+
|
|
11
|
+
- ♿️ Improved accessibility of `Snackbar` and `TextField` in `@mui/material` (#29782) (#29850) (#29852) @eps1lon.
|
|
12
|
+
- 🎉 Added support for `sx` syntax inside `styled()` utility (#29833) @mnajdova.
|
|
13
|
+
- 🎉 Added support for more options for `createCssVarsProvider` in `@mui/system` (#29845) (#29857) @hbjORbj.
|
|
14
|
+
- And many more 🐛 bug fixes and 📚 improvements.
|
|
15
|
+
|
|
16
|
+
### `@mui/material@5.2.2`
|
|
17
|
+
|
|
18
|
+
- ​<!-- 14 -->[MenuList] Add component prop (#29882) @Harshikerfuffle
|
|
19
|
+
- ​<!-- 13 -->[Snackbar] Interrupt auto-hide on keyboard interaction (#29852) @eps1lon
|
|
20
|
+
- ​<!-- 12 -->[Snackbar] Dismiss on Escape press (#29850) @eps1lon
|
|
21
|
+
- ​<!-- 06 -->[TextField] Associate accessible name and description by default (#29782) @eps1lon
|
|
22
|
+
|
|
23
|
+
### `@mui/joy@5.0.0-alpha.4`
|
|
24
|
+
|
|
25
|
+
- ​<!-- 15 -->[Joy] Add `Button` - 1st iteration (#29464) @siriwatknp
|
|
26
|
+
|
|
27
|
+
### `@mui/codemod@5.2.1`
|
|
28
|
+
|
|
29
|
+
- ​<!-- 28 -->[codemod] Fix alias import for box-sx-prop (#29902) @siriwatknp
|
|
30
|
+
|
|
31
|
+
### `@mui/system@5.2.2`
|
|
32
|
+
|
|
33
|
+
- ​<!-- 11 -->[system] CSSVarsProvider cleans up `html[style]` when unmounting (#29946) @eps1lon
|
|
34
|
+
- ​<!-- 10 -->[system] Add support for `disableTransitionOnChange` in `createCssVarsProvider` (#29857) @hbjORbj
|
|
35
|
+
- ​<!-- 09 -->[system] Add support for `enableColorScheme` in `createCssVarsProvider` (#29845) @hbjORbj
|
|
36
|
+
|
|
37
|
+
### `@mui/utils@5.2.2`
|
|
38
|
+
|
|
39
|
+
- ​<!-- 05 -->[useId] Trade random collisions for collisions on overflow (#29781) @eps1lon
|
|
40
|
+
- ​<!-- 04 -->[useIsFocusVisible] Convert to TypeScript (#29779) @eps1lon
|
|
41
|
+
|
|
42
|
+
### Docs
|
|
43
|
+
|
|
44
|
+
- ​<!-- 24 -->[docs] Fix v5-beta confusing example description (#29932) @oliviertassinari
|
|
45
|
+
- ​<!-- 23 -->[docs] Apply the z-index on the right DOM element (#29934) @oliviertassinari
|
|
46
|
+
- ​<!-- 22 -->[docs] Improve git diff format (#29935) @oliviertassinari
|
|
47
|
+
- ​<!-- 21 -->[docs] Fix typo (#29866) @sinclairity
|
|
48
|
+
- ​<!-- 20 -->[docs] Fix key display (#29933) @oliviertassinari
|
|
49
|
+
- ​<!-- 19 -->[docs] Fix outdated link to next/link docs (#29937) @radlinskii
|
|
50
|
+
- ​<!-- 18 -->[docs] Add how to pass `sx` prop (#29905) @siriwatknp
|
|
51
|
+
- ​<!-- 17 -->[docs] Fix typo in notifications @mbrookes
|
|
52
|
+
- ​<!-- 16 -->[docs] Black Friday sale notification @mbrookes
|
|
53
|
+
- ​<!-- 03 -->[website] Fix canonical links (#29938) @oliviertassinari
|
|
54
|
+
- ​<!-- 02 -->[website] Fix SEO issues (#29939) @oliviertassinari
|
|
55
|
+
- ​<!-- 01 -->[website] Improvements to the /x product page (#28964) @danilo-leal
|
|
56
|
+
|
|
57
|
+
### Core
|
|
58
|
+
|
|
59
|
+
- ​<!-- 27 -->[core] Remove dead code (#29940) @oliviertassinari
|
|
60
|
+
- ​<!-- 26 -->[core] Move benchmark CI job from AZP to CircleCI (#29894) @eps1lon
|
|
61
|
+
- ​<!-- 25 -->[core] Fix PR detection pattern in test_bundle_size_monitor (#29895) @eps1lon
|
|
62
|
+
- ​<!-- 08 -->[test] Fix browser tests (#29929) @eps1lon
|
|
63
|
+
- ​<!-- 07 -->[test] Reject shorthand properties in style matchers (#29893) @eps1lon
|
|
64
|
+
|
|
65
|
+
All contributors of this release in alphabetical order: @danilo-leal, @eps1lon, @Harshikerfuffle, @hbjORbj, @mbrookes, @oliviertassinari, @radlinskii, @sinclairity, @siriwatknp
|
|
66
|
+
|
|
67
|
+
## 5.2.1
|
|
68
|
+
|
|
69
|
+
<!-- generated comparing v5.2.0..master -->
|
|
70
|
+
|
|
71
|
+
_Nov 25, 2021_
|
|
72
|
+
|
|
73
|
+
A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
|
|
74
|
+
|
|
75
|
+
This is an early release to fix `export 'useId' (imported as 'React') was not found in 'react'` when bundling code depending on MUI Core.
|
|
76
|
+
|
|
77
|
+
- ​<!-- 10 -->[AppBar][docs] Add a fully responsive demo to docs (#29829) @karakib2k18
|
|
78
|
+
- ​<!-- 9 -->[core] Fix PR run detection in test_bundle_size_monitor (#29879) @eps1lon
|
|
79
|
+
- ​<!-- 8 -->[core] Move bundle size monitoring to CircleCI (#29876) @eps1lon
|
|
80
|
+
- ​<!-- 7 -->[docs] Add keys to Responsive AppBar demo (#29884) @mbrookes
|
|
81
|
+
- ​<!-- 6 -->[docs] MUI's 2021 Developer survey (#29765) @newguy-123
|
|
82
|
+
- ​<!-- 5 -->[docs] Smoother image loading UX (#29858) @oliviertassinari
|
|
83
|
+
- ​<!-- 4 -->[Select] Fix select display value with React Nodes (#29836) @kegi
|
|
84
|
+
- ​<!-- 3 -->[system] Add `experimental_sx` utility (#29833) @mnajdova
|
|
85
|
+
- ​<!-- 2 -->[test] Ignore "detected multiple renderers" warning for now (#29854) @eps1lon
|
|
86
|
+
- ​<!-- 1 -->[useMediaQuery][utils] Remove usage of React 18 APIs (#29870) @eps1lon
|
|
87
|
+
|
|
88
|
+
All contributors of this release in alphabetical order: @eps1lon, @karakib2k18, @kegi, @mbrookes, @mnajdova, @newguy-123, @oliviertassinari
|
|
89
|
+
|
|
90
|
+
## 5.2.0
|
|
91
|
+
|
|
92
|
+
<!-- generated comparing v5.1.1..master -->
|
|
93
|
+
|
|
94
|
+
_Nov 23, 2021_
|
|
95
|
+
|
|
96
|
+
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
97
|
+
|
|
98
|
+
- 🧪 Created another unstyled component: [TabsUnstyled](https://mui.com/components/tabs/#unstyled) (#29597) @mnajdova.
|
|
99
|
+
- 🎉 Updated the Material Icons set with the latest changes from Google (#29328) @michaldudak / (#29818) @chao813.
|
|
100
|
+
This update adds 200 new icons and tweaks the appearance of many more.
|
|
101
|
+
With it, we're getting close to having 2000 icons in our set.
|
|
102
|
+
- 🐛 Fixed bugs and improved the infrastructure and documentation 📚.
|
|
103
|
+
|
|
104
|
+
### `@mui/material@5.2.0`
|
|
105
|
+
|
|
106
|
+
- [IconButton] Remove on hover effect when `disableRipple` is set (#29298) @adamfitzgibbon
|
|
107
|
+
- [i18n] Add the amharic language (#29153) @NatiG100
|
|
108
|
+
- [material] Fix types for `variants.style` to accept callbacks (#29610) @mnajdova
|
|
109
|
+
- [Popper] Simplify prop types (#29680) @michaldudak
|
|
110
|
+
- [Select] Include aria-selected=false when option not selected (#29695) @michaldudak
|
|
111
|
+
- [useMediaQuery] Fix crash in Safari < 14 and IE 11 (#29776) @eps1lon
|
|
112
|
+
- [useMediaQuery] Ensure no tearing in React 18 (#28491) @eps1lon
|
|
113
|
+
|
|
114
|
+
### `@mui/codemod@5.2.0`
|
|
115
|
+
|
|
116
|
+
- [codemod] Fix `jss-to-styled` to support multiple withStyles (#29824) @siriwatknp
|
|
117
|
+
|
|
118
|
+
### `@mui/icons-material@5.2.0`
|
|
119
|
+
|
|
120
|
+
- [icons] Sync new Google Material Icons (#29818) @chao813
|
|
121
|
+
- [icons] Sync recent Material Icons from Google (#29328) @michaldudak
|
|
122
|
+
|
|
123
|
+
### `@mui/system@5.2.0`
|
|
124
|
+
|
|
125
|
+
- [Box] Fix `sx` prop runtime issue when used as function (#29830) @mnajdova
|
|
126
|
+
- [system] Fix `sx` throw error when value is `null` or `undefined` (#29756) @siriwatknp
|
|
127
|
+
- [system] Fix minor CssVars issues (#29747) @siriwatknp
|
|
128
|
+
|
|
129
|
+
### `@mui/styled-engine@5.2.0`
|
|
130
|
+
|
|
131
|
+
- [styled-engine] Fix props inference in styled-engine (#29739) @Janpot
|
|
132
|
+
|
|
133
|
+
### `@mui/base@5.0.0-alpha.56`
|
|
134
|
+
|
|
135
|
+
- [FormControlUnstyled] `focused` is always false unless explicitly set to `true` @mwilkins91
|
|
136
|
+
- [TabsUnstyled] Introduce new component (#29597) @mnajdova
|
|
137
|
+
|
|
138
|
+
### `@mui/lab@5.0.0-alpha.56`
|
|
139
|
+
|
|
140
|
+
- [DatePicker][timepicker] Add missing component declarations (#29517) @longzheng
|
|
141
|
+
- [Masonry] exports from root package (#29754) @abhinav-22-tech
|
|
142
|
+
- [pickers] Widen accepted `luxon` version range (#29761) @eps1lon
|
|
143
|
+
|
|
144
|
+
### Docs
|
|
145
|
+
|
|
146
|
+
- [blog] MUI X v5 blog post (#29590) @DanailH
|
|
147
|
+
- [blog] Polish the Benny Joo joins MUI post (#29697) @oliviertassinari
|
|
148
|
+
- [CHANGELOG] Explain why we do breaking changes @oliviertassinari
|
|
149
|
+
- [core] Update latest issue template for codesandbox CI (#29783) @eps1lon
|
|
150
|
+
- [core] Ensure `@mui/core` is an alias for `@mui/base` (#29762) @eps1lon
|
|
151
|
+
- [docs] Fix broken Next and Previous links (#29711) @scallaway
|
|
152
|
+
- [docs] Add a note that ToggleButton exclusive does not enforce selection (#29812) @mmacu
|
|
153
|
+
- [docs] Update the list of supported locales (#29831) @michaldudak
|
|
154
|
+
- [docs] Update tooltip doc to better define touch action (#29717) @gnowland
|
|
155
|
+
- [website] Standardize the background color from the MUI team photos (#29738) @danilo-leal
|
|
156
|
+
- [website] Add Bharat to the About Us Page (#29714) @bharatkashyap
|
|
157
|
+
- [website] Add about page entry for jan (#29701) @Janpot
|
|
158
|
+
- [website] Adding Prakhar to the about page (#29737) @danilo-leal
|
|
159
|
+
|
|
160
|
+
### Core
|
|
161
|
+
|
|
162
|
+
- [test] Allow debugging with Chrome and VSCode inspector (#29777) @eps1lon
|
|
163
|
+
- [test] Use renderer clock instead of custom useFakeTimers call (#29778) @eps1lon
|
|
164
|
+
- [test] Only mock Date in regression tests (#29763) @eps1lon
|
|
165
|
+
- [test] Disable nightly integration tests on `next` branch (#29748) @eps1lon
|
|
166
|
+
- [test] Allow configuring clock directly from `createRenderer` (#29684) @eps1lon
|
|
167
|
+
- [test] Accept backslashes as path separators in test CLI (#29694) @michaldudak
|
|
168
|
+
- [utils] Use built-in hook when available for useId (#26489) @eps1lon
|
|
169
|
+
|
|
170
|
+
All contributors of this release in alphabetical order: @abhinav-22-tech, @adamfitzgibbon, @bharatkashyap, @chao813, @DanailH, @danilo-leal, @eps1lon, @gnowland, @Janpot, @longzheng, @michaldudak, @mmacu, @mnajdova, @mwilkins91, @NatiG100, @oliviertassinari, @scallaway, @siriwatknp
|
|
171
|
+
|
|
172
|
+
## 5.1.1
|
|
173
|
+
|
|
174
|
+
<!-- generated comparing v5.1.0..master -->
|
|
175
|
+
|
|
176
|
+
_Nov 16, 2021_
|
|
177
|
+
|
|
178
|
+
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
179
|
+
|
|
180
|
+
- 🛠 Renamed `@mui/core` to `@mui/base` (#29585) @michaldudak.
|
|
181
|
+
- And many more 🐛 bug fixes and 📚 improvements.
|
|
182
|
+
|
|
183
|
+
### `@mui/material@5.1.1`
|
|
184
|
+
|
|
185
|
+
- ​<!-- 34 -->[Breadcrumbs][divider] Replace decimal spacing values with integers and css calc (#29526) @anikcreative
|
|
186
|
+
- ​<!-- 10 -->[Select][nativeselect] Add `multiple` class (#29566) @aaronholla
|
|
187
|
+
- ​<!-- 09 -->[Popper] Split into PopperUnstyled and Popper (#29488) @michaldudak
|
|
188
|
+
- ​<!-- 08 -->[Select] Make it clear that `Select` is not a root component (#29593) @hbjORbj
|
|
189
|
+
- ​<!-- 13 -->[l10n] Improved Dutch (nl-NL) locale (#29592) @flipvrijn
|
|
190
|
+
- ​<!-- 10 -->[Table] Improve pagination range, use "en dash" over "hyphen" (#29579) @narekmal
|
|
191
|
+
|
|
192
|
+
### `@mui/base@5.0.0-alpha.55`
|
|
193
|
+
|
|
194
|
+
#### Breaking changes
|
|
195
|
+
|
|
196
|
+
- ​<!-- 27 -->[core] Rename mui/core to mui/base (#29585) @michaldudak
|
|
197
|
+
|
|
198
|
+
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.
|
|
199
|
+
|
|
200
|
+
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.
|
|
201
|
+
|
|
202
|
+
```diff
|
|
203
|
+
-import { useSwitch } from '@mui/core/SwitchUnstyled';
|
|
204
|
+
+import { useSwitch } from '@mui/base/SwitchUnstyled';
|
|
205
|
+
```
|
|
206
|
+
|
|
207
|
+
### `@mui/lab@5.0.0-alpha.55`
|
|
208
|
+
|
|
209
|
+
- ​<!-- 12 -->[LoadingButton] Text variant spacing fixed for both start and end (#29194) @joshua-lawrence
|
|
210
|
+
- ​<!-- 11 -->[Masonry] Check if container or child exists to prevent error (#29452) @hbjORbj
|
|
211
|
+
|
|
212
|
+
### Docs
|
|
213
|
+
|
|
214
|
+
- ​<!-- 25 -->[docs] Correct bundler configuration for using legacy MUI build (#29146) @petermikitsh
|
|
215
|
+
- ​<!-- 24 -->[docs] Fix typo on autocomplete.md (#29570) @netizer
|
|
216
|
+
- ​<!-- 23 -->[docs] Fix dark mode on branding pages (#29611) @alexfauquette
|
|
217
|
+
- ​<!-- 22 -->[docs] Do not render CSS section in API docs navbar if there are no CSS classes (#29622) @ZeeshanTamboli
|
|
218
|
+
- ​<!-- 21 -->[docs] Fix link locale handling (#29624) @oliviertassinari
|
|
219
|
+
- ​<!-- 20 -->[docs] Fix Search navigation (#29623) @oliviertassinari
|
|
220
|
+
- ​<!-- 19 -->[docs] Fix broken link & update MUI packages explanation (#29583) @siriwatknp
|
|
221
|
+
- ​<!-- 18 -->[docs] Do not repeat language snippet in url in Algolia search (#29483) @hbjORbj
|
|
222
|
+
- ​<!-- 17 -->[docs] Update `ThemeProvider` API link (#29573) @siriwatknp
|
|
223
|
+
- ​<!-- 16 -->[docs] Remove svg logos from the Support page (#29431) @oliviertassinari
|
|
224
|
+
- ​<!-- 15 -->[docs] Link UXPin integration (#29422) @oliviertassinari
|
|
225
|
+
- ​<!-- 14 -->[docs] Link to the new public roadmap for the design kits (#29433) @oliviertassinari
|
|
226
|
+
- ​<!-- 28 -->[docs] correct bundler configuration for using legacy MUI build (#29146) @petermikitsh
|
|
227
|
+
- ​<!-- 01 -->[website] Fix premium plan release date (#29430) @oliviertassinari
|
|
228
|
+
- ​<!-- 02 -->[website] Add GitHub icon button to the navbar (#29640) @danilo-leal
|
|
229
|
+
- ​<!-- 39 -->[blog] Support many authors in markdown pages (#29633) @m4theushw
|
|
230
|
+
|
|
231
|
+
### Core
|
|
232
|
+
|
|
233
|
+
- ​<!-- 33 -->[core] Add `experiments` index page (#29582) @siriwatknp
|
|
234
|
+
- ​<!-- 32 -->[core] Move s3 bucket ownership to mui-org (#29609) @eps1lon
|
|
235
|
+
- ​<!-- 31 -->[core] Improve support request message (#29614) @mnajdova
|
|
236
|
+
- ​<!-- 30 -->[core] Use support request Github Action (#29594) @mnajdova
|
|
237
|
+
- ​<!-- 29 -->[core] Remove unused `getJsxPreview` util (#29586) @ZeeshanTamboli
|
|
238
|
+
- ​<!-- 28 -->[core] Use GitHub issue forms (#28038) @oliviertassinari
|
|
239
|
+
- ​<!-- 26 -->[core] Add playground (#29423) @oliviertassinari
|
|
240
|
+
- ​<!-- 07 -->[test] Correctly identify what the `raf` helper is for (#29683) @eps1lon
|
|
241
|
+
- ​<!-- 06 -->[test] Verify a quilted ImageList is created as test title suggests (#29565) @daniel-sachs
|
|
242
|
+
- ​<!-- 05 -->[test] Replace `createServerRender` with `createRenderer` (#29503) @eps1lon
|
|
243
|
+
- ​<!-- 04 -->[test] Always ignore "useLayoutEffect has no effect on the server"-warning (#29502) @eps1lon
|
|
244
|
+
- ​<!-- 03 -->[test] Restore StrictMode by default (#29589) @eps1lon
|
|
245
|
+
- ​<!-- 02 -->[test] createPickerRender -> createPickerRenderer (#29575) @eps1lon
|
|
246
|
+
- ​<!-- 09 -->[test] Allow experimental CLI to run exact test (#29685) @eps1lon
|
|
247
|
+
|
|
248
|
+
All contributors of this release in alphabetical order: @aaronholla, @alexfauquette, @anikcreative, @daniel-sachs, @eps1lon, @flipvrijn, @hbjORbj, @joshua-lawrence, @michaldudak, @mnajdova, @netizer, @oliviertassinari, @petermikitsh, @siriwatknp, @ZeeshanTamboli
|
|
249
|
+
|
|
3
250
|
## 5.1.0
|
|
4
251
|
|
|
5
252
|
<!-- generated comparing v5.0.6..master -->
|
|
@@ -142,16 +389,16 @@ _Oct 26, 2021_
|
|
|
142
389
|
A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:
|
|
143
390
|
|
|
144
391
|
- 🔧 Implement `Masonry` using Flexbox by @hbjORbj.
|
|
145
|
-
- 🧪 Add three components to `@mui/
|
|
392
|
+
- 🧪 Add three components to `@mui/base` by @rebeccahongsf and @hbjORbj.
|
|
146
393
|
|
|
147
394
|
### `@mui/codemod@5.0.5`
|
|
148
395
|
|
|
149
396
|
- ​<!-- 38 -->[codemod] Support new package name in `link-underline-hover` transformer (#29214) @siriwatknp
|
|
150
397
|
|
|
151
|
-
### `@mui/
|
|
398
|
+
### `@mui/base@5.0.0-alpha.52`
|
|
152
399
|
|
|
153
400
|
- ​<!-- 39 -->[ClickAwayListener] Move to the core package (#29186) @hbjORbj
|
|
154
|
-
- ​<!-- 13 -->[Popper] Move from mui-material to mui-
|
|
401
|
+
- ​<!-- 13 -->[Popper] Move from mui-material to mui-base (#28923) @rebeccahongsf
|
|
155
402
|
- ​<!-- 04 -->[TextareaAutosize] Move to the core package (#29148) @hbjORbj
|
|
156
403
|
|
|
157
404
|
### `@mui/lab@5.0.0-alpha.52`
|
|
@@ -220,7 +467,7 @@ _Oct 14, 2021_
|
|
|
220
467
|
|
|
221
468
|
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
222
469
|
|
|
223
|
-
- 🧪 Added `UnstyledInput` and `useInput` hook in the the first component in @mui/
|
|
470
|
+
- 🧪 Added `UnstyledInput` and `useInput` hook in the the first component in @mui/base package @michaldudak (#28053)
|
|
224
471
|
- 🐛 Fixed many bugs and improved the documentation 📚.
|
|
225
472
|
|
|
226
473
|
### `@mui/material@5.0.4`
|
|
@@ -235,7 +482,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
235
482
|
|
|
236
483
|
- ​<!-- 05 -->[system] Update typing for `style` function (#28744) @hbjORbj
|
|
237
484
|
|
|
238
|
-
### `@mui/
|
|
485
|
+
### `@mui/base@5.0.0-alpha.51`
|
|
239
486
|
|
|
240
487
|
- ​<!-- 07 -->[InputUnstyled] Create unstyled input and useInput hook (#28053) @michaldudak
|
|
241
488
|
|
|
@@ -304,7 +551,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
304
551
|
|
|
305
552
|
- ​<!-- 42 -->Don't allow styled-components APIs on mui styled function (#28807) @hbjORbj
|
|
306
553
|
|
|
307
|
-
### `@mui/
|
|
554
|
+
### `@mui/base@5.0.0-alpha.50`
|
|
308
555
|
|
|
309
556
|
- ​<!-- 38 -->[ButtonUnstyled] Don't set redundant role=button (#28488) @michaldudak
|
|
310
557
|
- ​<!-- 43 -->[SliderUnstyled] Prevent unknown-prop error when using marks prop (#28868) @hbjORbj
|
|
@@ -683,10 +930,10 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
683
930
|
```
|
|
684
931
|
@material-ui/core => @mui/material // represents Material Design components.
|
|
685
932
|
@material-ui/icons => @mui/icons-material // represents Material Design icons.
|
|
686
|
-
@material-ui/unstyled => @mui/
|
|
933
|
+
@material-ui/unstyled => @mui/base // fully functional components with minimum styles.
|
|
687
934
|
```
|
|
688
935
|
|
|
689
|
-
> **Note**: `@mui/
|
|
936
|
+
> **Note**: `@mui/base` (previously `@material-ui/unstyled`) is not the same as `@material-ui/core`.
|
|
690
937
|
|
|
691
938
|
We encourage you to use the [codemod](https://github.com/mui-org/material-ui/blob/next/packages/mui-codemod/README.md#mui-replace) for smooth migration.
|
|
692
939
|
|
|
@@ -701,7 +948,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
701
948
|
- ​<!-- 05 -->[ToggleButtonGroup] Add "disabled" prop (#27998) @chetas411
|
|
702
949
|
- ​<!-- 34 -->[core] Export types for module augmentation (#28078) @m4theushw
|
|
703
950
|
|
|
704
|
-
### `@mui/
|
|
951
|
+
### `@mui/base@5.0.0-alpha.45`
|
|
705
952
|
|
|
706
953
|
- ​<!-- 38 -->[Button] Create ButtonUnstyled and useButton (#27600) @michaldudak
|
|
707
954
|
|
|
@@ -1821,7 +2068,7 @@ _May 31, 2021_
|
|
|
1821
2068
|
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
1822
2069
|
|
|
1823
2070
|
- 👩🎤 We have completed the migration to emotion of all the components (`@material-ui/core` and `@material-ui/lab`) @siriwatknp, @mnajdova.
|
|
1824
|
-
- 📦 Save [10 kB gzipped](https://bundlephobia.com/
|
|
2071
|
+
- 📦 Save [10 kB gzipped](https://bundlephobia.com/package/@material-ui/core@5.0.0-alpha.34) by removing the dependency on `@material-ui/styles` (JSS) from the core and the lab (#26377, #26382, #26376) @mnajdova.
|
|
1825
2072
|
- ⚒️ Add many new [codemods](https://github.com/mui-org/material-ui/blob/HEAD/packages/mui-codemod/README.md) to automate the migration from v4 to v5 (#24867) @mbrookes.
|
|
1826
2073
|
- And many more 🐛 bug fixes and 📚 improvements.
|
|
1827
2074
|
|
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.2.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"description": "MUI Theming - The React theme context to be shared between `@mui/styles` and `@mui/material`.",
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
}
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@babel/runtime": "^7.16.
|
|
39
|
-
"@mui/utils": "^5.
|
|
38
|
+
"@babel/runtime": "^7.16.3",
|
|
39
|
+
"@mui/utils": "^5.2.2",
|
|
40
40
|
"prop-types": "^15.7.2"
|
|
41
41
|
},
|
|
42
42
|
"sideEffects": false,
|