@mui/icons-material 6.2.0 → 6.3.0
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 +76 -0
- package/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,81 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 6.3.0
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v6.2.1..master -->
|
|
6
|
+
|
|
7
|
+
_Dec 23, 2024_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:
|
|
10
|
+
|
|
11
|
+
- Fix invalid HTML structure in the Accordion component (#44408) @ZeeshanTamboli
|
|
12
|
+
The HTML elements of the Accordion summary have been updated:
|
|
13
|
+
- the root element is now button (previously div).
|
|
14
|
+
- summary content and the icon wrapper are now span (previously div).
|
|
15
|
+
This will only impact you if you used the HTML element as selectors in your styles.
|
|
16
|
+
|
|
17
|
+
### `@mui/material@6.3.0`
|
|
18
|
+
|
|
19
|
+
- [Accordion] Fix invalid HTML inside heading (#44408) @ZeeshanTamboli
|
|
20
|
+
- [useAutocomplete] Improve TS typing of `groupedOptions` prop (#44657) @lewxdev
|
|
21
|
+
- Prevent `ownerState` propagation for transition slots (#44401) @ZeeshanTamboli
|
|
22
|
+
- [StepContent] Add slots and slotProps (#44742) @sai6855
|
|
23
|
+
- [TablePagination] Add the rest of `slots` and `slotProps`. (#44570) @siriwatknp
|
|
24
|
+
|
|
25
|
+
### `@mui/system@6.3.0`
|
|
26
|
+
|
|
27
|
+
- Set `before` directly without using prepend for global styles (#44648) @siriwatknp
|
|
28
|
+
|
|
29
|
+
### Docs
|
|
30
|
+
|
|
31
|
+
- [material-ui] Improve `theme.applyStyles()` docs (#44658) @DiegoAndai
|
|
32
|
+
- [material-ui] Update MD callout (#43958) @aarongarciah
|
|
33
|
+
|
|
34
|
+
### Core
|
|
35
|
+
|
|
36
|
+
- Remove unnecessary conditional around `.muiName =` (#44071) @Janpot
|
|
37
|
+
- [blog] Material UI: 2024 EOY updates blog post (#44722) @alelthomas
|
|
38
|
+
- Fix quickstart command in pigment docs (#44806) @yash49
|
|
39
|
+
- [docs-infra] Remove Next.js production profiler (#44823) @romgrk
|
|
40
|
+
- [docs-infra] Remove no longer support `optimizeFonts` Next.js option (#44802) @LukasTy
|
|
41
|
+
|
|
42
|
+
All contributors of this release in alphabetical order: @aarongarciah, @alelthomas, @DiegoAndai, @Janpot, @lewxdev, @LukasTy, @romgrk, @sai6855, @siriwatknp, @yash49, @ZeeshanTamboli
|
|
43
|
+
|
|
44
|
+
## 6.2.1
|
|
45
|
+
|
|
46
|
+
<!-- generated comparing v6.2.0..master -->
|
|
47
|
+
|
|
48
|
+
_Dec 17, 2024_
|
|
49
|
+
|
|
50
|
+
A big thanks to the 10 contributors who made this release possible.
|
|
51
|
+
|
|
52
|
+
### `@mui/material@6.2.1`
|
|
53
|
+
|
|
54
|
+
- Update `overridesResolver` return from object to array of styles (#44752) @siddhantantil39
|
|
55
|
+
- [Pagination] Use correct `aria-current` value (#44753) @jacklaurencegaray
|
|
56
|
+
- [Select] Set `aria-required` & `aria-invalid` on `combobox` instead of hidden input (#44731) @ben-pomelo
|
|
57
|
+
|
|
58
|
+
### `@mui/system@6.2.1`
|
|
59
|
+
|
|
60
|
+
- Warns if the hex color contains trailing space (#44538) @siriwatknp
|
|
61
|
+
|
|
62
|
+
### Docs
|
|
63
|
+
|
|
64
|
+
- [material-ui][Dialog] Fix crashing of DraggableDialog demo (#44747) @sai6855
|
|
65
|
+
- [material-ui][TextField] Update `react-number-format` demo to use the recommended prop (#44743) @siriwatknp
|
|
66
|
+
- [material-ui][TextField] Add size default prop to api docs (#44714) @sai6855
|
|
67
|
+
- [material-ui][TextField] Add suffix shrink demo (#44744) @siriwatknp
|
|
68
|
+
|
|
69
|
+
### Core
|
|
70
|
+
|
|
71
|
+
- [api-docs-builder] Preserve multiline prop descriptions with `rawDescriptions` option (#44737) @vladmoroz
|
|
72
|
+
- Fix running mocha related scripts on Windows locally (#44664) @ChristopherJamesL
|
|
73
|
+
- Update `eslint-plugin-jsx-a11y` (#44701) @ZeeshanTamboli
|
|
74
|
+
- Add documentation to `useThemeProps`, `deepmerge` and `composeClasses` functions (#44703) @JCQuintas
|
|
75
|
+
- [examples] Add Theme Mode Switch to Next.js TS example (#43576) @TurtIeSocks
|
|
76
|
+
|
|
77
|
+
All contributors of this release in alphabetical order: @ben-pomelo, @ChristopherJamesL, @jacklaurencegaray, @JCQuintas, @sai6855, @siddhantantil39, @siriwatknp, @TurtIeSocks, @vladmoroz, @ZeeshanTamboli
|
|
78
|
+
|
|
3
79
|
## 6.2.0
|
|
4
80
|
|
|
5
81
|
<!-- generated comparing v6.1.10..master -->
|
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/icons-material",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.3.0",
|
|
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.
|
|
36
|
+
"@mui/material": "^6.3.0"
|
|
37
37
|
},
|
|
38
38
|
"peerDependenciesMeta": {
|
|
39
39
|
"@types/react": {
|