@mui/material-nextjs 9.1.0 → 9.1.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,43 @@
1
1
  # [Versions](https://mui.com/material-ui/getting-started/versions/)
2
2
 
3
+ ## 9.1.1
4
+
5
+ <!-- generated comparing v9.1.0..master -->
6
+
7
+ _Jun 11, 2026_
8
+
9
+ A big thanks to the 9 contributors who made this release possible.
10
+
11
+ ### `@mui/material@9.1.1`
12
+
13
+ - [Autocomplete] Update fullWidth prop documentation (#48626) @vipin8797
14
+ - [ButtonBase] Fix focus ripple lingering after blur (#48650) @siriwatknp
15
+ - [InitColorSchemeScript] Server-render in tests for React 19.3 (#48604) @Janpot
16
+ - [Transition] Mount child in same commit when opening from unmounted (#48649) @siriwatknp
17
+
18
+ ### `@mui/styled-engine@9.1.1`
19
+
20
+ - [styled-engine] Prevent enableCssLayer styles from being overridden by unlayered styles (#48603) @Janpot
21
+
22
+ ### Docs
23
+
24
+ - Send SOURCE to Brevo on newsletter subscribe (#48633) @aemartos
25
+ - fix TypeScript heading capitalization (#48619) @ifer47
26
+ - Remove outdated security section (#48628) @oliviertassinari
27
+ - [legal] Update EULA links on website (#48642) @rluzists1
28
+
29
+ ### Core
30
+
31
+ - Update dependencies to resolve Dependabot security alerts (#48641) @Janpot
32
+ - [core-docs] Pin StackBlitz demo vite to v7 and plugin-react to v5 (#48643) @Janpot
33
+ - [code-infra] Port codebase to use tsgo (#48616) @brijeshb42
34
+ - [docs-infra] Fix immutable cache headers for /\_next/static assets (#48655) @brijeshb42
35
+ - [docs-infra] Run link checker during docs build instead of as separate CI step (#48634) @Janpot
36
+ - [docs-infra] Support turbopack for docs (#48569) @brijeshb42
37
+ - [test] Cover docs landing-page composites with Argos (#48589) @LukasTy
38
+
39
+ All contributors of this release in alphabetical order: @aemartos, @brijeshb42, @ifer47, @Janpot, @LukasTy, @oliviertassinari, @rluzists1, @siriwatknp, @vipin8797
40
+
3
41
  ## 9.1.0
4
42
 
5
43
  <!-- generated comparing v9.0.1..master -->
@@ -1,2 +1,2 @@
1
- declare const _exports: typeof import("next/compat/router");
2
- export = _exports;
1
+ declare const _default: typeof import("next/compat/router");
2
+ export = _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/material-nextjs",
3
- "version": "9.1.0",
3
+ "version": "9.1.1",
4
4
  "author": "MUI Team",
5
5
  "description": "Collection of utilities for integration between Material UI and Next.js.",
6
6
  "license": "MIT",
@@ -1,2 +1,2 @@
1
- declare const _exports: typeof import("next/navigation");
2
- export = _exports;
1
+ declare const _default: typeof import("next/navigation");
2
+ export = _default;
@@ -1,2 +1,2 @@
1
- declare const _exports: typeof import("next/document");
2
- export = _exports;
1
+ declare const _default: typeof import("next/document");
2
+ export = _default;