@mui/material-nextjs 6.1.8 → 6.2.0

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,135 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 6.2.0
4
+
5
+ <!-- generated comparing v6.1.10..master -->
6
+
7
+ _Dec 10, 2024_
8
+
9
+ A big thanks to the 9 contributors who made this release possible. Here are some highlights ✨:
10
+
11
+ - Material UI is now compatible with React 19 (#44672) @DiegoAndai
12
+ - 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
13
+
14
+ ### `@mui/material@6.2.0`
15
+
16
+ - [Box] Add missing `component` to `BoxProps` type (#44643) @DiegoAndai
17
+ - [Grid] Fix spacing when using css variables (#44663) @DiegoAndai
18
+ - [ListItemText] Add `slots` and `slotProps` (#44571) @sai6855
19
+
20
+ ### Docs
21
+
22
+ - Add Toolpad Core template link (#44415) @bharatkashyap
23
+
24
+ ### Core
25
+
26
+ - [docs-infra] Allow custom annotations (#44707) @vladmoroz
27
+ - [Box] Fix `component` prop test (#44651) @DiegoAndai
28
+ - React 19 useRef cleanup (#44704) @DiegoAndai
29
+ - Remove obselete lerna options (#44676) @ZeeshanTamboli
30
+ - Fix Regular Expression Denial of Service (ReDoS) vulnerabilities (#44627) @SuperMaxine
31
+ - Fix number of contributors (#44650) @aarongarciah
32
+ - [docs-infra] Add support for data attributes in the API generation (#44709) @mnajdova
33
+ - [docs-infra] Fix RTL dark mode (#41803) @alexfauquette
34
+ - [Grid] Remove deeply nested imports (#43605) @Janpot
35
+
36
+ All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @bharatkashyap, @DiegoAndai, @Janpot, @mj12albert, @mnajdova, @sai6855, @SuperMaxine, @vladmoroz, @ZeeshanTamboli
37
+
38
+ ## 6.1.10
39
+
40
+ <!-- generated comparing v6.1.9..master -->
41
+
42
+ _Dec 3, 2024_
43
+
44
+ A big thanks to the 11 contributors who made this release possible.
45
+
46
+ ### `@mui/material@6.1.10`
47
+
48
+ - [Avatar] Fix `slotProps.img` not spread to hook (#44536) @siriwatknp
49
+ - [FilledInput] Use `slotProps` instead of `componentsProps` (#44552) @siriwatknp
50
+ - [Grid2] Fix theme scoping error (#44599) @siriwatknp
51
+ - [Grid2] Add container styles from styleOverrides (#44598) @sai6855
52
+ - Skip `tonalOffset` from setting color channel (#44585) @siriwatknp
53
+ - Remove few more React.ReactElement<any> types (#44290) @sai6855
54
+ - [Tabs] Fix `ScrollbarSize` ref being overriden (#44593) @DiegoAndai
55
+ - [Select][TextField] Fix screen reader from saying `&ZeroWidthSpace` (#44631) @arishoham
56
+
57
+ ### `@mui/system@6.1.10`
58
+
59
+ - [ThemeProvider] Optimize `theme` changes when enabling CSS theme variables (#44588) @siriwatknp
60
+
61
+ ### Docs
62
+
63
+ - Notification for the MUI X v8 alpha zero announcement blog post (#44629) @joserodolfofreitas
64
+ - Bump React Router to ^7.0.1 (#44531) @oliviertassinari
65
+ - [material-ui] Replace testid with id in migration guide (#44636) @sai6855
66
+ - [material-ui][TextField] Update usage of `InputLabelProps` in docs (#44634) @sai6855
67
+ - [material-ui][ListItem] Add missing diffs in migration guide (#44638) @sai6855
68
+ - [examples] Use Next.js 14 on examples (#44486) @DiegoAndai
69
+ - Update links and sidebar nav for Base UI components in Material UI (#44581) @samuelsycamore
70
+
71
+ ### Core
72
+
73
+ - Remove `getSlotOwnerState` from `useSlot` util (#44403) @ZeeshanTamboli
74
+ - Extract useRippleHandler outside of ButtonBase (#44591) @albarv340
75
+ - Update eslint config (#44586) @MBilalShafi
76
+ - [core-infra] Remove useless fragments (#44516) @oliviertassinari
77
+ - [docs-infra] Fix Banner CLS (#44632) @oliviertassinari
78
+ - [docs-infra] Change CSS vars generation to be extracted from Enum (#44587) @mnajdova
79
+ - [docs-infra] Automatically hide Black Friday banner (#44630) @oliviertassinari
80
+ - [docs-infra] Fix TOC RTL padding regression (#44535) @oliviertassinari
81
+ - [test-utils] Remove leftover React.ReactElement<any> from describeConformance.tsx (#44639) @sai6855
82
+
83
+ All contributors of this release in alphabetical order: @albarv340, @arishoham, @DiegoAndai, @joserodolfofreitas, @MBilalShafi, @mnajdova, @oliviertassinari, @sai6855, @samuelsycamore, @siriwatknp, @ZeeshanTamboli
84
+
85
+ ## 6.1.9
86
+
87
+ <!-- generated comparing v6.1.8..master -->
88
+
89
+ _Nov 27, 2024_
90
+
91
+ A big thanks to the 8 contributors who made this release possible.
92
+
93
+ ### `@mui/material@6.1.9`
94
+
95
+ - [Select] Omit `placeholder` from props (#44502) @Juneezee
96
+ - [Grid2] Add container class to `Grid2Classes` (#44562) @sai6855
97
+
98
+ ### `@mui/system@6.1.9`
99
+
100
+ - Add ThemeProvider `noSsr` to prevent double rendering (#44451) @siriwatknp
101
+
102
+ ### `@mui/codemod@6.1.9`
103
+
104
+ - [codemod] Fix handling of computed `paragraph` props (#44195) @joshkel
105
+
106
+ ### `@mui/material-pigment-css@6.1.9`
107
+
108
+ - Make @pigment-css/react as peer dependency (#44498) @brijeshb42
109
+
110
+ ### Docs
111
+
112
+ - [material-ui] Add missing required dependencies in dashboard template README (#44476) @mesqueeb
113
+ - [material-ui] Add missing Roboto import to Next.js integration docs (#44462) @StaceyD22
114
+ - [material-ui][Dialog] Fix padding in SimpleDialog demo (#44467) @oliviertassinari
115
+ - Fix template page issues (#44466) @oliviertassinari
116
+ - [examples] Add dark mode example for Material UI + Pigment CSS (#44480) @mnajdova
117
+
118
+ ### Core
119
+
120
+ - Remove TODO line in the changelog (#44484) @mnajdova
121
+ - Polish image display (418e888) @oliviertassinari
122
+ - [core-infra] Add no-relative-packages (#44489) @oliviertassinari
123
+ - [docs-infra] Support CSS variables API info (#44559) @mnajdova
124
+ - [docs-infra] Fix display when ad-block triggers (#44567) @oliviertassinari
125
+ - [docs-infra] Improve locator finding using visible option (#44541) @siriwatknp
126
+ - [docs-infra] Correctly flatten the pages tree (#44514) @oliviertassinari
127
+ - [docs-infra] Fix Sponsor design regression (#44515) @oliviertassinari
128
+ - [test] Remove React.ReactElement<any> from describeConformance.tsx (#44318) @sai6855
129
+ - [test] Do not enforce the presence of `ownerState.className` in `describeConformance` (#44479) @flaviendelangle
130
+
131
+ All contributors of this release in alphabetical order: @brijeshb42, @flaviendelangle, @joshkel, @Juneezee, @mesqueeb, @mnajdova, @oliviertassinari, @sai6855, @siriwatknp, @StaceyD22
132
+
3
133
  ## v6.1.8
4
134
 
5
135
  <!-- generated comparing v6.1.7..master -->
@@ -8,8 +138,6 @@ _Nov 20, 2024_
8
138
 
9
139
  A big thanks to the 10 contributors who made this release possible.
10
140
 
11
- TODO INSERT HIGHLIGHTS
12
-
13
141
  ### `@mui/material@6.1.8`
14
142
 
15
143
  - [Autocomplete] Use `ul` element for the listbox (#44422) @DiegoAndai
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/material-nextjs",
3
- "version": "6.1.8",
3
+ "version": "6.2.0",
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 {};