@mui/icons-material 5.15.21 → 5.16.0

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 +28 -0
  2. package/index.js +1 -1
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## v5.16.0
4
+
5
+ <!-- generated comparing v5.15.21..master -->
6
+
7
+ _Jul 5, 2024_
8
+
9
+ A big thanks to the 5 contributors who made this release possible. Here are some highlights ✨:
10
+
11
+ - 🚀 Added `InitColorSchemeScript` for Next.js App Router (#42829) @siriwatknp
12
+
13
+ ### `@mui/material@5.16.0`
14
+
15
+ - [Alert] Add ability to override slot props (@alexey-kozlenkov) (#42808) @alexey-kozlenkov
16
+ - Add `InitColorSchemeScript` for Next.js App Router (#42829) @siriwatknp
17
+ - Add `DefaultPropsProvider` (#42820) @siriwatknp
18
+ - Support `CssVarsTheme` in `responsiveFontSizes` return type (@jxdp) (#42806) @jxdp
19
+ - Remove warning from `getInitColorSchemeScript` (#42838) @siriwatknp
20
+
21
+ ### Docs
22
+
23
+ - [docs] Fix 301 MDN redirections @oliviertassinari
24
+
25
+ ### Core
26
+
27
+ - [mui-utils][test] Remove usages of deprecated react-dom APIs (@aarongarciah) (#42813) @aarongarciah
28
+
29
+ All contributors of this release in alphabetical order: @aarongarciah, @alexey-kozlenkov, @jxdp, @oliviertassinari, @siriwatknp
30
+
3
31
  ## v5.15.21
4
32
 
5
33
  <!-- generated comparing v5.15.20..master -->
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/icons-material v5.15.21
2
+ * @mui/icons-material v5.16.0
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.21",
3
+ "version": "5.16.0",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "Material Design icons distributed as SVG React components.",