@mui/styled-engine-sc 5.10.1 → 5.10.3

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,119 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.10.3
4
+
5
+ <!-- generated comparing v5.10.2..master -->
6
+
7
+ _Aug 29, 2022_
8
+
9
+ A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
10
+
11
+ - ⚡ @mnajdova implemented an alternative to OverridableComponent to achieve better dev-time performance (#32735)
12
+ - Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
13
+
14
+ ### `@mui/material@5.10.3`
15
+
16
+ - [Autocomplete][material] Fix value overflow when `disableClearable` is used (#34053) @mnajdova
17
+ - [Autocomplete] Update unstyled demo to not import Material UI (#34060) @oliviertassinari
18
+ - [Slider] Remove SliderInput export from d.ts (#34055) @pieetrus
19
+ - [TablePagination] Fix select variant not working (#33974) @ZeeshanTamboli
20
+
21
+ ### `@mui/system@5.10.3`
22
+
23
+ - [system] Fix mode blink when open multiple sessions (#33877) @siriwatknp
24
+
25
+ ### `@mui/base@5.0.0-alpha.95`
26
+
27
+ - [Button][base] Prevent too many ref updates (#33882) @michaldudak
28
+ - [Select][base] Fix typo in listbox blur event handler (#34120) @ZeeshanTamboli
29
+ - [TrapFocus] Improve tab test and simplify demo (#34008) @EthanStandel
30
+
31
+ ### `@mui/joy@5.0.0-alpha.43`
32
+
33
+ - [Joy] Fix `role` proptypes (#34119) @siriwatknp
34
+ - [Joy] Refine `componentsProps` for all components (#34077) @siriwatknp
35
+ - [Radio][joy] support `componentsProps` as a function (#34022) @siriwatknp
36
+ - [Select][joy] Improve the a11y on the select field demo (#34073) @mnajdova
37
+ - [Textarea][joy] Add `Textarea` component (#33975) @siriwatknp
38
+
39
+ ### Docs
40
+
41
+ - [blog] Add Grid v2 announcement (#33926) @siriwatknp
42
+ - [blog] Making customizable components (#33183) @alexfauquette
43
+ - [blog] Improve SEO metadata (#33954) @oliviertassinari
44
+ - [docs] Add introduction Base component demos & general uplift (#33896) @danilo-leal
45
+ - [docs] Fix Gatsby sample config in CSS variables (#34024) @bicstone
46
+ - [docs] Fix 404 link from Joy to React Router (#34115) @oliviertassinari
47
+ - [docs] Fix typo in `Select` component (#34091) @HexM7
48
+ - [docs] Fix 301 links to tss's docs @oliviertassinari
49
+ - [docs] Fixing Joy UI usage snippet (#34049) @JonathanAsbury-SPS
50
+ - [docs] Fix missing JSX closing tag in Tooltip docs (#34064) @hoangph271
51
+ - [website] Add Toolpad to Navigation (#33937) @bharatkashyap
52
+ - [website] Improve SEO meta description for MUI X @oliviertassinari
53
+ - [website] Improve visual look of code demos (#34070) @oliviertassinari
54
+ - [website] Fix `DatePicker` component demo on the home page (#34054) @NaveenPantra
55
+
56
+ ### Core
57
+
58
+ - [core] Offer alternative to `OverridableComponent` via module augmentation for better performance (#32735) @mnajdova
59
+ - [core] Fix prop-type warning in regression tests (#34086) @oliviertassinari
60
+ - [core] Specify code owners (#33995) @michaldudak
61
+ - [core] Fix scroll restoration (#34037) @oliviertassinari
62
+
63
+ All contributors of this release in alphabetical order: @alexfauquette, @bharatkashyap, @bicstone, @danilo-leal, @EthanStandel, @HexM7, @hoangph271, @JonathanAsbury-SPS, @michaldudak, @mnajdova, @NaveenPantra, @oliviertassinari, @pieetrus, @renovate[bot], @siriwatknp, @ZeeshanTamboli
64
+
65
+ ## 5.10.2
66
+
67
+ <!-- generated comparing v5.10.1..master -->
68
+
69
+ _Aug 22, 2022_
70
+
71
+ A big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:
72
+
73
+ - ✨ @michaldudak synced the Material Icons set with the latest from Google (#33988).
74
+ A couple of icons changed their appearance. See the difference [on this Argos build](https://app.argos-ci.com/mui/material-ui/builds/4428]).
75
+
76
+ ### `@mui/material@5.10.2`
77
+
78
+ - &#8203;<!-- 16 -->[Autocomplete] Fix `keepMounted` Popper prop not working (#33957) @ZeeshanTamboli
79
+ - &#8203;<!-- 10 -->[IconButton] Fix hover effect when CSS Variables are enabled (#33971) @TheUnlocked
80
+ - &#8203;<!-- 07 -->[LoadingButton] Add support for CSS variables (#34001) @ZeeshanTamboli
81
+ - &#8203;<!-- 05 -->[TimelineConnector] Add support for CSS variables (#34002) @ZeeshanTamboli
82
+ - &#8203;<!-- 04 -->[TimelineDot] Add support for CSS variables (#34003) @ZeeshanTamboli
83
+ - &#8203;<!-- 03 -->[TreeItem] Add support for CSS variables (#34004) @ZeeshanTamboli
84
+
85
+ ### `@mui/system@5.10.2`
86
+
87
+ - &#8203;<!-- 06 -->[system] catch localStorage errors (#34027) @jsakas
88
+
89
+ ### `@mui/joy@5.0.0-alpha.42`
90
+
91
+ - &#8203;<!-- 08 -->[Joy] Add missing global exports (#33982) @tomasz-sodzawiczny
92
+
93
+ ### `@mui/icons-material@5.8.5`
94
+
95
+ - &#8203;<!-- 09 -->[icons] Sync the Material Icons (#33988) @michaldudak
96
+
97
+ ### Docs
98
+
99
+ - &#8203;<!-- 21 -->[docs] Fix typo in using-joy-ui-and-material-ui.md (#33997) @djohalo2 @danilo-leal
100
+ - &#8203;<!-- 20 -->[docs] Fix typo in the Transition docs (#34040) @alirezahekmati
101
+ - &#8203;<!-- 19 -->[docs] Typo fix in Joy UI Aspect Ratio doc (#33984) @AjeetSingh2016
102
+ - &#8203;<!-- 15 -->[docs] Fix broken Joy UI codesandbox export (#34007) @oliviertassinari
103
+ - &#8203;<!-- 14 -->[docs] Fix typos in `test` folder's README (#33976) @ropereraLK
104
+ - &#8203;<!-- 13 -->[docs] Fix interior section links in Base docs that feature hooks (#33948) @samuelsycamore
105
+ - &#8203;<!-- 12 -->[docs] Fix typo in Joy UI's List Component docs (#33956) @Cerebro92
106
+ - &#8203;<!-- 11 -->[docs] Fix typo in Joy UI's docs (#33938) @AjeetSingh2016
107
+
108
+ ### Core
109
+
110
+ - &#8203;<!-- 18 -->[website] Optimize meta description length (#34006) @oliviertassinari
111
+ - &#8203;<!-- 17 -->Revert "[core] Replace `getInitialProps` with `getStaticProps`" (#33991) @mnajdova
112
+ - &#8203;<!-- 02 -->[website] Move the React Engineer - X to next roles (#34030) @mnajdova
113
+ - &#8203;<!-- 01 -->[website] Add Icons8 gold sponsor (#33978) @michaldudak
114
+
115
+ All contributors of this release in alphabetical order: @AjeetSingh2016, @alirezahekmati, @Cerebro92, @danilo-leal, @djohalo2, @jsakas, @michaldudak, @mnajdova, @oliviertassinari, @ropereraLK, @samuelsycamore, @TheUnlocked, @tomasz-sodzawiczny, @ZeeshanTamboli
116
+
3
117
  ## 5.10.1
4
118
 
5
119
  <!-- generated comparing v5.10.0..master -->
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.10.1
1
+ /** @license MUI v5.10.3
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.1
1
+ /** @license MUI v5.10.3
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.1
1
+ /** @license MUI v5.10.3
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.1
1
+ /** @license MUI v5.10.3
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.1",
3
+ "version": "5.10.3",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "styled() API wrapper package for styled-components.",
@@ -26,7 +26,7 @@
26
26
  "url": "https://opencollective.com/mui"
27
27
  },
28
28
  "dependencies": {
29
- "@babel/runtime": "^7.17.2",
29
+ "@babel/runtime": "^7.18.9",
30
30
  "prop-types": "^15.8.1"
31
31
  },
32
32
  "peerDependencies": {