@mui/material-nextjs 7.3.3 → 7.3.5
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 +80 -0
- package/esm/v13-appRouter/appRouterV13.d.ts +1 -1
- package/esm/v13-pagesRouter/pagesRouterV13App.d.ts +1 -1
- package/esm/v13-pagesRouter/pagesRouterV13Document.d.ts +1 -1
- package/esm/v16-appRouter/index.d.ts +1 -0
- package/esm/v16-appRouter/index.js +1 -0
- package/esm/v16-pagesRouter/index.d.ts +1 -0
- package/esm/v16-pagesRouter/index.js +1 -0
- package/package.json +2 -2
- package/v13-appRouter/appRouterV13.d.ts +1 -1
- package/v13-pagesRouter/pagesRouterV13App.d.ts +1 -1
- package/v13-pagesRouter/pagesRouterV13Document.d.ts +1 -1
- package/v16-appRouter/index.d.ts +1 -0
- package/v16-appRouter/index.js +16 -0
- package/v16-pagesRouter/index.d.ts +1 -0
- package/v16-pagesRouter/index.js +16 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,85 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 7.3.5
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v7.3.4..master -->
|
|
6
|
+
|
|
7
|
+
_Nov 4, 2025_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 11 contributors who made this release possible.
|
|
10
|
+
|
|
11
|
+
### `@mui/material@7.3.5`
|
|
12
|
+
|
|
13
|
+
- [Collapse] Add slots and slotProps props (#47168) @sai6855
|
|
14
|
+
- [l10n] Add missing Catalan (ca-ES) locale (#47156) @frncesc
|
|
15
|
+
- Fix regression on `theme.vars.shape` module augmentation (#47164) @siriwatknp
|
|
16
|
+
|
|
17
|
+
### `@mui/material-nextjs@7.3.5`
|
|
18
|
+
|
|
19
|
+
- Support Next.js 16 (#47134) @siriwatknp
|
|
20
|
+
|
|
21
|
+
### Docs
|
|
22
|
+
|
|
23
|
+
- [Autocomplete] Update virtualization example to use react-window v2 (#47054) @sai6855
|
|
24
|
+
- [autocomplete] Add note about unique key extraction for duplicate labels (#47010) @PossiblyAShrub
|
|
25
|
+
- [Snackbar] Fix typo in docs (#47038) @sai6855
|
|
26
|
+
- [Transition] Fix horizontal scroll in SimpleFade demo in mobile screens (#47169) @sai6855
|
|
27
|
+
- Replace deprecated `inputProps` with `slotProps.input` in checkbox demos (#47083) @CODEKRUNCH
|
|
28
|
+
|
|
29
|
+
### Core
|
|
30
|
+
|
|
31
|
+
- [code-infra] gitignore next-env.d.ts (#47167) @Janpot
|
|
32
|
+
- [code-infra] Migrate versions page to getStaticProps (#47151) @Janpot
|
|
33
|
+
- [code-infra] Fix breaking change for ci publish (#47147) @brijeshb42
|
|
34
|
+
- [code-infra] Remove React import requirement for jsx (#47146) @brijeshb42
|
|
35
|
+
- [code-infra] Update vitest usage detection in `@mui/internal-test-utils` (#47141) @bernardobelchior
|
|
36
|
+
- [code-infra] Setup eslint-plugin-compat (#47133) @brijeshb42
|
|
37
|
+
- [code-infra] Filter out @mui/joy and @mui/base from search results (#47076) @Janpot
|
|
38
|
+
- [code-infra] Fix hotfix instructions (#47015) @Janpot
|
|
39
|
+
- [code-infra] Disable pigment regression tests (#47045) @Janpot
|
|
40
|
+
- [code-infra] Fix moderate dependabot issue (#46946) @Janpot
|
|
41
|
+
- [code-infra] Enable testing-library eslint rules (#47074) @brijeshb42
|
|
42
|
+
- [code-infra] Lint json through eslint (#47056) @Janpot
|
|
43
|
+
- [code-infra] Support custom npm dist tags during release (#47021) @Janpot
|
|
44
|
+
- [code-infra] Remove tsconfig `baseUrl` (#47044) @Janpot
|
|
45
|
+
- [code-infra] Centralize stylelint (#46955) @Janpot
|
|
46
|
+
- [code-infra] Remove legacy feedback (#46981) @Janpot
|
|
47
|
+
- [code-infra] Remove repo build scripts (#47036) @brijeshb42
|
|
48
|
+
- [code-infra] Publish docs from upstream (#47018) @Janpot
|
|
49
|
+
- [code-infra] Migrate `lodash` to `es-toolkit` (#46974) @sukvvon
|
|
50
|
+
- [docs-infra] Do not escape pipes (`|`) inside code blocks (#47139) @ZeeshanTamboli
|
|
51
|
+
- [docs-infra] Fix broken link targets (#47104) @Janpot
|
|
52
|
+
- [docs-infra] Fix broken link for DOMRect docs (#47106) @Janpot
|
|
53
|
+
- [docs-infra] Use published netlify cache plugin package (#47071) @brijeshb42
|
|
54
|
+
- [examples] Remove Next.js text from React Router example (#47055) @HeinrichFilter
|
|
55
|
+
|
|
56
|
+
All contributors of this release in alphabetical order: @bernardobelchior, @brijeshb42, @CODEKRUNCH, @frncesc, @HeinrichFilter, @Janpot, @PossiblyAShrub, @sai6855, @siriwatknp, @sukvvon, @ZeeshanTamboli
|
|
57
|
+
|
|
58
|
+
## 7.3.4
|
|
59
|
+
|
|
60
|
+
<!-- generated comparing v7.3.3..master -->
|
|
61
|
+
|
|
62
|
+
_Oct 2, 2025_
|
|
63
|
+
|
|
64
|
+
A big thanks to the 3 contributors who made this release possible. Here are some highlights ✨:
|
|
65
|
+
|
|
66
|
+
Small update to revert a change that broke the `<Tabs>` component. Also publishing a beta version of `@mui/lab` which was accidentally published as a stable release.
|
|
67
|
+
|
|
68
|
+
### `@mui/material@7.3.4`
|
|
69
|
+
|
|
70
|
+
- [Tabs] Revert "Fix not scrolling to correct tab after refresh when auto scrollable (#46869)" (#47014) @ZeeshanTamboli
|
|
71
|
+
|
|
72
|
+
### Docs
|
|
73
|
+
|
|
74
|
+
- Sort package manager automatically (#46897) @Janpot
|
|
75
|
+
|
|
76
|
+
### Core
|
|
77
|
+
|
|
78
|
+
- Bring @mui/lab back to unstable version (#47012) @Janpot
|
|
79
|
+
- Fix `ThemeOptions` and `createTheme*` cyclic dependency (#47007) @siriwatknp
|
|
80
|
+
|
|
81
|
+
All contributors of this release in alphabetical order: @Janpot, @siriwatknp, @ZeeshanTamboli
|
|
82
|
+
|
|
3
83
|
## 7.3.3
|
|
4
84
|
|
|
5
85
|
<!-- generated comparing v7.3.2..master -->
|
|
@@ -24,4 +24,4 @@ export type AppRouterCacheProviderProps = {
|
|
|
24
24
|
* Without it, Emotion will generate a new <style> tag during SSR for every component.
|
|
25
25
|
* See https://github.com/mui/material-ui/issues/26561#issuecomment-855286153 for why it's a problem.
|
|
26
26
|
*/
|
|
27
|
-
export default function AppRouterCacheProvider(props: AppRouterCacheProviderProps):
|
|
27
|
+
export default function AppRouterCacheProvider(props: AppRouterCacheProviderProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -6,4 +6,4 @@ export interface EmotionCacheProviderProps {
|
|
|
6
6
|
export declare function AppCacheProvider({
|
|
7
7
|
emotionCache,
|
|
8
8
|
children
|
|
9
|
-
}: React.PropsWithChildren<EmotionCacheProviderProps>):
|
|
9
|
+
}: React.PropsWithChildren<EmotionCacheProviderProps>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -13,7 +13,7 @@ export declare function createGetInitialProps(plugins: Plugin[]): (ctx: Document
|
|
|
13
13
|
export interface DocumentHeadTagsProps {
|
|
14
14
|
emotionStyleTags: React.ReactElement<unknown>[];
|
|
15
15
|
}
|
|
16
|
-
export declare function DocumentHeadTags(props: DocumentHeadTagsProps):
|
|
16
|
+
export declare function DocumentHeadTags(props: DocumentHeadTagsProps): import("react/jsx-runtime").JSX.Element;
|
|
17
17
|
export declare function documentGetInitialProps(ctx: DocumentContext, options?: {
|
|
18
18
|
emotionCache?: EmotionCache;
|
|
19
19
|
plugins?: Plugin[];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../v13-appRouter/index.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../v13-appRouter/index.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../v13-pagesRouter/index.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../v13-pagesRouter/index.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/material-nextjs",
|
|
3
|
-
"version": "7.3.
|
|
3
|
+
"version": "7.3.5",
|
|
4
4
|
"author": "MUI Team",
|
|
5
5
|
"description": "Collection of utilities for integration between Material UI and Next.js.",
|
|
6
6
|
"keywords": [
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@emotion/react": "^11.11.4",
|
|
31
31
|
"@emotion/server": "^11.11.0",
|
|
32
32
|
"@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
33
|
-
"next": "^13.0.0 || ^14.0.0 || ^15.0.0",
|
|
33
|
+
"next": "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0",
|
|
34
34
|
"react": "^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
35
35
|
},
|
|
36
36
|
"peerDependenciesMeta": {
|
|
@@ -24,4 +24,4 @@ export type AppRouterCacheProviderProps = {
|
|
|
24
24
|
* Without it, Emotion will generate a new <style> tag during SSR for every component.
|
|
25
25
|
* See https://github.com/mui/material-ui/issues/26561#issuecomment-855286153 for why it's a problem.
|
|
26
26
|
*/
|
|
27
|
-
export default function AppRouterCacheProvider(props: AppRouterCacheProviderProps):
|
|
27
|
+
export default function AppRouterCacheProvider(props: AppRouterCacheProviderProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -6,4 +6,4 @@ export interface EmotionCacheProviderProps {
|
|
|
6
6
|
export declare function AppCacheProvider({
|
|
7
7
|
emotionCache,
|
|
8
8
|
children
|
|
9
|
-
}: React.PropsWithChildren<EmotionCacheProviderProps>):
|
|
9
|
+
}: React.PropsWithChildren<EmotionCacheProviderProps>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -13,7 +13,7 @@ export declare function createGetInitialProps(plugins: Plugin[]): (ctx: Document
|
|
|
13
13
|
export interface DocumentHeadTagsProps {
|
|
14
14
|
emotionStyleTags: React.ReactElement<unknown>[];
|
|
15
15
|
}
|
|
16
|
-
export declare function DocumentHeadTags(props: DocumentHeadTagsProps):
|
|
16
|
+
export declare function DocumentHeadTags(props: DocumentHeadTagsProps): import("react/jsx-runtime").JSX.Element;
|
|
17
17
|
export declare function documentGetInitialProps(ctx: DocumentContext, options?: {
|
|
18
18
|
emotionCache?: EmotionCache;
|
|
19
19
|
plugins?: Plugin[];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../v13-appRouter/index.js";
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
var _v13AppRouter = require("../v13-appRouter");
|
|
7
|
+
Object.keys(_v13AppRouter).forEach(function (key) {
|
|
8
|
+
if (key === "default" || key === "__esModule") return;
|
|
9
|
+
if (key in exports && exports[key] === _v13AppRouter[key]) return;
|
|
10
|
+
Object.defineProperty(exports, key, {
|
|
11
|
+
enumerable: true,
|
|
12
|
+
get: function () {
|
|
13
|
+
return _v13AppRouter[key];
|
|
14
|
+
}
|
|
15
|
+
});
|
|
16
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../v13-pagesRouter/index.js";
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
var _v13PagesRouter = require("../v13-pagesRouter");
|
|
7
|
+
Object.keys(_v13PagesRouter).forEach(function (key) {
|
|
8
|
+
if (key === "default" || key === "__esModule") return;
|
|
9
|
+
if (key in exports && exports[key] === _v13PagesRouter[key]) return;
|
|
10
|
+
Object.defineProperty(exports, key, {
|
|
11
|
+
enumerable: true,
|
|
12
|
+
get: function () {
|
|
13
|
+
return _v13PagesRouter[key];
|
|
14
|
+
}
|
|
15
|
+
});
|
|
16
|
+
});
|