@mui/docs 6.4.8 → 6.4.10

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 CHANGED
@@ -1,5 +1,59 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 6.4.10
4
+
5
+ <!-- generated comparing v6.4.9..v6.x -->
6
+
7
+ _Mar 31, 2025_
8
+
9
+ A big thanks to the 4 contributors who made this release possible.
10
+
11
+ ### `@mui/material@6.4.10`
12
+
13
+ - [Autocomplete] Prevent shrink animation in controlled Autocomplete when initial `value` is provided (#45735) @imadx
14
+ - [Popover] Allow `null` in `anchorEl` function return type (#45723) @eduter
15
+
16
+ ### Docs
17
+
18
+ - Fix new React project link, CRA deprecated (#45669) @oliviertassinari
19
+
20
+ ### Core
21
+
22
+ - [utils] Support cleanup callbacks in useForkRef (#45733) @DiegoAndai
23
+
24
+ All contributors of this release in alphabetical order: @DiegoAndai, @eduter, @imadx, @oliviertassinari
25
+
26
+ ## 6.4.9
27
+
28
+ <!-- generated comparing v6.4.8..v6.x -->
29
+
30
+ _Mar 25, 2025_
31
+
32
+ A big thanks to the 7 contributors who made this release possible.
33
+
34
+ ### `@mui/material@6.4.9`
35
+
36
+ - [Autocomplete] Fix when `onHighlightChange` is called (@ZeeshanTamboli) (#45635) @ZeeshanTamboli
37
+ - [StepLabel] Add missing root slot (#45607) @sai6855
38
+ - [Switch] Add slots and slotProps (#45628) @siriwatknp
39
+ - [TextField] Add `root` slot (#45616) @sai6855
40
+ - [Tabs] Fix modifier keys + Left/Right Arrow key from being consumed by tab navigation (#45620) @mushfiqbh
41
+
42
+ ### `@mui/codemon@6.4.9`
43
+
44
+ - Add missing deprecations in deprecations-all file (#45508) @sai6855
45
+
46
+ ### Docs
47
+
48
+ - [docs] Fix grammatical errors in support.md (#45636) @letianpailove
49
+ - [docs] Restore utility component docs from MUI Base to Material UI (#45240) @mapache-salvaje
50
+
51
+ ### Core
52
+
53
+ - [core] Prepare v6 branch for v7 stable release (#45668) @DiegoAndai
54
+
55
+ All contributors of this release in alphabetical order: @DiegoAndai, @letianpailove, @mapache-salvaje, @mushfiqbh, @sai6855, @siriwatknp, @ZeeshanTamboli
56
+
3
57
  ## 6.4.8
4
58
 
5
59
  <!-- generated comparing v6.4.7..v6.x -->
package/README.md CHANGED
@@ -6,21 +6,23 @@ This package hosts the documentation building blocks.
6
6
 
7
7
  Install the package in your project directory with:
8
8
 
9
- <!-- #default-branch-switch -->
9
+ <!-- #npm-tag-reference -->
10
10
 
11
11
  ```bash
12
- npm install @mui/docs
12
+ npm install @mui/docs@^6.0.0
13
13
  ```
14
14
 
15
15
  The docs has a peer dependency on the core components.
16
16
  If you are not already using Material UI in your project, you can add it with:
17
17
 
18
- <!-- #default-branch-switch -->
18
+ <!-- #npm-tag-reference -->
19
19
 
20
20
  ```bash
21
- npm install @mui/material
21
+ npm install @mui/material@^6.0.0
22
22
  ```
23
23
 
24
+ If you wish to use the latest version, remove the `@^6.0.0` suffix.
25
+
24
26
  ## Documentation
25
27
 
26
28
  We have no documentation for these components.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/docs",
3
- "version": "6.4.8",
3
+ "version": "6.4.10",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "MUI Docs - Documentation building blocks.",