@mui/icons-material 6.1.0 → 6.1.2
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 +125 -0
- package/index.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,130 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## v6.1.2
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v6.1.1..master -->
|
|
6
|
+
|
|
7
|
+
_Oct 2, 2024_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 13 contributors who made this release possible.
|
|
10
|
+
|
|
11
|
+
### `@mui/material@6.1.2`
|
|
12
|
+
|
|
13
|
+
- [Modal] Remove unnecessary `manager` prop handling (#43867) @ZeeshanTamboli
|
|
14
|
+
- [Autocomplete] Fix listbox opens and closes on click when used with `limitTags` (#42494) @appleSimple
|
|
15
|
+
- [Button] Ignore `dark` and `contrastText` if not provided in the theme (#43861) @siriwatknp
|
|
16
|
+
- [Button] Fix regression for color `inherit` (#43862) @siriwatknp
|
|
17
|
+
- [LinearProgress] Fix background color (#43949) @sai6855
|
|
18
|
+
- 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
|
+
- [Rating] Use Rating `name` as prefix of input element ids (#43829) @yash49
|
|
22
|
+
- [Drawer] Refactor getScrollbarSize usages (#43828) @BrianWoolfolk
|
|
23
|
+
- [Drawer] Fix issue with main window being used instead of iframe's window (#43818) @albarv340
|
|
24
|
+
- [ThemeProvider] Support setting default mode (#43951) @siriwatknp
|
|
25
|
+
|
|
26
|
+
### Docs
|
|
27
|
+
|
|
28
|
+
- Update theme toggle demo (#43956) @Janpot
|
|
29
|
+
- Add note about minimum required webpack version (#43864) @Janpot
|
|
30
|
+
- Format Pigment CSS docs (#43812) @oliviertassinari
|
|
31
|
+
- Fix visual bug on dashboard template (#43836) @oliviertassinari
|
|
32
|
+
- Fix pigment-css.md syntax error (#43837) @kdichev
|
|
33
|
+
- Fix Sign-in template form experience (#43838) @oliviertassinari
|
|
34
|
+
- Remove "To be continued" section from v0 –> v1 migration guide (#43832) @samuelsycamore
|
|
35
|
+
- Fix 301 to chromium (#43809) @oliviertassinari
|
|
36
|
+
- [joy-ui] Add missing ComponentLinkHeader components (#43865) @samuelsycamore
|
|
37
|
+
- [Modal] Remove unnecessary type assertion (#43825) @ZeeshanTamboli
|
|
38
|
+
- [Table] Stabilize random series in virtualized table demo (#43744) @Janpot
|
|
39
|
+
- [system] Add migration guide link to `@mui/styles` pages (#43833) @samuelsycamore
|
|
40
|
+
|
|
41
|
+
### Core
|
|
42
|
+
|
|
43
|
+
- [code-infra] Fix flaky dashboard screenshot - take 2 (#43937) @Janpot
|
|
44
|
+
- [code-infra] Replace all instances of `e` with `event` and add eslint rule (#43866) @samuelsycamore
|
|
45
|
+
- [code-infra] Fix and update bundling fixtures (#43709) @Janpot
|
|
46
|
+
- [code-infra] Update transitive dependencies with vulnerabilties (#43895) @Janpot
|
|
47
|
+
- [code-infra] Optimize regression tests (#43889) @Janpot
|
|
48
|
+
- [code-infra] Remove custom playwright installation steps (#43881) @Janpot
|
|
49
|
+
- [code-infra] Fix flaky dashboard screenshot (#43890) @Janpot
|
|
50
|
+
- [code-infra] Add new instanceof proptypes for toolpad (#43814) @Janpot
|
|
51
|
+
- Fix eslint-plugin-react-compiler issues in usePagination tests (#43946) @wilhelmlofsten
|
|
52
|
+
- Uniformity in version range @oliviertassinari
|
|
53
|
+
- Replace `toBeAriaHidden` matcher with `toBeInaccessible` in tests (#43870) @ZeeshanTamboli
|
|
54
|
+
- [docs-infra] Strengthen CSP (#43711) @oliviertassinari
|
|
55
|
+
- [docs-infra] Open Codesandbox demo with fontsize=12 (#43860) @siriwatknp
|
|
56
|
+
- [icons] Reduce Material Icon page size (#43911) @oliviertassinari
|
|
57
|
+
- [test] Point Istanbul to correct URL (#43935) @sai6855
|
|
58
|
+
- [test] Sync React.version parse logic with codebase (#43820) @oliviertassinari
|
|
59
|
+
- [website] Add 'Row spanning' (#43831) @oliviertassinari
|
|
60
|
+
- [website] Improve Next roles section (#43822) @oliviertassinari
|
|
61
|
+
- [website] Open the xCharts, eXplore and X general react engineer roles (#43805) @DanailH
|
|
62
|
+
|
|
63
|
+
All contributors of this release in alphabetical order: @albarv340, @appleSimple, @BrianWoolfolk, @DanailH, @Janpot, @kdichev, @oliviertassinari, @sai6855, @samuelsycamore, @siriwatknp, @wilhelmlofsten, @yash49, @ZeeshanTamboli
|
|
64
|
+
|
|
65
|
+
## v6.1.1
|
|
66
|
+
|
|
67
|
+
<!-- generated comparing v6.1.0..master -->
|
|
68
|
+
|
|
69
|
+
_Sep 19, 2024_
|
|
70
|
+
|
|
71
|
+
A big thanks to the 18 contributors who made this release possible.
|
|
72
|
+
|
|
73
|
+
### `@mui/material@6.1.1`
|
|
74
|
+
|
|
75
|
+
- [Grid] Bring back `GridProps` and `GridTypeMap` (#43717) @DiegoAndai
|
|
76
|
+
- [Paper] Fix wrong background-image on Paper when elevation is 0 (#43723) @ZeeshanTamboli
|
|
77
|
+
- [Skeleton] Fix wave animation for styled-components (#43740) @siriwatknp
|
|
78
|
+
- [Modal] Fix event handlers overriding behavior (#43757) @sai6855
|
|
79
|
+
|
|
80
|
+
### `@mui/system@6.1.1`
|
|
81
|
+
|
|
82
|
+
- Pass the stylesheet directly to `GlobalStyles` (#43739) @siriwatknp
|
|
83
|
+
|
|
84
|
+
### `@mui/utils@6.1.1`
|
|
85
|
+
|
|
86
|
+
- Fix "useId" & "useSyncExternalStore" imports to not be statically analyzable (#43360) @yash49
|
|
87
|
+
|
|
88
|
+
### Docs
|
|
89
|
+
|
|
90
|
+
- [material-ui][Breadcrumbs] Document CondensedWithMenu option for Breadcrumbs (#42973) @Sergio16T
|
|
91
|
+
- [material-ui][CircularProgress] Add Circular size demo (#43734) @sai6855
|
|
92
|
+
- [material-ui][slider] Fix slider in color customization playground twitches when sliding (#43671) @Nashyn
|
|
93
|
+
- [material-ui][slider] Polish Music player demo (#43748) @oliviertassinari
|
|
94
|
+
- [material-ui] Document Typography color prop breaking change (#43735) @aarongarciah
|
|
95
|
+
- [material-ui] Add docs for complementary Table components (#43756) @Juneezee
|
|
96
|
+
- [material-ui] Improve minimizing bundle docs (#43781) @ZeeshanTamboli
|
|
97
|
+
- [pigment-css] Call out Pigment being in alpha (#43725) @aarongarciah
|
|
98
|
+
- [pigment-css] Fix typo globalCSS -> globalCss (#43754) @hiro0218
|
|
99
|
+
- [test] Improve demos for better regression screenshots (#43742) @aarongarciah
|
|
100
|
+
- Fix minor typo (#42899) @xconverge
|
|
101
|
+
- Revert icon search virtualization (#43569) @Janpot
|
|
102
|
+
- Fix MUI Treasury Layout broken links (#43752) @oliviertassinari
|
|
103
|
+
- Fix 301 link to design asset @oliviertassinari
|
|
104
|
+
- Update release schedule table after v6 stable (#43726) @sahil-ag
|
|
105
|
+
- Fix bundle size link regression @oliviertassinari
|
|
106
|
+
|
|
107
|
+
### Core
|
|
108
|
+
|
|
109
|
+
- [code-infra] Allow overriding all `options` of `useFakeTimers` function (#43729) @LukasTy
|
|
110
|
+
- [core] Fix 301 link to Next.js and git diff @oliviertassinari
|
|
111
|
+
- [core] Fix package.json repository rule @oliviertassinari
|
|
112
|
+
- [core] Remove redundant window @oliviertassinari
|
|
113
|
+
- [core] Fix some issues reported by eslint-plugin-react-compiler (#43117) @binsmyth
|
|
114
|
+
- [core] Replace more `indexOf` with `includes` (#43694) @Juneezee
|
|
115
|
+
- [core] Remove /.yarn (#43712) @oliviertassinari
|
|
116
|
+
- [docs-infra] Enable synthetic default imports in TypeScript config (#43747) @morozow
|
|
117
|
+
- [docs-infra] Fix Vale config for TypeScript references (#43751) @oliviertassinari
|
|
118
|
+
- [docs-infra] Fix toolbar arrow order (#43627) @oliviertassinari
|
|
119
|
+
- [docs-infra] Fix missing dependencies in multi-tab demos (#43713) @cherniavskii
|
|
120
|
+
- [docs-infra] Fix API search link regression (#43662) @oliviertassinari
|
|
121
|
+
- [test] Update font-awesome CSS file in regression tests fixture (#43745) @Janpot
|
|
122
|
+
- [test] Remove position:relative from regression container (#43743) @aarongarciah
|
|
123
|
+
- [test] Remove top-level inline-block from the regression tests (#43656) @Janpot
|
|
124
|
+
- [website] Match pricing page with linked page h1 @oliviertassinari
|
|
125
|
+
|
|
126
|
+
All contributors of this release in alphabetical order: @aarongarciah, @binsmyth, @cherniavskii, @DiegoAndai, @Janpot, @Juneezee, @LukasTy, @mnajdova, @morozow, @Nashyn, @oliviertassinari, @sahil-ag, @sai6855, @Sergio16T, @siriwatknp, @xconverge, @yash49, @ZeeshanTamboli
|
|
127
|
+
|
|
3
128
|
## v6.1.0
|
|
4
129
|
|
|
5
130
|
<!-- generated comparing v6.0.2..master -->
|
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.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"description": "Material Design icons distributed as SVG React components.",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
],
|
|
16
16
|
"repository": {
|
|
17
17
|
"type": "git",
|
|
18
|
-
"url": "https://github.com/mui/material-ui.git",
|
|
18
|
+
"url": "git+https://github.com/mui/material-ui.git",
|
|
19
19
|
"directory": "packages/mui-icons-material"
|
|
20
20
|
},
|
|
21
21
|
"license": "MIT",
|
|
@@ -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.2"
|
|
37
37
|
},
|
|
38
38
|
"peerDependenciesMeta": {
|
|
39
39
|
"@types/react": {
|