@mui/icons-material 5.4.2 → 5.4.4

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +112 -0
  2. package/index.js +1 -1
  3. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,117 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.4.4
4
+
5
+ <!-- generated comparing v5.4.3..master -->
6
+
7
+ _Feb 28, 2022_
8
+
9
+ A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
10
+
11
+ - ✨ New `Input` and `Sheet` components were added in the experimental Joy design system by @hbjORbj (#31124, #31086) @hbjORbj
12
+ - Several 🐛 bug fixes and 📚 documentation improvements
13
+
14
+ ### `@mui/material@5.4.4`
15
+
16
+ - &#8203;<!-- 28 -->[Autocomplete] Have Autocomplete with multiline textfield log a warning instead of an error (#30680) @iclaude3
17
+ - &#8203;<!-- 27 -->[Chip] Fix ellipsis when the children is too long (#31087) @PunitSoniME
18
+ - &#8203;<!-- 14 -->[Input] Export InputBase's classes from the classes const (#31186) @mnajdova
19
+ - &#8203;<!-- 29 -->[TextField] Fix Horizontal scroll when label too long (#31187) @RedHeadphone
20
+ - &#8203;<!-- 08 -->[styles] Fix typo in import error (#31167) @davwheat
21
+
22
+ ### `@mui/system@5.4.4`
23
+
24
+ - &#8203;<!-- 07 -->[system] Fix executing server-side Emotion component as function interpolation 2 (#31024) @Andarist
25
+ - &#8203;<!-- 06 -->[system] Fix sx prop types when CSS variables are used with nested selectors (#31163) @mnajdova
26
+ - &#8203;<!-- 05 -->[system] Fix `CssVarsProvider` theme mutation (#31148) @siriwatknp
27
+
28
+ ### `@mui/codemod@5.4.4`
29
+
30
+ - &#8203;<!-- 26 -->[codemods] Add v5.0.0/top-level-imports codemod (#31195) @greengiraffe
31
+
32
+ ### `@mui/base@5.0.0-alpha.70`
33
+
34
+ - &#8203;<!-- 31 -->[SelectUnstyled, MultiSelectUnstyled, ButtonUnstyled] Export additional types to make customization easier (#31172) @michaldudak
35
+
36
+ ### `@mui/joy@5.0.0-alpha.17`
37
+
38
+ - &#8203;<!-- 13 -->[Joy] Add nested list components (#31159) @siriwatknp
39
+ - &#8203;<!-- 12 -->[Joy] Improve color customization on `Switch` (#31137) @siriwatknp
40
+ - &#8203;<!-- 11 -->[Joy] Add `Sheet` component (#31124) @hbjORbj
41
+ - &#8203;<!-- 10 -->[Joy] add `Input` component (#31086) @siriwatknp
42
+ - &#8203;<!-- 09 -->[Joy] Fix Button missing slot type (#31166) @siriwatknp
43
+
44
+ ### Docs
45
+
46
+ - &#8203;<!-- 22 -->[docs] Fix 404 link to the blog (#31234) @oliviertassinari
47
+ - &#8203;<!-- 21 -->[docs] Use `material-ui` for product name (#31200) @siriwatknp
48
+ - &#8203;<!-- 20 -->[docs] Add Base installation page (#30969) @siriwatknp
49
+ - &#8203;<!-- 19 -->[docs] Use new Algolia app for new structure (#31178) @siriwatknp
50
+ - &#8203;<!-- 18 -->[docs] Typo in the `FormControl` API documentation (#31169) @bonellia
51
+ - &#8203;<!-- 17 -->[docs] Fix typo in Stack documentation (#31176) @adriancampos
52
+ - &#8203;<!-- 16 -->[docs] Update interoperability.md broken tailwind links (#31182) @robertwt7
53
+ - &#8203;<!-- 15 -->[docs] Add missing import into tss-react migration guide (#31162) @sviande
54
+ - &#8203;<!-- 03 -->[website] The role is filled (#31216) @oliviertassinari
55
+ - &#8203;<!-- 02 -->[website] Revise the row grouping blog post (#31101) @samuelsycamore
56
+ - &#8203;<!-- 01 -->[website] Fix a few SEO issues (#31150) @oliviertassinari
57
+
58
+ ### Core
59
+
60
+ - &#8203;<!-- 30 -->[core] Add group for the @fortawesome dependencies (#31193) @mnajdova
61
+ - &#8203;<!-- 25 -->[core] Update playwright docker to match the specified version (#31236) @siriwatknp
62
+ - &#8203;<!-- 24 -->[core] Remove parallel on buildTypes (#31189) @siriwatknp
63
+ - &#8203;<!-- 23 -->[core] Fix propTypes generation for optional any props (#31141) @m4theushw
64
+ - &#8203;<!-- 04 -->[Typescript] Remove variants deprecation (#31239) @siriwatknp
65
+
66
+ All contributors of this release in alphabetical order: @adriancampos, @Andarist, @bonellia, @davwheat, @greengiraffe, @hbjORbj, @iclaude3, @m4theushw, @michaldudak, @mnajdova, @oliviertassinari, @PunitSoniME, @RedHeadphone, @robertwt7, @samuelsycamore, @siriwatknp, @sviande
67
+
68
+ ## 5.4.3
69
+
70
+ <!-- generated comparing v5.4.2..master -->
71
+
72
+ _Feb 21, 2022_
73
+
74
+ A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
75
+
76
+ - 🛠 @hbjORbj made components use theme duration/easing values by default (#30894)
77
+ - A meaningful number of 🐛 bug fixes and 📚 documentation improvements
78
+
79
+ ### `@mui/material@5.4.3`
80
+
81
+ - &#8203;<!-- 18 -->[ButtonBase] Fix typo (#31135) @Jastor11
82
+ - &#8203;<!-- 05 -->[Stepper] Export useStepContext (#31021) @michaldudak
83
+ - &#8203;<!-- 04 -->[Transitions] Some components do not use transition duration/easing values from theme (#30894) @hbjORbj
84
+
85
+ ### `@mui/icons-material@5.4.3`
86
+
87
+ - &#8203;<!-- 11 -->[icons] Add "circle" icon synonyms (#31118) @gnowland
88
+
89
+ ### `@mui/joy@5.0.0-alpha.16`
90
+
91
+ - &#8203;<!-- 10 -->[Joy] `List` second iteration (#31134) @siriwatknp
92
+ - &#8203;<!-- 09 -->[Joy] Fix typings (#31120) @siriwatknp
93
+ - &#8203;<!-- 08 -->[Joy] Add initial `List` components (#30987) @siriwatknp
94
+
95
+ ### Docs
96
+
97
+ - &#8203;<!-- 19 -->[website] Improve full-stack role job description (#31160) @Janpot
98
+ - &#8203;<!-- 14 -->[docs] Fix typo of migration guides v4 (#31136) @pppp606
99
+ - &#8203;<!-- 13 -->[docs] Update on the support page to account for v4 LTS support (#31029) @danilo-leal
100
+ - &#8203;<!-- 12 -->[docs] Fix small typo in chips.md (#31092) @cameliaben
101
+ - &#8203;<!-- 07 -->[l10n] Add it-IT translation for labelDisplayedRows (#31131) @frab90
102
+ - &#8203;<!-- 06 -->[l10n] Add pl-PL translation for labelDisplayedRows (#31088) @ThomasTheHuman
103
+ - &#8203;<!-- 03 -->[website] Sync MUI X table feature (#30913) @alexfauquette
104
+ - &#8203;<!-- 02 -->[website] Prefill source in job application links (#31036) @oliviertassinari
105
+ - &#8203;<!-- 01 -->[website] Fix a grammar mistake (#31099) @huyenltnguyen
106
+
107
+ ### Core
108
+
109
+ - &#8203;<!-- 17 -->[core] Add jsx, html, css and prisma to prettier extensions (#31161) @Janpot
110
+ - &#8203;<!-- 16 -->[core] Allow to run material-ui.com/store alongside mui.com/store (#31065) @oliviertassinari
111
+ - &#8203;<!-- 15 -->[core] Polish design tokens (#31095) @oliviertassinari
112
+
113
+ All contributors of this release in alphabetical order: @alexfauquette, @cameliaben, @danilo-leal, @frab90, @gnowland, @hbjORbj, @huyenltnguyen, @Janpot, @Jastor11, @michaldudak, @oliviertassinari, @pppp606, @siriwatknp, @ThomasTheHuman
114
+
3
115
  ## 5.4.2
4
116
 
5
117
  _Feb 15, 2022_
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.4.2
1
+ /** @license MUI v5.4.4
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/icons-material",
3
- "version": "5.4.2",
3
+ "version": "5.4.4",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "Material Design icons distributed as SVG React components.",
@@ -38,7 +38,7 @@
38
38
  }
39
39
  },
40
40
  "dependencies": {
41
- "@babel/runtime": "^7.17.0"
41
+ "@babel/runtime": "^7.17.2"
42
42
  },
43
43
  "sideEffects": false,
44
44
  "publishConfig": {