-
-
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.
[docs] Add () for updateRows method (#15251)
Signed-off-by: Olivier Tassinari <[email protected]> Co-authored-by: Flavien DELANGLE <[email protected]>
- Loading branch information
1 parent
a62b88f
commit a202034
Showing
8 changed files
with
33 additions
and
34 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 |
---|---|---|
|
@@ -861,10 +861,9 @@ No changes since `@mui/[email protected]`. | |
|
||
### Docs | ||
|
||
- [docs] Add a warning to promote the usage of `updateRows` (#14027) @MBilalShafi | ||
- [docs] Add a warning to promote the usage of `updateRows()` (#14027) @MBilalShafi | ||
- [docs] Disable ad in `Rich Tree View-Ordering` page (#14123) @oliviertassinari | ||
- [docs] Redesign Date and Time Pickers overview page (#13241) @noraleonte | ||
|
||
- [CHANGELOG] Polish details @oliviertassinari | ||
- [code-infra] Use concurrency 1 in CircleCI (#14110) @JCQuintas | ||
- [infra] Re-added the removal of `Latest Version` section (#14132) @michelengelen | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ We'd like to offer a big thanks to the 5 contributors who made this release poss | |
#### Changes | ||
|
||
- [DataGrid] Allow to pass props to the `FocusTrap` inside the panel wrapper (#7897) @Vivek-Prajapatii | ||
- [DataGrid] Avoid unnecessary rerenders after `updateRows` (#7945) @cherniavskii | ||
- [DataGrid] Avoid unnecessary rerenders after `updateRows()` (#7945) @cherniavskii | ||
- [DataGridPro] Change cursor when dragging a column (#7878) @sai6855 | ||
- [DataGridPremium] Fix `leafField` to have correct focus value (#7959) @MBilalShafi | ||
|
||
|
@@ -332,7 +332,7 @@ We'd like to offer a big thanks to the 7 contributors who made this release poss | |
|
||
- [DataGrid] Fix `ErrorOverlay` not receiving defined input props (#6885) @banoth-ravinder | ||
- [DataGrid] Improve typing for `styleOverrides` (#6980) @iigrik | ||
- [DataGridPro] Fix lazy-loaded rows not working with `updateRows` API method (#6875) @cherniavskii | ||
- [DataGridPro] Fix lazy-loaded rows not working with `updateRows()` API method (#6875) @cherniavskii | ||
- [l10n] Fix translation of `filterOperatorBefore` in Arabic (ar-SD) locale (#6917) @HassanGhazy | ||
|
||
### `@mui/[email protected]` / `@mui/[email protected]` | ||
|
@@ -2184,7 +2184,7 @@ A big thanks to the 9 contributors who made this release possible. Here are some | |
- [DataGrid] Fix `isRowSelectable` when `paginationMode='server'` (#3647) @flaviendelangle | ||
- [DataGrid] Fix browser keyboard shortcuts not working when header cell is focused (#3692) @valenfv | ||
- [DataGrid] Fix focus on checkbox cells (#3501) @alexfauquette | ||
- [DataGrid] Only update the visibility status of the updated columns when calling `apiRef.current.updateRows` (#3735) @flaviendelangle | ||
- [DataGrid] Only update the visibility status of the updated columns when calling `updateRows()` (#3735) @flaviendelangle | ||
- [DataGrid] Prevent commit if `preProcessEditCellProps` resolves with an error (#3612) @m4theushw | ||
- [DataGrid] Update selected rows when turning off `checkboxSelection` (#3684) @m4theushw | ||
- [DataGrid] Variable row height (#3218) @DanailH | ||
|
@@ -2726,10 +2726,10 @@ A big thanks to the 7 contributors who made this release possible. Here are some | |
|
||
#### Changes | ||
|
||
- [DataGrid] Block multi-rows updates in `apiRef.current.updateRows` on the Community plan (#3095) @flaviendelangle | ||
- [DataGrid] Block multi-rows updates in `updateRows()` on the Community plan (#3095) @flaviendelangle | ||
- [DataGrid] Fix filter not working after deleting the value (#3018) @m4theushw | ||
- [DataGrid] Fix performance regression when selecting 100k rows (#3077) @m4theushw | ||
- [DataGrid] Fix `apiRef.current.updateRows` to not share rows from other instances (#3127) @m4theushw | ||
- [DataGrid] Fix `updateRows()` to not share rows from other instances (#3127) @m4theushw | ||
- [DataGrid] Fix flex space allocation to not cause a horizontal scroll when there is enough space (#3099) @flaviendelangle | ||
- [DataGrid] Improve the filter panel behaviors (#3080) @flaviendelangle | ||
- [DataGrid] Fix keyboard navigation between column headers and rows when not on the first page (#3086) @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 |
---|---|---|
|
@@ -2625,7 +2625,7 @@ We'd like to offer a big thanks to the 7 contributors who made this release poss | |
- [DataGrid] Fix missing watermark in Pro and Premium packages (#8797) @cherniavskii | ||
- [DataGrid] Remove unwarranted warning log (#8847) @romgrk | ||
- [DataGrid] Add Joy UI slots (`Select`, `SelectOption`, `InputLabel`, `FormControl`) (#8747) @cherniavskii | ||
- [DataGridPremium] Fix expanded groups being collapsed after calling `updateRows` (#8823) @cherniavskii | ||
- [DataGridPremium] Fix expanded groups being collapsed after calling `updateRows()` (#8823) @cherniavskii | ||
|
||
### `@mui/[email protected]` / `@mui/[email protected]` | ||
|
||
|
@@ -3256,7 +3256,7 @@ We'd like to offer a big thanks to the 8 contributors who made this release poss | |
|
||
- [DataGrid] Add interface for `singleSelect` column (#7685) @m4theushw | ||
- [DataGrid] Allow to pass props to the `FocusTrap` inside the panel wrapper (#7733) @ivek-Prajapatii | ||
- [DataGrid] Avoid unnecessary rerenders after `updateRows` (#7857) @cherniavskii | ||
- [DataGrid] Avoid unnecessary rerenders after `updateRows()` (#7857) @cherniavskii | ||
- [DataGridPro] Change cursor when dragging a column (#7725) @sai6855 | ||
- [DataGridPremium] Fix `leafField` to have correct focus value (#7950) @MBilalShafi | ||
|
||
|
@@ -4362,7 +4362,7 @@ We'd like to offer a big thanks to the 14 contributors who made this release pos | |
- [DataGrid] Stop exporting root base state selectors (#6912) @DanailH | ||
- [DataGrid] Support `theme.vars` (#6784) @alexfauquette | ||
- [DataGrid] Rename `rowsScroll` event to `scrollPositionChange` (#6957) @DanailH | ||
- [DataGridPro] Fix lazy-loaded rows not working with `updateRows` API method (#6976) @cherniavskii | ||
- [DataGridPro] Fix lazy-loaded rows not working with `updateRows()` API method (#6976) @cherniavskii | ||
- [DataGridPremium] Improve typing for theme in `styleOverrides` (#6920) @m4theushw | ||
- [l10n] Fix translation of `filterOperatorBefore` in Arabic (ar-SD) locale (#6884) @HassanGhazy | ||
|
||
|
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