-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Armin Mehinovic <[email protected]>
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,7 +51,7 @@ Same changes as in `@mui/[email protected]`, plus: | |
|
||
From https://github.com/mui/mui-x/pull/15948 | ||
|
||
### Breaking changes | ||
#### Breaking changes | ||
|
||
- The component passed to the `layout` slot no longer receives the `value`, `onChange` and `onSelectShortcut` props — [Learn more](https://next.mui.com/x/migration/migration-pickers-v7/#slot-layout). | ||
- The component passed to the `toolbar` slot no longer receives the `value`, `onChange` and `isLandscape` props — [Learn more](https://next.mui.com/x/migration/migration-pickers-v7/#slot-toolbar). | ||
|
@@ -84,7 +84,7 @@ Same changes as in `@mui/[email protected]`. | |
|
||
### Charts | ||
|
||
### Breaking changes | ||
#### Breaking changes | ||
|
||
- Removed `DefaultChartsLegend` component, since it is now easier to create custom legends — [Learn more](https://next.mui.com/x/react-charts/components/#html-components). | ||
- The default legend is now an HTML element and can be styled more easily. | ||
|