@mui/icons-material 6.1.1 → 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 +136 -0
- package/README.md +1 -1
- package/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,141 @@
|
|
|
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
|
+
|
|
80
|
+
## v6.1.2
|
|
81
|
+
|
|
82
|
+
<!-- generated comparing v6.1.1..master -->
|
|
83
|
+
|
|
84
|
+
_Oct 2, 2024_
|
|
85
|
+
|
|
86
|
+
A big thanks to the 13 contributors who made this release possible.
|
|
87
|
+
|
|
88
|
+
### `@mui/material@6.1.2`
|
|
89
|
+
|
|
90
|
+
- [Autocomplete] Fix listbox opens and closes on click when used with `limitTags` (#42494) @appleSimple
|
|
91
|
+
- [Button] Ignore `dark` and `contrastText` if not provided in the theme (#43861) @siriwatknp
|
|
92
|
+
- [Button] Fix regression for color `inherit` (#43862) @siriwatknp
|
|
93
|
+
- [LinearProgress] Fix background color (#43949) @sai6855
|
|
94
|
+
- Support CSS variables with shadow DOM (#43948) @siriwatknp
|
|
95
|
+
- [Rating] Use Rating `name` as prefix of input element ids (#43829) @yash49
|
|
96
|
+
- [Drawer] Fix issue with main window being used instead of iframe's window (#43818) @albarv340
|
|
97
|
+
- [ThemeProvider] Support setting default mode (#43951) @siriwatknp
|
|
98
|
+
|
|
99
|
+
### Docs
|
|
100
|
+
|
|
101
|
+
- Update theme toggle demo (#43956) @Janpot
|
|
102
|
+
- Add note about minimum required webpack version (#43864) @Janpot
|
|
103
|
+
- Format Pigment CSS docs (#43812) @oliviertassinari
|
|
104
|
+
- Fix visual bug on dashboard template (#43836) @oliviertassinari
|
|
105
|
+
- Fix pigment-css.md syntax error (#43837) @kdichev
|
|
106
|
+
- Fix Sign-in template form experience (#43838) @oliviertassinari
|
|
107
|
+
- Remove "To be continued" section from v0 –> v1 migration guide (#43832) @samuelsycamore
|
|
108
|
+
- Fix 301 to chromium (#43809) @oliviertassinari
|
|
109
|
+
- [joy-ui] Add missing ComponentLinkHeader components (#43865) @samuelsycamore
|
|
110
|
+
- [Modal] Remove unnecessary type assertion (#43825) @ZeeshanTamboli
|
|
111
|
+
- [Table] Stabilize random series in virtualized table demo (#43744) @Janpot
|
|
112
|
+
- [system] Add migration guide link to `@mui/styles` pages (#43833) @samuelsycamore
|
|
113
|
+
|
|
114
|
+
### Core
|
|
115
|
+
|
|
116
|
+
- [code-infra] Fix flaky dashboard screenshot - take 2 (#43937) @Janpot
|
|
117
|
+
- [code-infra] Replace all instances of `e` with `event` and add eslint rule (#43866) @samuelsycamore
|
|
118
|
+
- [code-infra] Fix and update bundling fixtures (#43709) @Janpot
|
|
119
|
+
- [code-infra] Update transitive dependencies with vulnerabilties (#43895) @Janpot
|
|
120
|
+
- [code-infra] Optimize regression tests (#43889) @Janpot
|
|
121
|
+
- [code-infra] Remove custom playwright installation steps (#43881) @Janpot
|
|
122
|
+
- [code-infra] Fix flaky dashboard screenshot (#43890) @Janpot
|
|
123
|
+
- [code-infra] Add new instanceof proptypes for toolpad (#43814) @Janpot
|
|
124
|
+
- Fix eslint-plugin-react-compiler issues in usePagination tests (#43946) @wilhelmlofsten
|
|
125
|
+
- Uniformity in version range @oliviertassinari
|
|
126
|
+
- Replace `toBeAriaHidden` matcher with `toBeInaccessible` in tests (#43870) @ZeeshanTamboli
|
|
127
|
+
- [docs-infra] Strengthen CSP (#43711) @oliviertassinari
|
|
128
|
+
- [docs-infra] Open Codesandbox demo with fontsize=12 (#43860) @siriwatknp
|
|
129
|
+
- [icons] Reduce Material Icon page size (#43911) @oliviertassinari
|
|
130
|
+
- [test] Point Istanbul to correct URL (#43935) @sai6855
|
|
131
|
+
- [test] Sync React.version parse logic with codebase (#43820) @oliviertassinari
|
|
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
|
|
136
|
+
|
|
137
|
+
All contributors of this release in alphabetical order: @albarv340, @appleSimple, @BrianWoolfolk, @DanailH, @Janpot, @kdichev, @oliviertassinari, @sai6855, @samuelsycamore, @siriwatknp, @wilhelmlofsten, @yash49, @ZeeshanTamboli
|
|
138
|
+
|
|
3
139
|
## v6.1.1
|
|
4
140
|
|
|
5
141
|
<!-- generated comparing v6.1.0..master -->
|
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": {
|