@mui/icons-material 5.15.9 → 5.15.10
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 +51 -0
- package/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,56 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## v5.15.10
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.15.9..master -->
|
|
6
|
+
|
|
7
|
+
_Feb 12, 2024_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 8 contributors who made this release possible.
|
|
10
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
11
|
+
|
|
12
|
+
### `@mui/material@5.15.10`
|
|
13
|
+
|
|
14
|
+
- [Avatar] Add props deprecation with a codemod (#40853) @siriwatknp
|
|
15
|
+
|
|
16
|
+
### `@mui/system@5.15.10`
|
|
17
|
+
|
|
18
|
+
- [Stack] Update import statement for Stack component (#41032) @sai6855
|
|
19
|
+
|
|
20
|
+
### `@mui/joy@5.0.0-beta.28`
|
|
21
|
+
|
|
22
|
+
- [Button] Fix `disabled` prop priority when inside button group (#41000) @Smileek
|
|
23
|
+
- [IconButton] Support loading prop (#40949) @Smileek
|
|
24
|
+
|
|
25
|
+
### Docs
|
|
26
|
+
|
|
27
|
+
- [Button][material-ui] Fix 'File upload' demo a11y (#40943) @oliviertassinari
|
|
28
|
+
- [TableRow][material-ui] Escape markup in `children` prop so docgen tools don't parse it as HTML (#40992) @millerized
|
|
29
|
+
- [material-ui] Remove outdated example projects link (it uses Joy UI now) (#40913) @oliviertassinari
|
|
30
|
+
- [material-ui] Fix the "Intro to the MUI ecosystem" link placement (#40988) @danilo-leal
|
|
31
|
+
- Fix 301 redirection to StackBlitz @oliviertassinari
|
|
32
|
+
- Fix h1 on Joy UI templates @oliviertassinari
|
|
33
|
+
- Have MUI workspace own the CodeSandbox @oliviertassinari
|
|
34
|
+
- Add notification for mui x v7 beta (#41001) @joserodolfofreitas
|
|
35
|
+
- Fix 301 links @oliviertassinari
|
|
36
|
+
- Fix Next.js v13.5.1 <title> SEO regression (#40302) @oliviertassinari
|
|
37
|
+
- Add a 404 page (#40884) @danilo-leal
|
|
38
|
+
- Fix missing GitHub label when opening new issue @oliviertassinari
|
|
39
|
+
|
|
40
|
+
### Core
|
|
41
|
+
|
|
42
|
+
- [blog] Add post about upcoming plans for Base UI (#40882) @danilo-leal
|
|
43
|
+
- [core] Simplify CodeSandbox reproduction @oliviertassinari
|
|
44
|
+
- [core] Missing redirection @oliviertassinari
|
|
45
|
+
- [core] Export functions from `copyFiles` script to reuse in MUI X repo (#40970) @cherniavskii
|
|
46
|
+
- [core] Avoid variable shorthands @oliviertassinari
|
|
47
|
+
- [docs-infra] Fix search icon issue (#40957) @oliviertassinari
|
|
48
|
+
- [docs-infra] Ignore classes tagged with `@ignore` (#41009) @cherniavskii
|
|
49
|
+
- [docs-infra] Fix selected tab on codeblocks (#41036) @danilo-leal
|
|
50
|
+
- [website] Polish Customer Support Agent role @oliviertassinari
|
|
51
|
+
|
|
52
|
+
All contributors of this release in alphabetical order: @cherniavskii, @danilo-leal, @joserodolfofreitas, @millerized, @oliviertassinari, @sai6855, @siriwatknp, @Smileek
|
|
53
|
+
|
|
3
54
|
## v5.15.9<!-- generated comparing v5.15.8..master -->
|
|
4
55
|
|
|
5
56
|
_Feb 8, 2024_
|
package/index.js
CHANGED