@mui/material-nextjs 6.0.0-alpha.13 → 6.0.0-alpha.14

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +129 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,134 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## v6.0.0-beta.1
4
+
5
+ <!-- generated comparing v6.0.0-beta.0..next -->
6
+
7
+ _Jul 16, 2024_
8
+
9
+ A big thanks to the 6 contributors who made this release possible.
10
+
11
+ ### `@mui/material@6.0.0-beta.1`
12
+
13
+ - &#8203;<!-- 03 -->Remove dependency on @mui/base (#42907) @mnajdova
14
+ - &#8203;<!-- 02 -->Set material-pigment-css to public (#42912) @siriwatknp
15
+
16
+ ### `@mui/codemod@6.0.0-beta.1`
17
+
18
+ - &#8203;<!-- 10 -->Support sx conditional inside spread element (#42894) @siriwatknp
19
+
20
+ ### Docs
21
+
22
+ - &#8203;<!-- 07 -->Fix 301 link @oliviertassinari
23
+ - &#8203;<!-- 04 -->[material-ui] Add script to generate template screenshots (#42903) @siriwatknp
24
+
25
+ ### Core
26
+
27
+ - &#8203;<!-- 09 -->[core] Remove custom hooks from the `mui-name-matches-component-name` linting rule (#42773) @flaviendelangle
28
+ - &#8203;<!-- 08 -->[core] Normalize rest / other to match the most common used @oliviertassinari
29
+ - &#8203;<!-- 06 -->[docs-infra] Move Ads component to TS (#42842) @alexfauquette
30
+ - &#8203;<!-- 05 -->[docs-infra] Support code tabs overflow (#42913) @arminmeh
31
+ - &#8203;<!-- 01 -->[website] Sync /about page @oliviertassinari
32
+
33
+ All contributors of this release in alphabetical order: @alexfauquette, @arminmeh, @flaviendelangle, @mnajdova, @oliviertassinari, @siriwatknp
34
+
35
+ ## v6.0.0-beta.0
36
+
37
+ <!-- generated comparing v6.0.0-alpha.14..next -->
38
+
39
+ _Jul 11, 2024_
40
+
41
+ A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
42
+
43
+ - 🎉 This is the first v6 beta release! A huge thanks to everyone who helped to make this happen! The target date for a stable release is the 28th of July. The next month will be used to polish v6, and ease the migration from v5. You can follow the [v6 stable milestone](https://github.com/mui/material-ui/milestone/42) for more details.
44
+ - 🚀 All planned breaking changes are completed.
45
+
46
+ ### `@mui/material@v6.0.0-beta.0`
47
+
48
+ - Revert deprecation warnings for `*Components` and `*Props` for v6 (#42466) @lhilgert9
49
+ - Performance: lazy Ripple (#41061) @romgrk
50
+ - [AppBar] Fix inherit color is inconsistent between ThemeProvider and CssVarsProvider (#42714) @ZeeshanTamboli
51
+ - [Autocomplete] Add new AutocompleteInputChangeReason (#37301) @binh1298
52
+
53
+ ### `@mui/material-pigment-css@v6.0.0-beta.0`
54
+
55
+ - Create a wrapper package over Pigment CSS (#42819) @brijeshb42
56
+
57
+ ### `@mui/base@5.0.0-beta.53`
58
+
59
+ - [Autocomplete] Add new AutocompleteInputChangeReason (#37301) @binh1298
60
+
61
+ ### Docs
62
+
63
+ - Replace v6 "alpha" mentions with "beta" (#42895) @DiegoAndai
64
+ - Fix typos (#42862) @omahs
65
+ - Fix issues reported by react compiler in docs folder (#42881) @sai6855
66
+ - Fix 301 @oliviertassinari
67
+ - [LinearProgress] Fix buffer demo (#42858) @mbrookes
68
+ - Adjust site to add Toolpad on the homepage (#38604) @bharatkashyap
69
+
70
+ ### Core
71
+
72
+ - Fix imports in `Demo` component (#42857) @LukasTy
73
+ - Use @mui/docs/HighlightedCodeWithTabs in markdown (#42841) @Janpot
74
+ - Simpler pnpm dedupe error message to act on @oliviertassinari
75
+ - Fix split infinitive use in tests @oliviertassinari
76
+ - [lab] Fix issues reported by react-compiler in mui-lab (#42880) @sai6855
77
+
78
+ All contributors of this release in alphabetical order: @bharatkashyap, @brijeshb42, @DiegoAndai, @Janpot, @lhilgert9, @LukasTy, @mbrookes, @oliviertassinari, @omahs, @romgrk, @sai6855, @ZeeshanTamboli
79
+
80
+ ## v6.0.0-alpha.14
81
+
82
+ <!-- generated comparing v6.0.0-alpha.13..next -->
83
+
84
+ _Jul 3, 2024_
85
+
86
+ A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
87
+
88
+ - ✨ Updated Grid v2 to match PigmentGrid (#42742) @DiegoAndai
89
+
90
+ ### `@mui/material@v6.0.0-alpha.14`
91
+
92
+ #### BREAKING CHANGES
93
+
94
+ - [Grid] Update Grid props to match PigmentGrid (#42742) @DiegoAndai
95
+
96
+ Use the codemod below to migrate the props:
97
+
98
+ ```bash
99
+ npx @mui/codemod@next v6.0.0/grid-v2-props /path/to/folder
100
+ ```
101
+
102
+ #### Changes
103
+
104
+ - [Alert] Add ability to override slot props (#42787) @alexey-kozlenkov
105
+ - [Dialog] Revert incorrect textAlign style removal (#42778) @DiegoAndai
106
+ - [theme] Support `CssVarsTheme` in `responsiveFontSizes` return type (#42786) @jxdp
107
+
108
+ ### Docs
109
+
110
+ - [material-ui] Add some writing tweaks to v6 migration page (#42623) @danilo-leal
111
+ - [material-ui] Fix issues reported by react-compiler in docs folder (#42830) @sai6855
112
+ - [material-ui] Add some writing tweaks to v6 migration page (#42623) @danilo-leal
113
+ - [base-ui] Fix wrong description for `UseTabParameters.onChange` (#42749) @ohgree
114
+ - Fix 301 MDN redirections @oliviertassinari
115
+
116
+ ### Core
117
+
118
+ - [core] Bump React to 18.3.1 (#42047) @renovate[bot]
119
+ - [core] Revert lint for `useThemeProps` (#42817) @siriwatknp
120
+ - [core] Remove useIsFocusVisible util (#42467) @DiegoAndai
121
+ - [core] Remove react-test-renderer (#42784) @aarongarciah
122
+ - [core][mui-utils] Remove remaining IE11 references (#42777) @DiegoAndai
123
+ - [code-infra] Move `HighlightedCode` test into `@mui/docs` package (#42835) @LukasTy
124
+ - [code-infra] Cleanup `@mui/docs` usage and legacy re-exports (#42833) @LukasTy
125
+ - [docs-infra] Fix React Compiler ESLint issues in website components (#42566) @aarongarciah
126
+ - [docs-infra] Add batch of design polish (#42823) @danilo-leal
127
+ - [test][mui-utils] Remove usages of deprecated react-dom APIs (#42780) @aarongarciah
128
+ - [test][joy-ui][Autocomplete] Fix spread key error in test (#42775) @aarongarciah
129
+
130
+ All contributors of this release in alphabetical order: @aarongarciah, @alexey-kozlenkov, @danilo-leal, @DiegoAndai, @Janpot, @jxdp, @LukasTy, @ohgree, @oliviertassinari, @renovate[bot], @sai6855, @siriwatknp
131
+
3
132
  ## v6.0.0-alpha.13
4
133
 
5
134
  <!-- generated comparing v6.0.0-alpha.12..next -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/material-nextjs",
3
- "version": "6.0.0-alpha.13",
3
+ "version": "6.0.0-alpha.14",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "Collection of utilities for integration between Material UI and Next.js.",
@@ -24,7 +24,7 @@
24
24
  "url": "https://opencollective.com/mui-org"
25
25
  },
26
26
  "dependencies": {
27
- "@babel/runtime": "^7.24.7"
27
+ "@babel/runtime": "^7.24.8"
28
28
  },
29
29
  "peerDependencies": {
30
30
  "@emotion/cache": "^11.11.0",
@@ -32,7 +32,7 @@
32
32
  "@types/react": "^17.0.0 || ^18.0.0",
33
33
  "next": "^13.0.0 || ^14.0.0",
34
34
  "react": "^17.0.0 || ^18.0.0",
35
- "@mui/material": "6.0.0-alpha.13"
35
+ "@mui/material": "6.0.0-beta.1"
36
36
  },
37
37
  "peerDependenciesMeta": {
38
38
  "@types/react": {