@mui/icons-material 5.15.8 → 5.15.9
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 +35 -0
- package/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,40 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## v5.15.9<!-- generated comparing v5.15.8..master -->
|
|
4
|
+
|
|
5
|
+
_Feb 8, 2024_
|
|
6
|
+
|
|
7
|
+
A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
|
|
8
|
+
|
|
9
|
+
- 🐛 A critical fix to remove non-published library usage in `@mui/material` peerDependencies.
|
|
10
|
+
|
|
11
|
+
### `@mui/material@5.15.9`
|
|
12
|
+
|
|
13
|
+
- ​<!-- 11 -->[autocomplete] Avoid spread operator (#40968) @oliviertassinari
|
|
14
|
+
- ​<!-- 05 -->[material] Remove zero-runtime from peer dep (#41003) @brijeshb42
|
|
15
|
+
|
|
16
|
+
### `@mui/base@5.0.0-beta.36`
|
|
17
|
+
|
|
18
|
+
- ​<!-- 10 -->[base-ui] Update props using Array to ReadonlyArray type (#40754) @RaghavenderSingh
|
|
19
|
+
|
|
20
|
+
### `@mui/system@5.15.9`
|
|
21
|
+
|
|
22
|
+
- ​<!-- 02 -->[system] use `ReadonlyArray` for CSS related types (#40972) @siriwatknp
|
|
23
|
+
- ​<!-- 01 -->[zero] Migrate to use wyw-in-js instead of linaria (#40866) @brijeshb42
|
|
24
|
+
|
|
25
|
+
### Docs
|
|
26
|
+
|
|
27
|
+
- ​<!-- 06 -->[docs] Polish codemod git diff format @oliviertassinari
|
|
28
|
+
- ​<!-- 05 -->[material-ui][docs] Migrating from deprecated apis follow up (#40981) @DiegoAndai
|
|
29
|
+
|
|
30
|
+
### Core
|
|
31
|
+
|
|
32
|
+
- ​<!-- 09 -->[code-infra] Move next config to ESM (#40869) @Janpot
|
|
33
|
+
- ​<!-- 08 -->[code-infra] Update prettier (#40772) @Janpot
|
|
34
|
+
- ​<!-- 07 -->[code-infra] Add codemod for `light` prop removal (#40947) @sai6855
|
|
35
|
+
|
|
36
|
+
All contributors of this release in alphabetical order: @brijeshb42, @DiegoAndai, @Janpot, @oliviertassinari, @RaghavenderSingh, @sai6855, @siriwatknp
|
|
37
|
+
|
|
3
38
|
## v5.15.8<!-- generated comparing v5.15.7..master -->
|
|
4
39
|
|
|
5
40
|
_Feb 6, 2024_
|
package/index.js
CHANGED