-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
80ecdb7
commit 7b45923
Showing
14 changed files
with
26 additions
and
26 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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## 7.20.1 | ||
## 7.21.0 | ||
|
||
_Oct 17, 2024_ | ||
|
||
|
@@ -22,58 +22,58 @@ Following are all team members who have contributed to this release: | |
|
||
### Data Grid | ||
|
||
#### `@mui/x-data-grid@7.20.1` | ||
#### `@mui/x-data-grid@7.21.0` | ||
|
||
- [DataGrid] Fix `onRowSelectionModelChange` firing unnecessarily on initial render (#14909) @MBilalShafi | ||
- [DataGrid] Fix `onRowSelectionModelChange` not being called after row is removed (#14972) @arminmeh | ||
- [DataGrid] Fix pagination scrollbar issue on small zoom (#14911) @cherniavskii | ||
- [DataGrid] Fix scroll jumping (#14929) @romgrk | ||
- [DataGrid] Fix excessive white space at the end of the Data Grid (#14864) @kalyan90 | ||
|
||
#### `@mui/x-data-grid-pro@7.20.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') | ||
#### `@mui/x-data-grid-pro@7.21.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') | ||
|
||
Same changes as in `@mui/x-data-grid@7.20.1`, plus: | ||
Same changes as in `@mui/x-data-grid@7.21.0`, plus: | ||
|
||
- [DataGridPro] Fix indeterminate checkbox state for server-side data (#14956) @MBilalShafi | ||
- [DataGridPro] Fix scrolling performance when `rowHeight={undefined}` (#14983) @cherniavskii | ||
- [DataGridPro] List view (#14393) @KenanYusuf @cherniavskii | ||
|
||
#### `@mui/x-data-grid-premium@7.20.1` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan') | ||
#### `@mui/x-data-grid-premium@7.21.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan') | ||
|
||
Same changes as in `@mui/x-data-grid-pro@7.20.1`. | ||
Same changes as in `@mui/x-data-grid-pro@7.21.0`. | ||
|
||
### Date and Time Pickers | ||
|
||
#### `@mui/x-date-pickers@7.20.1` | ||
#### `@mui/x-date-pickers@7.21.0` | ||
|
||
- [pickers] Cleanup `PageUp` and `PageDown` event handlers on time components (#14928) @arthurbalduini | ||
- [pickers] Create the new picker's `ownerState` object (#14889) @flaviendelangle | ||
- [pickers] Fix `PickerValidDate` usage in the Date Range Picker Toolbar (#14925) @flaviendelangle | ||
|
||
#### `@mui/x-date-pickers-pro@7.20.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') | ||
#### `@mui/x-date-pickers-pro@7.21.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') | ||
|
||
Same changes as in `@mui/x-date-pickers@7.20.1`. | ||
Same changes as in `@mui/x-date-pickers@7.21.0`. | ||
|
||
### Charts | ||
|
||
#### `@mui/x-charts@7.20.1` | ||
#### `@mui/x-charts@7.21.0` | ||
|
||
- [charts] Allow `dataset` to be used with the Scatter Chart (#14915) @JCQuintas | ||
- [charts] Ensure `reduce motion` preference disables animation on page load (#14417) @JCQuintas | ||
|
||
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') | ||
|
||
Same changes as in `@mui/x-charts@7.20.1`. | ||
Same changes as in `@mui/x-charts@7.21.0`. | ||
|
||
### Tree View | ||
|
||
#### `@mui/x-tree-view@7.20.1` | ||
#### `@mui/x-tree-view@7.21.0` | ||
|
||
- [TreeView] Fix `alpha` usage with CSS variables (#14969) @wangkailang | ||
- [TreeView] Fix usage of the `aria-selected` attribute (#14991) @flaviendelangle | ||
- [TreeView] Fix hydration error (#15002) @flaviendelangle | ||
|
||
### `@mui/x-codemod@7.20.1` | ||
### `@mui/x-codemod@7.21.0` | ||
|
||
- [codemod] Add a new utility to rename imports (#14919) @flaviendelangle | ||
|
||
|
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "7.20.1", | ||
"version": "7.21.0", | ||
"private": true, | ||
"scripts": { | ||
"preinstall": "npx only-allow pnpm", | ||
|
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
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
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