@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.
- package/CHANGELOG.md +28 -0
- package/index.js +1 -1
- 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