-
Notifications
You must be signed in to change notification settings - Fork 90
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
Update dependency @mui/x-date-pickers to v7 #696
Conversation
b922aeb
to
62a802c
Compare
62a802c
to
e2a8631
Compare
5d3615d
to
7cc8d11
Compare
7cc8d11
to
edd8e98
Compare
edd8e98
to
68571f4
Compare
26df09d
to
2447763
Compare
68571f4
to
41989fc
Compare
a7456cd
to
585ae0c
Compare
41989fc
to
24573be
Compare
f0e6338
to
630612b
Compare
da75997
to
104d4c0
Compare
8092fb8
to
31ebc90
Compare
31ebc90
to
5cd30a5
Compare
587ad51
to
b3e9b27
Compare
b3e9b27
to
2629604
Compare
1e65db5
to
80e424f
Compare
b9339c1
to
e2e1f88
Compare
11945e7
to
82666b9
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #696 +/- ##
=========================================
Coverage 28.03% 28.03%
Complexity 1278 1278
=========================================
Files 516 516
Lines 13295 13295
Branches 780 780
=========================================
Hits 3727 3727
Misses 9405 9405
Partials 163 163 ☔ View full report in Codecov by Sentry. |
@johanah29 can you have a look please ? |
5d0cbcd
to
e377748
Compare
This PR contains the following updates:
6.20.2
->7.12.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
mui/mui-x (@mui/x-date-pickers)
v7.12.0
Compare Source
Aug 1, 2024
💵 Our commercial offering is evolving
The Pro plan is receiving two new packages:
@mui/x-tree-view-pro
(available today!)@mui/x-charts-pro
(available in the coming weeks)As always, every feature released as part of the MIT plan will remain free and MIT licensed forever.
This expansion of the Pro plan comes with some adjustments to our pricing strategy. Learn more about those in the Upcoming changes to MUI X pricing in 2024 blog post.
Highlights
We'd like to offer a big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
🎁 Introduce item reordering using drag and drop on the
RichTreeViewPro
component📦 Support Common JS bundle out of the box on
@mui/x-charts
by adding vendored D3 dependencies.This modifies how the package imports D3.js. It will impact you if you use
d3
packages installed by@mui/x-charts
and don't have them in yourpackage.json
. You shouldn't be affected otherwise.For more context, the initial issue is caused by D3 only exporting ESM.
The solution up until now was to export charts with only ESM. But some frameworks are confused by this configuration.
So in order to fix this, we are providing a CJS version of D3.
🌍 Improve Turkish (tr-TR) locale on the Data Grid
🌍 Improve Finnish (fi-FI) locale on the Date and Time Pickers
🐞 Bugfixes
📚 Documentation improvements
Data Grid
@mui/[email protected]
role=presentation
a11y issue (#13891) @romgrk@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/[email protected]
Same changes as in
@mui/[email protected]
.Charts
@mui/[email protected]
axisId
prop being allowed in xAxis/yAxis config. Useid
instead. (#13986) @JCQuintasSeriesProvider
to use in filtering (#14026) @JCQuintasTree View
@mui/[email protected]
onItemClick
on the Tree View components (#14018) @flaviendelangleisEventTargetInDescendants
(#13982) @flaviendelangleDocs
minDate
andmaxDate
default
description (#14024) @LukasTyrenderCell
& autogenerated rows (#13879) @romgrkCore
charts
performance with codspeed (#13952) @JCQuintasvale
actionpaths
filtering (#14038) @LukasTyv7.11.1
Compare Source
Jul 25, 2024
We'd like to offer a big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
Zoom
to be controllable for charts (#13858) @JCQuintasData Grid
@mui/[email protected]
GridPreferencesPanel
(#13934) @k-rajat19@mui/[email protected]
Same changes as in
@mui/[email protected]
.@mui/[email protected]
Same changes as in
@mui/[email protected]
, plus:api
object to events (#13893) @pcorpetDate and Time Pickers
@mui/[email protected]
@mui/[email protected]
Same changes as in
@mui/[email protected]
.Charts
@mui/[email protected]
ownerState
function toslotProps
typing when available (#13965) @alexfauquetteZoom
to be controllable (#13858) @JCQuintasxAxisKey
/zAxisKey
in favor ofxAxisId
/zAxisId
(#13940) @alexfauquetteTree View
@mui/[email protected]
Docs
SparkLineChart
reference not being correctly capitalised (#13960) @duckboy81Core
@mui/material-nextjs
toMUI Core
renovate group (#13966) @LukasTyuseReactVersion
script from the monorepo (#13710) @cherniavskiiv7.11.0
Compare Source
Jul 18, 2024
We'd like to offer a big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
Data Grid
@mui/[email protected]
gridEditRowsStateSelector
(#13877) @romgrkcolumnResizeStop
event not emitted when column is not resized (#13307) @mateuseapdate
anddatetime-local
input types inGridFilterInputMultipleValue
type (#13411) @karudedios@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-selected
class toTimeClock
meridiem buttons (#13848) @LukasTy@mui/[email protected]
Same changes as in
@mui/[email protected]
, plus:name
prop propagation regression (#13821) @LukasTyCharts
@mui/[email protected]
useChartContainerProps
(#13817) @JCQuintasclassName
to root element (#13647) @JCQuintasTree View
@mui/[email protected]
useTreeView
hook (#13845) @flaviendelangleDocs
process.env.NODE_ENV
in production (#13869) @cherniavskiionChange
andonAccept
props (#13543) @flaviendelangleCore
renovate
group (#13846) @LukasTyimport/prefer-default-export
rule @oliviertassinari...other
and test imports in charts (#13844) @JCQuintasnext
tag for@mui/docs
package bumps (#13813) @LukasTy@mui/docs
dependency (#13760) @LukasTyEventManager
to@mui/x-internals
package (#13815) @flaviendelanglev7.10.0
Compare Source
Jul 11, 2024
We'd like to offer a big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
Data Grid
@mui/[email protected]
'standard'
inGridFilterInputMultipleValue
(#13129) @tarunrajputreadonly
on more array props (#13331) @pcorpet@mui/[email protected]
Same changes as in
@mui/[email protected]
, plus:@mui/[email protected]
Same changes as in
@mui/[email protected]
.Date and Time Pickers
@mui/[email protected]
readOnly
flag (#13688) @LukasTy@mui/[email protected]
Same changes as in
@mui/[email protected]
, plus:calendarHeader
slot props propagation (#13780) @LukasTyformat
from givenviews
(#13743) @LukasTyCharts
@mui/[email protected]
LineChart
when using thelog
scale (#13791) @alexfauquetteOnSeriesItemClick
documentation (#13761) @tonyhallettTree View
@mui/[email protected]
getItemTree
andgetItemOrderedChildrenIds
methods to the public API (#13804) @flaviendelangleDocs
loading
prop value (#13604) @oliviertassinariDateTimeRangePicker
to the "Commonly used components" demo (#13775) @flaviendelangleCore
DATA_GRID_PROPS_DEFAULT_VALUES
alphabetically (#13783) @oliviertassinariv7.9.0
Compare Source
Jul 5, 2024
We'd like to offer a big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
selectItem
andgetItemDOMElement
methods to the TreeView component public APIusePickersTranslations
hook public in the pickers componentData Grid
@mui/[email protected]
pagination={undefined}
(#13349) @sai6855@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]
usePickersTranslations
hook public (#13657) @flaviendelangle@mui/[email protected]
Same changes as in
@mui/[email protected]
.Charts
@mui/[email protected]
Zoom&Pan
to the Pro charts (unreleased) (#13405) @JCQuintasTree View
@mui/[email protected]
selectItem
andgetItemDOMElement
methods to the public API (#13485) @flaviendelangleDocs
Core
react_next
workflow in CircleCI (#13360) @cherniavskiijscodeshift-add-imports
package (#13720) @LukasTy@mui/docs
usage (#13713) @LukasTyv7.8.0
Compare Source
Jun 28, 2024
We'd like to offer a big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
🛰 Introduce server-side data source for improved server integration in the Data Grid.
Supports server-side pagination, sorting and filtering on plain and tree data, and automatic caching.
To enable, provide a
getRows
function to theunstable_dataSource
prop on the Data Grid component.See server-side data documentation for more details.
📈 Support Date data on the BarChart component
🖱️ Support modifying the expansion trigger on the Tree View components
Data Grid
@mui/[email protected]
columnHeaderSortIcon
slot (#13563) @arminmehhideFooter
option is set (#13034) @tarunrajput@mui/[email protected]
Same changes as in
@mui/[email protected]
, plus:@mui/[email protected]
Same changes as in
@mui/[email protected]
.Date and Time Pickers
@mui/[email protected]
@mui/[email protected]
Same changes as in
@mui/[email protected]
.Charts
@mui/[email protected]
Date
data (#13471) @alexfauquetteTree View
@mui/[email protected]
expansionTrigger
prop (#13533) @noraleonteDocs
Luxon
throwOnInvalid
support (#13621) @LukasTyCore
../internals
root (#13633) @JCQuintas\_app
folder with monorepo (#13582) @Janpotv7.7.1
Compare Source
Jun 21, 2024
We'd like to offer a big thanks to the 14 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:getTreeDataPath
reference (#13519) @cherniavskii@mui/[email protected]
Same changes as in
@mui/[email protected]
.Date and Time Pickers
@mui/[email protected]
Space
key down (#13510) @flaviendelangleonAccept
callback (#13511) @flaviendelangleAdapterDateFnsV3
generated method types (#13464) @alexey-kozlenkovview
behavior (#13552) @LukasTy@mui/[email protected]
Same changes as in
@mui/[email protected]
, plus:Charts
@mui/[email protected]
CartesianProvider
to use logic in Pro package (#13531) @JCQuintasPro
versions of regular charts (#13547) @JCQuintasChartContainerPro
for future Zoom changes (#13532) @JCQuintasTree View
@mui/[email protected]
useTreeViewId
to the core plugins (#13566) @flaviendelangleuseTreeViewId
(#13579) @flaviendelangleitemId
with escaping characters when usingSimpleTreeView
(#13487) @oukunanDocs
PickerValidDate
type override (#13476) @flaviendelangleCore
@testing-library/react
dependency (#13478) @LukasTyv7.7.0
Compare Source
Jun 13, 2024
We'd like to offer a big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
Data Grid
@mui/[email protected]
getFilterState
method (#13418) @cherniavskii@mui/[email protected]
Same changes as in
@mui/[email protected]
, plus:@mui/[email protected]
Same changes as in
@mui/[email protected]
.Date and Time Pickers
@mui/[email protected]
@mui/[email protected]
Same changes as in
@mui/[email protected]
.Charts
@mui/[email protected]
ResponsiveChartContainer
(#13398) @alexfauquetteZAxisContextProvider
by default in theChartContainer
(#13465) @alexfauquetteTree View
@mui/[email protected]
Docs
renderHeader
recipe to the Master Details docs (#13370) @michelengelenCore
eslint-plugin-react-compiler
experimental version and rules (#13415) @JCQuintasTreeItem2
(#13314) @flaviendelanglev7.6.2
Compare Source
Jun 6, 2024
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]
areElementSizesEqual
utility to improve code readability (#13254) @layerok@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]
PageUp
andPageDown
editing on letter sections (#13310) @arthurbalduiniAdapterDayjs
timezone behavior (#13362) @LukasTyuseRtl
instead ofuseTheme
to access direction (#13363) @flaviendelangle@mui/[email protected]
Same changes as in
@mui/[email protected]
.Charts
@mui/[email protected]
Initializable
type and behaviour to allow checking if a complex context has been initialized. (#13365) @JCQuintasxAxis
andyAxis
(#13372) @Valyok26Docs
tickInterval
(#13355) @alexfauquettequickFilterValues
(#12919) @michelengelenCore
CSS.escape
for the future @oliviertassinaril10n
action setup (#13382) @LukasTymarked
dependency (#13383) @LukasTy@types/prettier
dependency (#13389) @LukasTydocs/.env.local
to.gitignore
(#13377) @KenanYusufv7.6.1
Compare Source
May 31, 2024
We'd like to offer a big thanks to the 2 contributors who made this release possible. Here are some highlights ✨:
🐞 Address the
@mui/internal-test-utils
added as a direct dependency to@mui/x-data-grid
by mistake.Data Grid
@mui/[email protected]
@mui/internal-test-utils
to dev dependency (#13318) @LukasTy@mui/[email protected]
Same changes as in
@mui/[email protected]
.@mui/[email protected]
Same changes as in
@mui/[email protected]
.v7.6.0
Compare Source
May 30, 2024
We'd like to offer a big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
Data Grid
@mui/[email protected]
GridColumnHeadersProps
(#13229) @cherniavskii@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
@mui/[email protected]
DateBuilderReturnType
when the date isundefined
(#13244) @alexey-kozlenkov@mui/[email protected]
Same changes as in
@mui/[email protected]
.Charts
@mui/[email protected]
Tree View
@mui/[email protected]
Docs
Configuration
📅 Schedule: Branch creation - "after 10pm every weekday,every weekend,before 5am every weekday" (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 was generated by Mend Renovate. View the repository job log.