@mui/material-nextjs 5.15.7 β†’ 5.15.11

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 +309 -30
  2. package/package.json +4 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,283 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## v5.15.11
4
+
5
+ <!-- generated comparing v5.15.10..master -->
6
+
7
+ _Feb 21, 2024_
8
+
9
+ A big thanks to the 26 contributors who made this release possible.
10
+ This release was mostly about πŸ› bug fixes and πŸ“š documentation improvements.
11
+
12
+ ### `@mui/material@5.15.11`
13
+
14
+ - [Alert] Deprecate components and componentsProps props (#40681) @DiegoAndai
15
+ - [Autocomplete] Caret transformation issue with font size change (#41066) @dpertsin
16
+ - [StepLabel] Add type for StepIconComponent (#41082) @harrydigos
17
+ - [TablePagination] Fix type error in Select props (#39137) @PaulKristoffersson
18
+ - [Transitions] External ownerState is incorrectly forwarded to inner components (#41187) @gitstart
19
+ - Use direct import (#40851) @siriwatknp
20
+
21
+ ### `@mui/material-nextjs@5.15.11`
22
+
23
+ - Fix missing babel/runtime dependency in material-ui-nextjs (#41077) @siriwatknp
24
+
25
+ ### `@mui/system@5.15.11`
26
+
27
+ - Use direct import (#40851) @siriwatknp
28
+ - Move useMediaQuery to system (#39463) @justintoman
29
+ - Consolidate the variants props callback arguments (#41222) @mnajdova
30
+ - Merge props and ownerState in the variants props callback (#41219) @mnajdova
31
+
32
+ ### `@mui/codemod@5.15.11`
33
+
34
+ - [AccordionSummary] Add contentGutters deprecation codemods (#41006) @DiegoAndai
35
+ - [PaginationItem] Add codemod for deprecated classes (#41145) @sai6855
36
+
37
+ ### `@mui/utils@5.15.11`
38
+
39
+ - Port `useLocalStorageState` hook from Toolpad (#41096) @Janpot
40
+
41
+ ### `@mui/base@5.0.0-beta.37`
42
+
43
+ - [Switch] Add missing role attribute (#40907) @KirankumarAmbati
44
+ - [TextareaAutosize] Improve implementation (#40789) @ZeeshanTamboli
45
+
46
+ ### `@mui/lab@5.0.0-alpha.164`
47
+
48
+ - [Masonry] Ability to sort elements from left to right (#39904) @Rishi556
49
+
50
+ ### Docs
51
+
52
+ - [base-ui] Fix focus state demo in Base UI autocomplete (#41104) @oliviertassinari
53
+ - [base-ui] Update the Accessibility page demos design (#40995) @danilo-leal
54
+ - [joy-ui] Fix LinearProgressWithLabel example (#41194) @khgiddon
55
+ - [joy-ui] Fix 404 image on the docs @oliviertassinari
56
+ - [material-ui] Add a "start now" section on the Overview page (#41137) @danilo-leal
57
+ - [material-ui] Inform about deprecated TablePagination SelectProps usage (#41186) @gitstart
58
+ - [material-ui] Update the Testing page's Argos link (#41170) @gregberge
59
+ - [material-ui] Remove Masonry component and Material Design icon from the landing page template (#41080) @zanivan
60
+ - [material-ui] Standardize all references to Material Design 3 (M3) (#40903) @samuelsycamore
61
+ - [material-ui] Add stray fixes around a few pages (#41038) @danilo-leal
62
+ - [material-ui][joy-ui][system] Restore and revise the Box docs (#40622) @samuelsycamore
63
+ - [material-ui] Add simpler demo for default behavior (#40980) @zanivan
64
+ - [system] Explain why AppRouterCacheProvider (#40909) @oliviertassinari
65
+ - Link to react-transition group with https @oliviertassinari
66
+ - Update broken URL hashes (#41185) @LukasTy
67
+ - Prefer https links @oliviertassinari
68
+ - Fix MUI Treasury link @oliviertassinari
69
+ - Migrate the last > quotes to ::: callouts @oliviertassinari
70
+
71
+ ### Core
72
+
73
+ - [blog] Add new product tags and stray adjustments (#41193) @danilo-leal
74
+ - [blog] Simplify `/base-ui-2024-plans/` page (#41171) @oliviertassinari
75
+ - [blog] Add link to Base UI API changes RFC (#41089) @michaldudak
76
+ - [blog] Remove the "News" tag (#41208) @danilo-leal
77
+ - [changelog] Remove @mui/system@5.15.10 (#41093) @michaldudak
78
+ - [code-infra] Move typescript-to-proptypes to internal-scripts package (#41079) @michaldudak
79
+ - [code-infra] Move Link to @mui/docs (#40889) @Janpot
80
+ - [code-infra] Use `experimental.cpus` to control amount of export workers in Next.js (#41132) @Janpot
81
+ - [code-infra] Load commonjs files in next.config.mjs with require (#41108) @Janpot
82
+ - [code-infra] Prepare babel macros package for publishing to npm (#41178) @michaldudak
83
+ - [code-infra] Build internal packages before publishing (#41210) @michaldudak
84
+ - [core] Improve the release instructions (#40973) @mnajdova
85
+ - [core] Simplify Next.js Demo Zero Runtime guide @oliviertassinari
86
+ - [core] Fix TypeScript spelling in changelog @oliviertassinari
87
+ - [core] Fix small detail in the autocomplete demo @oliviertassinari
88
+ - [core] Increase node memory limit on Netlify build (#41111) @michaldudak
89
+ - [core][Tooltip] Remove incorrect code comment (#41179) @ZeeshanTamboli
90
+ - [core] Fix missing context display names (#41168) @oliviertassinari
91
+ - [core][base-ui] Remove `@mui/base` dev dependency from Base UI workspace (#41216) @ZeeshanTamboli
92
+ - [zero][demo] Fix sample next app build (#41197) @brijeshb42
93
+ - [docs-infra] Simplify copy logic (#41167) @oliviertassinari
94
+ - [docs-infra] New way of providing API layout config (#41106) @alexfauquette
95
+ - [docs-infra] Reduce scrollbar width on ROC (#41148) @oliviertassinari
96
+ - [docs-infra] Add external link arrow (#41129) @siriwatknp
97
+ - [docs-infra] Fix external link arrow (#41181) @alexfauquette
98
+ - [docs-infra] Flag NPM and Github as wrong spellings @oliviertassinari
99
+ - [docs-infra] Fix display when the default props is undefined (#41114) @oliviertassinari
100
+ - [docs-infra] Remove random layout assignment (#40862) @alexfauquette
101
+ - [docs-infra] Add spacing and contrast improvements (#41191) @danilo-leal
102
+ - [docs-infra] Share vale-config (#41176) @alexfauquette
103
+ - [test] Generalize test utils (#41175) @michaldudak
104
+ - [typescript-to-proptypes] Support using `Omit` on types with conditional properties (#41033) @flaviendelangle
105
+ - [website] Match chart component names @oliviertassinari
106
+ - [website] Add Marblism diamond sponsor (#41097) @rluzists1
107
+ - [website] Add overall improvements to the Material UI page (#41075) @danilo-leal
108
+ - [website] Fix responsive breakpoints @oliviertassinari
109
+ - [website] Fix overloading of footer JS files @oliviertassinari
110
+ - [website] Improve the footer's chip contrast (#41209) @danilo-leal
111
+ - [zero] Update to latest version of wyw-in-js (#41182) @brijeshb42
112
+ - [zero] Setup basic testing framework (#40986) @brijeshb42
113
+ - [zero] Fix wrong CSS order by moving import to last (#41002) @siriwatknp
114
+ - [zero] Export `extendTheme` for creating a zero-runtime theme (#40897) @siriwatknp
115
+ - [zero] Move extendTheme to its own subpath (#41204) @brijeshb42
116
+
117
+ All contributors of this release in alphabetical order: @alexfauquette, @brijeshb42, @danilo-leal, @DiegoAndai, @dpertsin, @flaviendelangle, @gitstart, @gregberge, @harrydigos, @Janpot, @justintoman, @khgiddon, @KirankumarAmbati, @LukasTy, @michaldudak, @mnajdova, @nikosgavalas, @oliviertassinari, @PaulKristoffersson, @Rishi556, @rluzists1, @sai6855, @samuelsycamore, @siriwatknp, @zanivan, @ZeeshanTamboli
118
+
119
+ ## v5.15.10
120
+
121
+ <!-- generated comparing v5.15.9..master -->
122
+
123
+ _Feb 12, 2024_
124
+
125
+ A big thanks to the 8 contributors who made this release possible.
126
+ This release was mostly about πŸ› bug fixes and πŸ“š documentation improvements.
127
+
128
+ ### `@mui/material@5.15.10`
129
+
130
+ - [Avatar] Add props deprecation with a codemod (#40853) @siriwatknp
131
+
132
+ ### `@mui/joy@5.0.0-beta.28`
133
+
134
+ - [Button] Fix `disabled` prop priority when inside button group (#41000) @Smileek
135
+ - [IconButton] Support loading prop (#40949) @Smileek
136
+
137
+ ### Docs
138
+
139
+ - [Button][material-ui] Fix 'File upload' demo a11y (#40943) @oliviertassinari
140
+ - [TableRow][material-ui] Escape markup in `children` prop so docgen tools don't parse it as HTML (#40992) @millerized
141
+ - [material-ui] Remove outdated example projects link (it uses Joy UI now) (#40913) @oliviertassinari
142
+ - [material-ui] Fix the "Intro to the MUI ecosystem" link placement (#40988) @danilo-leal
143
+ - Fix 301 redirection to StackBlitz @oliviertassinari
144
+ - Fix h1 on Joy UI templates @oliviertassinari
145
+ - Have MUI workspace own the CodeSandbox @oliviertassinari
146
+ - Add notification for mui x v7 beta (#41001) @joserodolfofreitas
147
+ - Fix 301 links @oliviertassinari
148
+ - Fix Next.js v13.5.1 <title> SEO regression (#40302) @oliviertassinari
149
+ - Add a 404 page (#40884) @danilo-leal
150
+ - Fix missing GitHub label when opening new issue @oliviertassinari
151
+ - [Stack] Update import statement for Stack component (#41032) @sai6855
152
+
153
+ ### Core
154
+
155
+ - [blog] Add post about upcoming plans for BaseΒ UI (#40882) @danilo-leal
156
+ - [core] Simplify CodeSandbox reproduction @oliviertassinari
157
+ - [core] Missing redirection @oliviertassinari
158
+ - [core] Export functions from `copyFiles` script to reuse in MUI X repo (#40970) @cherniavskii
159
+ - [core] Avoid variable shorthands @oliviertassinari
160
+ - [docs-infra] Fix search icon issue (#40957) @oliviertassinari
161
+ - [docs-infra] Ignore classes tagged with `@ignore` (#41009) @cherniavskii
162
+ - [docs-infra] Fix selected tab on codeblocks (#41036) @danilo-leal
163
+ - [website] Polish Customer Support Agent role @oliviertassinari
164
+
165
+ All contributors of this release in alphabetical order: @cherniavskii, @danilo-leal, @joserodolfofreitas, @millerized, @oliviertassinari, @sai6855, @siriwatknp, @Smileek
166
+
167
+ ## v5.15.9<!-- generated comparing v5.15.8..master -->
168
+
169
+ _Feb 8, 2024_
170
+
171
+ A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
172
+
173
+ - πŸ› A critical fix to remove non-published library usage in `@mui/material` peerDependencies.
174
+
175
+ ### `@mui/material@5.15.9`
176
+
177
+ - &#8203;<!-- 11 -->[autocomplete] Avoid spread operator (#40968) @oliviertassinari
178
+ - &#8203;<!-- 05 -->[material] Remove zero-runtime from peer dep (#41003) @brijeshb42
179
+
180
+ ### `@mui/base@5.0.0-beta.36`
181
+
182
+ - &#8203;<!-- 10 -->[base-ui] Update props using Array to ReadonlyArray type (#40754) @RaghavenderSingh
183
+
184
+ ### `@mui/system@5.15.9`
185
+
186
+ - &#8203;<!-- 02 -->[system] use `ReadonlyArray` for CSS related types (#40972) @siriwatknp
187
+ - &#8203;<!-- 01 -->[zero] Migrate to use wyw-in-js instead of linaria (#40866) @brijeshb42
188
+
189
+ ### Docs
190
+
191
+ - &#8203;<!-- 06 -->[docs] Polish codemod git diff format @oliviertassinari
192
+ - &#8203;<!-- 05 -->[material-ui][docs] Migrating from deprecated apis follow up (#40981) @DiegoAndai
193
+
194
+ ### Core
195
+
196
+ - &#8203;<!-- 09 -->[code-infra] Move next config to ESM (#40869) @Janpot
197
+ - &#8203;<!-- 08 -->[code-infra] Update prettier (#40772) @Janpot
198
+ - &#8203;<!-- 07 -->[code-infra] Add codemod for `light` prop removal (#40947) @sai6855
199
+
200
+ All contributors of this release in alphabetical order: @brijeshb42, @DiegoAndai, @Janpot, @oliviertassinari, @RaghavenderSingh, @sai6855, @siriwatknp
201
+
202
+ ## v5.15.8<!-- generated comparing v5.15.7..master -->
203
+
204
+ _Feb 6, 2024_
205
+
206
+ A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
207
+
208
+ - πŸ’« Added a redesigned [landing page template](https://mui.com/material-ui/getting-started/templates/landing-page/) (#37557) @zanivan
209
+ - ✨ Added support for Arrow Down/Up + Shift and Page Up/Down keys for faster stepping in the Slider component (#40676) @mnajdova
210
+ - many πŸ› bug fixes and πŸ“š documentation improvements
211
+
212
+ ### `@mui/material@5.15.8`
213
+
214
+ - &#8203;<!-- 36 -->[Avatar] Simplify valid children assertion (#40834) @oliviertassinari
215
+
216
+ ### `@mui/codemod@5.15.8`
217
+
218
+ - &#8203;<!-- 37 -->[Accordion] Update props actual.js test case (#40879) @DiegoAndai
219
+ - &#8203;<!-- 12 -->Fix `findComponentJSX` util (#40855) @sai6855
220
+
221
+ ### `@mui/system@5.15.8`
222
+
223
+ - &#8203;<!-- 10 -->Add blend color manipulator (#40258) @romgrk
224
+ - &#8203;<!-- 38 -->Support variants in `theme.styleOverrides` (#40690) @siriwatknp
225
+ - &#8203;<!-- 02 -->[zero] Always replace the `createUseThemeProps` call (#40885) @siriwatknp
226
+ - &#8203;<!-- 01 -->[zero] Add README with installation and basic usage (#40761) @brijeshb42
227
+
228
+ ### `@mui/base@5.0.0-beta.34`
229
+
230
+ - &#8203;<!-- 35 -->[Button] Add support for `hostElementName` prop to improve SSR (#40507) @mj12albert
231
+ - &#8203;<!-- 30 -->[Menu] Use Popup instead of Popper (#40731) @michaldudak
232
+ - &#8203;<!-- 29 -->[useNumberInput] Integrate useNumberInput with useControllableReducer (#40206) @mj12albert
233
+ - &#8203;<!-- 11 -->[Slider] Add support for Arrow Down/Up + Shift and Page Up/Down keys (#40676) @mnajdova
234
+
235
+ ### Docs
236
+
237
+ - &#8203;<!-- 34 -->[base-ui] Update usage.md (#40916) @adebiyial
238
+ - &#8203;<!-- 33 -->[base-ui] Improve BaseΒ UI traffic from MaterialΒ UI (#40875) @oliviertassinari
239
+ - &#8203;<!-- 32 -->[base-ui] Change Radio component terminology from Button to Group (#40888) @danilo-leal
240
+ - &#8203;<!-- 42 -->[base-ui] Remove redundant "Styled" prefix (#40478) @oliviertassinari
241
+ - &#8203;<!-- 48 -->[base-ui] Update listbox slot style in demo (#40952) @sai6855
242
+ - &#8203;<!-- 14 -->[material-ui] Fix createTheme import and markdown format in the Next.js guide (#40895) @hsmtkk
243
+ - &#8203;<!-- 13 -->[material-ui] Correct Google font CDN URL as Roboto 600 weight is not used (#40852) @xuhdev
244
+ - &#8203;<!-- 14 -->[material-ui] Replace the Album template with a landing page (#37557) @zanivan
245
+ - &#8203;<!-- 21 -->[material-ui] Add deprecations migration guide (#40767) @DiegoAndai
246
+ - &#8203;<!-- 22 -->[material-ui] Improve aria-label throughout the Button Group demos (#40892) @danilo-leal
247
+ - &#8203;<!-- 17 -->[joy-ui] Update the Overview callout (#40900) @danilo-leal
248
+ - &#8203;<!-- 22 -->Fix image size and dark mode @oliviertassinari
249
+ - &#8203;<!-- 21 -->Migrate links from legacy.reactjs.org to react.dev @oliviertassinari
250
+ - &#8203;<!-- 20 -->Fix 301 links @oliviertassinari
251
+ - &#8203;<!-- 19 -->Fix outdated link @oliviertassinari
252
+ - &#8203;<!-- 18 -->Fix URL and typo in CONTRIBUTING.md (#40899) @Smileek
253
+
254
+ ### Core
255
+
256
+ - &#8203;<!-- 28 -->[blog] Optimize images for /blog/mui-x-v7-beta/ @oliviertassinari
257
+ - &#8203;<!-- 27 -->[blog] Clarify barrel index tree-shaking @oliviertassinari
258
+ - &#8203;<!-- 26 -->[code-infra] Simplify bug reproduction (#40833) @oliviertassinari
259
+ - &#8203;<!-- 25 -->[code-infra] Prepare publishing @mui-internal/typescript-to-proptypes to npm (#40842) @michaldudak
260
+ - &#8203;<!-- 40 -->[code-infra] Remove babel alias from the docs (#40792) @Janpot
261
+ - &#8203;<!-- 24 -->[core] Use Google Font v2 API @oliviertassinari
262
+ - &#8203;<!-- 23 -->[core] Add missing change to v5.15.7 changelog (#40872) @DiegoAndai
263
+ - &#8203;<!-- 31 -->[core] Normalize `<meta name="viewport" />`` @oliviertassinari
264
+ - &#8203;<!-- 28 -->[dependencies] Do not update envinfo test dependencies (#40950) @michaldudak
265
+ - &#8203;<!-- 17 -->[docs-infra] Fix arbitrary gap between paragraphs in callouts (#40911) @oliviertassinari
266
+ - &#8203;<!-- 16 -->[docs-infra] Allow developers to build their CodeSandbox export (#40878) @oliviertassinari
267
+ - &#8203;<!-- 15 -->[docs-infra] Improve StackBlitz support (#40832) @oliviertassinari
268
+ - &#8203;<!-- 21 -->[docs-infra] Improve support for absolute locale URL (#40940) @oliviertassinari
269
+ - &#8203;<!-- 31 -->[Menu][base-ui] Fix improperly merged tests (#40896) @michaldudak
270
+ - &#8203;<!-- 09 -->[utils] Use consistent build approach (#40837) @siriwatknp
271
+ - &#8203;<!-- 08 -->[website] Fix React missing key console error @oliviertassinari
272
+ - &#8203;<!-- 07 -->[website] Fix broken link @oliviertassinari
273
+ - &#8203;<!-- 06 -->[website] Fix heading structure (#40912) @oliviertassinari
274
+ - &#8203;<!-- 05 -->[website] Add Customer Support Agent role to careers page (#40890) @rluzists1
275
+ - &#8203;<!-- 04 -->[website] Refine the MaterialΒ UI homepage demo (#40881) @danilo-leal
276
+ - &#8203;<!-- 03 -->[website] Use em-dash when relevant over hyphen @oliviertassinari
277
+ - &#8203;<!-- 03 -->[zero] Fix build for demo next.js app (#40854) @brijeshb42
278
+
279
+ 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
280
+
3
281
  ## v5.15.7
4
282
 
5
283
  <!-- generated comparing v5.15.6..master -->
@@ -48,13 +326,14 @@ This release was mostly about πŸ› bug fixes and πŸ“š documentation improvements
48
326
 
49
327
  ### Docs
50
328
 
329
+ - &#8203;<!-- 57 -->[material-ui] Fix the icon preview dialog (#40863) @danilo-leal
51
330
  - &#8203;<!-- 53 -->[material-ui] Fix typo on styled-components guide (#40858) @dancielos
52
331
  - &#8203;<!-- 49 -->[base-ui] Fix CSS vars from the plain CSS theme stylesheet (#40762) @zanivan
53
332
  - &#8203;<!-- 31 -->[material-ui][Divider] Remove light prop references from docs (#40782) @sai6855
54
333
  - &#8203;<!-- 30 -->Fix build @oliviertassinari
55
334
  - &#8203;<!-- 29 -->Add support pages for each product @oliviertassinari
56
335
  - &#8203;<!-- 28 -->Add survey banner to docs and website (#40553) @joserodolfofreitas
57
- - &#8203;<!-- 24 -->[Menu] Fix hydration mismatch error on Base UI's Menu docs (#40758) @michaldudak
336
+ - &#8203;<!-- 24 -->[Menu] Fix hydration mismatch error on BaseΒ UI's Menu docs (#40758) @michaldudak
58
337
  - &#8203;<!-- 25 -->[material-nextjs] Add theming and configuration content to the page (#40626) @siriwatknp
59
338
 
60
339
  ### Core
@@ -79,7 +358,7 @@ This release was mostly about πŸ› bug fixes and πŸ“š documentation improvements
79
358
  - &#8203;<!-- 23 -->[examples] Fix build on Next.js Pages Router examples (#40665) @oliviertassinari
80
359
  - &#8203;<!-- 18 -->[test] Speed up the envinfo test (#40669) @michaldudak
81
360
  - &#8203;<!-- 17 -->[typescript-to-proptypes] Allow to represent dates as `PropTypes.object` (#40774) @flaviendelangle
82
- - &#8203;<!-- 14 -->[website] Add new Base UI role (#40773) @colmtuite
361
+ - &#8203;<!-- 14 -->[website] Add new BaseΒ UI role (#40773) @colmtuite
83
362
  - &#8203;<!-- 13 -->[website] Fix a couple of rough edges (#40849) @danilo-leal
84
363
  - &#8203;<!-- 12 -->[website] Small polishing after latest changes to the theme (#40846) @zanivan
85
364
  - &#8203;<!-- 11 -->[website] Polish some pages and stray components (#40797) @danilo-leal
@@ -149,7 +428,7 @@ This release was mostly about πŸ› bug fixes and πŸ“š documentation improvements
149
428
  - &#8203;<!-- 19 -->[core] Polish issue templates @oliviertassinari
150
429
  - &#8203;<!-- 13 -->[docs-infra] Support markdown link in slots descriptions (#40679) @alexfauquette
151
430
  - &#8203;<!-- 08 -->[examples] Simplify Next.js example (#40661) @oliviertassinari
152
- - &#8203;<!-- 03 -->[website] Fix broken styles on Base UI page (#40683) @michaldudak
431
+ - &#8203;<!-- 03 -->[website] Fix broken styles on BaseΒ UI page (#40683) @michaldudak
153
432
 
154
433
  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
155
434
 
@@ -1161,7 +1440,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
1161
1440
  - [core] Update eslint rules (#39178) @romgrk
1162
1441
  - [core] Fix Greg GitHub slug @oliviertassinari
1163
1442
  - [core] Priority Support casing normalization @oliviertassinari
1164
- - [website] Add Heat map in pricing page (#39269) @oliviertassinari
1443
+ - [website] Add Heatmap in pricing page (#39269) @oliviertassinari
1165
1444
  - [website] Update `React Engineer - xCharts` Ashby link (#39172) @DanailH
1166
1445
  - [website] Add Charts to the pricing table (#38680) @alexfauquette
1167
1446
  - [website] Polish career experience @oliviertassinari
@@ -1630,7 +1909,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
1630
1909
  ### Core
1631
1910
 
1632
1911
  - [changelog] Fix issues in highlight @oliviertassinari
1633
- - [core] Remove redundant `@material-ui/` aliases from regression test webpack config (#38574) @ZeeshanTamboli
1912
+ - [core] Remove redundant `@material-ui/` aliases from regression test Webpack config (#38574) @ZeeshanTamboli
1634
1913
  - [core] Fix CI error @oliviertassinari
1635
1914
  - [core] Remove unnecessary Box (#38461) @oliviertassinari
1636
1915
  - [core] Set GitHub Action top level permission @oliviertassinari
@@ -2529,7 +2808,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
2529
2808
  - [docs] Fix link to Joy UI GitHub issues @oliviertassinari
2530
2809
  - [docs] Show default value for `filterOptions` prop in Autocomplete's API docs (#37230) @ZeeshanTamboli
2531
2810
  - [docs] Add summary and improve `test_static` CI doc in CONTRIBUTING readme file (#36711) @kriskw1999
2532
- - [docs] Update theme customization typescript (#35551) @siriwatknp
2811
+ - [docs] Update theme customization TypeScript (#35551) @siriwatknp
2533
2812
  - [docs] Add Joy Frames X web blocks template (#37203) @siriwatknp
2534
2813
  - [docs] Change BaseΒ UI `alpha` to `beta` in README (#37228) @ZeeshanTamboli
2535
2814
  - [docs] Improve BaseΒ UI overview page (#37227) @mnajdova
@@ -2568,14 +2847,14 @@ A big thanks to the 18 contributors who made this release possible. Here are som
2568
2847
 
2569
2848
  - [Input][joy] Improve alignment on date fields (#37146) @wewakekumar
2570
2849
  - [Alery][joy] Turn JS test to TS test (#37077) @hbjORbj
2571
- - [AspectRatio][joy] js test replaced with ts test (#37087) @PunitSoniME
2572
- - [Badge][AvatarGroup][joy] js test replaced with ts test (#37089) @PunitSoniME
2850
+ - [AspectRatio][joy] js test replaced with TypeScript test (#37087) @PunitSoniME
2851
+ - [Badge][AvatarGroup][joy] js test replaced with TypeScript test (#37089) @PunitSoniME
2573
2852
  - [Box][Card][MenuList][joy] Turn JS test to TS test (#37126) @uuxxx
2574
2853
  - [List][Menu][joy] Turn JS test to TS test (#37123) @uuxxx
2575
2854
  - [test][Joy] Remove duplicate Avatar test (#37201) @zignis
2576
- - [test][joy] js test cases converted to ts (#37117) @PunitSoniME
2577
- - [Button][joy] Convert Button test to typescript (#37181) @akash191095
2578
- - [CardContent][CardCover][CardOverflow][Chip][ChipDelete][joy] js text case converted to ts (#37116) @PunitSoniME
2855
+ - [test][joy] js test cases converted to TypeScript (#37117) @PunitSoniME
2856
+ - [Button][joy] Convert Button test to TypeScript (#37181) @akash191095
2857
+ - [CardContent][CardCover][CardOverflow][Chip][ChipDelete][joy] js text case converted to TypeScript (#37116) @PunitSoniME
2579
2858
  - [Radio][IconButton][Checkbox][Option][joy] Switch to TypeScript unit test (#37137) @DerTimonius
2580
2859
 
2581
2860
  ### `@mui/base@5.0.0-beta.0`
@@ -3273,7 +3552,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
3273
3552
  - &#8203;<!-- 15 -->[docs][joy] Build TS versions for Checkbox component demos (#36381) @sai6855
3274
3553
  - &#8203;<!-- 14 -->[docs][joy] Build TS versions for Select component demos (#36380) @sai6855
3275
3554
  - &#8203;<!-- 13 -->[docs][joy] Build TS versions for Typography component demos (#36378) @varunmulay22
3276
- - &#8203;<!-- 12 -->[docs][joy] Add typescript demos for `Divider` (#36374) @sai6855
3555
+ - &#8203;<!-- 12 -->[docs][joy] Add TypeScript demos for `Divider` (#36374) @sai6855
3277
3556
  - &#8203;<!-- 11 -->[docs][joy] Build TS versions for Textarea component demos (#36371) @varunmulay22
3278
3557
  - &#8203;<!-- 10 -->[docs][joy] Build TS versions for Link component demos (#36366) @hbjORbj
3279
3558
 
@@ -3993,7 +4272,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
3993
4272
 
3994
4273
  - [Alert] Update icon color in all variants (#35414) @danilo-leal
3995
4274
  - [Select] Fix `MenuProps.PopoverClasses` being overriden (#35394) @vitorfrs-dev
3996
- - [SwipeableDrawer] Fixed typescript warning "prop open undefined" (#34710) @kraftware
4275
+ - [SwipeableDrawer] Fix TypeScript warning "prop open undefined" (#34710) @kraftware
3997
4276
 
3998
4277
  ### `@mui/icons-material@5.11.0`
3999
4278
 
@@ -4767,7 +5046,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
4767
5046
  - [docs] Fix typo in `Grid` docs (#34475) @Dustin-Digitar
4768
5047
  - [docs] Fix typo in `Back to top` section in AppBar docs (#34479) @Dustin-Digitar
4769
5048
  - [docs] Standardize all "Installation" pages (#34168) @samuelsycamore
4770
- - [docs] Fix webpack file name to the standard: `webpack.config.js` (#34446) @CodingItWrong
5049
+ - [docs] Fix Webpack file name to the standard: `webpack.config.js` (#34446) @CodingItWrong
4771
5050
  - [docs] Fix Select `onChange` call (#34408) @siriwatknp
4772
5051
  - [docs] Notification for pickers blog - v5 stable (#34400) @joserodolfofreitas
4773
5052
  - [docs] Improve social sharing of docs pages (#34346) @oliviertassinari
@@ -5442,7 +5721,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
5442
5721
  - [docs] Update to React 18 (#33196) @mnajdova
5443
5722
  - [docs] Simplify "Upload button" demo (#33326) @baharalidurrani
5444
5723
  - [docs] Add "refine" demo to showcase (#33240) @omeraplak
5445
- - [docs] Add webpack alias for legacy utils package (#33376) @jgbae
5724
+ - [docs] Add Webpack alias for legacy utils package (#33376) @jgbae
5446
5725
  - [docs] Improve external link icons synonyms (#33257) @davidgarciab
5447
5726
  - [examples] Update BaseΒ UI with Tailwind CSS to use the latest versions of the dependencies (#33401) @mnajdova
5448
5727
  - [examples] Add BaseΒ UI example (#33154) @siriwatknp
@@ -5494,7 +5773,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
5494
5773
  ### `@mui/base@5.0.0-alpha.88`
5495
5774
 
5496
5775
  - [base] Remove a type incompatible with TypeScript 3.5 (#33361) @michaldudak
5497
- - [BadgeUnstyled] Export BadgeUnstyledOwnProps interface to fix typescript compiler error (#33314) @aaronlademann-wf
5776
+ - [BadgeUnstyled] Export BadgeUnstyledOwnProps interface to fix TypeScript compiler error (#33314) @aaronlademann-wf
5498
5777
  - [TablePaginationUnstyled] Accept callbacks in componentsProps (#33309) @michaldudak
5499
5778
 
5500
5779
  ### Docs
@@ -6664,7 +6943,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
6664
6943
  - &#8203;<!-- 18 -->[docs] Fix maxWidth of scrollable Tabs demos (#31285) @danilo-leal
6665
6944
  - &#8203;<!-- 17 -->[docs] Fix icon linking implementation concurrent safe (#30428) @Janpot
6666
6945
  - &#8203;<!-- 16 -->[docs] Follow up new doc space issues (#31251) @siriwatknp
6667
- - &#8203;<!-- 29 -->[examples] Add `@types/node` to nextjs typescript starter (#30918) @Daggy1234
6946
+ - &#8203;<!-- 29 -->[examples] Add `@types/node` to Next.js TypeScript starter (#30918) @Daggy1234
6668
6947
  - &#8203;<!-- 14 -->[examples] Fix import ThemeProvider from correct package in remix-wit… (#30981) @nnecec
6669
6948
  - &#8203;<!-- 25 -->[blog] Simplify the labels (#30921) @oliviertassinari
6670
6949
  - &#8203;<!-- 08 -->[l10n] Add Croatian (hr-HR) and Serbian (sr-RS) translation (#30906) @m14d3n
@@ -7431,7 +7710,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
7431
7710
  ### `@mui/system@5.2.3`
7432
7711
 
7433
7712
  - &#8203;<!-- 06 -->[system] Fix return type of `createBox` (#29989) @mnajdova
7434
- - &#8203;<!-- 05 -->[system] Support boolean values in typescript for the `sx` prop when used as array (#29911) @tasugi
7713
+ - &#8203;<!-- 05 -->[system] Support boolean values in TypeScript for the `sx` prop when used as array (#29911) @tasugi
7435
7714
 
7436
7715
  ### `@mui/utils@5.2.3`
7437
7716
 
@@ -8209,7 +8488,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
8209
8488
  - &#8203;<!-- 42 -->[core] Remove code handling JSS components (#28421) @eps1lon
8210
8489
  - &#8203;<!-- 41 -->[core] Remove unused dependencies (#28468) @eps1lon
8211
8490
  - &#8203;<!-- 40 -->[core] Ensure both docs bundles are analyzeable (#28410) @eps1lon
8212
- - &#8203;<!-- 39 -->[core] Switch to webpack 5 (#28248) @eps1lon
8491
+ - &#8203;<!-- 39 -->[core] Switch to Webpack 5 (#28248) @eps1lon
8213
8492
  - &#8203;<!-- 38 -->[core] Batch small changes (#28177) @oliviertassinari
8214
8493
  - &#8203;<!-- 37 -->[core] Update publish tag to latest (#28382) @mnajdova
8215
8494
  - &#8203;<!-- 19 -->[framer] Update @mui/\* dependencies (#28469) @eps1lon
@@ -8957,7 +9236,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
8957
9236
  - [docs] Sort the size in a more logical order (#27186) @oliviertassinari
8958
9237
  - [docs] Use actual link to paperbase (#27063) @eps1lon
8959
9238
  - [docs] Use custom markdown loader for landing page (#27065) @eps1lon
8960
- - [docs] Use webpack 5 (#27077) @eps1lon
9239
+ - [docs] Use Webpack 5 (#27077) @eps1lon
8961
9240
  - [examples] Fix CDN warning (#27229) @oliviertassinari
8962
9241
  - [examples] Remove `StyledEngineProvider` as JSS is not used (#27133) @mnajdova
8963
9242
  - [examples] Remove forgotten StyledEngineProvider (#27163) @oliviertassinari
@@ -9087,7 +9366,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
9087
9366
  - &#8203;<!-- 35 -->[docs] Fix /components/hidden merge conflict (#26997) @eps1lon
9088
9367
  - &#8203;<!-- 26 -->[docs] Fix 404 links (#26963) @oliviertassinari
9089
9368
  - &#8203;<!-- 24 -->[docs] Remove link that points to v4 blog post (#26960) @steveafrost
9090
- - &#8203;<!-- 16 -->[docs] Use custom webpack loader for markdown (#26774) @eps1lon
9369
+ - &#8203;<!-- 16 -->[docs] Use custom Webpack loader for markdown (#26774) @eps1lon
9091
9370
  - &#8203;<!-- 11 -->[docs] Fix 301 links (#26942) @oliviertassinari
9092
9371
  - &#8203;<!-- 01 -->[docs] Add page for the `sx` prop (#26769) @mnajdova
9093
9372
  - &#8203;<!-- 52 -->[docs] pre-fill issue when a demo crashes (#27034) @eps1lon
@@ -9299,7 +9578,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
9299
9578
  - &#8203;<!-- 02 -->[docs] Fix small PT typo fix: inciar -> iniciar (#26775) @brunocavalcante
9300
9579
  - &#8203;<!-- 03 -->[I10n] Add Chinese (Hong Kong) (zh-HK) locale (#26637) @kshuiroy
9301
9580
  - &#8203;<!-- 44 -->[l10n] Add sinhalese (siLK) locale (#26875) @pavinduLakshan
9302
- - &#8203;<!-- 39 -->[examples] Rename nextjs typescript theme from tsx to ts (#26862) @Izhaki
9581
+ - &#8203;<!-- 39 -->[examples] Rename Next.js TypeScript theme from tsx to ts (#26862) @Izhaki
9303
9582
 
9304
9583
  ### Core
9305
9584
 
@@ -10647,7 +10926,7 @@ A big thanks to the 26 contributors who made this release possible. Here are som
10647
10926
  ### Docs
10648
10927
 
10649
10928
  - &#8203;<!-- 46 -->[docs] Provide an alternative to right-to-left (#25584) @dariusk
10650
- - &#8203;<!-- 45 -->[docs] Add note for typescript on the styled() customization guide (#25576) @mnajdova
10929
+ - &#8203;<!-- 45 -->[docs] Add note for TypeScript on the styled() customization guide (#25576) @mnajdova
10651
10930
  - &#8203;<!-- 44 -->[docs] Replace incorrect instances of defined with define (#25572) @surajpoddar16
10652
10931
  - &#8203;<!-- 42 -->[docs] Fix spelling error in roadmap.md file (#25570) @Brlaney
10653
10932
  - &#8203;<!-- 37 -->[docs] Migrate Card demos to emotion (#25557) @vicasas
@@ -11938,7 +12217,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
11938
12217
  );
11939
12218
  ```
11940
12219
 
11941
- This enforces emotion being injected first. [More details](https://mui.com/material-ui/guides/interoperability/#css-injection-order) in the documentation.
12220
+ This enforces emotion being injected first. [More details](https://mui.com/material-ui/integrations/interoperability/#css-injection-order) in the documentation.
11942
12221
 
11943
12222
  - [Autocomplete] Rename `closeIcon` prop with `clearIcon` to avoid confusion (#23617) @akhilmhdh.
11944
12223
 
@@ -12032,7 +12311,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
12032
12311
  - [DatePicker] Add missing exports (#23621) @havgry
12033
12312
  - [DatePicker] Add missing TypeScript definitions (#23560) @mbrookes
12034
12313
  - [DatePicker] Fix false-positive when validating mask in Safari (#23602) @eps1lon
12035
- - [DatePicker] Fix missing manifest for typescript packages (#23564) @eps1lon
12314
+ - [DatePicker] Fix missing manifest for TypeScript packages (#23564) @eps1lon
12036
12315
  - [TimePicker] Prevent scroll when interacting with the clock (#23563) @knightss27
12037
12316
 
12038
12317
  ### Docs
@@ -13187,7 +13466,7 @@ Here are some highlights ✨:
13187
13466
  #### Breaking changes
13188
13467
 
13189
13468
  - [Modal] Remove `onRendered` prop from Modal and Portal (#22464) @eps1lon
13190
- 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.
13469
+ 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.
13191
13470
 
13192
13471
  #### Changes
13193
13472
 
@@ -14135,28 +14414,28 @@ A big thanks to the 33 contributors who made this release possible. Here are som
14135
14414
  +</Accordion>
14136
14415
  ```
14137
14416
 
14138
- - [BottomNavigation] typescript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
14417
+ - [BottomNavigation] TypeScript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
14139
14418
 
14140
14419
  ```diff
14141
14420
  -<BottomNavigation onChange={(event: React.ChangeEvent<{}>) => {}} />
14142
14421
  +<BottomNavigation onChange={(event: React.SyntheticEvent) => {}} />
14143
14422
  ```
14144
14423
 
14145
- - [Slider] typescript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
14424
+ - [Slider] TypeScript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
14146
14425
 
14147
14426
  ```diff
14148
14427
  -<Slider onChange={(event: React.ChangeEvent<{}>, value: unknown) => {}} />
14149
14428
  +<Slider onChange={(event: React.SyntheticEvent, value: unknown) => {}} />
14150
14429
  ```
14151
14430
 
14152
- - [Tabs] typescript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
14431
+ - [Tabs] TypeScript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
14153
14432
 
14154
14433
  ```diff
14155
14434
  -<Tabs onChange={(event: React.ChangeEvent<{}>, value: unknown) => {}} />
14156
14435
  +<Tabs onChange={(event: React.SyntheticEvent, value: unknown) => {}} />
14157
14436
  ```
14158
14437
 
14159
- - [Accordion] typescript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
14438
+ - [Accordion] TypeScript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
14160
14439
 
14161
14440
  ```diff
14162
14441
  -<Accordion onChange={(event: React.ChangeEvent<{}>, expanded: boolean) => {}} />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/material-nextjs",
3
- "version": "5.15.7",
3
+ "version": "5.15.11",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "Collection of utilities for integration between Material UI and Next.js.",
@@ -23,6 +23,9 @@
23
23
  "type": "opencollective",
24
24
  "url": "https://opencollective.com/mui-org"
25
25
  },
26
+ "dependencies": {
27
+ "@babel/runtime": "^7.23.9"
28
+ },
26
29
  "peerDependencies": {
27
30
  "@emotion/cache": "^11.11.0",
28
31
  "@emotion/server": "^11.11.0",