@mui/icons-material 6.3.0 → 6.3.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 +36 -0
- package/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,41 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 6.3.1
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v6.3.0..master -->
|
|
6
|
+
|
|
7
|
+
_Jan 3, 2025_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 8 contributors who made this release possible.
|
|
10
|
+
|
|
11
|
+
### `@mui/material@6.3.1`
|
|
12
|
+
|
|
13
|
+
- [Autocomplete] Revert: Fix options list rendering in freeSolo mode (#44858) @ZeeshanTamboli
|
|
14
|
+
- [Tooltip] Warn instead of error when trigger is disabled (#44846) @yash49
|
|
15
|
+
- [TableSortLabel] Add slots and slotProps (#44728) @sai6855
|
|
16
|
+
- [Select] Deprecate composed classes (#44925) @sai6855
|
|
17
|
+
|
|
18
|
+
### Docs
|
|
19
|
+
|
|
20
|
+
- [material-ui][Accordion] Update `Anatomy` section in Accordion docs (#44849) @ZeeshanTamboli
|
|
21
|
+
- [material-ui][CardActionArea] Added demo in docs of cards for adding props to CardActionArea (#44789) @siddhantantil39
|
|
22
|
+
- [material-ui][Grid2] Add interactive demo for Grid v2 (#44820) @yash49
|
|
23
|
+
- [material-ui][Select] Update docs to reflect the omission of placeholder prop (#44856) @adityaparab
|
|
24
|
+
- [joy-ui] Fix Color mode button on Theme builder (#44864) @komkanit
|
|
25
|
+
- Fix 301 redirections @oliviertassinari
|
|
26
|
+
|
|
27
|
+
### Core
|
|
28
|
+
|
|
29
|
+
- [examples] Update Next.js examples Next.js and React versions (#44852) @DiegoAndai
|
|
30
|
+
- [code-infra] Prevent wrong nested imports in Base UI (#44426) @oliviertassinari
|
|
31
|
+
- [docs-infra] Add vale coverage for App Router and Page Router (060c55c) @oliviertassinari
|
|
32
|
+
- Sync with other repos (1b9300f) @oliviertassinari
|
|
33
|
+
- Fix docs:build to work in docs folder too (6b923a4) @oliviertassinari
|
|
34
|
+
- Setup React 18 CI tests (#44868) @DiegoAndai
|
|
35
|
+
- Update test to use public API (#44875) @oliviertassinari
|
|
36
|
+
|
|
37
|
+
All contributors of this release in alphabetical order: @adityaparab, @DiegoAndai, @komkanit, @oliviertassinari, @sai6855, @siddhantantil39, @yash49, @ZeeshanTamboli
|
|
38
|
+
|
|
3
39
|
## 6.3.0
|
|
4
40
|
|
|
5
41
|
<!-- generated comparing v6.2.1..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.
|
|
3
|
+
"version": "6.3.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.3.
|
|
36
|
+
"@mui/material": "^6.3.1"
|
|
37
37
|
},
|
|
38
38
|
"peerDependenciesMeta": {
|
|
39
39
|
"@types/react": {
|