@mui/material-nextjs 6.3.0 → 6.4.2

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