@mui/icons-material 5.15.20 → 5.15.21

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 +30 -0
  2. package/index.js +1 -1
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## v5.15.21
4
+
5
+ <!-- generated comparing v5.15.20..master -->
6
+
7
+ _Jun 28, 2024_
8
+
9
+ A big thanks to the 7 contributors who made this release possible.
10
+
11
+ ### `@mui/material@5.15.21`
12
+
13
+ - [Autocomplete] Fix renderOption props type (@DiegoAndai) (#42709) @DiegoAndai
14
+ - [Stepper] Generate class for `nonLinear` prop (@alexismo) (#42677) @alexismo
15
+
16
+ ### Docs
17
+
18
+ - Use new email for sponsoring @oliviertassinari
19
+ - Fix 301 links (@alexfauquette) (#42700) @alexfauquette
20
+ - [material-ui][Select] Fix the `SelectAutoWidth` demo menu item value (@Danielkhakbaz) (#42696) @Danielkhakbaz
21
+ - [material-ui][Autocomplete] Fix more React 18.3 key spread warnings in demos (#42766) @wbt
22
+ - [material-ui] Fix sign in side image (#42708) @zanivan
23
+ - [website] Add Ale to team (#42769) @alelthomas
24
+
25
+ ### Core
26
+
27
+ - [core] Cherry pick pnpm updates (#42763) @DiegoAndai
28
+ - [website] Add Armin to the team members (@arminmeh) (#42681) @arminmeh
29
+ - [website] Open Staff Engineer role for Pigment CSS (@mnajdova) (#42669) @mnajdova
30
+
31
+ All contributors of this release in alphabetical order: @alexfauquette, @alexismo, @arminmeh, @Danielkhakbaz, @DiegoAndai, @mnajdova, @oliviertassinari
32
+
3
33
  ## v5.15.20
4
34
 
5
35
  <!-- generated comparing v5.15.19..master -->
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/icons-material v5.15.20
2
+ * @mui/icons-material v5.15.21
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/icons-material",
3
- "version": "5.15.20",
3
+ "version": "5.15.21",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "Material Design icons distributed as SVG React components.",