@mui/icons-material 5.15.2 → 5.15.3

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 +75 -5
  2. package/index.js +1 -1
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,75 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.15.3
4
+
5
+ <!-- generated comparing v5.15.2..master -->
6
+
7
+ _Jan 3, 2024_
8
+
9
+ A big thanks to the 11 contributors who made this release possible.
10
+ This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
11
+
12
+ ### `@mui/material-nextjs@5.15.3`
13
+
14
+ - &#8203;<!-- 06 -->[material-nextjs] Fix order of emotion server (#40409) @siriwatknp
15
+
16
+ ### `@mui/base@5.0.0-beta.30`
17
+
18
+ - &#8203;<!-- 40 -->[useSlider] Rearrange passive option in eventlisteners (#40235) @Kamino0
19
+
20
+ ### `@mui/lab@5.0.0-alpha.159`
21
+
22
+ - &#8203;<!-- 14 -->Add use client directive (#40358) @DiegoAndai
23
+
24
+ ### `@mui/material-next@6.0.0-alpha.116`
25
+
26
+ - &#8203;<!-- 13 -->[List] Copy all List\* components to material-next package (#40367) @sai6855
27
+ - &#8203;<!-- 12 -->Update CONTRIBUTING guide given v6/v7 rescheduling (#40363) @DiegoAndai
28
+ - &#8203;<!-- 11 -->[MenuItem] Fix spec import (#40271) @DiegoAndai
29
+ - &#8203;<!-- 10 -->[Option] Add Option component (#40270) @DiegoAndai
30
+ - &#8203;<!-- 09 -->[Slider] Replace lodash with internal utils (#40261) @DiegoAndai
31
+ - &#8203;<!-- 08 -->[Switch] Change files to TypeScript (#39894) @lhilgert9
32
+ - &#8203;<!-- 07 -->[theme] Move ref palette out of color schemes (#40341) @DiegoAndai
33
+
34
+ ### Docs
35
+
36
+ - &#8203;<!-- 41 -->[base-ui] Polish the Table Pagination demos (#40281) @danilo-leal
37
+ - &#8203;<!-- 22 -->[joy-ui] Fix dashboard template console errors (#40316) @oliviertassinari
38
+ - &#8203;<!-- 21 -->[joy-ui] Fix image size on the Files template (#40315) @oliviertassinari
39
+ - &#8203;<!-- 20 -->[material-ui] Revise the Divider page (#40356) @danilo-leal
40
+ - &#8203;<!-- 19 -->[material-ui] Polish the Next.js integration page (#40317) @oliviertassinari
41
+ - &#8203;<!-- 18 -->[material-ui] Adding autoFocus on Virtual Popover (#40239) @aacevski
42
+ - &#8203;<!-- 17 -->[material-ui] Revise the Roadmap page (#40054) @danilo-leal
43
+ - &#8203;<!-- 16 -->[material-ui] Update the "showing and hiding" section on the Tooltip page (#40283) @anle9650
44
+ - &#8203;<!-- 05 -->[material-ui] Fix Slider's customized iOS demo to use updated official colors (#39813) @Super-Kenil
45
+ - &#8203;<!-- 15 -->[examples] Simplify Next.js example (#40318) @oliviertassinari
46
+
47
+ ### Core
48
+
49
+ - &#8203;<!-- 39 -->[blog] Update open-graph cards for all posts (#40328) @danilo-leal
50
+ - &#8203;<!-- 38 -->[blog] Correct git diff @oliviertassinari
51
+ - &#8203;<!-- 37 -->[code-infra] Update lerna and unpin its version (#40399) @michaldudak
52
+ - &#8203;<!-- 36 -->[code-infra] Break package dependency cycle between @mui/material and @mui/icons-material (#40400) @michaldudak
53
+ - &#8203;<!-- 35 -->[code-infra] Break package dependency cycles (#40398) @michaldudak
54
+ - &#8203;<!-- 34 -->[code-infra] Sync bug issue template (#40305) @oliviertassinari
55
+ - &#8203;<!-- 33 -->[docs] Fix 301 link to Base UI (#40396) @oliviertassinari
56
+ - &#8203;<!-- 32 -->[docs] Link new MUI X components in sidnav (#40345) @oliviertassinari
57
+ - &#8203;<!-- 31 -->[docs] Fix 301 links to Toolpad @oliviertassinari
58
+ - &#8203;<!-- 30 -->[docs] Remove old notifications @oliviertassinari
59
+ - &#8203;<!-- 29 -->[docs] Always mention the npm tag with npx (#40335) @oliviertassinari
60
+ - &#8203;<!-- 28 -->[docs] Reduce network use on the All Components pages (#40313) @oliviertassinari
61
+ - &#8203;<!-- 27 -->[docs-infra] Fix missing button aria-label (#40394) @oliviertassinari
62
+ - &#8203;<!-- 26 -->[docs-infra] Fix a11y violation rule (#40393) @oliviertassinari
63
+ - &#8203;<!-- 25 -->[docs-infra] Prefetch pages on hover (#40314) @oliviertassinari
64
+ - &#8203;<!-- 24 -->[docs-infra] Fix footer links to link to the main domain (#40373) @oliviertassinari
65
+ - &#8203;<!-- 23 -->[docs-infra] Add stray design adjustments (#40347) @danilo-leal
66
+ - &#8203;<!-- 04 -->[website] Fix Base UI page's component section imports & styles (#40231) @danilo-leal
67
+ - &#8203;<!-- 03 -->[website] Fix outdated Nhost image link @oliviertassinari
68
+ - &#8203;<!-- 02 -->[website] Shorten Joy UI description, 7 chars too long @oliviertassinari
69
+ - &#8203;<!-- 01 -->[website] Update some social preview images (#40282) @danilo-leal
70
+
71
+ All contributors of this release in alphabetical order: @aacevski, @anle9650, @danilo-leal, @DiegoAndai, @Kamino0, @lhilgert9, @michaldudak, @oliviertassinari, @sai6855, @siriwatknp, @Super-Kenil
72
+
3
73
  ## 5.15.2
4
74
 
5
75
  <!-- generated comparing v5.15.1..master -->
@@ -11,12 +81,12 @@ A big thanks to the 13 contributors who made this release possible. Here are som
11
81
  - 🚀 Added support for callbacks in the [variant's props definition](https://mui.com/material-ui/customization/theme-components/#creating-new-component-variants) (#40094) @mnajdova
12
82
  - 💫 Published a [blogpost](https://mui.com/blog/2023-material-ui-v6-and-beyond/) for the 2024's plan about Material UI
13
83
 
14
- ### `@mui/material@5.15.1`
84
+ ### `@mui/material@5.15.2`
15
85
 
16
86
  - &#8203;<!-- 31 -->[Badge] Use the variants API in the styled call (#40213) @mnajdova
17
87
  - &#8203;<!-- 04 -->[Paper] Add missing Paper classes descriptions (#40300) @sai6855
18
88
 
19
- ### `@mui/system@5.15.1`
89
+ ### `@mui/system@5.15.2`
20
90
 
21
91
  - &#8203;<!-- 03 -->Support props callback in the variant's definition (#40094) @mnajdova
22
92
 
@@ -1369,7 +1439,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
1369
1439
  A codemod is provided to help with the migration:
1370
1440
 
1371
1441
  ```bash
1372
- npx @mui/codemod v5.0.0/base-use-named-exports <path>
1442
+ npx @mui/codemod@latest v5.0.0/base-use-named-exports <path>
1373
1443
  ```
1374
1444
 
1375
1445
  #### Changes
@@ -2251,7 +2321,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
2251
2321
  There is codemod that you can run in your project to do the transformation:
2252
2322
 
2253
2323
  ```bash
2254
- npx @mui/codemod v5.0.0/base-remove-component-prop <path>
2324
+ npx @mui/codemod@latest v5.0.0/base-remove-component-prop <path>
2255
2325
  ```
2256
2326
 
2257
2327
  The full documentation about the codemod can be found [here](https://github.com/mui/material-ui/blob/master/packages/mui-codemod/README.md#base-remove-component-prop).
@@ -2350,7 +2420,7 @@ A big thanks to the 12 contributors who made this release possible. Here are som
2350
2420
  You can use this [codemod](https://github.com/mui/material-ui/blob/master/packages/mui-codemod/src/v5.0.0/base-remove-unstyled-suffix.js) to help with the migration:
2351
2421
 
2352
2422
  ```bash
2353
- npx @mui/codemod v5.0.0/base-remove-unstyled-suffix <path>
2423
+ npx @mui/codemod@latest v5.0.0/base-remove-unstyled-suffix <path>
2354
2424
  ```
2355
2425
 
2356
2426
  #### Changes
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/icons-material v5.15.2
2
+ * @mui/icons-material v5.15.3
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.2",
3
+ "version": "5.15.3",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "Material Design icons distributed as SVG React components.",