@mui/material-nextjs 6.1.9 → 6.2.1

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,122 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 6.2.1
4
+
5
+ <!-- generated comparing v6.2.0..master -->
6
+
7
+ _Dec 17, 2024_
8
+
9
+ A big thanks to the 10 contributors who made this release possible.
10
+
11
+ ### `@mui/material@6.2.1`
12
+
13
+ - Update `overridesResolver` return from object to array of styles (#44752) @siddhantantil39
14
+ - [Pagination] Use correct `aria-current` value (#44753) @jacklaurencegaray
15
+ - [Select] Set `aria-required` & `aria-invalid` on `combobox` instead of hidden input (#44731) @ben-pomelo
16
+
17
+ ### `@mui/system@6.2.1`
18
+
19
+ - Warns if the hex color contains trailing space (#44538) @siriwatknp
20
+
21
+ ### Docs
22
+
23
+ - [material-ui][Dialog] Fix crashing of DraggableDialog demo (#44747) @sai6855
24
+ - [material-ui][TextField] Update `react-number-format` demo to use the recommended prop (#44743) @siriwatknp
25
+ - [material-ui][TextField] Add size default prop to api docs (#44714) @sai6855
26
+ - [material-ui][TextField] Add suffix shrink demo (#44744) @siriwatknp
27
+
28
+ ### Core
29
+
30
+ - [api-docs-builder] Preserve multiline prop descriptions with `rawDescriptions` option (#44737) @vladmoroz
31
+ - Fix running mocha related scripts on Windows locally (#44664) @ChristopherJamesL
32
+ - Update `eslint-plugin-jsx-a11y` (#44701) @ZeeshanTamboli
33
+ - Add documentation to `useThemeProps`, `deepmerge` and `composeClasses` functions (#44703) @JCQuintas
34
+ - [examples] Add Theme Mode Switch to Next.js TS example (#43576) @TurtIeSocks
35
+
36
+ All contributors of this release in alphabetical order: @ben-pomelo, @ChristopherJamesL, @jacklaurencegaray, @JCQuintas, @sai6855, @siddhantantil39, @siriwatknp, @TurtIeSocks, @vladmoroz, @ZeeshanTamboli
37
+
38
+ ## 6.2.0
39
+
40
+ <!-- generated comparing v6.1.10..master -->
41
+
42
+ _Dec 10, 2024_
43
+
44
+ A big thanks to the 9 contributors who made this release possible. Here are some highlights ✨:
45
+
46
+ - Material UI is now compatible with React 19 (#44672) @DiegoAndai
47
+ - Fixed incorrect `aria-orientation` for vertical sliders. <kbd>ArrowRight</kbd> now increases the value and <kbd>ArrowLeft</kbd> decreases the value in vertical sliders; they were reversed in prior versions. (#44537) @mj12albert
48
+
49
+ ### `@mui/material@6.2.0`
50
+
51
+ - [Box] Add missing `component` to `BoxProps` type (#44643) @DiegoAndai
52
+ - [Grid] Fix spacing when using css variables (#44663) @DiegoAndai
53
+ - [ListItemText] Add `slots` and `slotProps` (#44571) @sai6855
54
+
55
+ ### Docs
56
+
57
+ - Add Toolpad Core template link (#44415) @bharatkashyap
58
+
59
+ ### Core
60
+
61
+ - [docs-infra] Allow custom annotations (#44707) @vladmoroz
62
+ - [Box] Fix `component` prop test (#44651) @DiegoAndai
63
+ - React 19 useRef cleanup (#44704) @DiegoAndai
64
+ - Remove obselete lerna options (#44676) @ZeeshanTamboli
65
+ - Fix Regular Expression Denial of Service (ReDoS) vulnerabilities (#44627) @SuperMaxine
66
+ - Fix number of contributors (#44650) @aarongarciah
67
+ - [docs-infra] Add support for data attributes in the API generation (#44709) @mnajdova
68
+ - [docs-infra] Fix RTL dark mode (#41803) @alexfauquette
69
+ - [Grid] Remove deeply nested imports (#43605) @Janpot
70
+
71
+ All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @bharatkashyap, @DiegoAndai, @Janpot, @mj12albert, @mnajdova, @sai6855, @SuperMaxine, @vladmoroz, @ZeeshanTamboli
72
+
73
+ ## 6.1.10
74
+
75
+ <!-- generated comparing v6.1.9..master -->
76
+
77
+ _Dec 3, 2024_
78
+
79
+ A big thanks to the 11 contributors who made this release possible.
80
+
81
+ ### `@mui/material@6.1.10`
82
+
83
+ - [Avatar] Fix `slotProps.img` not spread to hook (#44536) @siriwatknp
84
+ - [FilledInput] Use `slotProps` instead of `componentsProps` (#44552) @siriwatknp
85
+ - [Grid2] Fix theme scoping error (#44599) @siriwatknp
86
+ - [Grid2] Add container styles from styleOverrides (#44598) @sai6855
87
+ - Skip `tonalOffset` from setting color channel (#44585) @siriwatknp
88
+ - Remove few more React.ReactElement<any> types (#44290) @sai6855
89
+ - [Tabs] Fix `ScrollbarSize` ref being overriden (#44593) @DiegoAndai
90
+ - [Select][TextField] Fix screen reader from saying `&ZeroWidthSpace` (#44631) @arishoham
91
+
92
+ ### `@mui/system@6.1.10`
93
+
94
+ - [ThemeProvider] Optimize `theme` changes when enabling CSS theme variables (#44588) @siriwatknp
95
+
96
+ ### Docs
97
+
98
+ - Notification for the MUI X v8 alpha zero announcement blog post (#44629) @joserodolfofreitas
99
+ - Bump React Router to ^7.0.1 (#44531) @oliviertassinari
100
+ - [material-ui] Replace testid with id in migration guide (#44636) @sai6855
101
+ - [material-ui][TextField] Update usage of `InputLabelProps` in docs (#44634) @sai6855
102
+ - [material-ui][ListItem] Add missing diffs in migration guide (#44638) @sai6855
103
+ - [examples] Use Next.js 14 on examples (#44486) @DiegoAndai
104
+ - Update links and sidebar nav for Base UI components in Material UI (#44581) @samuelsycamore
105
+
106
+ ### Core
107
+
108
+ - Remove `getSlotOwnerState` from `useSlot` util (#44403) @ZeeshanTamboli
109
+ - Extract useRippleHandler outside of ButtonBase (#44591) @albarv340
110
+ - Update eslint config (#44586) @MBilalShafi
111
+ - [core-infra] Remove useless fragments (#44516) @oliviertassinari
112
+ - [docs-infra] Fix Banner CLS (#44632) @oliviertassinari
113
+ - [docs-infra] Change CSS vars generation to be extracted from Enum (#44587) @mnajdova
114
+ - [docs-infra] Automatically hide Black Friday banner (#44630) @oliviertassinari
115
+ - [docs-infra] Fix TOC RTL padding regression (#44535) @oliviertassinari
116
+ - [test-utils] Remove leftover React.ReactElement<any> from describeConformance.tsx (#44639) @sai6855
117
+
118
+ All contributors of this release in alphabetical order: @albarv340, @arishoham, @DiegoAndai, @joserodolfofreitas, @MBilalShafi, @mnajdova, @oliviertassinari, @sai6855, @samuelsycamore, @siriwatknp, @ZeeshanTamboli
119
+
3
120
  ## 6.1.9
4
121
 
5
122
  <!-- generated comparing v6.1.8..master -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/material-nextjs",
3
- "version": "6.1.9",
3
+ "version": "6.2.1",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "Collection of utilities for integration between Material UI and Next.js.",
@@ -18,6 +18,6 @@ export declare function documentGetInitialProps(ctx: DocumentContext, options?:
18
18
  emotionCache?: EmotionCache;
19
19
  plugins?: Plugin[];
20
20
  }): Promise<import("next/dist/shared/lib/utils").RenderPageResult & {
21
- styles?: React.ReactElement[] | React.ReactFragment | JSX.Element;
21
+ styles?: React.ReactElement[] | Iterable<React.ReactNode> | React.JSX.Element;
22
22
  } & DocumentHeadTagsProps>;
23
23
  export {};