@mui/material-nextjs 6.3.1 → 6.4.3

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +137 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,142 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 6.4.3
4
+
5
+ <!-- generated comparing v6.4.2..v6.x -->
6
+
7
+ _Feb 4, 2025_
8
+
9
+ A big thanks to the 3 contributors who made this release possible.
10
+
11
+ ### `@mui/material@6.4.3`
12
+
13
+ - [LinearProgress][CircularProgress] Add variant overrides for module augmentation (#45191) @ZeeshanTamboli
14
+ - [TextField] Remove deprecated props from documentation (#45200) @sai6855
15
+
16
+ ### Core
17
+
18
+ - Fix corepack and pnpm installation in CircleCI (#45194) @DiegoAndai
19
+
20
+ All contributors of this release in alphabetical order: @DiegoAndai, @sai6855, @ZeeshanTamboli
21
+
22
+ ## 6.4.2
23
+
24
+ <!-- generated comparing v6.4.1..v6.x -->
25
+
26
+ _Jan 29, 2025_
27
+
28
+ A big thanks to the 5 contributors who made this release possible.
29
+
30
+ ### `@mui/material@6.4.2`
31
+
32
+ - [Autocomplete] Prevent shrink animation in uncontrolled Autocomplete when default value is set (#44873) @ZeeshanTamboli
33
+ - [Slider] Fix arrow keys past the end for Slider with custom marks (#45050) @joshkel
34
+ - [TextareaAutosize] Temporarily disconnect ResizeObserver to avoid loop error (#44540) @mj12albert
35
+
36
+ ### Core
37
+
38
+ - [code-infra] a few fixes uncovered during ESM updates (@Janpot) (#45100) @Janpot
39
+ - [code-infra] Remove rsc-builder (#45079) @Janpot
40
+ - [code-infra] Remove commonjs imports in docs (#44976) @Janpot
41
+ - Prepare stable release from the `v6.x` branch (#45133) @DiegoAndai
42
+
43
+ ### Docs
44
+
45
+ - Fix `/base-ui` redirect and prune links (#45083) @mj12albert
46
+
47
+ All contributors of this release in alphabetical order: @DiegoAndai, @Janpot, @joshkel, @mj12albert, @ZeeshanTamboli
48
+
49
+ ## 6.4.1
50
+
51
+ <!-- generated comparing v6.4.0..master -->
52
+
53
+ _Jan 21, 2025_
54
+
55
+ A big thanks to the 9 contributors who made this release possible.
56
+
57
+ ### `@mui/material@6.4.1`
58
+
59
+ - [ButtonBase] Export types used in ButtonBase props (#43530) @Janpot
60
+ - [Dialog] Add slots and slotProps (#44792) @sai6855
61
+ - [Drawer] Deprecate composed classes (#44870) @yash49
62
+ - [IconButton] Set default loading to `null` (#45057) @siriwatknp
63
+ - [ListItem] Add codemod for deprecated props (#45022) @sai6855
64
+ - [Modal] Add migration guide and codemod for deprecated props (#45021) @sai6855
65
+ - [TextField] Fix filled state to be synced with autofill (#44135) @DiegoAndai
66
+
67
+ ### `@mui/system@6.4.1`
68
+
69
+ - Fix dark mode flicker using `useEnhancedEffect` (#44812) @siriwatknp
70
+
71
+ ### `@mui/utils@6.4.1`
72
+
73
+ - Do not deep merge React component (#45058) @siriwatknp
74
+
75
+ ### Docs
76
+
77
+ - Fix typo (#45070) @Fullchee
78
+ - Improve Toolpad templates section (#44914) @bharatkashyap
79
+ - Fix expand / collapse icons orientation (#44989) @zanivan
80
+ - Rename "Base UI" to "MUI Base" in all text (#45060) @mj12albert
81
+ - Add @mui/base deprecation callout (#45030) @mj12albert
82
+ - Update @mui/base deprecation message (#45064) @mj12albert
83
+
84
+ ### Core
85
+
86
+ - [code-infra] Add "use client" directive to files with React APIs (#45036) @Janpot
87
+ - [docs] 301 redirect `/base-ui` to `base-ui.com` (#45061) @mj12albert
88
+
89
+ All contributors of this release in alphabetical order: @bharatkashyap, @DiegoAndai, @Fullchee, @Janpot, @mj12albert, @sai6855, @siriwatknp, @yash49, @zanivan
90
+
91
+ ## 6.4.0
92
+
93
+ <!-- generated comparing v6.3.1..master -->
94
+
95
+ _Jan 13, 2025_
96
+
97
+ A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
98
+
99
+ - Added [`loading` prop](https://mui.com/material-ui/react-button/#loading-2) to the `Button` and `IconButton` components (#44637) @siriwatknp
100
+
101
+ ### `@mui/material@6.4.0`
102
+
103
+ - [Alert] complete `slots` and `slotProps` (#44971) @siriwatknp
104
+ - [Autocomplete] Sync runtime and TS types for key in grouped options (#44862) @aarongarciah
105
+ - [Button] Add `loading` prop (#44637) @siriwatknp
106
+ - [CardHeader] Deprecate `*TypographyProps` and complete `slots`, `slotProps` (#44729) @siriwatknp
107
+ - [CircularProgress] Improve indeterminate animation to be symmetric and smooth (#44934) @yashdev16
108
+ - [LinearProgress] Deprecate composed classes (#44933) @headironc
109
+ - [Link] Fix error for using custom palette with underline (#44927) @siriwatknp
110
+ - [Select] Do not set `aria-controls` when closed (#44919) @siddhantantil39
111
+ - [Select] Add missing root class (#44928) @sai6855
112
+ - [Slider] Set onChangeCommitted to receive the last argument passed to onChange (#44795) @good-jinu
113
+ - Add `mergeSlotProps` for extending components (#44809) @siriwatknp
114
+ - Update `mergeSlotProps` to merge `style` (#44959) @siriwatknp
115
+ - Fix slots typing for Tooltip and StepLabel (#44985) @siriwatknp
116
+ - Remove unnecessary blank lines (#44980) @sai6855
117
+
118
+ ### Docs
119
+
120
+ - [docs] Fix Dashboard sidenav sroll (#44876) @oliviertassinari
121
+ - [docs] Fix broken anchor link to w3.org (c51af8e) @oliviertassinari
122
+ - [docs] Add details on complementary Menu components (#44957) @samuelsycamore
123
+ - [docs] Remove misleading messaging on MD3 support (#44953) @mnajdova
124
+ - [docs] Fix code copy button obscuring on small screen sizes (#44861) @ZeeshanTamboli
125
+ - [docs] Remove more instances of Adobe XD (#44956) @samuelsycamore
126
+ - [docs] Remove Adobe XD chips, links, and mentions (#44909) @samuelsycamore
127
+ - [docs] Fix incorrect rendering in Typography docs (#44937) @iaziz11
128
+
129
+ ### Core
130
+
131
+ - [core] Remove redundant screenshots (#44877) @oliviertassinari
132
+ - [core] Remove Suspense and clock mocking from regressions and e2e tests (#44935) @DiegoAndai
133
+ - [code-infra] Allow react@18 on `@mui/internal-test-utils` (#45023) @LukasTy
134
+ - [code-infra] Stabilize flaky pigment progressbar tests (#44969) @Janpot
135
+ - [example] Update the CDN example to adapt React 19. (#44979) @IceOfSummer
136
+ - [figma] Clarify that Material UI Sync plugin is experimental (#44975) @oliviertassinari
137
+
138
+ All contributors of this release in alphabetical order: @aarongarciah, @DiegoAndai, @good-jinu, @headironc, @iaziz11, @IceOfSummer, @Janpot, @LukasTy, @mnajdova, @oliviertassinari, @sai6855, @samuelsycamore, @siddhantantil39, @siriwatknp, @yashdev16, @ZeeshanTamboli
139
+
3
140
  ## 6.3.1
4
141
 
5
142
  <!-- generated comparing v6.3.0..master -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/material-nextjs",
3
- "version": "6.3.1",
3
+ "version": "6.4.3",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "Collection of utilities for integration between Material UI and Next.js.",