-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update dependency @mui/x-date-pickers to v8.1.0 #5
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
base: main
Are you sure you want to change the base?
Conversation
Reviewer's Guide by SourceryThis pull request updates the Updated class diagram for @mui/x-date-pickersclassDiagram
class DatePicker {
<<component>>
+render()
}
class TimePicker {
<<component>>
+render()
}
class DateTimePicker {
<<component>>
+render()
}
class TimeRangePicker {
<<component>>
+render()
}
note for TimeRangePicker "New component added in v8.0.0-beta.0"
DatePicker <|-- DateTimePicker : extends
TimePicker <|-- DateTimePicker : extends
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, renovate[bot]!). We assume it knows what it's doing!
0816f36
to
fa66686
Compare
fa66686
to
add05a1
Compare
add05a1
to
7c621ba
Compare
7c621ba
to
7b2518e
Compare
7b2518e
to
9a15bf5
Compare
This PR contains the following updates:
8.0.0-alpha.14
->8.1.0
Release Notes
mui/mui-x (@mui/x-date-pickers)
v8.1.0
Compare Source
Apr 24, 2025
We'd like to offer a big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
apiRef.exportAsPrint
.Special thanks go out to the community members for their valuable contributions:
@lhilgert9, @ArturAghakaryan, @sai6855.
Following are all team members who have contributed to this release:
@alexfauquette, @arminmeh, @bernardobelchior, @cherniavskii, @JCQuintas, @joserodolfofreitas, @KenanYusuf, @LukasTy, @mapache-salvaje, @oliviertassinari, @romgrk.
Data Grid
@mui/[email protected]
material
prop (#17513) @KenanYusuf@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]
PickersInputBase
owner state typing (#17478) @LukasTy@mui/[email protected]
Same changes as in
@mui/[email protected]
.Charts
apiRef.exportAsPrint
.@mui/[email protected]
rafThrottle
on event handlers instead of setter (#17489) @bernardobelchior@mui/[email protected]
Same changes as in
@mui/[email protected]
, plus:initialZoom
(#17500) @bernardobelchiorTree View
@mui/[email protected]
Internal changes.
@mui/[email protected]
Same changes as in
@mui/[email protected]
.Docs
Core
@types/node
(#17444) @LukasTyreact-is
dependency (#17470) @LukasTyoverridesResolver
instyled
components (#17466) @romgrk@babel/node
(#17446) @LukasTyclock=fake
from pickers (#17253) @JCQuintasv8.0.0
Compare Source
Apr 17, 2025
We're excited to announce the first v8 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:
Here are the highlights from alpha and beta releases included in this stable release:
⚛️ React 19 support.
🎁
@mui/material@7
support – see the Material UI v7 upgrade guide.🔄 Pivoting.
🤖 AI Assistant.
🛠️ New and improved Data Grid Toolbar component.
📦 Data Grid data source is now available in the Community plan.
🚫 Add "No columns" overlay to Data Grid.
🍬 Improved design for Data Grid Header filters.
🔄 Add Data Grid Scroll restoration.
💫 Support aggregation with server-side data.
🎁 Support server-side lazy loading on the Data Grid.
📝 Support editing with server-side Data Source.
🎯 Improved data caching.
🏎️ Improved Data Grid aggregation, Excel export serialization, mount, resize and scrolling performance.
🎨 Improved Data Grid theming and add default background color.
📊 New Pro chart: Funnel.
📊 New Community chart: Radar is available in preview for testing.
📊 Charts legend is now an HTML element which can be styled more easily.
📊 Gauge charts animation.
📊 Create custom HTML components using chart data.
📊 Refactor Charts Tooltip customization.
📊 Improved Charts composition.
📊 Charts support server-side rendering under some conditions.
📊 Add a new API to support multiple axes (decouple
margin
andaxis-size
).🚫 Removed
react-spring
dependency from@mui/x-charts
.🚀 New Time Range Picker component.
🔁 Support automatic parents and children selection for the Rich Tree View components.
🎛️ New customization APIs for the Tree Item component.
Below are the changes since the last beta release:
Data Grid
@mui/[email protected]
@mui/[email protected]
Same changes as in
@mui/[email protected]
, plus:@mui/[email protected]
Same changes as in
@mui/[email protected]
, plus:groupingValueGetter
for row grouping on the server (#17376) @cherniavskiiDate and Time Pickers
Breaking changes
Pickers no longer automatically switch between date and time views or start and end positions.
Moving between views and range positions is achieved using the new "Next" action button.
@mui/[email protected]
<input />
but the field expects the accessible DOM structure (#17237) @flaviendelangleEnter
press with accessible DOM structure (#17328) @LukasTydisabled=true
(#17215) @flaviendelangle@mui/[email protected]
Same changes as in
@mui/[email protected]
, plus:Charts
@mui/[email protected]
slotProps.legend.hidden
to migration docs (#17379) @bernardobelchiorAnimationContext
into a plugin (#17299) @bernardobelchiorbarElementClasses
(#17273) @10tacionuseAnimate
hook (#17162) @bernardobelchioruseAnimate
test flakiness (#17372) @bernardobelchioruseEventCallback
to memoizeonZoomChange
without triggering a re-render (#17233) @JCQuintasChartDataProvider
(#17403) @bernardobelchior@mui/[email protected]
Same changes as in
@mui/[email protected]
, plus:requestAnimationFrame
(#17137) @JCQuintasTree View
@mui/[email protected]
@mui/[email protected]
Same changes as in
@mui/[email protected]
.Docs
ownerState
changes (#17151) @flaviendelangleResponsiveChartContainer
migration guide (#17364) @MonstraGCore
TelemetryContextType
(#17282) @oliviertassinari__RELEASE_INFO__
is managed (#17416) @LukasTyvitest
changes (#17247) @JCQuintasvitest
(#17251) @JCQuintasclock=fake
from pickers tests (#17225) @JCQuintasv8.0.0-beta.3
Compare Source
Apr 3, 2025
We'd like to offer a big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
react-spring
as a dependency of@mui/x-charts
Team members who have contributed to this release:
@bernardobelchior, @cherniavskii, @flaviendelangle, @JCQuintas, @KenanYusuf, @LukasTy, @MBilalShafi, @michelengelen, @oliviertassinari, @noraleonte, @romgrk, @alexfauquette.
Data Grid
Breaking changes
The list view feature and its related props are now stable.
The
unstable_listColumn
prop has been renamed tolistViewColumn
.The
GridListColDef
type has been renamed toGridListViewColDef
.The
useGridApiEventHandler()
hook has been renamed touseGridEvent()
.The
useGridApiOptionHandler()
hook has been renamed touseGridEventPriority()
.@mui/[email protected]
useGridApiEventHandler()
touseGridEvent()
(#17159) @romgrk@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]
nextOrAccept
action bar action (#17037) @flaviendelangle@mui/[email protected]
Same changes as in
@mui/[email protected]
.Charts
Breaking changes
Removed
react-spring
as a dependency of@mui/x-charts
.A consequence of this change is that the props of some slots have been changed because the
SpringValue
wrapper has been removed. The affected slots and props are:x
,y
,width
andheight
props of thebar
slot are nownumber
;startAngle
,endAngle
,innerRadius
,outerRadius
,arcLabelRadius
,cornerRadius
andpaddingAngle
props ofpieArc
andpieArcLabel
slot are nownumber
.Additionally, the
pieArc
slot now receives askipAnimation
prop to configure whether animations should be enabled or disabled.Tick labels in the y-axis of cartesian charts will now have an ellipsis applied to prevent overflow.
If your tick labels are being clipped sooner than you would like, you can increase the y-axis size by increasing its width property.
The tooltip DOM structure is modified to improve accessibility. If you relied on it to apply some style or run tests, you might be impacted by this modification.
@mui/[email protected]
react-spring
(#16961) @bernardobelchiorreact-spring
(#17123) @bernardobelchior@mui/[email protected]
Same changes as in
@mui/[email protected]
.Tree View
@mui/[email protected]
Internal changes.
@mui/[email protected]
Same changes as in
@mui/[email protected]
.@mui/[email protected]
listView
prop rename codemod (#17220) @MBilalShafiDocs
Core
@mui
dependency versions (#17160) @LukasTytest:unit
warning (#17224) @JCQuintasdescribeValidation
(#17150) @JCQuintasdescribeValue
(#17199) @JCQuintasv8.0.0-beta.2
Compare Source
Mar 27, 2025
We'd like to offer a big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
Special thanks go out to the community members for their valuable contributions:
@lhilgert9.
Following are all team members who have contributed to this release:
@alexfauquette, @arminmeh, @flaviendelangle, @hasdfa, @JCQuintas, @KenanYusuf, @LukasTy, @MBilalShafi, @michelengelen, @mnajdova, @romgrk.
Data Grid
@mui/[email protected]
@mui/styled-engine-sc
(#17154) @KenanYusuf@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]
@mui/[email protected]
Same changes as in
@mui/[email protected]
.Tree View
@mui/[email protected]
Internal changes.
@mui/[email protected]
Same changes as in
@mui/[email protected]
.@mui/[email protected]
Docs
ExportExcel
component (#17110) @KenanYusufCore
@mui/styles
dependency & patches (#17071) @mnajdovaisDeepEqual
to @mui/x-internals (#17129) @JCQuintastest_regressions
step from React 18 pipeline (#17108) @LukasTyissue-status-label-handler.yml
@michelengelenv8.0.0-beta.1
Compare Source
Mar 21, 2025
We'd like to offer a big thanks to the 6 contributors who made this release possible. Here are some highlights ✨:
Special thanks go out to the community members for their valuable contributions:
@jyash97.
Following are all team members who have contributed to this release:
@alexfauquette, @arminmeh, @flaviendelangle, @JCQuintas, @KenanYusuf.
Data Grid
@mui/[email protected]
forwardRef
toClickAwayListener
(#17049) @arminmeh@mui/[email protected]
Same changes as in
@mui/[email protected]
, plus:checkboxSelectionVisibleOnly
andpaginationMode="server"
(#17026) @arminmeh@mui/[email protected]
Same changes as in
@mui/[email protected]
, plus:Date and Time Pickers
@mui/[email protected]
useField
hook (part 1) (#16944) @flaviendelangledoesSectionFormatHaveLeadingZeros
(#17051) @flaviendelangledisableOpenPicker
prop (#17040) @flaviendelanglecleanLeadingZeros
method (#17063) @flaviendelangleownerState
inPickersDay
andDateRangePickerDay
(#17035) @flaviendelangle@mui/[email protected]
Same changes as in
@mui/[email protected]
, plus:Charts
@mui/[email protected]
@mui/[email protected]
Same changes as in
@mui/[email protected]
, plus:Tree View
@mui/[email protected]
Internal changes.
@mui/[email protected]
Same changes as in
@mui/[email protected]
.Docs
v8.0.0-beta.0
Compare Source
Mar 18, 2025
We'd like to offer a big thanks to the 21 contributors who made this release possible. Here are some highlights ✨:
@mui/material
version 7 in all X packagesConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.