Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Add legacy bundle drop mention in migration pages #12424

Merged
merged 2 commits into from
Mar 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,15 @@ Please update your `@mui/material` package to this or a newer version.
Since `v7` is a major release, it contains changes that affect the public API.
These changes were done for consistency, improved stability and to make room for new features.

### Drop the legacy bundle

The support for IE11 has been removed from all MUI X packages.
The `legacy` bundle that used to support old browsers like IE11 is no longer included.

:::info
If you need support for IE11, you will need to keep using the latest version of the `v6` release.
:::

### Renaming

#### Types
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,15 @@ Since v7 is a major release, it contains some changes that affect the public API
These changes were done for consistency, improve stability and make room for new features.
Below are described the steps you need to make to migrate from v6 to v7.

### Drop the legacy bundle

The support for IE11 has been removed from all MUI X packages.
The `legacy` bundle that used to support old browsers like IE11 is no longer included.

:::info
If you need support for IE11, you will need to keep using the latest version of the `v6` release.
:::

### DOM changes

The Data Grid's layout has been substantially altered to use CSS sticky positioned elements.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,15 @@ After running the codemods, make sure to test your application and that you don'
Feel free to [open an issue](https://github.com/mui/mui-x/issues/new/choose) for support if you need help to proceed with your migration.
:::

## Drop the legacy bundle

The support for IE11 has been removed from all MUI X packages.
The `legacy` bundle that used to support old browsers like IE11 is no longer included.

:::info
If you need support for IE11, you will need to keep using the latest version of the `v6` release.
:::

## Component slots

### Rename `components` to `slots`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,15 @@ Please update your `@mui/material` package to this or a newer version.
Since `v7` is a major release, it contains changes that affect the public API.
These changes were done for consistency, improved stability and to make room for new features.

### Drop the legacy bundle

The support for IE11 has been removed from all MUI X packages.
The `legacy` bundle that used to support old browsers like IE11 is no longer included.

:::info
If you need support for IE11, you will need to keep using the latest version of the `v6` release.
:::

### ✅ Use `SimpleTreeView` instead of `TreeView`

The `TreeView` component has been deprecated and will be removed in the next major.
Expand Down
Loading