@mui/icons-material 5.15.6 → 5.15.7
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 +97 -3
- package/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,99 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## v5.15.7
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.15.6..master -->
|
|
6
|
+
|
|
7
|
+
_Jan 31, 2024_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 21 contributors who made this release possible.
|
|
10
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
11
|
+
|
|
12
|
+
### `@mui/material@5.15.7`
|
|
13
|
+
|
|
14
|
+
- ​<!-- 55 -->[Select] Fix to show notched outline when `displayEmpty` (#40865) @ZeeshanTamboli
|
|
15
|
+
- ​<!-- 51 -->[Avatar] Improve fallback when `children` is empty string or boolean (#40766) @mirus-ua
|
|
16
|
+
- ​<!-- 50 -->[AvatarGroup] Refactor component thereby fixing custom spacing logic (#40686) @ZeeshanTamboli
|
|
17
|
+
|
|
18
|
+
### `@mui/codemod@5.15.7`
|
|
19
|
+
|
|
20
|
+
- ​<!-- 38 -->Add accordion props deprecation (#40771) @siriwatknp
|
|
21
|
+
|
|
22
|
+
### `@mui/system@5.15.7`
|
|
23
|
+
|
|
24
|
+
- ​<!-- 56 -->[zero-runtime] Use lodash instead of its subpackages (#40868) @michaldudak
|
|
25
|
+
- ​<!-- 19 -->Add `applyStyles()` to theme (#40667) @siriwatknp
|
|
26
|
+
- ​<!-- 02 -->[zero] Use `theme.applyStyles` in the demo app (#40787) @siriwatknp
|
|
27
|
+
- ​<!-- 01 -->[zero] Add `useThemeProps` processor (#40648) @siriwatknp
|
|
28
|
+
|
|
29
|
+
### `@mui/utils@5.15.7`
|
|
30
|
+
|
|
31
|
+
- ​<!-- 16 -->[core] Remove unnecessary default export (#40788) @siriwatknp
|
|
32
|
+
- ​<!-- 15 -->[core] Convert all exports to modules (#39882) @mnajdova
|
|
33
|
+
- ​<!-- 20 -->[perf] Prevent unneeded `clearTimeout` calls (#39060) @romgrk
|
|
34
|
+
|
|
35
|
+
### `@mui/base@5.0.0-beta.34`
|
|
36
|
+
|
|
37
|
+
- ​<!-- 48 -->[Input] Add OTP input demo (#40539) @sai6855
|
|
38
|
+
- ​<!-- 47 -->[Menu] Focus last item after opening a menu using up arrow (#40764) @Jaswanth-Sriram-Veturi
|
|
39
|
+
- ​<!-- 46 -->[Menu] Focus Menu Items on hover (#40755) @michaldudak
|
|
40
|
+
|
|
41
|
+
### `@mui/joy@5.0.0-beta.25`
|
|
42
|
+
|
|
43
|
+
- ​<!-- 22 -->Change the color scheme type to `SupportedColorScheme` (#40776) @Nikhilh26
|
|
44
|
+
|
|
45
|
+
### `@mui/lab@5.0.0-alpha.163`
|
|
46
|
+
|
|
47
|
+
- ​<!-- 21 -->[TabContext] Support number type in `value` (#40829) @srinidhi9831
|
|
48
|
+
|
|
49
|
+
### Docs
|
|
50
|
+
|
|
51
|
+
- ​<!-- 53 -->[material-ui] Fix typo on styled-components guide (#40858) @dancielos
|
|
52
|
+
- ​<!-- 49 -->[base-ui] Fix CSS vars from the plain CSS theme stylesheet (#40762) @zanivan
|
|
53
|
+
- ​<!-- 31 -->[material-ui][Divider] Remove light prop references from docs (#40782) @sai6855
|
|
54
|
+
- ​<!-- 30 -->Fix build @oliviertassinari
|
|
55
|
+
- ​<!-- 29 -->Add support pages for each product @oliviertassinari
|
|
56
|
+
- ​<!-- 28 -->Add survey banner to docs and website (#40553) @joserodolfofreitas
|
|
57
|
+
- ​<!-- 24 -->[Menu] Fix hydration mismatch error on Base UI's Menu docs (#40758) @michaldudak
|
|
58
|
+
- ​<!-- 25 -->[material-nextjs] Add theming and configuration content to the page (#40626) @siriwatknp
|
|
59
|
+
|
|
60
|
+
### Core
|
|
61
|
+
|
|
62
|
+
- ​<!-- 54 -->[website] Move `React Engineer - X` into the future roles section (#40867) @DanailH
|
|
63
|
+
- ​<!-- 52 -->[material-ui][test][Alert] Add action, icon, and iconMapping tests (#40682) @DiegoAndai
|
|
64
|
+
- ​<!-- 45 -->[blog] Lint duplicate h1 on the page (#40835) @oliviertassinari
|
|
65
|
+
- ​<!-- 44 -->[blog] MUI X v7 beta announcement blogpost (#40784) @joserodolfofreitas
|
|
66
|
+
- ​<!-- 43 -->[code-infra] Remove custom TS installation script (#40636) @michaldudak
|
|
67
|
+
- ​<!-- 42 -->[code-infra] Correct API Docs Builder dependencies (#40775) @michaldudak
|
|
68
|
+
- ​<!-- 41 -->[code-infra] Migrate to prettier async APIs (#40668) @Janpot
|
|
69
|
+
- ​<!-- 40 -->[code-infra] Refined docs generation (#40603) @alexfauquette
|
|
70
|
+
- ​<!-- 39 -->[code-infra] Explain how to install the browsers (#40474) @oliviertassinari
|
|
71
|
+
- ​<!-- 37 -->`missingKeyGenerator` do no longer exist (#40830) @oliviertassinari
|
|
72
|
+
- ​<!-- 36 -->Rely on immutable ref when possible (#40831) @oliviertassinari
|
|
73
|
+
- ​<!-- 35 -->Remove deprecated `@types/markdown-to-jsx` package from docs (#40828) @ZeeshanTamboli
|
|
74
|
+
- ​<!-- 34 -->Remove unneeded `@slack/web-api` package (#40840) @ZeeshanTamboli
|
|
75
|
+
- ​<!-- 33 -->Clarify TODO instruction @oliviertassinari
|
|
76
|
+
- ​<!-- 32 -->Remove unneeded use-clients (#40663) @oliviertassinari
|
|
77
|
+
- ​<!-- 27 -->[docs-infra] Fix anchor link hook (#40836) @oliviertassinari
|
|
78
|
+
- ​<!-- 26 -->[docs-infra] Avoid layout shift on docs-pages (#40749) @oliviertassinari
|
|
79
|
+
- ​<!-- 23 -->[examples] Fix build on Next.js Pages Router examples (#40665) @oliviertassinari
|
|
80
|
+
- ​<!-- 18 -->[test] Speed up the envinfo test (#40669) @michaldudak
|
|
81
|
+
- ​<!-- 17 -->[typescript-to-proptypes] Allow to represent dates as `PropTypes.object` (#40774) @flaviendelangle
|
|
82
|
+
- ​<!-- 14 -->[website] Add new Base UI role (#40773) @colmtuite
|
|
83
|
+
- ​<!-- 13 -->[website] Fix a couple of rough edges (#40849) @danilo-leal
|
|
84
|
+
- ​<!-- 12 -->[website] Small polishing after latest changes to the theme (#40846) @zanivan
|
|
85
|
+
- ​<!-- 11 -->[website] Polish some pages and stray components (#40797) @danilo-leal
|
|
86
|
+
- ​<!-- 10 -->[website] Refine the careers page slightly (#40793) @danilo-leal
|
|
87
|
+
- ​<!-- 09 -->[website] Fix missing key on the Testimonials section (#40791) @Janpot
|
|
88
|
+
- ​<!-- 08 -->[website] Fix Footer layout shift (#40786) @oliviertassinari
|
|
89
|
+
- ​<!-- 07 -->[website] Revamp the testimonial section in the homepage (#40752) @danilo-leal
|
|
90
|
+
- ​<!-- 06 -->[website] Fix pricing license model toggle style (#40747) @oliviertassinari
|
|
91
|
+
- ​<!-- 05 -->[website] Fine-tune colors and styles on the branding theme (#40751) @danilo-leal
|
|
92
|
+
- ​<!-- 04 -->[website] Fix Toggle Button styles in the homepage demos (#40744) @mohamedsaiedd
|
|
93
|
+
- ​<!-- 03 -->[website] Update stats on the testimonials section (#40769) @EyaOuenniche
|
|
94
|
+
|
|
95
|
+
All contributors of this release in alphabetical order: @alexfauquette, @colmtuite, @danilo-leal, @DiegoAndai, @EyaOuenniche, @flaviendelangle, @Janpot, @Jaswanth-Sriram-Veturi, @joserodolfofreitas, @michaldudak, @mirus-ua, @mnajdova, @mohamedsaiedd, @Nikhilh26, @oliviertassinari, @romgrk, @sai6855, @siriwatknp, @srinidhi9831, @zanivan, @ZeeshanTamboli
|
|
96
|
+
|
|
3
97
|
## v5.15.6
|
|
4
98
|
|
|
5
99
|
<!-- generated comparing v5.15.5..master -->
|
|
@@ -3712,7 +3806,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
3712
3806
|
|
|
3713
3807
|
### Core
|
|
3714
3808
|
|
|
3715
|
-
- [core] Close 2022
|
|
3809
|
+
- [core] Close 2022 Developer Survey @oliviertassinari
|
|
3716
3810
|
- [core] Fix the product license reference name (#35703) @oliviertassinari
|
|
3717
3811
|
- [core] Use TypeScript AST instead of TTP for component doc building (#35379) @flaviendelangle
|
|
3718
3812
|
- [test] Always use & for nesting styles (#35702) @oliviertassinari
|
|
@@ -3946,7 +4040,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
3946
4040
|
- [docs] Fix typo in FormControl API docs (#35449) @Spanishiwa
|
|
3947
4041
|
- [docs] Update callouts design (#35390) @danilo-leal
|
|
3948
4042
|
- [website] New wave of open roles (#35240) @mnajdova
|
|
3949
|
-
- [website] Developer
|
|
4043
|
+
- [website] Developer Survey 2022 (#35407) @joserodolfofreitas
|
|
3950
4044
|
|
|
3951
4045
|
### Core
|
|
3952
4046
|
|
|
@@ -7469,7 +7563,7 @@ This is an early release to fix `export 'useId' (imported as 'React') was not fo
|
|
|
7469
7563
|
- ​<!-- 9 -->[core] Fix PR run detection in test_bundle_size_monitor (#29879) @eps1lon
|
|
7470
7564
|
- ​<!-- 8 -->[core] Move bundle size monitoring to CircleCI (#29876) @eps1lon
|
|
7471
7565
|
- ​<!-- 7 -->[docs] Add keys to Responsive AppBar demo (#29884) @mbrookes
|
|
7472
|
-
- ​<!-- 6 -->[docs] MUI's 2021 Developer
|
|
7566
|
+
- ​<!-- 6 -->[docs] MUI's 2021 Developer Survey (#29765) @prakhargupta1
|
|
7473
7567
|
- ​<!-- 5 -->[docs] Smoother image loading UX (#29858) @oliviertassinari
|
|
7474
7568
|
- ​<!-- 4 -->[Select] Fix select display value with React Nodes (#29836) @kegi
|
|
7475
7569
|
- ​<!-- 3 -->[system] Add `experimental_sx` utility (#29833) @mnajdova
|
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/icons-material",
|
|
3
|
-
"version": "5.15.
|
|
3
|
+
"version": "5.15.7",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"description": "Material Design icons distributed as SVG React components.",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"url": "https://opencollective.com/mui-org"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@babel/runtime": "^7.23.
|
|
31
|
+
"@babel/runtime": "^7.23.9"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"@mui/material": "^5.0.0",
|