@mui/styled-engine-sc 5.10.14 → 5.10.16

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,113 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.10.16
4
+
5
+ <!-- generated comparing v5.10.15..master -->
6
+
7
+ _Nov 28, 2022_
8
+
9
+ A big thanks to the 13 contributors who made this release possible. This release contains various 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
10
+
11
+ ### `@mui/material@5.10.16`
12
+
13
+ - &#8203;<!-- 21 -->[Autocomplete] Fix inferred value type when `multiple` prop is `true` (#35275) @fenghan34
14
+ - &#8203;<!-- 19 -->[Chip] Add `skipFocusWhenDisabled` prop to not allow focussing deletable chip if disabled (#35065) @sai6855
15
+ - &#8203;<!-- 18 -->[Chip] Remove unnecessary handleKeyDown event handler (#35231) @ZeeshanTamboli
16
+ - &#8203;<!-- 05 -->[FormControl] Add missing types in `useFormControl` (#35168) @ZeeshanTamboli
17
+ - &#8203;<!-- 04 -->[IconButton] Add missing color classes (#33820) @Zetta56
18
+ - &#8203;<!-- 03 -->[SwipeableDrawer] Make paper ref accessible (#35082) @sai6855
19
+
20
+ ### `@mui/system@5.10.16`
21
+
22
+ - &#8203;<!-- 02 -->[system] Remove unnecessary parsed theme (#35239) @siriwatknp
23
+ - &#8203;<!-- 01 -->[theme] Fix TypeScript type for custom variants in responsive font sizes (#35057) @ZeeshanTamboli
24
+
25
+ ### `@mui/base@5.0.0-alpha.108`
26
+
27
+ - &#8203;<!-- 20 -->[Base] Allow useSlotProps to receive undefined elementType (#35192) @leventdeniz
28
+
29
+ ### Docs
30
+
31
+ - &#8203;<!-- 13 -->[docs] Improve feedback precision (#34641) @alexfauquette
32
+ - &#8203;<!-- 12 -->[docs] Add Black Friday notification @oliviertassinari
33
+ - &#8203;<!-- 11 -->[docs] Fix migration feedback (#35232) @alexfauquette
34
+ - &#8203;<!-- 10 -->[docs] Improve the useSelect demo styling (#33883) @michaldudak
35
+ - &#8203;<!-- 09 -->[docs] Fix layout jump on first mistake (#35215) @oliviertassinari
36
+ - &#8203;<!-- 08 -->[docs] Support demos with side effect imports (#35177) @m4theushw
37
+ - &#8203;<!-- 07 -->[examples] Fix Next.js errors (#35246) @oliviertassinari
38
+ - &#8203;<!-- 06 -->[examples] Updated Remix examples with the lates changes using React 18 (#35092) @58bits
39
+
40
+ ### Core
41
+
42
+ - &#8203;<!-- 17 -->[core] Remove unused pattern (#35165) @iamxukai
43
+ - &#8203;<!-- 16 -->[core] Fix Base version in changelog (#35224) @siriwatknp
44
+ - &#8203;<!-- 15 -->[core] Migrate `describeConformance` to TypeScript (#35193) @flaviendelangle
45
+ - &#8203;<!-- 14 -->[core] Skip CI for docs and examples paths (#35225) @siriwatknp
46
+
47
+ All contributors of this release in alphabetical order: @58bits, @alexfauquette, @fenghan34, @flaviendelangle, @iamxukai, @leventdeniz, @m4theushw, @michaldudak, @oliviertassinari, @sai6855, @siriwatknp, @ZeeshanTamboli, @Zetta56
48
+
49
+ ## 5.10.15
50
+
51
+ <!-- generated comparing v5.10.14..master -->
52
+
53
+ _Nov 21, 2022_
54
+
55
+ A big thanks to the 9 contributors who made this release possible. Here are some highlights ✨:
56
+
57
+ - 🚀 @mnajdova added the button as the first component that implements [Material You](https://m3.material.io/) design (MD3)
58
+ - 🌐 @MBilalShafi added Urdu (Pakistan) localization
59
+ - Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
60
+
61
+ ### `@mui/material@5.10.15`
62
+
63
+ - [Autocomplete] Fix keyboard navigation when using custom popover (#35160) @sai6855
64
+ - [typescript] Add `background.defaultChannel` to `CssVarsPalette` (#35174) @alexfauquette
65
+ - [l10n] Add Urdu (ur-PK) locale (#35154) @MBilalShafi
66
+
67
+ ### `@mui/icons-material@5.10.15`
68
+
69
+ - [icons] Update the Material Design icons (#35194) @michaldudak
70
+
71
+ ### `@mui/material-next@6.0.0-alpha.63`
72
+
73
+ - [Material You] Add theme structure & Button component (#34650) @mnajdova
74
+
75
+ ### `@mui/base@5.0.0-alpha.107`
76
+
77
+ - [Select] Add attributes to conform with ARIA 1.2 (#35182) @michaldudak
78
+
79
+ ### Docs
80
+
81
+ - [docs] Fix a couple documentation errors (#35217) @danilo-leal
82
+ - [docs] Change MUI -> Material UI in icons-material's readme (#35220) @michaldudak
83
+ - [docs] the pages have no <link rel=canonical so we need to tell Google to not index the staging envs @oliviertassinari
84
+ - [docs] Fix confusion in TOCs when reaching scroll bottom (#35214) @oliviertassinari
85
+ - [docs] Fix typos in section titles (#35025) @iamxukai
86
+ - [docs] Fix typo in legacy date picker migration guide @oliviertassinari
87
+ - [docs] Iterating on recent Joy UI Component page updates (#35162) @samuelsycamore
88
+ - [docs] Inform that pickers are in X repository (#35189) @alexfauquette
89
+ - [docs] Explain how the `error` prop works in the Unstyled Input (#35171) @michaldudak
90
+ - [docs] Hotfix missing styles in dark mode (#35179) @siriwatknp
91
+ - [docs] Add Joy UI theme typography page (#34811) @siriwatknp
92
+ - [docs] Fix undo/redo in live editor (#35163) @oliviertassinari
93
+ - [docs] Revise the Joy UI "Avatar" component page (#35152) @samuelsycamore
94
+ - [docs] Make navbar backdrop filter consistent with website (#35157) @danilo-leal
95
+ - [docs] Host CodeSandbox on MUI org (#35110) @oliviertassinari
96
+ - [docs] Uplift introduction demos & make consistent with Base (#34316) @danilo-leal
97
+ - [website] Add Security questionnaire in pricing (#35172) @oliviertassinari
98
+ - [website] Fix theme mode toggle state (#35216) @siriwatknp
99
+ - [website] Exclude experiment pages in production (#35180) @siriwatknp
100
+ - [website] Disable SEO for performance pages (#35173) @oliviertassinari
101
+
102
+ ### Core
103
+
104
+ - [core] Convert icons scripts to ESM (#35101) @Janpot
105
+ - [core] Group renovate GitHub Action dependency updates @oliviertassinari
106
+ - [core] Upgrade eslint-config-airbnb-typescript (#34642) @Janpot
107
+ - [core] Ensure that prettier CI step fails when code is badly formatted (#35170) @michaldudak
108
+
109
+ All contributors of this release in alphabetical order: @alexfauquette, @danilo-leal, @iamxukai, @Janpot, @MBilalShafi, @michaldudak, @oliviertassinari, @samuelsycamore, @siriwatknp
110
+
3
111
  ## v5.10.14
4
112
 
5
113
  <!-- generated comparing v5.10.13..master -->
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.10.14
1
+ /** @license MUI v5.10.16
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.10.14
1
+ /** @license MUI v5.10.16
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.10.14
1
+ /** @license MUI v5.10.16
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.10.14
1
+ /** @license MUI v5.10.16
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/styled-engine-sc",
3
- "version": "5.10.14",
3
+ "version": "5.10.16",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "styled() API wrapper package for styled-components.",