-
-
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.
[DataGrid] Remove unused
resize
method (#15599)
- Loading branch information
1 parent
471dd52
commit 37c4d15
Showing
5 changed files
with
6 additions
and
36 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 |
---|---|---|
|
@@ -17,8 +17,6 @@ We'd like to offer a big thanks to the 16 contributors who made this release pos | |
- 🐞 Bugfixes | ||
- 📚 Documentation improvements | ||
|
||
### Breaking change | ||
|
||
Special thanks go out to the community contributors who have helped make this release possible: | ||
@CarlosLopezLg, @headironc, @hendrikpeilke, @k-rajat19, @lhilgert9, @viktormelin. | ||
Following are all team members who have contributed to this release: | ||
|
@@ -56,17 +54,17 @@ Same changes as in `@mui/[email protected]`, plus: | |
#### Breaking change | ||
|
||
- The `FieldValueType` type has been renamed to `PickerValueType` — [Learn more](https://next.mui.com/x/migration/migration-pickers-v7/#renamed-variables). | ||
- The `toolbar` and `layout` slots no longer receive the `disabled` and `readOnly` props — [Learn more](https://next.mui.com/x/migration/migration-pickers-v7/#slots-breaking-changes). | ||
- The `toolbar` and `layout` slots no longer receive the `disabled` and `readOnly` props — [Learn more](https://next.mui.com/x/migration/migration-pickers-v7/#slots-breaking-changes). | ||
|
||
#### `@mui/[email protected]` | ||
|
||
- [fields] Fix focus management with new DOM structure (#15475) @flaviendelangle | ||
- [pickers] React 19 support (#15342) @arminmeh | ||
- [pickers] Add new properties to `PickerOwnerState` and `PickerContextValue` (#15415) @flaviendelangle | ||
- [pickers] Always use `props.value` when it changes (#15490) @flaviendelangle | ||
- [pickers] Ensure internal value timezone is updated (#15435) @LukasTy | ||
- [pickers] Ensure internal value timezone is updated (#15435) @LukasTy | ||
- [pickers] Fix unused code in `<PickersToolbar />` component (#15515) @LukasTy | ||
- [pickers] Remove `FieldValueType` in favor of `PickerValueType` (#15259) @arthurbalduini | ||
- [pickers] Remove `FieldValueType` in favor of `PickerValueType` (#15259) @arthurbalduini | ||
- [pickers] Remove the form props from the layout and the toolbar slots (#15492) @flaviendelangle | ||
- [pickers] Use `props.referenceDate` timezone when `props.value` and `props.defaultValue` are not defined (#15532) @flaviendelangle | ||
- [TimePicker] Prevent mouse events after `touchend` event (#15346) @arthurbalduini | ||
|
@@ -82,12 +80,14 @@ Same changes as in `@mui/[email protected]`, plus: | |
#### Breaking change | ||
|
||
- The DX of the Tooltip customization has been refactored | ||
|
||
- The `tooltip` prop has been removed in favor of `slotProps.tooltip` for consistency. | ||
- The `popper`, `axisContent`, and `itemContent` slots have been removed in favor of the `tooltip` slot which overrides the entire tooltip. | ||
- The `popper`, `axisContent`, and `itemContent` slots have been removed in favor of the `tooltip` slot which overrides the entire tooltip. | ||
- To override the tooltip content, use the `useItemTooltip` or `useAxisTooltip` hook to get the data, and wrap your component in `ChartsTooltipContainer` to follow the pointer position. | ||
- To override the tooltip placement, use the `ChartsItemTooltipContent` or `ChartsItemTooltipContent` to get default data and place them in your custom tooltip. | ||
|
||
- The library now uses the SVG `filter` attribute instead of `d3-color` for color manipulation. | ||
|
||
- This modification impacts the `LinePlot`, `AreaPlot`, and `BarPlot` components. | ||
If you've customized the `fill` of those elements, you might need to override it by using the CSS `filter`. | ||
- The `theme.styleOverride` is removed for `MuiLineElement`, `MuiAreaElement`, and `MuiBarElement` to improve performance. | ||
|
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
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
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
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