@mui/material-nextjs 9.0.1 → 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,127 @@
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
+
41
+ ## 9.1.0
42
+
43
+ <!-- generated comparing v9.0.1..master -->
44
+
45
+ _Jun 8, 2026_
46
+
47
+ A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
48
+
49
+ - ⚙️ Support for the [prefers-reduced-motion](https://mui.com/material-ui/transitions/#reduced-motion) setting.
50
+ - ♿️ Improved support for Windows High Contrast mode with the [enhanceHighContrast](https://mui.com/material-ui/customization/palette/#windows-high-contrast-mode) theme wrapper.
51
+
52
+ ### `@mui/material@9.1.0`
53
+
54
+ - [autocomplete] Enable clearing highlight when mouse leaves popup (#48354) @mj12albert
55
+ - [autocomplete] Fix `freeSolo` controlled values cleared by initial `null` (#48611) @mj12albert
56
+ - [autocomplete] Fix item removal when it receives focus from VoiceOver before using Backspace (#48572) @silviuaavram
57
+ - [autocomplete] Fix `resetHighlightOnMouseLeave` JSdoc (#48536) @mj12albert
58
+ - [autocomplete] Guard against null inputRef during unmount (#48617) @noam3127
59
+ - [badge] Add `aria-hidden` to badge content and polish docs demos (#48471) @mj12albert
60
+ - [badge] Use inline CSS variables for anchorOrigin/overlap positioning (#48549) @siriwatknp
61
+ - [button] Fix customized flex gap styles (#48542) @mj12albert
62
+ - [dialog] Fix unwanted `DialogPaper` focus ring (#48535) @mj12albert
63
+ - [focus trap] Fix incorrect tab order when `tabIndex >= 1` (#48546) @mj12albert
64
+ - [progress] Show runtime errors only once (#48591) @silviuaavram
65
+ - [select] Allow spacebar to select elements (#48615) @silviuaavram
66
+ - [select] Support typeahead when closed (#48563) @mj12albert
67
+ - [step button] Choose higher contrast ripple color for dark mode focus (#48612) @silviuaavram
68
+ - [stepper] Include StepConnector inside Step element (#48492) @silviuaavram
69
+ - [stepper] Proper support for vertical alternativeLabel (#48485) @silviuaavram
70
+ - [tabs] Fix React 18 roving tabindex and dedupe invalid-value warning (#48605) @Janpot
71
+ - [theme] Add HighContrast theme enhancer (#48319) @silviuaavram
72
+ - [timeline item] Fix extra ::before spacing when TimelineOppositeContent is present (#46663) @tyalau
73
+ - [tooltip] Prevent stuck-open tooltip when child becomes disabled (#48606) @Janpot
74
+ - [transitions] Custom `Transition` component (#48325) @mj12albert
75
+ - [transitions] Support `prefers-reduced-motion` (#48357) @mj12albert
76
+
77
+ ### `@mui/utils@9.1.0`
78
+
79
+ - [utils] Prevent prototype pollution in fastDeepAssign (#48580) @Janpot
80
+
81
+ ### Docs
82
+
83
+ - [docs] Add function `slotProps` documentation (#48574) @mj12albert
84
+ - [docs] Clarify styled-components version compatibility (#48533) @nightt5879
85
+ - [docs] Fix broken URLs (#48520) @oliviertassinari
86
+ - [docs] Fix invalid JSON in Zed MCP setup example (#48490) @pavan-sh
87
+ - [docs] Mention release version for enhanceHighContrast (#48609) @silviuaavram
88
+ - [docs] Remove outdated MUI X v8 notification (#48600) @cherniavskii
89
+ - [docs] Remove redundant enhanceHighContrast information (#48632) @silviuaavram
90
+ - [docs-infra] Decrease loaded bundle size on docs (#48584) @brijeshb42
91
+ - [docs-infra] Drop multi-locale plumbing from API pages (#48370) @brijeshb42
92
+ - [docs-infra] Fix Cookie banner heading (#48529) @oliviertassinari
93
+ - [docs-infra] Infinitely cache all static assets (#48627) @brijeshb42
94
+ - [docs-infra] Remove outdated noSEOadvantage entries (#48527) @oliviertassinari
95
+ - [docs-infra] Restore build-only invariant throws via `NEXT_RUNTIME` guard (#48475) @Janpot
96
+ - [docs-infra] Test HTML validation in broken links checker (#48088) @Janpot
97
+ - [docs][icons] Fix Font Awesome Chip demo in dark mode (#48576) @siriwatknp
98
+ - [docs][icons] Remove redundant font awesome demo (#48493) @ZeeshanTamboli
99
+ - [docs][modal] Add nested modal guidance (#46507) @JakeSaterlay
100
+ - [docs][stepper] Fix focus management in examples (#48494) @silviuaavram
101
+
102
+ ### Core
103
+
104
+ - Eslint markdown (#48371) @Janpot
105
+ - [agents] Fix some docs links (#48561) @silviuaavram
106
+ - [blog] Copy editing improvement on v9 announcement blog posts (#48543) @joserodolfofreitas
107
+ - [code-infra] Cleanup unused jss packages (#48590) @brijeshb42
108
+ - [code-infra] Collapse canary workflows into nightly and nightly-cron (#48556) @Janpot
109
+ - [code-infra] Convert @mui/private-theming to TypeScript (#48565) @Janpot
110
+ - [code-infra] Convert @mui/styled-engine to TypeScript (#48544) @Janpot
111
+ - [code-infra] Convert @mui/styled-engine-sc to TypeScript (#48577) @Janpot
112
+ - [code-infra] Fix duplicate resource_class in test_regressions CI job (#48601) @LukasTy
113
+ - [code-infra] Make @mui/internal-docs-utils compatible with TypeScript 6 (#48594) @Janpot
114
+ - [code-infra] Migrate CircleCI jobs to Gen2 resource classes (#48593) @LukasTy
115
+ - [code-infra] Parallelize visual regression screenshots (#48557) @Janpot
116
+ - [code-infra] Run nightly-cron on v7.x (#48579) @Janpot
117
+ - [core] Fix typescript@next typecheck (#48587) @Janpot
118
+ - [pnpm] Add security settings to pnpm-workspace.yaml (#48582) @Janpot
119
+ - [styled-engine-sc] Fix compatibility with Vite and Vitest (#48558) @mj12albert
120
+ - [test] Add axe-core tests for mui-material (#48341) @siriwatknp
121
+ - [test] Configure Tailwind CSS in the visual-regression app (#48575) @Janpot
122
+
123
+ All contributors of this release in alphabetical order: @brijeshb42, @cherniavskii, @JakeSaterlay, @Janpot, @joserodolfofreitas, @LukasTy, @mj12albert, @nightt5879, @noam3127, @oliviertassinari, @pavan-sh, @silviuaavram, @siriwatknp, @tyalau, @ZeeshanTamboli
124
+
3
125
  ## 9.0.1
4
126
 
5
127
  <!-- generated comparing v9.0.0..master -->
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- The MIT License (MIT)
1
+ MIT License
2
2
 
3
3
  Copyright (c) 2014 Call-Em-All
4
4
 
@@ -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.0.1",
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;