@mui/icons-material 5.15.20 → 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 +58 -0
- package/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,63 @@
|
|
|
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
|
+
|
|
31
|
+
## v5.15.21
|
|
32
|
+
|
|
33
|
+
<!-- generated comparing v5.15.20..master -->
|
|
34
|
+
|
|
35
|
+
_Jun 28, 2024_
|
|
36
|
+
|
|
37
|
+
A big thanks to the 7 contributors who made this release possible.
|
|
38
|
+
|
|
39
|
+
### `@mui/material@5.15.21`
|
|
40
|
+
|
|
41
|
+
- [Autocomplete] Fix renderOption props type (@DiegoAndai) (#42709) @DiegoAndai
|
|
42
|
+
- [Stepper] Generate class for `nonLinear` prop (@alexismo) (#42677) @alexismo
|
|
43
|
+
|
|
44
|
+
### Docs
|
|
45
|
+
|
|
46
|
+
- Use new email for sponsoring @oliviertassinari
|
|
47
|
+
- Fix 301 links (@alexfauquette) (#42700) @alexfauquette
|
|
48
|
+
- [material-ui][Select] Fix the `SelectAutoWidth` demo menu item value (@Danielkhakbaz) (#42696) @Danielkhakbaz
|
|
49
|
+
- [material-ui][Autocomplete] Fix more React 18.3 key spread warnings in demos (#42766) @wbt
|
|
50
|
+
- [material-ui] Fix sign in side image (#42708) @zanivan
|
|
51
|
+
- [website] Add Ale to team (#42769) @alelthomas
|
|
52
|
+
|
|
53
|
+
### Core
|
|
54
|
+
|
|
55
|
+
- [core] Cherry pick pnpm updates (#42763) @DiegoAndai
|
|
56
|
+
- [website] Add Armin to the team members (@arminmeh) (#42681) @arminmeh
|
|
57
|
+
- [website] Open Staff Engineer role for Pigment CSS (@mnajdova) (#42669) @mnajdova
|
|
58
|
+
|
|
59
|
+
All contributors of this release in alphabetical order: @alexfauquette, @alexismo, @arminmeh, @Danielkhakbaz, @DiegoAndai, @mnajdova, @oliviertassinari
|
|
60
|
+
|
|
3
61
|
## v5.15.20
|
|
4
62
|
|
|
5
63
|
<!-- generated comparing v5.15.19..master -->
|
package/index.js
CHANGED