@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 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
+ - &#8203;<!-- 25 -->[CssVarsProvider] Add experimental CssVarsProvider in @mui/material (#31138) @mnajdova
19
+ - &#8203;<!-- 06 -->[Link] Fix `sx` color to support callback (#32123) @siriwatknp
20
+ - &#8203;<!-- 05 -->[Link] Fix color transformation (#32045) @siriwatknp
21
+ - &#8203;<!-- 04 -->[ListItemButton] Specified width so that text would ellide (#32083) @MatthijsMud
22
+ - &#8203;<!-- 03 -->[TablePagination] Fixed the etEE locale (#32052) @raigoinabox
23
+
24
+ ### `@mui/base@5.0.0-alpha.75`
25
+
26
+ - &#8203;<!-- 31 -->[Badge] Simplify unstyled API (#31974) @michaldudak
27
+
28
+ ### `@mui/codemod@5.6.0`
29
+
30
+ - &#8203;<!-- 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
+ - &#8203;<!-- 24 -->[DatePicker] Remove date and time pickers from the lab (#31984) @flaviendelangle
35
+
36
+ ### `@mui/joy@5.0.0-alpha.22`
37
+
38
+ - &#8203;<!-- 07 -->[Joy] Add `Card` components (#32027) @siriwatknp
39
+
40
+ ### Docs
41
+
42
+ - &#8203;<!-- 30 -->[blog] New article for the date pickers migration to X (#31831) @flaviendelangle
43
+ - &#8203;<!-- 33 -->[docs] Base Menu style revisions and final review (#32097) @samuelsycamore
44
+ - &#8203;<!-- 32 -->[docs] Base Select style revisions and final review (#32095) @samuelsycamore
45
+ - &#8203;<!-- 31 -->[docs] Base Input style revisions and final review (#32096) @samuelsycamore
46
+ - &#8203;<!-- 30 -->[docs] Base Slider style revisions and final review (#32140) @samuelsycamore
47
+ - &#8203;<!-- 29 -->[docs] Base Modal style revisions and final review (#32093) @samuelsycamore
48
+ - &#8203;<!-- 28 -->[docs] Add page for CSS variables support in @mui/material (#32050) @mnajdova
49
+ - &#8203;<!-- 27 -->[docs] Add TSS support for theme style overrides (#31918) @garronej
50
+ - &#8203;<!-- 23 -->[docs] Simplify customization examples in ButtonUnstyled demos (#32092) @michaldudak
51
+ - &#8203;<!-- 22 -->[docs] Fix linking issues for the redirects (#32101) @siriwatknp
52
+ - &#8203;<!-- 21 -->[docs] Create the FormControl page (#32073) @michaldudak
53
+ - &#8203;<!-- 20 -->[docs] Remove trap-focus from the navigation (#32079) @psjishnu
54
+ - &#8203;<!-- 19 -->[docs] Add date-pickers product identifier (#32076) @siriwatknp
55
+ - &#8203;<!-- 18 -->[docs] Move SwitchUnstyled docs to the Base space (#31964) @michaldudak
56
+ - &#8203;<!-- 17 -->[docs] Add docs page for unstyled popper (#31813) @siriwatknp
57
+ - &#8203;<!-- 16 -->[docs] Copy TextareaAutosize docs to Base (#32034) @michaldudak
58
+ - &#8203;<!-- 15 -->[docs] Add react-hook-form-mui to Complementary projects #32015 @TkaczykAdam
59
+ - &#8203;<!-- 14 -->[docs] Improve the translation experience (#32021) @oliviertassinari
60
+ - &#8203;<!-- 13 -->[docs] Add small size Select demo (#32060) @ivan-ngchakming
61
+ - &#8203;<!-- 12 -->[docs] Correct typos (#32029) @apeltop
62
+ - &#8203;<!-- 11 -->[docs] Create SliderUnstyled docs (#31850) @michaldudak
63
+ - &#8203;<!-- 10 -->[docs] Create TablePaginationUnstyled docs (#32018) @michaldudak
64
+ - &#8203;<!-- 09 -->[docs] Move SelectUnstyled docs to the Base space (#31816) @michaldudak
65
+ - &#8203;<!-- 08 -->[docs] Create the TabsUnstyled docs (#32023) @michaldudak
66
+ - &#8203;<!-- 02 -->[website] The studio finally has a name, use it (#32105) @oliviertassinari
67
+ - &#8203;<!-- 01 -->[website] Disable job ad @oliviertassinari
68
+
69
+ ### Core
70
+
71
+ - &#8203;<!-- 28 -->[core] Update peer deps to support React 18 (#32063) @eps1lon
72
+ - &#8203;<!-- 27 -->[core] Fix running docs:api on Windows (#32091) @michaldudak
73
+ - &#8203;<!-- 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
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.5.3
1
+ /** @license MUI v5.6.0
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/legacy/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.5.3
1
+ /** @license MUI v5.6.0
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/modern/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.5.3
1
+ /** @license MUI v5.6.0
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/node/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.5.3
1
+ /** @license MUI v5.6.0
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/private-theming",
3
- "version": "5.5.3",
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.5.3",
39
+ "@mui/utils": "^5.6.0",
40
40
  "prop-types": "^15.7.2"
41
41
  },
42
42
  "sideEffects": false,