-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update dependency @mui/x-data-grid to v7 #1912
Merged
Merged
Conversation
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
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: frontend/package-lock.json
|
DerekRoberts
added a commit
that referenced
this pull request
Apr 15, 2024
This reverts commit 7a8925b.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^6.19.4
->^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
ColDefChangesGridNoSnap
demo crash (#12663) @MBilalShafirowCount
is used with client-side pagination (#12448) @michelengelenGridFormatterParams
completely (#12660) @romgrk@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
readOnly
behavior (#12609) @LukasTy@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
tickInterval
usage for y-axis (#12592) @alexfauquetteid
is anumber
(#12677) @JCQuintassx
property onChartsTooltip
(#12659) @JCQuintasTree View
@mui/x-tree-view@7.1.1
publicAPI
methods (#12649) @flaviendelangleRichTreeViewPro
component (not released yet) (#12610) @flaviendelanglesetItemExpansion
(#12595) @flaviendelangleDocs
checkboxSelectionVisibleOnly
prop (#12646) @michelengelen_action: 'delete'
inprocessRowUpdate
(#12670) @michelengelenPieShapeNoSnap
demo (#12636) @alp-exgetItemId
prop description (#12637) @flaviendelanglemargin
usage more visible (#12591) @alexfauquetteday
from the defaultdayOfWeekFormatter
function params (#12644) @LukasTyTreeItem2
for icon expansion example onRichTreeView
(#12563) @flaviendelangleCore
master
tov6
action (#12648) @LukasTy@mui/x-tree-view-pro/themeAugmentation
(#12674) @flaviendelangledescribeTreeView
to run test onSimpleTreeView
andRichTreeView
, usingTreeItem
andTreeItem2
+ migrate expansion tests (#12428) @flaviendelangletest-types
CI step allowed memory (#12651) @LukasTyexpress
package (#12602) @LukasTyl10n
PR belongs to (#12639) @LukasTydescribeTreeView
for selection tests (#12647) @flaviendelanglev7.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
resizeThrottleMs
prop (#12556) @romgrkrowEditStop
event if row has fields with errors (#11383) @cherniavskiiGridToolbarQuickFilter
component (#12484) @jhawkins11@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/zero-runtime
(stop usingownerState
instyled
) (#12003) @flaviendelangle@mui/x-date-pickers-pro@7.1.0
Same changes as in
@mui/x-date-pickers@7.1.0
, plus:readOnly
(#12593) @LukasTyCharts
@mui/x-charts@7.1.0
Tree View
@mui/x-tree-view@7.1.0
RichTreeView
(#12512) @flaviendelangleDocs
Core
l10n
script on Windows (#12550) @LukasTyDateTimeRangePicker
tag inreleaseChangelog
(#12526) @LukasTyv7.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
ElementType
usage (#12479) @cherniavskiirows
an optional prop (#12478) @MBilalShafi@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
DesktopDateTimePicker
(#12441) @LukasTy@mui/x-date-pickers-pro@7.0.0
Same changes as in
@mui/x-date-pickers@7.0.0
, plus:JSDoc
(#12518) @LukasTyCharts
@mui/x-charts@7.0.0
CartesianContextProvider
(#12461) @JanpotTree 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
nodeId
toitemId
(#12418) @noraleonteContentComponent
prop to avoid using the word "node" (#12476) @flaviendelangle@mui/x-codemod@7.0.0
Docs
Core
@mui/material
peer dependency for all packages (#12516) @LukasTyno-restricted-imports
ESLint rule not working for Data Grid packages (#12477) @cherniavskiino-response
action runs (#12491) @michaldudaklegacy
browserlistrc
entry (#12415) @LukasTyv6.19.10
Compare Source
We'd like to offer a big thanks to the 2 contributors who made this release possible. Here are some highlights ✨:
Data Grid
@mui/x-data-grid@6.19.10
@mui/x-data-grid-pro@6.19.10
Same changes as in
@mui/x-data-grid@6.19.10
.@mui/x-data-grid-premium@6.19.10
Same changes as in
@mui/x-data-grid-pro@6.19.10
.Core
v6.19.9
Compare Source
Apr 5, 2024
We'd like to offer a big thanks to the 3 contributors who made this release possible. Here are some highlights ✨:
Data Grid
@mui/x-data-grid@6.19.9
rowEditCommit
(#12087) @MBilalShafi@mui/x-data-grid-pro@6.19.9
Same changes as in
@mui/x-data-grid@6.19.9
.@mui/x-data-grid-premium@6.19.9
Same changes as in
@mui/x-data-grid-pro@6.19.9
.Date Pickers
@mui/x-date-pickers@6.19.9
No changes.
@mui/x-date-pickers-pro@6.19.9
readOnly
(#12605) @LukasTyDocs
checkboxSelectionVisibleOnly
prop (#12667) @michelengelen_action: 'delete'
inprocessRowUpdate
(#12673) @michelengelenCore
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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 Mend Renovate. View repository job log here.
Thanks for the PR!
Deployments, as required, will be available below:
Please create PRs in draft mode. Mark as ready to enable:
After merge, new images are deployed in: