Skip to content

Commit c390c1c

Browse files
authored
[release] v7.0.0-alpha.1 (#45285)
1 parent 68ac415 commit c390c1c

File tree

19 files changed

+79
-18
lines changed

19 files changed

+79
-18
lines changed

CHANGELOG.md

+61
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,66 @@
11
# [Versions](https://mui.com/versions/)
22

3+
## 7.0.0-alpha.1
4+
5+
<!-- generated comparing v7.0.0-alpha.0..master -->
6+
7+
_Feb 11, 2025_
8+
9+
A big thanks to the 11 contributors who made this release possible.
10+
11+
12+
13+
- [Checkbox] Add slots and slotProps (#44974) @sai6855
14+
- [LinearProgress][CircularProgress] Add variant overrides for module augumentation (#45163) @kingflamez
15+
- [Drawer] Deprecate \*Props and complete `slots`, `slotProps` (#44960) @siriwatknp
16+
- Fix wrong `slotProps` of `DetailsHTMLAttributes` types (#45215) @siriwatknp
17+
- [MobileStepper] deprecate `LinearProgressProps` and complete `slots`, `slotProps` (#45033) @siriwatknp
18+
- [Radio] Add slots and slotProps (#44972) @sai6855
19+
- [Radio] Remove empty line (#45184) @sai6855
20+
- [Slider] Deprecate composed classes (#45201) @sai6855
21+
- [Snackbar] Fix generated proptypes (#45156) @siriwatknp
22+
- [SpeedDialAction] Add slots and slotProps (#45065) @sai6855
23+
- [SwitchBase] Fix spreading of `handlers` in getSlotProps (#45197) @sai6855
24+
- [Tabs] Deprecate \*Props and complete `slots`, `slotProps` (#45012) @siriwatknp
25+
- [TextField] Remove deprecated props from documentation (#45199) @sai6855
26+
27+
28+
29+
- Change icon source URL and add overrides (#45020) @siriwatknp
30+
31+
32+
33+
- Remove components which were moved from lab to material (#45232) @DiegoAndai
34+
35+
### Docs
36+
37+
- [Autocomplete] Improve Google Maps search example (#44708) @oliviertassinari
38+
- [Dialog] Removes deprecated PaperProps from docs (#45195) @sai6855
39+
- [Menu] Add Grouped Menu demo (#45241) @noobDev31
40+
- [material] Add disableInteractive on colorTool grid Tooltips (#37800) @Janpot
41+
- [blog] Consistent Base UI terminology (#45264) @oliviertassinari
42+
- A quick first step to update docs for Tailwind v4 (#45147) @oliviertassinari
43+
- Fix `element.ref` accessing warning on docs (#45155) @DiegoAndai
44+
- Mention Toolpad as experimental (#45273) @prakhargupta1
45+
- [joy-ui] Update "Set up providers" section of integration with Material UI (#45183) @mateuseap
46+
47+
### Core
48+
49+
- Update branch switch tags (#45198) @DiegoAndai
50+
- Fix double redirection to Base UI (#45146) @oliviertassinari
51+
- Fix corepack and pnpm installation in CircleCI (#45185) @mj12albert
52+
- Fix typo on Netlify script (#45278) @maximevtush
53+
- [code-infra] Fix testing library resolution with custom react (#44061) @Janpot
54+
- [code-infra] Update package layout for better ESM support (#43264) @Janpot
55+
- Update `@typescript-eslint/*` packages and remove deprecated `eslint-config-airbnb-typescript` package (#45245) @ZeeshanTamboli
56+
- [docs] Restore utility component docs from MUI Base to Material UI (#45213) @mapache-salvaje
57+
- [docs] Sync active sponsors (#45204) @oliviertassinari
58+
- [docs] Fix links in CONTRIBUTING.md (#45202) @bernardobelchior
59+
- [docs-infra] Point to MUI X next docs (#45207) @cherniavskii
60+
- [test] Fix React 18 tests (#45161) @DiegoAndai
61+
62+
All contributors of this release in alphabetical order: @bernardobelchior, @cherniavskii, @DiegoAndai, @Janpot, @kingflamez, @mapache-salvaje, @mateuseap, @maximevtush, @mj12albert, @noobDev31, @oliviertassinari, @prakhargupta1, @sai6855, @siriwatknp, @ZeeshanTamboli
63+
364
## 7.0.0-alpha.0
465

566
<!-- generated comparing v6.4.1..master -->

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/monorepo",
3-
"version": "7.0.0-alpha.0",
3+
"version": "7.0.0-alpha.1",
44
"private": true,
55
"scripts": {
66
"preinstall": "npx only-allow pnpm",

packages-internal/scripts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/internal-scripts",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"author": "MUI Team",
55
"description": "Utilities supporting MUI libraries build and docs generation. This is an internal package not meant for general use.",
66
"main": "build/index.js",

packages-internal/test-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/internal-test-utils",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"author": "MUI Team",
55
"description": "Utilities for MUI tests. This is an internal package not meant for general use.",
66
"main": "./build/index.js",

packages/mui-codemod/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/codemod",
3-
"version": "7.0.0-alpha.0",
3+
"version": "7.0.0-alpha.1",
44
"bin": "./codemod.js",
55
"private": false,
66
"author": "MUI Team",

packages/mui-core-downloads-tracker/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/core-downloads-tracker",
3-
"version": "7.0.0-alpha.0",
3+
"version": "7.0.0-alpha.1",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Internal package to track number of downloads of our design system libraries",

packages/mui-docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/docs",
3-
"version": "7.0.0-alpha.0",
3+
"version": "7.0.0-alpha.1",
44
"private": false,
55
"author": "MUI Team",
66
"description": "MUI Docs - Documentation building blocks.",

packages/mui-envinfo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/envinfo",
3-
"version": "2.0.33",
3+
"version": "2.0.34",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Logs infos about the environment relevant to @mui/*",

packages/mui-icons-material/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/icons-material",
3-
"version": "7.0.0-alpha.0",
3+
"version": "7.0.0-alpha.1",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Material Design icons distributed as SVG React components.",

packages/mui-lab/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/lab",
3-
"version": "7.0.0-beta.0",
3+
"version": "7.0.0-beta.1",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Laboratory for new MUI modules.",

packages/mui-material-nextjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/material-nextjs",
3-
"version": "7.0.0-alpha.0",
3+
"version": "7.0.0-alpha.1",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Collection of utilities for integration between Material UI and Next.js.",

packages/mui-material-pigment-css/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/material-pigment-css",
3-
"version": "7.0.0-alpha.0",
3+
"version": "7.0.0-alpha.1",
44
"author": "MUI Team",
55
"description": "A wrapper over Pigment CSS that provides the same styled and theming APIs as Material UI.",
66
"main": "./src/index.ts",

packages/mui-material/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/material",
3-
"version": "7.0.0-alpha.0",
3+
"version": "7.0.0-alpha.1",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Material UI is an open-source React component library that implements Google's Material Design. It's comprehensive and can be used in production out of the box.",

packages/mui-private-theming/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/private-theming",
3-
"version": "7.0.0-alpha.0",
3+
"version": "7.0.0-alpha.1",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Private - The React theme context to be shared between `@mui/styles` and `@mui/material`.",

packages/mui-styled-engine-sc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/styled-engine-sc",
3-
"version": "7.0.0-alpha.0",
3+
"version": "7.0.0-alpha.1",
44
"private": false,
55
"author": "MUI Team",
66
"description": "styled() API wrapper package for styled-components.",

packages/mui-styled-engine/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/styled-engine",
3-
"version": "7.0.0-alpha.0",
3+
"version": "7.0.0-alpha.1",
44
"private": false,
55
"author": "MUI Team",
66
"description": "styled() API wrapper package for emotion.",

packages/mui-styles/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/styles",
3-
"version": "7.0.0-alpha.0",
3+
"version": "7.0.0-alpha.1",
44
"private": false,
55
"author": "MUI Team",
66
"description": "MUI Styles - The legacy JSS-based styling solution of Material UI.",

packages/mui-system/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/system",
3-
"version": "7.0.0-alpha.0",
3+
"version": "7.0.0-alpha.1",
44
"private": false,
55
"author": "MUI Team",
66
"description": "MUI System is a set of CSS utilities to help you build custom designs more efficiently. It makes it possible to rapidly lay out custom designs.",

packages/mui-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/utils",
3-
"version": "7.0.0-alpha.0",
3+
"version": "7.0.0-alpha.1",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Utility functions for React components.",

0 commit comments

Comments
 (0)