-
-
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.
Co-authored-by: Lukas <[email protected]> Signed-off-by: Alexandre Fauquette <[email protected]>
- Loading branch information
1 parent
6651c66
commit 8e86544
Showing
1 changed file
with
3 additions
and
3 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 |
---|---|---|
|
@@ -25,9 +25,11 @@ We'd like to offer a big thanks to the 11 contributors who made this release pos | |
|
||
#### `@mui/[email protected]` | ||
|
||
- [DataGrid] Fix focus visible style on scrollbar (#12402) @oliviertassinari | ||
- [DataGrid] Fix the issue where pressing the Delete key resets various cell values to an empty string. (#12216) @sooster910 | ||
- [DataGrid] Make `rowCount` part of the state (#12381) @MBilalShafi | ||
- [DataGrid] Make column resizing and autosizing available in Community plan (#12420) @cherniavskii | ||
- [DataGrid] Remove baseSwitch (#12439) @romgrk | ||
- [DataGrid] Remove `baseSwitch` slot (#12439) @romgrk | ||
- [l10n] Improve Japanese (ja-JP) locale (#12398) @makoto14 | ||
|
||
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') | ||
|
@@ -96,8 +98,6 @@ The `onNodeFocus` callback has been renamed to `onItemFocus` for consistency: | |
|
||
- [core] Fix CI (#12414) @flaviendelangle | ||
- [core] Fix PR deploy link for Tree View doc pages (#12411) @flaviendelangle | ||
- [data grid] Fix focus visible style on scrollbar (#12402) @oliviertassinari | ||
- [data grid] Fixed issue where pressing Delete key resets various cell values to empty string. (#12216) @sooster910 | ||
|
||
## 7.0.0-beta.6 | ||
|
||
|