@mui/private-theming 5.5.3 → 5.6.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 +74 -0
- 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 +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,79 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 5.6.0
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.5.3..master -->
|
|
6
|
+
|
|
7
|
+
_Apr 5, 2022_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
10
|
+
|
|
11
|
+
- 🧰 Update peer dependencies to support React 18 (#32063) @eps1lon
|
|
12
|
+
- 🚀 Added the experimental `CssVarsProvider` in `@mui/material` for generating theme CSS variables (#31138) @mnajdova
|
|
13
|
+
- 📣 Moved date and time pickers from the lab to MUI X (#31984) @flaviendelangle
|
|
14
|
+
- Several 🐛 bug fixes and 📚 documentation improvements
|
|
15
|
+
|
|
16
|
+
### `@mui/material@5.6.0`
|
|
17
|
+
|
|
18
|
+
- ​<!-- 25 -->[CssVarsProvider] Add experimental CssVarsProvider in @mui/material (#31138) @mnajdova
|
|
19
|
+
- ​<!-- 06 -->[Link] Fix `sx` color to support callback (#32123) @siriwatknp
|
|
20
|
+
- ​<!-- 05 -->[Link] Fix color transformation (#32045) @siriwatknp
|
|
21
|
+
- ​<!-- 04 -->[ListItemButton] Specified width so that text would ellide (#32083) @MatthijsMud
|
|
22
|
+
- ​<!-- 03 -->[TablePagination] Fixed the etEE locale (#32052) @raigoinabox
|
|
23
|
+
|
|
24
|
+
### `@mui/base@5.0.0-alpha.75`
|
|
25
|
+
|
|
26
|
+
- ​<!-- 31 -->[Badge] Simplify unstyled API (#31974) @michaldudak
|
|
27
|
+
|
|
28
|
+
### `@mui/codemod@5.6.0`
|
|
29
|
+
|
|
30
|
+
- ​<!-- 29 -->[codemod] Add v5.0.0/date-pickers-moved-to-x codemod (#31373) @flaviendelangle
|
|
31
|
+
|
|
32
|
+
### `@mui/lab@5.0.0-alpha.76`
|
|
33
|
+
|
|
34
|
+
- ​<!-- 24 -->[DatePicker] Remove date and time pickers from the lab (#31984) @flaviendelangle
|
|
35
|
+
|
|
36
|
+
### `@mui/joy@5.0.0-alpha.22`
|
|
37
|
+
|
|
38
|
+
- ​<!-- 07 -->[Joy] Add `Card` components (#32027) @siriwatknp
|
|
39
|
+
|
|
40
|
+
### Docs
|
|
41
|
+
|
|
42
|
+
- ​<!-- 30 -->[blog] New article for the date pickers migration to X (#31831) @flaviendelangle
|
|
43
|
+
- ​<!-- 33 -->[docs] Base Menu style revisions and final review (#32097) @samuelsycamore
|
|
44
|
+
- ​<!-- 32 -->[docs] Base Select style revisions and final review (#32095) @samuelsycamore
|
|
45
|
+
- ​<!-- 31 -->[docs] Base Input style revisions and final review (#32096) @samuelsycamore
|
|
46
|
+
- ​<!-- 30 -->[docs] Base Slider style revisions and final review (#32140) @samuelsycamore
|
|
47
|
+
- ​<!-- 29 -->[docs] Base Modal style revisions and final review (#32093) @samuelsycamore
|
|
48
|
+
- ​<!-- 28 -->[docs] Add page for CSS variables support in @mui/material (#32050) @mnajdova
|
|
49
|
+
- ​<!-- 27 -->[docs] Add TSS support for theme style overrides (#31918) @garronej
|
|
50
|
+
- ​<!-- 23 -->[docs] Simplify customization examples in ButtonUnstyled demos (#32092) @michaldudak
|
|
51
|
+
- ​<!-- 22 -->[docs] Fix linking issues for the redirects (#32101) @siriwatknp
|
|
52
|
+
- ​<!-- 21 -->[docs] Create the FormControl page (#32073) @michaldudak
|
|
53
|
+
- ​<!-- 20 -->[docs] Remove trap-focus from the navigation (#32079) @psjishnu
|
|
54
|
+
- ​<!-- 19 -->[docs] Add date-pickers product identifier (#32076) @siriwatknp
|
|
55
|
+
- ​<!-- 18 -->[docs] Move SwitchUnstyled docs to the Base space (#31964) @michaldudak
|
|
56
|
+
- ​<!-- 17 -->[docs] Add docs page for unstyled popper (#31813) @siriwatknp
|
|
57
|
+
- ​<!-- 16 -->[docs] Copy TextareaAutosize docs to Base (#32034) @michaldudak
|
|
58
|
+
- ​<!-- 15 -->[docs] Add react-hook-form-mui to Complementary projects #32015 @TkaczykAdam
|
|
59
|
+
- ​<!-- 14 -->[docs] Improve the translation experience (#32021) @oliviertassinari
|
|
60
|
+
- ​<!-- 13 -->[docs] Add small size Select demo (#32060) @ivan-ngchakming
|
|
61
|
+
- ​<!-- 12 -->[docs] Correct typos (#32029) @apeltop
|
|
62
|
+
- ​<!-- 11 -->[docs] Create SliderUnstyled docs (#31850) @michaldudak
|
|
63
|
+
- ​<!-- 10 -->[docs] Create TablePaginationUnstyled docs (#32018) @michaldudak
|
|
64
|
+
- ​<!-- 09 -->[docs] Move SelectUnstyled docs to the Base space (#31816) @michaldudak
|
|
65
|
+
- ​<!-- 08 -->[docs] Create the TabsUnstyled docs (#32023) @michaldudak
|
|
66
|
+
- ​<!-- 02 -->[website] The studio finally has a name, use it (#32105) @oliviertassinari
|
|
67
|
+
- ​<!-- 01 -->[website] Disable job ad @oliviertassinari
|
|
68
|
+
|
|
69
|
+
### Core
|
|
70
|
+
|
|
71
|
+
- ​<!-- 28 -->[core] Update peer deps to support React 18 (#32063) @eps1lon
|
|
72
|
+
- ​<!-- 27 -->[core] Fix running docs:api on Windows (#32091) @michaldudak
|
|
73
|
+
- ​<!-- 26 -->[core] Fix api build script for MUI Base (#32081) @siriwatknp
|
|
74
|
+
|
|
75
|
+
All contributors of this release in alphabetical order: @apeltop, @eps1lon, @flaviendelangle, @garronej, @ivan-ngchakming, @m4theushw, @MatthijsMud, @michaldudak, @mnajdova, @oliviertassinari, @psjishnu, @raigoinabox, @samuelsycamore, @siriwatknp, @TkaczykAdam
|
|
76
|
+
|
|
3
77
|
## 5.5.3
|
|
4
78
|
|
|
5
79
|
<!-- generated comparing v5.5.2..master -->
|
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.6.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`.",
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"url": "https://opencollective.com/mui"
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|
|
29
|
-
"@types/react": "^16.8.6 || ^17.0.0",
|
|
30
|
-
"react": "^17.0.0"
|
|
29
|
+
"@types/react": "^16.8.6 || ^17.0.0 || ^18.0.0",
|
|
30
|
+
"react": "^17.0.0 || ^18.0.0"
|
|
31
31
|
},
|
|
32
32
|
"peerDependenciesMeta": {
|
|
33
33
|
"@types/react": {
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@babel/runtime": "^7.17.2",
|
|
39
|
-
"@mui/utils": "^5.
|
|
39
|
+
"@mui/utils": "^5.6.0",
|
|
40
40
|
"prop-types": "^15.7.2"
|
|
41
41
|
},
|
|
42
42
|
"sideEffects": false,
|