Update dependency @mui/x-data-grid to v7 #6
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/mui-x-data-grid-7.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
^6.12.1
->^7.0.0
Release Notes
mui/mui-x (@mui/x-data-grid)
v7.1.1
Compare Source
Apr 5, 2024
We'd like to offer a big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:
setItemExpansion
Tree View API method (#12595) @flaviendelangleData Grid
@mui/x-data-grid@7.1.1
@mui/x-data-grid-pro@7.1.1
Same changes as in
@mui/x-data-grid@7.1.1
.@mui/x-data-grid-premium@7.1.1
Same changes as in
@mui/x-data-grid-pro@7.1.1
.Date and Time Pickers
@mui/x-date-pickers@7.1.1
@mui/x-date-pickers-pro@7.1.1
Same changes as in
@mui/x-date-pickers@7.1.1
, plus:Charts
@mui/x-charts@7.1.1
Tree View
@mui/x-tree-view@7.1.1
Docs
Core
v7.1.0
Compare Source
Mar 28, 2024
We'd like to offer a big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
resizeThrottleMs
prop (#12556) @romgrkData Grid
@mui/x-data-grid@7.1.0
@mui/x-data-grid-pro@7.1.0
Same changes as in
@mui/x-data-grid@7.1.0
.@mui/x-data-grid-premium@7.1.0
Same changes as in
@mui/x-data-grid-pro@7.1.0
.Date and Time Pickers
@mui/x-date-pickers@7.1.0
@mui/x-date-pickers-pro@7.1.0
Same changes as in
@mui/x-date-pickers@7.1.0
, plus:Charts
@mui/x-charts@7.1.0
Tree View
@mui/x-tree-view@7.1.0
Docs
Core
v7.0.0
Compare Source
Mar 22, 2024
We're excited to announce the first v7 stable release! 🎉🚀
This is now the officially supported major version, where we'll keep rolling out new features, bug fixes, and improvements.
Migration guides are available with a complete list of the breaking changes:
We'd like to offer a big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
viewRenderers
onDateTimePicker
(#12441) @LukasTydensity
for the Data Grid (#12332) @MBilalShafiData Grid
Breaking changes
The
density
is a controlled prop now, if you were previously passing thedensity
prop to the Data Grid, you will need to do one of the following:initialState.density
to initialize it.onDensityChange
callback to update thedensity
prop accordingly for it to work as expected.The selector
gridDensityValueSelector
was removed, use thegridDensitySelector
instead.The props
rowBuffer
andcolumnBuffer
were renamed torowBufferPx
andcolumnBufferPx
.Their value is now a pixel value rather than a number of items. Their default value is now
150
.The props
rowThreshold
andcolumnThreshold
have been removed.If you had the
rowThreshold
prop set to0
to force new rows to be rendered more often – this is no longer necessary.@mui/x-data-grid@7.0.0
@mui/x-data-grid-pro@7.0.0
Same changes as in
@mui/x-data-grid@7.0.0
.@mui/x-data-grid-premium@7.0.0
Same changes as in
@mui/x-data-grid-pro@7.0.0
, plus:Date and Time Pickers
Breaking changes
DesktopDateTimePicker
view rendering has been optimized by using the same technique as forDesktopDateTimeRangePicker
.dateTimeViewRenderers
have been removed in favor of reusing existing time view renderers (renderTimeViewClock
,renderDigitalClockTimeView
andrenderMultiSectionDigitalClockTimeView
) and date view renderer (renderDateViewCalendar
).renderTimeViewClock
to time view renderers will no longer revert to the old behavior of rendering only date or time view.@mui/x-date-pickers@7.0.0
@mui/x-date-pickers-pro@7.0.0
Same changes as in
@mui/x-date-pickers@7.0.0
, plus:Charts
@mui/x-charts@7.0.0
Tree View
Breaking changes
nodeId
prop used by theTreeItem
has been renamed toitemId
for consistency:The focus is now applied to the Tree Item root element instead of the Tree View root element.
This change will allow new features that require the focus to be on the Tree Item,
like the drag and drop reordering of items.
It also solves several issues with focus management,
like the inability to scroll to the focused item when a lot of items are rendered.
This will mostly impact how you write tests to interact with the Tree View:
For example, if you were writing a test with
react-testing-library
, here is what the changes could look like:@mui/x-tree-view@7.0.0
@mui/x-codemod@7.0.0
Docs
Core
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.