@mui/icons-material 6.1.2 → 6.1.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.
- package/CHANGELOG.md +81 -7
- package/README.md +1 -1
- package/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,82 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## v6.1.3
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v6.1.2..master -->
|
|
6
|
+
|
|
7
|
+
_Oct 9, 2024_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
10
|
+
|
|
11
|
+
- 🚀 Improved performance on styled components by pre-serializing and caching the styles (#43412) @romgrk
|
|
12
|
+
|
|
13
|
+
### `@mui/material@6.1.3`
|
|
14
|
+
|
|
15
|
+
- ​<!-- 18 -->Change React.ReactElement<any> to React.ReactElement<unknown> (#43402) @sai6855
|
|
16
|
+
- ​<!-- 42 -->[Badge] Make keys in anchor origin partial (#43950) @sai6855
|
|
17
|
+
- ​<!-- 22 -->[Grid2] Fix column spacing for nested containers (#43733) @Janpot
|
|
18
|
+
- ​<!-- 21 -->[Grid2] Remove required `item` prop for `size` prop (#44027) @Janpot
|
|
19
|
+
- ​<!-- 20 -->[Grid2] Add compatible props warning (#43801) @k-rajat19
|
|
20
|
+
- ​<!-- 17 -->[Modal] Fix comment location (#44026) @oliviertassinari
|
|
21
|
+
- ​<!-- 16 -->[OutlinedInput] Resolve border color issue on mobile (#43797) (#43879) @wojtek35
|
|
22
|
+
|
|
23
|
+
### `@mui/system@6.1.3`
|
|
24
|
+
|
|
25
|
+
- ​<!-- 15 -->Make createGrid compatible with React 19 types (#44035) @aarongarciah
|
|
26
|
+
- ​<!-- 14 -->Add empty interfaces to fix issue with typescript module augmentation (#43873) @yonatan0
|
|
27
|
+
- ​<!-- 13 -->Pre-serialize & cache styles to improve performance (#43412) @romgrk
|
|
28
|
+
- ​<!-- 09 -->[typescript] `SystemCSSProperties` should not have `SystemStyleObject` as value (#44029) @siriwatknp
|
|
29
|
+
|
|
30
|
+
### `@mui/utils@6.0.0-beta.11`
|
|
31
|
+
|
|
32
|
+
- ​<!-- 08 -->[utils] Make getReactElementRef React 19 compatible (#44034) @aarongarciah
|
|
33
|
+
|
|
34
|
+
### `@mui/lab@6.1.3`
|
|
35
|
+
|
|
36
|
+
- ​<!-- 20 -->[lab][Timeline] Fix types for React 19 (#44043) @aarongarciah
|
|
37
|
+
|
|
38
|
+
### Docs
|
|
39
|
+
|
|
40
|
+
- ​<!-- 35 -->Update docs-infra role (#44032) @mnajdova
|
|
41
|
+
- ​<!-- 34 -->Update Material Symbols plan to reflect Google development (#44000) @oliviertassinari
|
|
42
|
+
- ​<!-- 33 -->Fix 301 redirections in docs @oliviertassinari
|
|
43
|
+
- ​<!-- 32 -->Fix indentation @oliviertassinari
|
|
44
|
+
- ​<!-- 31 -->Fix Live edit copies (#43835) @oliviertassinari
|
|
45
|
+
- ​<!-- 30 -->Virtualize icons svg (#43939) @Janpot
|
|
46
|
+
- ​<!-- 28 -->[Grid] Fix Grid2 gap description (#43967) @aarongarciah
|
|
47
|
+
- ​<!-- 27 -->[icons] Index search synchronously (#44001) @oliviertassinari
|
|
48
|
+
- ​<!-- 26 -->[material-ui] Incorrect React useState Example on Toggle Button (#43987) @barrownicholas
|
|
49
|
+
- ​<!-- 25 -->[material-ui] Add theme setting for pigment-css migration (#43993) @effektsvk
|
|
50
|
+
- ​<!-- 24 -->[material-ui] Fix incorrect `slotProp` name in the `TextField` deprecation note. (#43985) @Chee7ah
|
|
51
|
+
- ​<!-- 23 -->[examples] Use CSS Variables (#43856) @Juneezee
|
|
52
|
+
- ​<!-- 29 -->[material-ui] Improved documentation for indeterminateIcon prop (#43791) @marctaylor01
|
|
53
|
+
|
|
54
|
+
### Core
|
|
55
|
+
|
|
56
|
+
- ​<!-- 37 -->Fix typo in useLocalStorageState (#44024) @hieunguyenduc696
|
|
57
|
+
- ​<!-- 36 -->Amend changelog (#43968) @aarongarciah
|
|
58
|
+
- ​<!-- 41 -->Remove `@mui/styled-engine-sc` dev dependency from `@mui/styled-engine-sc` (#44050) @Janpot
|
|
59
|
+
- ​<!-- 43 -->[docs-infra] Add pointer cursor on hover for logo to improve UX (#43999) @Asin-Junior-Honore
|
|
60
|
+
- ​<!-- 41 -->[blog] Migrate some .gif to <video> (#43945) @oliviertassinari
|
|
61
|
+
- ​<!-- 40 -->[code-infra] Align `next` dependency specifier across project (#44036) @Janpot
|
|
62
|
+
- ​<!-- 39 -->[code-infra] Move MuiError babel macro to babel plugin (#43904) @Janpot
|
|
63
|
+
- ​<!-- 38 -->[code-infra] Forbid calling `Error` without `new` (#43963) @Janpot
|
|
64
|
+
- ​<!-- 29 -->[docs-infra] Fix link in header regression (#43834) @oliviertassinari
|
|
65
|
+
- ​<!-- 19 -->[infra] Fix line break in Stack Overflow message @oliviertassinari
|
|
66
|
+
- ​<!-- 12 -->[test] Add missing async (#44028) @oliviertassinari
|
|
67
|
+
- ​<!-- 11 -->[test] Fix Escape event firing event (#43961) @oliviertassinari
|
|
68
|
+
- ​<!-- 10 -->[test] Fix flaky pigment-css screenshot (#43959) @Janpot
|
|
69
|
+
- ​<!-- 07 -->[website] Add missing \_redirects HTTP status @oliviertassinari
|
|
70
|
+
- ​<!-- 06 -->[website] Fix sponsor image height @oliviertassinari
|
|
71
|
+
- ​<!-- 05 -->[website] Remove srcset, does nothing in README @oliviertassinari
|
|
72
|
+
- ​<!-- 04 -->[website] Polish display of sponsors @oliviertassinari
|
|
73
|
+
- ​<!-- 03 -->[website] Standardize utm tags @oliviertassinari
|
|
74
|
+
- ​<!-- 02 -->[website] Improve utm_source strategy @oliviertassinari
|
|
75
|
+
- ​<!-- 01 -->[website] Clarify min-level docs-infra @oliviertassinari
|
|
76
|
+
- ​<!-- 08 -->[website] Update backlink sponsors (#43995) @rluzists1
|
|
77
|
+
|
|
78
|
+
All contributors of this release in alphabetical order: @aarongarciah, @Asin-Junior-Honore, @barrownicholas, @Chee7ah, @effektsvk, @hieunguyenduc696, @Janpot, @Juneezee, @k-rajat19, @mnajdova, @oliviertassinari, @romgrk, @sai6855, @siriwatknp, @wojtek35, @yonatan0
|
|
79
|
+
|
|
3
80
|
## v6.1.2
|
|
4
81
|
|
|
5
82
|
<!-- generated comparing v6.1.1..master -->
|
|
@@ -10,16 +87,12 @@ A big thanks to the 13 contributors who made this release possible.
|
|
|
10
87
|
|
|
11
88
|
### `@mui/material@6.1.2`
|
|
12
89
|
|
|
13
|
-
- [Modal] Remove unnecessary `manager` prop handling (#43867) @ZeeshanTamboli
|
|
14
90
|
- [Autocomplete] Fix listbox opens and closes on click when used with `limitTags` (#42494) @appleSimple
|
|
15
91
|
- [Button] Ignore `dark` and `contrastText` if not provided in the theme (#43861) @siriwatknp
|
|
16
92
|
- [Button] Fix regression for color `inherit` (#43862) @siriwatknp
|
|
17
93
|
- [LinearProgress] Fix background color (#43949) @sai6855
|
|
18
94
|
- Support CSS variables with shadow DOM (#43948) @siriwatknp
|
|
19
|
-
- Improve getReactElementRef() utils (#43022) @sai6855
|
|
20
|
-
- [Modal] Replace `show` parameter name with `hide` in modal manager (#43868) @ZeeshanTamboli
|
|
21
95
|
- [Rating] Use Rating `name` as prefix of input element ids (#43829) @yash49
|
|
22
|
-
- [Drawer] Refactor getScrollbarSize usages (#43828) @BrianWoolfolk
|
|
23
96
|
- [Drawer] Fix issue with main window being used instead of iframe's window (#43818) @albarv340
|
|
24
97
|
- [ThemeProvider] Support setting default mode (#43951) @siriwatknp
|
|
25
98
|
|
|
@@ -56,9 +129,10 @@ A big thanks to the 13 contributors who made this release possible.
|
|
|
56
129
|
- [icons] Reduce Material Icon page size (#43911) @oliviertassinari
|
|
57
130
|
- [test] Point Istanbul to correct URL (#43935) @sai6855
|
|
58
131
|
- [test] Sync React.version parse logic with codebase (#43820) @oliviertassinari
|
|
59
|
-
-
|
|
60
|
-
- [
|
|
61
|
-
- [
|
|
132
|
+
- Improve getReactElementRef() utils (#43022) @sai6855
|
|
133
|
+
- [Drawer] Refactor getScrollbarSize usages (#43828) @BrianWoolfolk
|
|
134
|
+
- [Modal] Replace `show` parameter name with `hide` in modal manager (#43868) @ZeeshanTamboli
|
|
135
|
+
- [Modal] Remove unnecessary `manager` prop handling (#43867) @ZeeshanTamboli
|
|
62
136
|
|
|
63
137
|
All contributors of this release in alphabetical order: @albarv340, @appleSimple, @BrianWoolfolk, @DanailH, @Janpot, @kdichev, @oliviertassinari, @sai6855, @samuelsycamore, @siriwatknp, @wilhelmlofsten, @yash49, @ZeeshanTamboli
|
|
64
138
|
|
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
This package contains Google's [Material Icons](https://fonts.google.com/icons?icon.set=Material+Icons) converted to Material UI [SVG Icon](https://mui.com/material-ui/icons/#svgicon) components.
|
|
4
4
|
|
|
5
|
-
> Google also offers [Material Symbols](https://fonts.google.com/icons?icon.set=Material+Symbols) as
|
|
5
|
+
> Google also offers [Material Symbols](https://fonts.google.com/icons?icon.set=Material+Symbols) as the successor of Material Icons. `@mui/icons-material` only covers Icons at this time, there are no support for Symbols yet.
|
|
6
6
|
|
|
7
7
|
## Installation
|
|
8
8
|
|
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/icons-material",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"description": "Material Design icons distributed as SVG React components.",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
35
35
|
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
36
|
-
"@mui/material": "^6.1.
|
|
36
|
+
"@mui/material": "^6.1.3"
|
|
37
37
|
},
|
|
38
38
|
"peerDependenciesMeta": {
|
|
39
39
|
"@types/react": {
|