housekeeping: Update dependency @mui/x-date-pickers to v7 #2973
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:
^5.0.5
->^7.0.0
Release Notes
mui/mui-x (@mui/x-date-pickers)
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/[email protected]
resizeThrottleMs
prop (#12556) @romgrkrowEditStop
event if row has fields with errors (#11383) @cherniavskiiGridToolbarQuickFilter
component (#12484) @jhawkins11@mui/[email protected]
Same changes as in
@mui/[email protected]
.@mui/[email protected]
Same changes as in
@mui/[email protected]
.Date and Time Pickers
@mui/[email protected]
@mui/zero-runtime
(stop usingownerState
instyled
) (#12003) @flaviendelangle@mui/[email protected]
Same changes as in
@mui/[email protected]
, plus:readOnly
(#12593) @LukasTyCharts
@mui/[email protected]
Tree View
@mui/[email protected]
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/[email protected]
ElementType
usage (#12479) @cherniavskiirows
an optional prop (#12478) @MBilalShafi@mui/[email protected]
Same changes as in
@mui/[email protected]
.@mui/[email protected]
Same changes as in
@mui/[email protected]
, 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/[email protected]
DesktopDateTimePicker
(#12441) @LukasTy@mui/[email protected]
Same changes as in
@mui/[email protected]
, plus:JSDoc
(#12518) @LukasTyCharts
@mui/[email protected]
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/[email protected]
nodeId
toitemId
(#12418) @noraleonteContentComponent
prop to avoid using the word "node" (#12476) @flaviendelangle@mui/[email protected]
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.9
Compare Source
v6.19.8
Compare Source
v6.19.7
Compare Source
v6.19.6
Compare Source
Mar 1, 2024
We'd like to offer a big thanks to the 4 contributors who made this release possible. Here are some highlights ✨:
Data Grid
@mui/[email protected]
replaceRows
(@martijn-basesoft)@mui/[email protected]
Same changes as in
@mui/[email protected]
.@mui/[email protected]
Same changes as in
@mui/[email protected]
, plus:Date Pickers
@mui/[email protected]
@mui/[email protected]
Same changes as in
@mui/[email protected]
.Docs
v6.19.5
Compare Source
Feb 23, 2024
We'd like to offer a big thanks to the 6 contributors who made this release possible. Here are some highlights ✨:
Data Grid
@mui/[email protected]
@mui/[email protected]
Same changes as in
@mui/[email protected]
.@mui/[email protected]
Same changes as in
@mui/[email protected]
.Date Pickers
@mui/[email protected]
referenceDate
day calendar focus (#12136) @LukasTyDateTimePickerTabs
(#12131) @LukasTy@mui/[email protected]
Same changes as in
@mui/[email protected]
.Charts /
@mui/[email protected]
Docs
AdapterDateFnsV3
(#12037) @flaviendelanglefocused
prop from demo (#12126) @michelengelenCore
v6.19.4
Compare Source
Feb 9, 2024
We'd like to offer a big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
Data Grid
@mui/[email protected]
pageSizeOptions
prop (#11992) @pcorpeteval
withnew Function
(#11962) @cherniavskii@mui/[email protected]
Same changes as in
@mui/[email protected]
.@mui/[email protected]
Same changes as in
@mui/[email protected]
, plus:Date Pickers
@mui/[email protected]
isWithinRange
method (#11940) @LukasTy@mui/[email protected]
Same changes as in
@mui/[email protected]
.Charts /
@mui/[email protected]
reverse
property to axes (#11959) @alexfauquetteDocs
AdapterDateFnsV3
on the Getting Started page (#11987) @flaviendelangleChartsTooltip
typo (#11967) @thisisharsh7Localization
documentation sections (#11997) @LukasTyv6.19.3
Compare Source
Feb 1, 2024
We'd like to offer a big thanks to the 6 contributors who made this release possible. Here are some highlights ✨:
Data Grid
@mui/[email protected]
@mui/[email protected]
Same changes as in
@mui/[email protected]
.@mui/[email protected]
Same changes as in
@mui/[email protected]
.Date Pickers
@mui/[email protected]
@mui/[email protected]
Same changes as in
@mui/[email protected]
.Charts /
@mui/[email protected]
Docs
v6.19.2
Compare Source
v6.19.0
Compare Source
Jan 11, 2024
We'd like to offer a big thanks to the 3 contributors who made this release possible. Here are some highlights ✨:
Pickers support both v2 and v3 of date-fns. For v3 use
AdapterDateFnsV3
.Date Pickers
@mui/[email protected]
OpenPickerButton
(#11643) @noraleonte@mui/[email protected]
Same changes as in
@mui/[email protected]
.Docs
x-date-pickers-pro
demo adapter imports (#11637) @LukasTyv6.18.7
Compare Source
v6.18.6
Compare Source
Dec 22, 2023
We'd like to offer a big thanks to the 5 contributors who made this release possible. Here are some highlights ✨:
Data Grid
@mui/[email protected]
@mui/[email protected]
Same changes as in
@mui/[email protected]
.@mui/[email protected]
Same changes as in
@mui/[email protected]
.Date Pickers
@mui/[email protected]
@mui/[email protected]
Same changes as in
@mui/[email protected]
.Charts /
@mui/[email protected]
ChartsText
component public (#11370) @alexfauquetteDocs
name
prop examples (#11442) @LukasTydate-fns
package to v2 in codesandbox (#11478) @LukasTyv6.18.5
Compare Source
Dec 14, 2023
We'd like to offer a big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
Data Grid
@mui/[email protected]
@mui/[email protected]
Same changes as in
@mui/[email protected]
.@mui/[email protected]
Same changes as in
@mui/[email protected]
.Date Pickers
@mui/[email protected]
@types/react
version (#11398) @LukasTy@mui/[email protected]
Same changes as in
@mui/[email protected]
, plus:autoFocus
behavior (#11376) @kealjones-wkDocs
v6.18.4
Compare Source
Dec 8, 2023
We'd like to offer a big thanks to the 6 contributors who made this release possible. Here are some highlights ✨:
Data Grid
@mui/[email protected]
@mui/[email protected]
Same changes as in
@mui/[email protected]
.@mui/[email protected]
Same changes as in
@mui/[email protected]
.Date Pickers
@mui/[email protected]
MultiSectionDigitalClock
issues (#11308) @LukasTy@mui/[email protected]
Same changes as in
@mui/[email protected]
.Docs
v6.18.3
Compare Source
Dec 4, 2023
We'd like to offer a big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
Data Grid
@mui/[email protected]
onFilterModelChange
being fired with stale field value (#11244) @gitstart@mui/[email protected]
Same changes as in
@mui/[email protected]
.@mui/[email protected]
Same changes as in
@mui/[email protected]
, plus:Date Pickers
@mui/[email protected]
MultiSectionDigitalClock
number sections (#11297) @LukasTyformat
parameter (#11254) @LukasTy@mui/[email protected]
Same changes as in
@mui/[email protected]
.Charts /
@mui/[email protected]
defaultizeValueFormatter
util to accept an optionalseries.valueFormatter
value (#11213) @michelengelenlabelStyle
andtickLabelStyle
props on<ChartsYAxis />
(#11180) @akamfoadDocs
v6.18.2
Compare Source
Nov 23, 2023
We'd like to offer a big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:
Data Grid
@mui/[email protected]
@mui/[email protected]
Same changes as in
@mui/[email protected]
.@mui/[email protected]
Same changes as in
@mui/[email protected]
.Date Pickers
@mui/[email protected]
defaultCalendarMonth
prop (#11138) @flaviendelangleDateCalendar
crashing when given an invalid value (#11101) @flaviendelangle@mui/[email protected]
Same changes as in
@mui/[email protected]
.Charts /
@mui/[email protected]
ChartsTooltip
component setup (#11157) @LukasTyDocs
Custom slots and subcomponents
page (#11003) @lhilgert9v6.18.1
Compare Source
Nov 9, 2023
We'd like to offer a big thanks to the 9 contributors who made this release possible. Here are some highlights ✨:
renderHeader
is used (#10961) @cherniavskii<ChartsReferenceLine />
component is now availableData Grid
@mui/[email protected]
undefined
slot values (#10934) @romgrk@mui/[email protected]
Same changes as in
@mui/[email protected]
, plus:@mui/[email protected]
Same changes as in
@mui/[email protected]
, plus:renderHeader
is used (#10961) @cherniavskiiDate Pickers
@mui/[email protected]
defaultView
(#10889) @LukasTy@mui/[email protected]
Same changes as in
@mui/[email protected]
.Charts /
@mui/[email protected]
<ChartsReferenceLine />
component (#10597) @wascouDocs
Core
v6.18.0
Compare Source
Nov 3, 2023
We'd like to offer a big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
Data Grid
@mui/[email protected]
gridFilterApi
(#10786) @vu-dao-93undefined
row id (#10670) @romgrk@mui/[email protected]
Same changes as in
@mui/[email protected]
.@mui/[email protected]
Same changes as in
@mui/[email protected]
.Date Pickers
@mui/[email protected]
@mui/[email protected]
Same changes as in
@mui/[email protected]
.Charts /
@mui/[email protected]
Docs
focus
(#10843) @michelengelenCore
slot
API descriptions based onslots
orcomponents
(#10879) @LukasTyv6.17.0
Compare Source
Oct 27, 2023
We'd like to offer a big thanks to the 9 contributors who made this release possible. Here are some highlights ✨:
Data Grid
@mui/[email protected]
@mui/[email protected]
Same changes as in
@mui/[email protected]
, plus:undefined
values passed tovalueFormatter
for tree leaf nodes (#10748) @cherniavskii@mui/[email protected]
[![premiumConfiguration
📅 Schedule: Branch creation - "every 2 week on monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 Mend Renovate. View repository job log here.