@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.
Files changed (3) hide show
  1. package/CHANGELOG.md +97 -3
  2. package/index.js +1 -1
  3. 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
+ - &#8203;<!-- 55 -->[Select] Fix to show notched outline when `displayEmpty` (#40865) @ZeeshanTamboli
15
+ - &#8203;<!-- 51 -->[Avatar] Improve fallback when `children` is empty string or boolean (#40766) @mirus-ua
16
+ - &#8203;<!-- 50 -->[AvatarGroup] Refactor component thereby fixing custom spacing logic (#40686) @ZeeshanTamboli
17
+
18
+ ### `@mui/codemod@5.15.7`
19
+
20
+ - &#8203;<!-- 38 -->Add accordion props deprecation (#40771) @siriwatknp
21
+
22
+ ### `@mui/system@5.15.7`
23
+
24
+ - &#8203;<!-- 56 -->[zero-runtime] Use lodash instead of its subpackages (#40868) @michaldudak
25
+ - &#8203;<!-- 19 -->Add `applyStyles()` to theme (#40667) @siriwatknp
26
+ - &#8203;<!-- 02 -->[zero] Use `theme.applyStyles` in the demo app (#40787) @siriwatknp
27
+ - &#8203;<!-- 01 -->[zero] Add `useThemeProps` processor (#40648) @siriwatknp
28
+
29
+ ### `@mui/utils@5.15.7`
30
+
31
+ - &#8203;<!-- 16 -->[core] Remove unnecessary default export (#40788) @siriwatknp
32
+ - &#8203;<!-- 15 -->[core] Convert all exports to modules (#39882) @mnajdova
33
+ - &#8203;<!-- 20 -->[perf] Prevent unneeded `clearTimeout` calls (#39060) @romgrk
34
+
35
+ ### `@mui/base@5.0.0-beta.34`
36
+
37
+ - &#8203;<!-- 48 -->[Input] Add OTP input demo (#40539) @sai6855
38
+ - &#8203;<!-- 47 -->[Menu] Focus last item after opening a menu using up arrow (#40764) @Jaswanth-Sriram-Veturi
39
+ - &#8203;<!-- 46 -->[Menu] Focus Menu Items on hover (#40755) @michaldudak
40
+
41
+ ### `@mui/joy@5.0.0-beta.25`
42
+
43
+ - &#8203;<!-- 22 -->Change the color scheme type to `SupportedColorScheme` (#40776) @Nikhilh26
44
+
45
+ ### `@mui/lab@5.0.0-alpha.163`
46
+
47
+ - &#8203;<!-- 21 -->[TabContext] Support number type in `value` (#40829) @srinidhi9831
48
+
49
+ ### Docs
50
+
51
+ - &#8203;<!-- 53 -->[material-ui] Fix typo on styled-components guide (#40858) @dancielos
52
+ - &#8203;<!-- 49 -->[base-ui] Fix CSS vars from the plain CSS theme stylesheet (#40762) @zanivan
53
+ - &#8203;<!-- 31 -->[material-ui][Divider] Remove light prop references from docs (#40782) @sai6855
54
+ - &#8203;<!-- 30 -->Fix build @oliviertassinari
55
+ - &#8203;<!-- 29 -->Add support pages for each product @oliviertassinari
56
+ - &#8203;<!-- 28 -->Add survey banner to docs and website (#40553) @joserodolfofreitas
57
+ - &#8203;<!-- 24 -->[Menu] Fix hydration mismatch error on Base UI's Menu docs (#40758) @michaldudak
58
+ - &#8203;<!-- 25 -->[material-nextjs] Add theming and configuration content to the page (#40626) @siriwatknp
59
+
60
+ ### Core
61
+
62
+ - &#8203;<!-- 54 -->[website] Move `React Engineer - X` into the future roles section (#40867) @DanailH
63
+ - &#8203;<!-- 52 -->[material-ui][test][Alert] Add action, icon, and iconMapping tests (#40682) @DiegoAndai
64
+ - &#8203;<!-- 45 -->[blog] Lint duplicate h1 on the page (#40835) @oliviertassinari
65
+ - &#8203;<!-- 44 -->[blog] MUI X v7 beta announcement blogpost (#40784) @joserodolfofreitas
66
+ - &#8203;<!-- 43 -->[code-infra] Remove custom TS installation script (#40636) @michaldudak
67
+ - &#8203;<!-- 42 -->[code-infra] Correct API Docs Builder dependencies (#40775) @michaldudak
68
+ - &#8203;<!-- 41 -->[code-infra] Migrate to prettier async APIs (#40668) @Janpot
69
+ - &#8203;<!-- 40 -->[code-infra] Refined docs generation (#40603) @alexfauquette
70
+ - &#8203;<!-- 39 -->[code-infra] Explain how to install the browsers (#40474) @oliviertassinari
71
+ - &#8203;<!-- 37 -->`missingKeyGenerator` do no longer exist (#40830) @oliviertassinari
72
+ - &#8203;<!-- 36 -->Rely on immutable ref when possible (#40831) @oliviertassinari
73
+ - &#8203;<!-- 35 -->Remove deprecated `@types/markdown-to-jsx` package from docs (#40828) @ZeeshanTamboli
74
+ - &#8203;<!-- 34 -->Remove unneeded `@slack/web-api` package (#40840) @ZeeshanTamboli
75
+ - &#8203;<!-- 33 -->Clarify TODO instruction @oliviertassinari
76
+ - &#8203;<!-- 32 -->Remove unneeded use-clients (#40663) @oliviertassinari
77
+ - &#8203;<!-- 27 -->[docs-infra] Fix anchor link hook (#40836) @oliviertassinari
78
+ - &#8203;<!-- 26 -->[docs-infra] Avoid layout shift on docs-pages (#40749) @oliviertassinari
79
+ - &#8203;<!-- 23 -->[examples] Fix build on Next.js Pages Router examples (#40665) @oliviertassinari
80
+ - &#8203;<!-- 18 -->[test] Speed up the envinfo test (#40669) @michaldudak
81
+ - &#8203;<!-- 17 -->[typescript-to-proptypes] Allow to represent dates as `PropTypes.object` (#40774) @flaviendelangle
82
+ - &#8203;<!-- 14 -->[website] Add new Base UI role (#40773) @colmtuite
83
+ - &#8203;<!-- 13 -->[website] Fix a couple of rough edges (#40849) @danilo-leal
84
+ - &#8203;<!-- 12 -->[website] Small polishing after latest changes to the theme (#40846) @zanivan
85
+ - &#8203;<!-- 11 -->[website] Polish some pages and stray components (#40797) @danilo-leal
86
+ - &#8203;<!-- 10 -->[website] Refine the careers page slightly (#40793) @danilo-leal
87
+ - &#8203;<!-- 09 -->[website] Fix missing key on the Testimonials section (#40791) @Janpot
88
+ - &#8203;<!-- 08 -->[website] Fix Footer layout shift (#40786) @oliviertassinari
89
+ - &#8203;<!-- 07 -->[website] Revamp the testimonial section in the homepage (#40752) @danilo-leal
90
+ - &#8203;<!-- 06 -->[website] Fix pricing license model toggle style (#40747) @oliviertassinari
91
+ - &#8203;<!-- 05 -->[website] Fine-tune colors and styles on the branding theme (#40751) @danilo-leal
92
+ - &#8203;<!-- 04 -->[website] Fix Toggle Button styles in the homepage demos (#40744) @mohamedsaiedd
93
+ - &#8203;<!-- 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 developer survey @oliviertassinari
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 survey 2022 (#35407) @joserodolfofreitas
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
  - &#8203;<!-- 9 -->[core] Fix PR run detection in test_bundle_size_monitor (#29879) @eps1lon
7470
7564
  - &#8203;<!-- 8 -->[core] Move bundle size monitoring to CircleCI (#29876) @eps1lon
7471
7565
  - &#8203;<!-- 7 -->[docs] Add keys to Responsive AppBar demo (#29884) @mbrookes
7472
- - &#8203;<!-- 6 -->[docs] MUI's 2021 Developer survey (#29765) @prakhargupta1
7566
+ - &#8203;<!-- 6 -->[docs] MUI's 2021 Developer Survey (#29765) @prakhargupta1
7473
7567
  - &#8203;<!-- 5 -->[docs] Smoother image loading UX (#29858) @oliviertassinari
7474
7568
  - &#8203;<!-- 4 -->[Select] Fix select display value with React Nodes (#29836) @kegi
7475
7569
  - &#8203;<!-- 3 -->[system] Add `experimental_sx` utility (#29833) @mnajdova
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/icons-material v5.15.6
2
+ * @mui/icons-material v5.15.7
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/icons-material",
3
- "version": "5.15.6",
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.8"
31
+ "@babel/runtime": "^7.23.9"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "@mui/material": "^5.0.0",