@mui/icons-material 6.1.0 → 6.1.1
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 +63 -0
- package/index.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,68 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## v6.1.1
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v6.1.0..master -->
|
|
6
|
+
|
|
7
|
+
_Sep 19, 2024_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 18 contributors who made this release possible.
|
|
10
|
+
|
|
11
|
+
### `@mui/material@6.1.1`
|
|
12
|
+
|
|
13
|
+
- [Grid] Bring back `GridProps` and `GridTypeMap` (#43717) @DiegoAndai
|
|
14
|
+
- [Paper] Fix wrong background-image on Paper when elevation is 0 (#43723) @ZeeshanTamboli
|
|
15
|
+
- [Skeleton] Fix wave animation for styled-components (#43740) @siriwatknp
|
|
16
|
+
- [Modal] Fix event handlers overriding behavior (#43757) @sai6855
|
|
17
|
+
|
|
18
|
+
### `@mui/system@6.1.1`
|
|
19
|
+
|
|
20
|
+
- Pass the stylesheet directly to `GlobalStyles` (#43739) @siriwatknp
|
|
21
|
+
|
|
22
|
+
### `@mui/utils@6.1.1`
|
|
23
|
+
|
|
24
|
+
- Fix "useId" & "useSyncExternalStore" imports to not be statically analyzable (#43360) @yash49
|
|
25
|
+
|
|
26
|
+
### Docs
|
|
27
|
+
|
|
28
|
+
- [material-ui][Breadcrumbs] Document CondensedWithMenu option for Breadcrumbs (#42973) @Sergio16T
|
|
29
|
+
- [material-ui][CircularProgress] Add Circular size demo (#43734) @sai6855
|
|
30
|
+
- [material-ui][slider] Fix slider in color customization playground twitches when sliding (#43671) @Nashyn
|
|
31
|
+
- [material-ui][slider] Polish Music player demo (#43748) @oliviertassinari
|
|
32
|
+
- [material-ui] Document Typography color prop breaking change (#43735) @aarongarciah
|
|
33
|
+
- [material-ui] Add docs for complementary Table components (#43756) @Juneezee
|
|
34
|
+
- [material-ui] Improve minimizing bundle docs (#43781) @ZeeshanTamboli
|
|
35
|
+
- [pigment-css] Call out Pigment being in alpha (#43725) @aarongarciah
|
|
36
|
+
- [pigment-css] Fix typo globalCSS -> globalCss (#43754) @hiro0218
|
|
37
|
+
- [test] Improve demos for better regression screenshots (#43742) @aarongarciah
|
|
38
|
+
- Fix minor typo (#42899) @xconverge
|
|
39
|
+
- Revert icon search virtualization (#43569) @Janpot
|
|
40
|
+
- Fix MUI Treasury Layout broken links (#43752) @oliviertassinari
|
|
41
|
+
- Fix 301 link to design asset @oliviertassinari
|
|
42
|
+
- Update release schedule table after v6 stable (#43726) @sahil-ag
|
|
43
|
+
- Fix bundle size link regression @oliviertassinari
|
|
44
|
+
|
|
45
|
+
### Core
|
|
46
|
+
|
|
47
|
+
- [code-infra] Allow overriding all `options` of `useFakeTimers` function (#43729) @LukasTy
|
|
48
|
+
- [core] Fix 301 link to Next.js and git diff @oliviertassinari
|
|
49
|
+
- [core] Fix package.json repository rule @oliviertassinari
|
|
50
|
+
- [core] Remove redundant window @oliviertassinari
|
|
51
|
+
- [core] Fix some issues reported by eslint-plugin-react-compiler (#43117) @binsmyth
|
|
52
|
+
- [core] Replace more `indexOf` with `includes` (#43694) @Juneezee
|
|
53
|
+
- [core] Remove /.yarn (#43712) @oliviertassinari
|
|
54
|
+
- [docs-infra] Enable synthetic default imports in TypeScript config (#43747) @morozow
|
|
55
|
+
- [docs-infra] Fix Vale config for TypeScript references (#43751) @oliviertassinari
|
|
56
|
+
- [docs-infra] Fix toolbar arrow order (#43627) @oliviertassinari
|
|
57
|
+
- [docs-infra] Fix missing dependencies in multi-tab demos (#43713) @cherniavskii
|
|
58
|
+
- [docs-infra] Fix API search link regression (#43662) @oliviertassinari
|
|
59
|
+
- [test] Update font-awesome CSS file in regression tests fixture (#43745) @Janpot
|
|
60
|
+
- [test] Remove position:relative from regression container (#43743) @aarongarciah
|
|
61
|
+
- [test] Remove top-level inline-block from the regression tests (#43656) @Janpot
|
|
62
|
+
- [website] Match pricing page with linked page h1 @oliviertassinari
|
|
63
|
+
|
|
64
|
+
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
|
|
65
|
+
|
|
3
66
|
## v6.1.0
|
|
4
67
|
|
|
5
68
|
<!-- 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.1",
|
|
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.1"
|
|
37
37
|
},
|
|
38
38
|
"peerDependenciesMeta": {
|
|
39
39
|
"@types/react": {
|