@mui/private-theming 5.11.0 → 5.11.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 CHANGED
@@ -1,5 +1,132 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.11.2
4
+
5
+ <!-- generated comparing v5.11.1..master -->
6
+
7
+ _Dec 26, 2022_
8
+
9
+ A big thanks to the 20 contributors who made this release possible. Here are some highlights ✨:
10
+
11
+ - ⚙️ Several MUI Base components were converted to TypeScript by @trizotti, @leventdeniz and @danhuynhdev (#35005, #34793, #34771)
12
+ - Many other 🐛 bug fixes abd 📚 documentation improvements.
13
+
14
+ ### `@mui/material@5.11.2`
15
+
16
+ - &#8203;<!-- 10 -->[l10n] Add displayed rows label to `faIR` locale (#35587) @hootan-rocky
17
+ - &#8203;<!-- 09 -->[l10n] Add Kurdish (Kurmanji) locale (#32508) @JagarYousef
18
+ - &#8203;<!-- 06 -->[Select] Accept non-component children (#33530) @boutahlilsoufiane
19
+ - &#8203;<!-- 05 -->[SelectInput] Update menu to use select wrapper as anchor (#34229) @EduardoSCosta
20
+ - &#8203;<!-- 03 -->[TableCell] Fix `scope` prop to be not set when a data cell is rendered within a table head (#35559) @sai6855
21
+
22
+ ### `@mui/utils@5.11.2`
23
+
24
+ - &#8203;<!-- 02 -->[utils] `mergedeep` deeply clones source key if it's an object (#35364) @sldk-yuri
25
+
26
+ ### `@mui/base@5.0.0-alpha.112`
27
+
28
+ - &#8203;<!-- 16 -->[FocusTrap][base] Convert code to TypeScript (#35005) @trizotti
29
+ - &#8203;<!-- 08 -->[Modal][base] Convert code to TypeScript (#34793) @leventdeniz
30
+ - &#8203;<!-- 07 -->[Popper][base] Convert code to TypeScript (#34771) @danhuynhdev
31
+ - &#8203;<!-- 04 -->[Slider] Exclude `isRtl` from Material UI's Slider props (#35564) @michaldudak
32
+
33
+ ### `@mui/joy@5.0.0-alpha.60`
34
+
35
+ - &#8203;<!-- 15 -->[Joy] Fix radius adjustment (#35629) @siriwatknp
36
+ - &#8203;<!-- 14 -->[Joy] Apply color inversion to components (#34602) @siriwatknp
37
+ - &#8203;<!-- 13 -->[Joy] Improve cursor pointer and add fallback for outlined variant (#35573) @siriwatknp
38
+ - &#8203;<!-- 12 -->[Joy] Miscellaneous fixes (#35552) @siriwatknp
39
+ - &#8203;<!-- 11 -->[Radio][joy] Use precise dimensions for radio icon (#35548) @hbjORbj
40
+
41
+ ### `@mui/material-next@6.0.0-alpha.68`
42
+
43
+ - &#8203;<!-- 36 -->[Material You] Update Button test & add active class name (#35497) @mnajdova
44
+
45
+ ### Docs
46
+
47
+ - &#8203;<!-- 35 -->[docs] Fix GoogleMaps demo (#35545) @hbjORbj
48
+ - &#8203;<!-- 25 -->[docs] Remove flow, its legacy (#35624) @oliviertassinari
49
+ - &#8203;<!-- 24 -->[docs] Add a guide on using icon libraries with Joy UI (#35377) @siriwatknp
50
+ - &#8203;<!-- 23 -->[docs] Clarify comment about `sortStability()` use case (#35570) @frontendlane
51
+ - &#8203;<!-- 22 -->[docs] Improve the experimental API demos on the button page (#35560) @mnajdova
52
+ - &#8203;<!-- 21 -->[docs] Force `light` theme mode when `activePage` is null (#35575) @LukasTy
53
+ - &#8203;<!-- 20 -->[docs] Fix ListItem button deprecated use (#33970) @MickaelAustoni
54
+ - &#8203;<!-- 19 -->[docs] Fix typo in `Progress` docs (#35553) @jasonsturges
55
+ - &#8203;<!-- 18 -->[docs] Remove empty tags on the TransferList demos (#33127) @ekusiadadus
56
+ - &#8203;<!-- 17 -->[docs][joy] Add documentation for `Stack` component (#35373) @hbjORbj
57
+ - &#8203;<!-- 35 -->[docs][joy] Add documentation for `Grid` component (#35374) @hbjORbj
58
+ - &#8203;<!-- 01 -->[website] Update sponsor grid (#35452) @danilo-leal
59
+
60
+ ### Core
61
+
62
+ - &#8203;<!-- 34 -->[core] Shorthand notation to remove outline (#35623) @oliviertassinari
63
+ - &#8203;<!-- 33 -->[core] Fix header link layout shift and clash (#35626) @oliviertassinari
64
+ - &#8203;<!-- 32 -->[core] Hide keyboard shortcut if no hover feature (#35625) @oliviertassinari
65
+ - &#8203;<!-- 31 -->[core] Fix confusing duplicated name in the log @oliviertassinari
66
+ - &#8203;<!-- 30 -->[core] Fix API demos callout spacing (#35579) @oliviertassinari
67
+ - &#8203;<!-- 29 -->[core] Fix a few title case (#35547) @oliviertassinari
68
+ - &#8203;<!-- 28 -->[core] Cleanup mention of test-utils (#35577) @oliviertassinari
69
+ - &#8203;<!-- 27 -->[core] Remove oudated pickers prop-type logic (#35571) @oliviertassinari
70
+ - &#8203;<!-- 26 -->[core] Exclude documentation of Base props not used in styled libraries (#35562) @michaldudak
71
+
72
+ All contributors of this release in alphabetical order: @boutahlilsoufiane, @danhuynhdev, @danilo-leal, @EduardoSCosta, @ekusiadadus, @frontendlane, @hbjORbj, @hootan-rocky, @JagarYousef, @jasonsturges, @leventdeniz, @LukasTy, @michaldudak, @MickaelAustoni, @mnajdova, @oliviertassinari, @sai6855, @siriwatknp, @sldk-yuri, @trizotti
73
+
74
+ ## 5.11.1
75
+
76
+ <!-- generated comparing v5.11.0..master -->
77
+
78
+ _Dec 20, 2022_
79
+
80
+ A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
81
+
82
+ - 💅 @mnajdova added motion and shape design tokens to Material You package (#35384 and #35393).
83
+ - Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
84
+
85
+ ### `@mui/material@5.11.1`
86
+
87
+ - [Chip] Fix hover and focus style with CSS Variables (#35502) @DimaAbr
88
+ - [InputLabel] Enable `size` prop overrides via TypeScript module augmentation (#35460) @MickaelAustoni
89
+ - [l10n] Change Kazakh locale name to match ISO-639-1 codes (#34664) @talgautb
90
+ - [TextField] Fix error focus style (#35167) @42tte
91
+ - [core] Bring `experimental_sx` back with error code (#35528) @siriwatknp
92
+
93
+ ### `@mui/utils@5.11.1`
94
+
95
+ - [Theme] Merge components and slots props (#35477) @siriwatknp
96
+
97
+ ### `@mui/material-next@6.0.0-alpha.67`
98
+
99
+ - [Material You] Add motion design tokens (#35384) @mnajdova
100
+ - [Material You] Add shape design tokens (#35393) @mnajdova
101
+
102
+ ### `@mui/joy@5.0.0-alpha.59`
103
+
104
+ - [Tooltip] Fix arrow does not appear (#35473) @siriwatknp
105
+ - [Input] Fix autofill styles (#35056) @siriwatknp
106
+ - [ChipDelete] Add onDelete prop to ChipDelete (#35412) @sai6855
107
+
108
+ ### `@mui/base@5.0.0-alpha.111`
109
+
110
+ - [Button][base] Set active class when a subcomponent is clicked (#35410) @michaldudak
111
+ - [Popper][base] Fix Tooltip Anchor Element Setter (#35469) @sydneyjodon-wk
112
+
113
+ ### Docs
114
+
115
+ - [docs] Fixed the `Select` component `onChange` event type in the migration guide (#35509) @tzynwang
116
+ - [docs] Add missing comma to `Providing the colors directly` section (#35507) @cassidoo
117
+ - [docs] Add `CardMedia` example without `component="img"` prop (#35470) @lucasmfredmark
118
+ - [docs] Fix `unstable_sxConfig` typo (#35478) @siriwatknp
119
+ - [docs] List component introduction example default code is missing ListItemContent component (#35492) @Miigaarino
120
+ - [website] Close our first people role @oliviertassinari
121
+ - [website] Update product icons (#35413) @danilo-leal
122
+
123
+ ### Core
124
+
125
+ - [test] Terminate BrowserStack after 5 minutes (#35454) @oliviertassinari
126
+ - [test] Fix broken master branch (#35446) @oliviertassinari
127
+
128
+ All contributors of this release in alphabetical order: @42tte, @cassidoo, @danilo-leal, @DimaAbr, @lucasmfredmark, @michaldudak, @MickaelAustoni, @Miigaarino, @mnajdova, @oliviertassinari, @sai6855, @siriwatknp, @sydneyjodon-wk, @talgautb, @tzynwang
129
+
3
130
  ## 5.11.0
4
131
 
5
132
  <!-- generated comparing v5.10.17..master -->
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.11.0
1
+ /** @license MUI v5.11.2
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.11.0
1
+ /** @license MUI v5.11.2
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.11.0
1
+ /** @license MUI v5.11.2
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.11.0
1
+ /** @license MUI v5.11.2
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.11.0",
3
+ "version": "5.11.2",
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`.",
@@ -35,8 +35,8 @@
35
35
  }
36
36
  },
37
37
  "dependencies": {
38
- "@babel/runtime": "^7.20.6",
39
- "@mui/utils": "^5.11.0",
38
+ "@babel/runtime": "^7.20.7",
39
+ "@mui/utils": "^5.11.2",
40
40
  "prop-types": "^15.8.1"
41
41
  },
42
42
  "sideEffects": false,