@mui/private-theming 5.1.1 โ 5.2.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 +93 -2
- 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,87 @@
|
|
|
1
1
|
### [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 5.2.0
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.1.1..master -->
|
|
6
|
+
|
|
7
|
+
_Nov 23, 2021_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 18 contributors who made this release possible. Here are some highlights โจ:
|
|
10
|
+
|
|
11
|
+
- ๐งช Created another unstyled component: [TabsUnstyled](https://mui.com/components/tabs/#unstyled) (#29597) @mnajdova.
|
|
12
|
+
- ๐ Updated the Material Icons set with the latest changes from Google (#29328) @michaldudak / (#29818) @chao813.
|
|
13
|
+
This update adds 200 new icons and tweaks the appearance of many more.
|
|
14
|
+
With it, we're getting close to having 2000 icons in our set.
|
|
15
|
+
- ๐ Fixed bugs and improved the infrastructure and documentation ๐.
|
|
16
|
+
|
|
17
|
+
### `@mui/material@5.2.0`
|
|
18
|
+
|
|
19
|
+
- [IconButton] Remove on hover effect when `disableRipple` is set (#29298) @adamfitzgibbon
|
|
20
|
+
- [i18n] Add the amharic language (#29153) @NatiG100
|
|
21
|
+
- [material] Fix types for `variants.style` to accept callbacks (#29610) @mnajdova
|
|
22
|
+
- [Popper] Simplify prop types (#29680) @michaldudak
|
|
23
|
+
- [Select] Include aria-selected=false when option not selected (#29695) @michaldudak
|
|
24
|
+
- [useMediaQuery] Fix crash in Safari < 14 and IE 11 (#29776) @eps1lon
|
|
25
|
+
- [useMediaQuery] Ensure no tearing in React 18 (#28491) @eps1lon
|
|
26
|
+
|
|
27
|
+
### `@mui/codemod@5.2.0`
|
|
28
|
+
|
|
29
|
+
- [codemod] Fix `jss-to-styled` to support multiple withStyles (#29824) @siriwatknp
|
|
30
|
+
|
|
31
|
+
### `@mui/icons-material@5.2.0`
|
|
32
|
+
|
|
33
|
+
- [icons] Sync new Google Material Icons (#29818) @chao813
|
|
34
|
+
- [icons] Sync recent Material Icons from Google (#29328) @michaldudak
|
|
35
|
+
|
|
36
|
+
### `@mui/system@5.2.0`
|
|
37
|
+
|
|
38
|
+
- [Box] Fix `sx` prop runtime issue when used as function (#29830) @mnajdova
|
|
39
|
+
- [system] Fix `sx` throw error when value is `null` or `undefined` (#29756) @siriwatknp
|
|
40
|
+
- [system] Fix minor CssVars issues (#29747) @siriwatknp
|
|
41
|
+
|
|
42
|
+
### `@mui/styled-engine@5.2.0`
|
|
43
|
+
|
|
44
|
+
- [styled-engine] Fix props inference in styled-engine (#29739) @Janpot
|
|
45
|
+
|
|
46
|
+
### `@mui/base@5.0.0-alpha.56`
|
|
47
|
+
|
|
48
|
+
- [FormControlUnstyled] `focused` is always false unless explicitly set to `true` @mwilkins91
|
|
49
|
+
- [TabsUnstyled] Introduce new component (#29597) @mnajdova
|
|
50
|
+
|
|
51
|
+
### `@mui/lab@5.0.0-alpha.56`
|
|
52
|
+
|
|
53
|
+
- [DatePicker][timepicker] Add missing component declarations (#29517) @longzheng
|
|
54
|
+
- [Masonry] exports from root package (#29754) @abhinav-22-tech
|
|
55
|
+
- [pickers] Widen accepted `luxon` version range (#29761) @eps1lon
|
|
56
|
+
|
|
57
|
+
### Docs
|
|
58
|
+
|
|
59
|
+
- [blog] MUI X v5 blog post (#29590) @DanailH
|
|
60
|
+
- [blog] Polish the Benny Joo joins MUI post (#29697) @oliviertassinari
|
|
61
|
+
- [CHANGELOG] Explain why we do breaking changes @oliviertassinari
|
|
62
|
+
- [core] Update latest issue template for codesandbox CI (#29783) @eps1lon
|
|
63
|
+
- [core] Ensure `@mui/core` is an alias for `@mui/base` (#29762) @eps1lon
|
|
64
|
+
- [docs] Fix broken Next and Previous links (#29711) @scallaway
|
|
65
|
+
- [docs] Add a note that ToggleButton exclusive does not enforce selection (#29812) @mmacu
|
|
66
|
+
- [docs] Update the list of supported locales (#29831) @michaldudak
|
|
67
|
+
- [docs] Update tooltip doc to better define touch action (#29717) @gnowland
|
|
68
|
+
- [website] Standardize the background color from the MUI team photos (#29738) @danilo-leal
|
|
69
|
+
- [website] Add Bharat to the About Us Page (#29714) @bharatkashyap
|
|
70
|
+
- [website] Add about page entry for jan (#29701) @Janpot
|
|
71
|
+
- [website] Adding Prakhar to the about page (#29737) @danilo-leal
|
|
72
|
+
|
|
73
|
+
### Core
|
|
74
|
+
|
|
75
|
+
- [test] Allow debugging with Chrome and VSCode inspector (#29777) @eps1lon
|
|
76
|
+
- [test] Use renderer clock instead of custom useFakeTimers call (#29778) @eps1lon
|
|
77
|
+
- [test] Only mock Date in regression tests (#29763) @eps1lon
|
|
78
|
+
- [test] Disable nightly integration tests on `next` branch (#29748) @eps1lon
|
|
79
|
+
- [test] Allow configuring clock directly from `createRenderer` (#29684) @eps1lon
|
|
80
|
+
- [test] Accept backslashes as path separators in test CLI (#29694) @michaldudak
|
|
81
|
+
- [utils] Use built-in hook when available for useId (#26489) @eps1lon
|
|
82
|
+
|
|
83
|
+
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
|
|
84
|
+
|
|
3
85
|
## 5.1.1
|
|
4
86
|
|
|
5
87
|
<!-- generated comparing v5.1.0..master -->
|
|
@@ -8,7 +90,7 @@ _Nov 16, 2021_
|
|
|
8
90
|
|
|
9
91
|
A big thanks to the 15 contributors who made this release possible. Here are some highlights โจ:
|
|
10
92
|
|
|
11
|
-
- ๐
|
|
93
|
+
- ๐ Renamed `@mui/core` to `@mui/base` (#29585) @michaldudak.
|
|
12
94
|
- And many more ๐ bug fixes and ๐ improvements.
|
|
13
95
|
|
|
14
96
|
### `@mui/material@5.1.1`
|
|
@@ -22,10 +104,19 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
22
104
|
|
|
23
105
|
### `@mui/base@5.0.0-alpha.55`
|
|
24
106
|
|
|
25
|
-
####
|
|
107
|
+
#### Breaking changes
|
|
26
108
|
|
|
27
109
|
- ​<!-- 27 -->[core] Rename mui/core to mui/base (#29585) @michaldudak
|
|
28
110
|
|
|
111
|
+
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.
|
|
112
|
+
|
|
113
|
+
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.
|
|
114
|
+
|
|
115
|
+
```diff
|
|
116
|
+
-importย { useSwitch } from '@mui/core/SwitchUnstyled';
|
|
117
|
+
+importย { useSwitch } from '@mui/base/SwitchUnstyled';
|
|
118
|
+
```
|
|
119
|
+
|
|
29
120
|
### `@mui/lab@5.0.0-alpha.55`
|
|
30
121
|
|
|
31
122
|
- ​<!-- 12 -->[LoadingButton] Text variant spacing fixed for both start and end (#29194) @joshua-lawrence
|
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.0",
|
|
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`.",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@babel/runtime": "^7.16.3",
|
|
39
|
-
"@mui/utils": "^5.
|
|
39
|
+
"@mui/utils": "^5.2.0",
|
|
40
40
|
"prop-types": "^15.7.2"
|
|
41
41
|
},
|
|
42
42
|
"sideEffects": false,
|