@mui/material-nextjs 5.15.6 → 5.15.9

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,214 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## v5.15.9<!-- generated comparing v5.15.8..master -->
4
+
5
+ _Feb 8, 2024_
6
+
7
+ A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
8
+
9
+ - 🐛 A critical fix to remove non-published library usage in `@mui/material` peerDependencies.
10
+
11
+ ### `@mui/material@5.15.9`
12
+
13
+ - &#8203;<!-- 11 -->[autocomplete] Avoid spread operator (#40968) @oliviertassinari
14
+ - &#8203;<!-- 05 -->[material] Remove zero-runtime from peer dep (#41003) @brijeshb42
15
+
16
+ ### `@mui/base@5.0.0-beta.36`
17
+
18
+ - &#8203;<!-- 10 -->[base-ui] Update props using Array to ReadonlyArray type (#40754) @RaghavenderSingh
19
+
20
+ ### `@mui/system@5.15.9`
21
+
22
+ - &#8203;<!-- 02 -->[system] use `ReadonlyArray` for CSS related types (#40972) @siriwatknp
23
+ - &#8203;<!-- 01 -->[zero] Migrate to use wyw-in-js instead of linaria (#40866) @brijeshb42
24
+
25
+ ### Docs
26
+
27
+ - &#8203;<!-- 06 -->[docs] Polish codemod git diff format @oliviertassinari
28
+ - &#8203;<!-- 05 -->[material-ui][docs] Migrating from deprecated apis follow up (#40981) @DiegoAndai
29
+
30
+ ### Core
31
+
32
+ - &#8203;<!-- 09 -->[code-infra] Move next config to ESM (#40869) @Janpot
33
+ - &#8203;<!-- 08 -->[code-infra] Update prettier (#40772) @Janpot
34
+ - &#8203;<!-- 07 -->[code-infra] Add codemod for `light` prop removal (#40947) @sai6855
35
+
36
+ All contributors of this release in alphabetical order: @brijeshb42, @DiegoAndai, @Janpot, @oliviertassinari, @RaghavenderSingh, @sai6855, @siriwatknp
37
+
38
+ ## v5.15.8<!-- generated comparing v5.15.7..master -->
39
+
40
+ _Feb 6, 2024_
41
+
42
+ A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
43
+
44
+ - 💫 Added a redesigned [landing page template](https://mui.com/material-ui/getting-started/templates/landing-page/) (#37557) @zanivan
45
+ - ✨ Added support for Arrow Down/Up + Shift and Page Up/Down keys for faster stepping in the Slider component (#40676) @mnajdova
46
+ - many 🐛 bug fixes and 📚 documentation improvements
47
+
48
+ ### `@mui/material@5.15.8`
49
+
50
+ - &#8203;<!-- 36 -->[Avatar] Simplify valid children assertion (#40834) @oliviertassinari
51
+
52
+ ### `@mui/codemod@5.15.8`
53
+
54
+ - &#8203;<!-- 37 -->[Accordion] Update props actual.js test case (#40879) @DiegoAndai
55
+ - &#8203;<!-- 12 -->Fix `findComponentJSX` util (#40855) @sai6855
56
+
57
+ ### `@mui/system@5.15.8`
58
+
59
+ - &#8203;<!-- 10 -->Add blend color manipulator (#40258) @romgrk
60
+ - &#8203;<!-- 38 -->Support variants in `theme.styleOverrides` (#40690) @siriwatknp
61
+ - &#8203;<!-- 02 -->[zero] Always replace the `createUseThemeProps` call (#40885) @siriwatknp
62
+ - &#8203;<!-- 01 -->[zero] Add README with installation and basic usage (#40761) @brijeshb42
63
+
64
+ ### `@mui/base@5.0.0-beta.34`
65
+
66
+ - &#8203;<!-- 35 -->[Button] Add support for `hostElementName` prop to improve SSR (#40507) @mj12albert
67
+ - &#8203;<!-- 30 -->[Menu] Use Popup instead of Popper (#40731) @michaldudak
68
+ - &#8203;<!-- 29 -->[useNumberInput] Integrate useNumberInput with useControllableReducer (#40206) @mj12albert
69
+ - &#8203;<!-- 11 -->[Slider] Add support for Arrow Down/Up + Shift and Page Up/Down keys (#40676) @mnajdova
70
+
71
+ ### Docs
72
+
73
+ - &#8203;<!-- 34 -->[base-ui] Update usage.md (#40916) @adebiyial
74
+ - &#8203;<!-- 33 -->[base-ui] Improve Base UI traffic from Material UI (#40875) @oliviertassinari
75
+ - &#8203;<!-- 32 -->[base-ui] Change Radio component terminology from Button to Group (#40888) @danilo-leal
76
+ - &#8203;<!-- 42 -->[base-ui] Remove redundant "Styled" prefix (#40478) @oliviertassinari
77
+ - &#8203;<!-- 48 -->[base-ui] Update listbox slot style in demo (#40952) @sai6855
78
+ - &#8203;<!-- 14 -->[material-ui] Fix createTheme import and markdown format in the Next.js guide (#40895) @hsmtkk
79
+ - &#8203;<!-- 13 -->[material-ui] Correct Google font CDN URL as Roboto 600 weight is not used (#40852) @xuhdev
80
+ - &#8203;<!-- 14 -->[material-ui] Replace the Album template with a landing page (#37557) @zanivan
81
+ - &#8203;<!-- 21 -->[material-ui] Add deprecations migration guide (#40767) @DiegoAndai
82
+ - &#8203;<!-- 22 -->[material-ui] Improve aria-label throughout the Button Group demos (#40892) @danilo-leal
83
+ - &#8203;<!-- 17 -->[joy-ui] Update the Overview callout (#40900) @danilo-leal
84
+ - &#8203;<!-- 22 -->Fix image size and dark mode @oliviertassinari
85
+ - &#8203;<!-- 21 -->Migrate links from legacy.reactjs.org to react.dev @oliviertassinari
86
+ - &#8203;<!-- 20 -->Fix 301 links @oliviertassinari
87
+ - &#8203;<!-- 19 -->Fix outdated link @oliviertassinari
88
+ - &#8203;<!-- 18 -->Fix URL and typo in CONTRIBUTING.md (#40899) @Smileek
89
+
90
+ ### Core
91
+
92
+ - &#8203;<!-- 28 -->[blog] Optimize images for /blog/mui-x-v7-beta/ @oliviertassinari
93
+ - &#8203;<!-- 27 -->[blog] Clarify barrel index tree-shaking @oliviertassinari
94
+ - &#8203;<!-- 26 -->[code-infra] Simplify bug reproduction (#40833) @oliviertassinari
95
+ - &#8203;<!-- 25 -->[code-infra] Prepare publishing @mui-internal/typescript-to-proptypes to npm (#40842) @michaldudak
96
+ - &#8203;<!-- 40 -->[code-infra] Remove babel alias from the docs (#40792) @Janpot
97
+ - &#8203;<!-- 24 -->[core] Use Google Font v2 API @oliviertassinari
98
+ - &#8203;<!-- 23 -->[core] Add missing change to v5.15.7 changelog (#40872) @DiegoAndai
99
+ - &#8203;<!-- 31 -->[core] Normalize `<meta name="viewport" />`` @oliviertassinari
100
+ - &#8203;<!-- 28 -->[dependencies] Do not update envinfo test dependencies (#40950) @michaldudak
101
+ - &#8203;<!-- 17 -->[docs-infra] Fix arbitrary gap between paragraphs in callouts (#40911) @oliviertassinari
102
+ - &#8203;<!-- 16 -->[docs-infra] Allow developers to build their CodeSandbox export (#40878) @oliviertassinari
103
+ - &#8203;<!-- 15 -->[docs-infra] Improve StackBlitz support (#40832) @oliviertassinari
104
+ - &#8203;<!-- 21 -->[docs-infra] Improve support for absolute locale URL (#40940) @oliviertassinari
105
+ - &#8203;<!-- 31 -->[Menu][base-ui] Fix improperly merged tests (#40896) @michaldudak
106
+ - &#8203;<!-- 09 -->[utils] Use consistent build approach (#40837) @siriwatknp
107
+ - &#8203;<!-- 08 -->[website] Fix React missing key console error @oliviertassinari
108
+ - &#8203;<!-- 07 -->[website] Fix broken link @oliviertassinari
109
+ - &#8203;<!-- 06 -->[website] Fix heading structure (#40912) @oliviertassinari
110
+ - &#8203;<!-- 05 -->[website] Add Customer Support Agent role to careers page (#40890) @rluzists1
111
+ - &#8203;<!-- 04 -->[website] Refine the Material UI homepage demo (#40881) @danilo-leal
112
+ - &#8203;<!-- 03 -->[website] Use em-dash when relevant over hyphen @oliviertassinari
113
+ - &#8203;<!-- 03 -->[zero] Fix build for demo next.js app (#40854) @brijeshb42
114
+
115
+ All contributors of this release in alphabetical order: @adebiyial, @brijeshb42, @danilo-leal, @DiegoAndai, @hsmtkk, @Janpot, @michaldudak, @mj12albert, @mnajdova, @oliviertassinari, @rluzists1, @romgrk, @sai6855, @siriwatknp, @Smileek, @xuhdev, @zanivan
116
+
117
+ ## v5.15.7
118
+
119
+ <!-- generated comparing v5.15.6..master -->
120
+
121
+ _Jan 31, 2024_
122
+
123
+ A big thanks to the 21 contributors who made this release possible.
124
+ This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
125
+
126
+ ### `@mui/material@5.15.7`
127
+
128
+ - &#8203;<!-- 55 -->[Select] Fix to show notched outline when `displayEmpty` (#40865) @ZeeshanTamboli
129
+ - &#8203;<!-- 51 -->[Avatar] Improve fallback when `children` is empty string or boolean (#40766) @mirus-ua
130
+ - &#8203;<!-- 50 -->[AvatarGroup] Refactor component thereby fixing custom spacing logic (#40686) @ZeeshanTamboli
131
+
132
+ ### `@mui/codemod@5.15.7`
133
+
134
+ - &#8203;<!-- 38 -->Add accordion props deprecation (#40771) @siriwatknp
135
+
136
+ ### `@mui/system@5.15.7`
137
+
138
+ - &#8203;<!-- 56 -->[zero-runtime] Use lodash instead of its subpackages (#40868) @michaldudak
139
+ - &#8203;<!-- 19 -->Add `applyStyles()` to theme (#40667) @siriwatknp
140
+ - &#8203;<!-- 02 -->[zero] Use `theme.applyStyles` in the demo app (#40787) @siriwatknp
141
+ - &#8203;<!-- 01 -->[zero] Add `useThemeProps` processor (#40648) @siriwatknp
142
+
143
+ ### `@mui/utils@5.15.7`
144
+
145
+ - &#8203;<!-- 16 -->[core] Remove unnecessary default export (#40788) @siriwatknp
146
+ - &#8203;<!-- 15 -->[core] Convert all exports to modules (#39882) @mnajdova
147
+ - &#8203;<!-- 20 -->[perf] Prevent unneeded `clearTimeout` calls (#39060) @romgrk
148
+
149
+ ### `@mui/base@5.0.0-beta.34`
150
+
151
+ - &#8203;<!-- 48 -->[Input] Add OTP input demo (#40539) @sai6855
152
+ - &#8203;<!-- 47 -->[Menu] Focus last item after opening a menu using up arrow (#40764) @Jaswanth-Sriram-Veturi
153
+ - &#8203;<!-- 46 -->[Menu] Focus Menu Items on hover (#40755) @michaldudak
154
+
155
+ ### `@mui/joy@5.0.0-beta.25`
156
+
157
+ - &#8203;<!-- 22 -->Change the color scheme type to `SupportedColorScheme` (#40776) @Nikhilh26
158
+
159
+ ### `@mui/lab@5.0.0-alpha.163`
160
+
161
+ - &#8203;<!-- 21 -->[TabContext] Support number type in `value` (#40829) @srinidhi9831
162
+
163
+ ### Docs
164
+
165
+ - &#8203;<!-- 57 -->[material-ui] Fix the icon preview dialog (#40863) @danilo-leal
166
+ - &#8203;<!-- 53 -->[material-ui] Fix typo on styled-components guide (#40858) @dancielos
167
+ - &#8203;<!-- 49 -->[base-ui] Fix CSS vars from the plain CSS theme stylesheet (#40762) @zanivan
168
+ - &#8203;<!-- 31 -->[material-ui][Divider] Remove light prop references from docs (#40782) @sai6855
169
+ - &#8203;<!-- 30 -->Fix build @oliviertassinari
170
+ - &#8203;<!-- 29 -->Add support pages for each product @oliviertassinari
171
+ - &#8203;<!-- 28 -->Add survey banner to docs and website (#40553) @joserodolfofreitas
172
+ - &#8203;<!-- 24 -->[Menu] Fix hydration mismatch error on Base UI's Menu docs (#40758) @michaldudak
173
+ - &#8203;<!-- 25 -->[material-nextjs] Add theming and configuration content to the page (#40626) @siriwatknp
174
+
175
+ ### Core
176
+
177
+ - &#8203;<!-- 54 -->[website] Move `React Engineer - X` into the future roles section (#40867) @DanailH
178
+ - &#8203;<!-- 52 -->[material-ui][test][Alert] Add action, icon, and iconMapping tests (#40682) @DiegoAndai
179
+ - &#8203;<!-- 45 -->[blog] Lint duplicate h1 on the page (#40835) @oliviertassinari
180
+ - &#8203;<!-- 44 -->[blog] MUI X v7 beta announcement blogpost (#40784) @joserodolfofreitas
181
+ - &#8203;<!-- 43 -->[code-infra] Remove custom TS installation script (#40636) @michaldudak
182
+ - &#8203;<!-- 42 -->[code-infra] Correct API Docs Builder dependencies (#40775) @michaldudak
183
+ - &#8203;<!-- 41 -->[code-infra] Migrate to prettier async APIs (#40668) @Janpot
184
+ - &#8203;<!-- 40 -->[code-infra] Refined docs generation (#40603) @alexfauquette
185
+ - &#8203;<!-- 39 -->[code-infra] Explain how to install the browsers (#40474) @oliviertassinari
186
+ - &#8203;<!-- 37 -->`missingKeyGenerator` do no longer exist (#40830) @oliviertassinari
187
+ - &#8203;<!-- 36 -->Rely on immutable ref when possible (#40831) @oliviertassinari
188
+ - &#8203;<!-- 35 -->Remove deprecated `@types/markdown-to-jsx` package from docs (#40828) @ZeeshanTamboli
189
+ - &#8203;<!-- 34 -->Remove unneeded `@slack/web-api` package (#40840) @ZeeshanTamboli
190
+ - &#8203;<!-- 33 -->Clarify TODO instruction @oliviertassinari
191
+ - &#8203;<!-- 32 -->Remove unneeded use-clients (#40663) @oliviertassinari
192
+ - &#8203;<!-- 27 -->[docs-infra] Fix anchor link hook (#40836) @oliviertassinari
193
+ - &#8203;<!-- 26 -->[docs-infra] Avoid layout shift on docs-pages (#40749) @oliviertassinari
194
+ - &#8203;<!-- 23 -->[examples] Fix build on Next.js Pages Router examples (#40665) @oliviertassinari
195
+ - &#8203;<!-- 18 -->[test] Speed up the envinfo test (#40669) @michaldudak
196
+ - &#8203;<!-- 17 -->[typescript-to-proptypes] Allow to represent dates as `PropTypes.object` (#40774) @flaviendelangle
197
+ - &#8203;<!-- 14 -->[website] Add new Base UI role (#40773) @colmtuite
198
+ - &#8203;<!-- 13 -->[website] Fix a couple of rough edges (#40849) @danilo-leal
199
+ - &#8203;<!-- 12 -->[website] Small polishing after latest changes to the theme (#40846) @zanivan
200
+ - &#8203;<!-- 11 -->[website] Polish some pages and stray components (#40797) @danilo-leal
201
+ - &#8203;<!-- 10 -->[website] Refine the careers page slightly (#40793) @danilo-leal
202
+ - &#8203;<!-- 09 -->[website] Fix missing key on the Testimonials section (#40791) @Janpot
203
+ - &#8203;<!-- 08 -->[website] Fix Footer layout shift (#40786) @oliviertassinari
204
+ - &#8203;<!-- 07 -->[website] Revamp the testimonial section in the homepage (#40752) @danilo-leal
205
+ - &#8203;<!-- 06 -->[website] Fix pricing license model toggle style (#40747) @oliviertassinari
206
+ - &#8203;<!-- 05 -->[website] Fine-tune colors and styles on the branding theme (#40751) @danilo-leal
207
+ - &#8203;<!-- 04 -->[website] Fix Toggle Button styles in the homepage demos (#40744) @mohamedsaiedd
208
+ - &#8203;<!-- 03 -->[website] Update stats on the testimonials section (#40769) @EyaOuenniche
209
+
210
+ All contributors of this release in alphabetical order: @alexfauquette, @colmtuite, @danilo-leal, @DiegoAndai, @EyaOuenniche, @flaviendelangle, @Janpot, @Jaswanth-Sriram-Veturi, @joserodolfofreitas, @michaldudak, @mirus-ua, @mnajdova, @mohamedsaiedd, @Nikhilh26, @oliviertassinari, @romgrk, @sai6855, @siriwatknp, @srinidhi9831, @zanivan, @ZeeshanTamboli
211
+
3
212
  ## v5.15.6
4
213
 
5
214
  <!-- generated comparing v5.15.5..master -->
@@ -55,7 +264,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
55
264
  - &#8203;<!-- 19 -->[core] Polish issue templates @oliviertassinari
56
265
  - &#8203;<!-- 13 -->[docs-infra] Support markdown link in slots descriptions (#40679) @alexfauquette
57
266
  - &#8203;<!-- 08 -->[examples] Simplify Next.js example (#40661) @oliviertassinari
58
- - &#8203;<!-- 03 -->[website] Fix broken styles on Base UI page (#40683) @michaldudak
267
+ - &#8203;<!-- 03 -->[website] Fix broken styles on Base UI page (#40683) @michaldudak
59
268
 
60
269
  All contributors of this release in alphabetical order: @alexfauquette, @anle9650, @ANUGLYPLUGIN, @brijeshb42, @danilo-leal, @devhik0, @DiegoAndai, @DonikaV, @joserodolfofreitas, @michaldudak, @mj12albert, @mnajdova, @mohamedsaiedd, @oliviertassinari, @pcorpet, @sai6855, @zanivan
61
270
 
@@ -1536,7 +1745,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
1536
1745
  ### Core
1537
1746
 
1538
1747
  - [changelog] Fix issues in highlight @oliviertassinari
1539
- - [core] Remove redundant `@material-ui/` aliases from regression test webpack config (#38574) @ZeeshanTamboli
1748
+ - [core] Remove redundant `@material-ui/` aliases from regression test Webpack config (#38574) @ZeeshanTamboli
1540
1749
  - [core] Fix CI error @oliviertassinari
1541
1750
  - [core] Remove unnecessary Box (#38461) @oliviertassinari
1542
1751
  - [core] Set GitHub Action top level permission @oliviertassinari
@@ -3712,7 +3921,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
3712
3921
 
3713
3922
  ### Core
3714
3923
 
3715
- - [core] Close 2022 developer survey @oliviertassinari
3924
+ - [core] Close 2022 Developer Survey @oliviertassinari
3716
3925
  - [core] Fix the product license reference name (#35703) @oliviertassinari
3717
3926
  - [core] Use TypeScript AST instead of TTP for component doc building (#35379) @flaviendelangle
3718
3927
  - [test] Always use & for nesting styles (#35702) @oliviertassinari
@@ -3946,7 +4155,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
3946
4155
  - [docs] Fix typo in FormControl API docs (#35449) @Spanishiwa
3947
4156
  - [docs] Update callouts design (#35390) @danilo-leal
3948
4157
  - [website] New wave of open roles (#35240) @mnajdova
3949
- - [website] Developer survey 2022 (#35407) @joserodolfofreitas
4158
+ - [website] Developer Survey 2022 (#35407) @joserodolfofreitas
3950
4159
 
3951
4160
  ### Core
3952
4161
 
@@ -4673,7 +4882,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
4673
4882
  - [docs] Fix typo in `Grid` docs (#34475) @Dustin-Digitar
4674
4883
  - [docs] Fix typo in `Back to top` section in AppBar docs (#34479) @Dustin-Digitar
4675
4884
  - [docs] Standardize all "Installation" pages (#34168) @samuelsycamore
4676
- - [docs] Fix webpack file name to the standard: `webpack.config.js` (#34446) @CodingItWrong
4885
+ - [docs] Fix Webpack file name to the standard: `webpack.config.js` (#34446) @CodingItWrong
4677
4886
  - [docs] Fix Select `onChange` call (#34408) @siriwatknp
4678
4887
  - [docs] Notification for pickers blog - v5 stable (#34400) @joserodolfofreitas
4679
4888
  - [docs] Improve social sharing of docs pages (#34346) @oliviertassinari
@@ -5348,7 +5557,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
5348
5557
  - [docs] Update to React 18 (#33196) @mnajdova
5349
5558
  - [docs] Simplify "Upload button" demo (#33326) @baharalidurrani
5350
5559
  - [docs] Add "refine" demo to showcase (#33240) @omeraplak
5351
- - [docs] Add webpack alias for legacy utils package (#33376) @jgbae
5560
+ - [docs] Add Webpack alias for legacy utils package (#33376) @jgbae
5352
5561
  - [docs] Improve external link icons synonyms (#33257) @davidgarciab
5353
5562
  - [examples] Update Base UI with Tailwind CSS to use the latest versions of the dependencies (#33401) @mnajdova
5354
5563
  - [examples] Add Base UI example (#33154) @siriwatknp
@@ -7469,7 +7678,7 @@ This is an early release to fix `export 'useId' (imported as 'React') was not fo
7469
7678
  - &#8203;<!-- 9 -->[core] Fix PR run detection in test_bundle_size_monitor (#29879) @eps1lon
7470
7679
  - &#8203;<!-- 8 -->[core] Move bundle size monitoring to CircleCI (#29876) @eps1lon
7471
7680
  - &#8203;<!-- 7 -->[docs] Add keys to Responsive AppBar demo (#29884) @mbrookes
7472
- - &#8203;<!-- 6 -->[docs] MUI's 2021 Developer survey (#29765) @prakhargupta1
7681
+ - &#8203;<!-- 6 -->[docs] MUI's 2021 Developer Survey (#29765) @prakhargupta1
7473
7682
  - &#8203;<!-- 5 -->[docs] Smoother image loading UX (#29858) @oliviertassinari
7474
7683
  - &#8203;<!-- 4 -->[Select] Fix select display value with React Nodes (#29836) @kegi
7475
7684
  - &#8203;<!-- 3 -->[system] Add `experimental_sx` utility (#29833) @mnajdova
@@ -8115,7 +8324,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
8115
8324
  - &#8203;<!-- 42 -->[core] Remove code handling JSS components (#28421) @eps1lon
8116
8325
  - &#8203;<!-- 41 -->[core] Remove unused dependencies (#28468) @eps1lon
8117
8326
  - &#8203;<!-- 40 -->[core] Ensure both docs bundles are analyzeable (#28410) @eps1lon
8118
- - &#8203;<!-- 39 -->[core] Switch to webpack 5 (#28248) @eps1lon
8327
+ - &#8203;<!-- 39 -->[core] Switch to Webpack 5 (#28248) @eps1lon
8119
8328
  - &#8203;<!-- 38 -->[core] Batch small changes (#28177) @oliviertassinari
8120
8329
  - &#8203;<!-- 37 -->[core] Update publish tag to latest (#28382) @mnajdova
8121
8330
  - &#8203;<!-- 19 -->[framer] Update @mui/\* dependencies (#28469) @eps1lon
@@ -8863,7 +9072,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
8863
9072
  - [docs] Sort the size in a more logical order (#27186) @oliviertassinari
8864
9073
  - [docs] Use actual link to paperbase (#27063) @eps1lon
8865
9074
  - [docs] Use custom markdown loader for landing page (#27065) @eps1lon
8866
- - [docs] Use webpack 5 (#27077) @eps1lon
9075
+ - [docs] Use Webpack 5 (#27077) @eps1lon
8867
9076
  - [examples] Fix CDN warning (#27229) @oliviertassinari
8868
9077
  - [examples] Remove `StyledEngineProvider` as JSS is not used (#27133) @mnajdova
8869
9078
  - [examples] Remove forgotten StyledEngineProvider (#27163) @oliviertassinari
@@ -8993,7 +9202,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
8993
9202
  - &#8203;<!-- 35 -->[docs] Fix /components/hidden merge conflict (#26997) @eps1lon
8994
9203
  - &#8203;<!-- 26 -->[docs] Fix 404 links (#26963) @oliviertassinari
8995
9204
  - &#8203;<!-- 24 -->[docs] Remove link that points to v4 blog post (#26960) @steveafrost
8996
- - &#8203;<!-- 16 -->[docs] Use custom webpack loader for markdown (#26774) @eps1lon
9205
+ - &#8203;<!-- 16 -->[docs] Use custom Webpack loader for markdown (#26774) @eps1lon
8997
9206
  - &#8203;<!-- 11 -->[docs] Fix 301 links (#26942) @oliviertassinari
8998
9207
  - &#8203;<!-- 01 -->[docs] Add page for the `sx` prop (#26769) @mnajdova
8999
9208
  - &#8203;<!-- 52 -->[docs] pre-fill issue when a demo crashes (#27034) @eps1lon
@@ -11844,7 +12053,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
11844
12053
  );
11845
12054
  ```
11846
12055
 
11847
- This enforces emotion being injected first. [More details](https://mui.com/material-ui/guides/interoperability/#css-injection-order) in the documentation.
12056
+ This enforces emotion being injected first. [More details](https://mui.com/material-ui/integrations/interoperability/#css-injection-order) in the documentation.
11848
12057
 
11849
12058
  - [Autocomplete] Rename `closeIcon` prop with `clearIcon` to avoid confusion (#23617) @akhilmhdh.
11850
12059
 
@@ -13093,7 +13302,7 @@ Here are some highlights ✨:
13093
13302
  #### Breaking changes
13094
13303
 
13095
13304
  - [Modal] Remove `onRendered` prop from Modal and Portal (#22464) @eps1lon
13096
- Depending on your use case either use a [callback ref](https://legacy.reactjs.org/docs/refs-and-the-dom.html#callback-refs) on the child element or an effect hook in the child component.
13305
+ Depending on your use case either use a [callback ref](https://react.dev/learn/manipulating-the-dom-with-refs#how-to-manage-a-list-of-refs-using-a-ref-callback) on the child element or an effect hook in the child component.
13097
13306
 
13098
13307
  #### Changes
13099
13308
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/material-nextjs",
3
- "version": "5.15.6",
3
+ "version": "5.15.9",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "Collection of utilities for integration between Material UI and Next.js.",
@@ -14,10 +14,9 @@ export type AppRouterCacheProviderProps = {
14
14
  /**
15
15
  * By default <CacheProvider /> from 'import { CacheProvider } from "@emotion/react"'.
16
16
  */
17
- CacheProvider?: (props: {
17
+ CacheProvider?: React.ElementType<{
18
18
  value: EmotionCache;
19
- children: React.ReactNode;
20
- }) => React.JSX.Element | null;
19
+ }>;
21
20
  children: React.ReactNode;
22
21
  };
23
22
  /**
@@ -11,7 +11,7 @@ interface Plugin {
11
11
  */
12
12
  export declare function createGetInitialProps(plugins: Plugin[]): (ctx: DocumentContext) => Promise<DocumentInitialProps>;
13
13
  export interface DocumentHeadTagsProps {
14
- emotionStyleTags: React.JSX.Element[];
14
+ emotionStyleTags: React.ReactElement[];
15
15
  }
16
16
  export declare function DocumentHeadTags(props: DocumentHeadTagsProps): React.JSX.Element;
17
17
  export declare function documentGetInitialProps(ctx: DocumentContext, options?: {