@mui/icons-material 5.15.14 → 6.0.0-alpha.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 CHANGED
@@ -1,5 +1,84 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## v6.0.0-alpha.0
4
+
5
+ <!-- generated comparing v5.15.14..next -->
6
+
7
+ _Mar 26, 2024_
8
+
9
+ A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
10
+
11
+ - 🔥 Converted 10+ Material UI components to support static CSS extraction
12
+ - ⬅️ Added RTL support in Pigment CSS (#41570) @brijeshb42
13
+
14
+ ### `@mui/material@6.0.0-alpha.0`
15
+
16
+ - [BottomNavigation] Convert to support CSS extraction (#41612) @aacevski
17
+ - [AvatarGroup] Convert to support CSS extraction (#41485) @zanivan
18
+ - [Backdrop] Convert to support CSS extraction (#41581) @aacevski
19
+ - [Breadcrumbs] Convert to support CSS extraction (#41496) @aacevski
20
+ - [Card] Convert to support CSS extraction (#41580) @aacevski
21
+ - [Divider] Convert to support CSS extraction (#41366) @sai6855
22
+ - [FormControl] Convert to support CSS extraction (#41613) @aacevski
23
+ - [FormGroup] Convert to support CSS extraction (#41614) @aacevski
24
+ - [MobileStepper] Convert to support CSS extraction (#41533) @aacevski
25
+ - [Modal] Support CSS extraction (#41483) @sai6855
26
+ - [Popover] Convert to support CSS extraction (#41564) @aacevski
27
+ - [Stepper] Convert to support CSS extraction (#41546) @aacevski
28
+ - [Autocomplete] Display options provided to the `options` prop even if loading is true (#41634) @nekoya
29
+ - [Backdrop] Deprecate TransitionComponent (#40677) @harry-whorlow
30
+ - [ButtonGroup] Deprecate composed classes (#41259) @sai6855
31
+ - [StepLabel] Deprecate `componentProps` prop (#41321) @sai6855
32
+ - [Chip] Convert to support CSS extraction (#41592) @DiegoAndai
33
+
34
+ ### `@pigment-css/react@0.0.4`
35
+
36
+ - Fix evaluation of undefined variables (#41569) @siriwatknp
37
+ - Fix react-modal demos location (#41560) @sai6855
38
+ - [react] RTL Support (#41570) @brijeshb42
39
+
40
+ ### `@mui/system@6.0.0-alpha.0`
41
+
42
+ - [core] Standardize index pattern (#41574) @DiegoAndai
43
+ - Fix typo to avoid infinite recursion in function call (#41616) @michael-land
44
+ - Move stylesheet generator to `extendTheme` (#41446) @siriwatknp
45
+
46
+ ### Docs
47
+
48
+ - [joy-ui] Refresh the marketing example on the Color Inversion page (#41497) @cipherlogs
49
+ - [material-ui] Add v5 to v6 migration guide (#41561) @DiegoAndai
50
+ - [system] Add v5 to v6 migration guide (#41575) @DiegoAndai
51
+ - [material-ui][Slider] Remove `valueLabelFormat` from restricted values demo so that the tooltip thumb label displays the same as the value text (#41567) @StylesTrip
52
+ - [pigment-css] Update the RTL section on the readme (#41576) @danilo-leal
53
+
54
+ ### Core
55
+
56
+ - [blog] Update the callout (#41645) @cherniavskii
57
+ - [blog] Link to Romain's blog post in MUI X v7 announcement post (#41640) @cherniavskii
58
+ - [blog] Blog post with MUI X v7.0.0 annoucement (#41563) @joserodolfofreitas
59
+ - [blog] Add post about remote (#41565) @danilo-leal
60
+ - [core] Restore the pnpm-lock.yaml (#41643) @mnajdova
61
+ - [core] Fix failing CI steps (#41636) @mnajdova
62
+ - [core] Update browser support versions (#41568) @siriwatknp
63
+ - [core] Add instructions to deploying docs guide (#41582) @DiegoAndai
64
+ - [core] Add comment explaining the frequency of no-response action runs (#41555) @michaldudak
65
+ - [core] Init the next branch (#41552) @mnajdova
66
+ - [core] Lower the frequency of no-response action runs (#41553) @michaldudak
67
+ - [core] Update peerDependencies ranges to include v6 packages (#41662) @michaldudak
68
+ - [core] Run pnpm dedupe (#41658) @michaldudak
69
+ - [core] Fix dedupe check (#41657) @Janpot
70
+ - [pigment-css][demo] Add index page for material-ui (#41577) @brijeshb42
71
+ - [pigment-css][demo] Remove app specific pnpm workspace (#41393) @brijeshb42
72
+ - [docs] Add notification for MUI X v7 blog post (#41587) @cherniavskii
73
+ - [docs] MUI X v7 blog post annoucement followup (#41601) @joserodolfofreitas
74
+ - [docs] Update the installation guides to use the next tag (#41558) @mnajdova
75
+ - [docs][material-ui] Fix typo in CSS theme variables customization (#41632) @ZeeshanTamboli
76
+ - [material-ui][docs] Remove deleted page from the sidenav (#41594) @danilo-leal
77
+ - [website] Update pricing table (#41595) @cherniavskii
78
+ - [website] Add stray design adjustments throughout the site (#41547) @danilo-leal
79
+
80
+ All contributors of this release in alphabetical order: @aacevski, @brijeshb42, @cherniavskii, @cipherlogs, @danilo-leal, @DiegoAndai, @harry-whorlow, @Janpot, @joserodolfofreitas, @michael-land, @michaldudak, @mnajdova, @nekoya, @sai6855, @siriwatknp, @StylesTrip, @zanivan, @ZeeshanTamboli
81
+
3
82
  ## v5.15.14
4
83
 
5
84
  <!-- generated comparing v5.15.13..master -->
@@ -9,7 +88,7 @@ _Mar 18, 2024_
9
88
  A big thanks to the 15 contributors who made this release possible.
10
89
  This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
11
90
 
12
- ### `@mui/material@5.15.13`
91
+ ### `@mui/material@5.15.14`
13
92
 
14
93
  - [Accordion] Convert to support CSS extraction (#41221) @mnajdova
15
94
  - &#8203;<!-- 24 -->[Autocomplete] Convert to support CSS extraction (#40330) @mnajdova
package/README.md CHANGED
@@ -9,17 +9,19 @@ Install the package in your project directory with:
9
9
  <!-- #default-branch-switch -->
10
10
 
11
11
  ```bash
12
- npm install @mui/icons-material
12
+ npm install @mui/icons-material@next
13
13
  ```
14
14
 
15
15
  <!-- #default-branch-switch -->
16
16
 
17
- These components use the Material UI's [SvgIcon](https://mui.com/material-ui/api/svg-icon) component to render the SVG path for each icon.
17
+ These components use the Material UI's [SvgIcon](https://next.mui.com/material-ui/api/svg-icon) component to render the SVG path for each icon.
18
18
 
19
19
  If you are not already using Material UI in your project, you can add it with:
20
20
 
21
+ <!-- #default-branch-switch -->
22
+
21
23
  ```bash
22
- npm install @mui/material
24
+ npm install @mui/material@next
23
25
  ```
24
26
 
25
27
  ## Documentation
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/icons-material v5.15.14
2
+ * @mui/icons-material v6.0.0-alpha.0
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.14",
3
+ "version": "6.0.0-alpha.0",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "Material Design icons distributed as SVG React components.",
@@ -31,9 +31,9 @@
31
31
  "@babel/runtime": "^7.23.9"
32
32
  },
33
33
  "peerDependencies": {
34
- "@mui/material": "^5.0.0",
35
34
  "@types/react": "^17.0.0 || ^18.0.0",
36
- "react": "^17.0.0 || ^18.0.0"
35
+ "react": "^17.0.0 || ^18.0.0",
36
+ "@mui/material": "^6.0.0-alpha.0"
37
37
  },
38
38
  "peerDependenciesMeta": {
39
39
  "@types/react": {