@mui/icons-material 6.2.0 → 6.2.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 +35 -0
- package/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,40 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 6.2.1
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v6.2.0..master -->
|
|
6
|
+
|
|
7
|
+
_Dec 17, 2024_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 10 contributors who made this release possible.
|
|
10
|
+
|
|
11
|
+
### `@mui/material@6.2.1`
|
|
12
|
+
|
|
13
|
+
- Update `overridesResolver` return from object to array of styles (#44752) @siddhantantil39
|
|
14
|
+
- [Pagination] Use correct `aria-current` value (#44753) @jacklaurencegaray
|
|
15
|
+
- [Select] Set `aria-required` & `aria-invalid` on `combobox` instead of hidden input (#44731) @ben-pomelo
|
|
16
|
+
|
|
17
|
+
### `@mui/system@6.2.1`
|
|
18
|
+
|
|
19
|
+
- Warns if the hex color contains trailing space (#44538) @siriwatknp
|
|
20
|
+
|
|
21
|
+
### Docs
|
|
22
|
+
|
|
23
|
+
- [material-ui][Dialog] Fix crashing of DraggableDialog demo (#44747) @sai6855
|
|
24
|
+
- [material-ui][TextField] Update `react-number-format` demo to use the recommended prop (#44743) @siriwatknp
|
|
25
|
+
- [material-ui][TextField] Add size default prop to api docs (#44714) @sai6855
|
|
26
|
+
- [material-ui][TextField] Add suffix shrink demo (#44744) @siriwatknp
|
|
27
|
+
|
|
28
|
+
### Core
|
|
29
|
+
|
|
30
|
+
- [api-docs-builder] Preserve multiline prop descriptions with `rawDescriptions` option (#44737) @vladmoroz
|
|
31
|
+
- Fix running mocha related scripts on Windows locally (#44664) @ChristopherJamesL
|
|
32
|
+
- Update `eslint-plugin-jsx-a11y` (#44701) @ZeeshanTamboli
|
|
33
|
+
- Add documentation to `useThemeProps`, `deepmerge` and `composeClasses` functions (#44703) @JCQuintas
|
|
34
|
+
- [examples] Add Theme Mode Switch to Next.js TS example (#43576) @TurtIeSocks
|
|
35
|
+
|
|
36
|
+
All contributors of this release in alphabetical order: @ben-pomelo, @ChristopherJamesL, @jacklaurencegaray, @JCQuintas, @sai6855, @siddhantantil39, @siriwatknp, @TurtIeSocks, @vladmoroz, @ZeeshanTamboli
|
|
37
|
+
|
|
3
38
|
## 6.2.0
|
|
4
39
|
|
|
5
40
|
<!-- 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.2.
|
|
3
|
+
"version": "6.2.1",
|
|
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.2.
|
|
36
|
+
"@mui/material": "^6.2.1"
|
|
37
37
|
},
|
|
38
38
|
"peerDependenciesMeta": {
|
|
39
39
|
"@types/react": {
|