Skip to content

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 21, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@mui/x-date-pickers (source) 8.0.0-alpha.14 -> 8.1.0 age adoption passing confidence

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 ✨:

  • 📊 Add API to print a chart or export it as PDF: apiRef.exportAsPrint.
  • 📚 Documentation improvements
  • 🐞 Bugfixes

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]
@mui/[email protected] pro

Same changes as in @mui/[email protected], plus:

@mui/[email protected] premium

Same changes as in @mui/[email protected].

Date and Time Pickers
@mui/[email protected]
@mui/[email protected] pro

Same changes as in @mui/[email protected].

Charts
  • Add API to print a chart or export it as PDF: apiRef.exportAsPrint.
@mui/[email protected]
@mui/[email protected] pro

Same changes as in @mui/[email protected], plus:

Tree View
@mui/[email protected]

Internal changes.

@mui/[email protected] pro

Same changes as in @mui/[email protected].

Docs
Core

v8.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:

Below are the changes since the last beta release:

Data Grid
@mui/[email protected]
@mui/[email protected] pro

Same changes as in @mui/[email protected], plus:

@mui/[email protected] premium

Same changes as in @mui/[email protected], plus:

Date and Time Pickers
Breaking changes
  • The view selection process has been updated to make it clear across all Pickers.
    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]
@mui/[email protected] pro

Same changes as in @mui/[email protected], plus:

Charts
@mui/[email protected]
@mui/[email protected] pro

Same changes as in @mui/[email protected], plus:

Tree View
@mui/[email protected]
@mui/[email protected] pro

Same changes as in @mui/[email protected].

Docs
Core

v8.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 ✨:

  • 🚫 Removed react-spring as a dependency of @mui/x-charts
  • 📦 Data Grid list view feature is now stable
  • 💫 Support title in Data Grid
  • 📚 Documentation improvements
  • 🐞 Bugfixes

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 to listViewColumn.

    The GridListColDef type has been renamed to GridListViewColDef.

    -const listViewColDef: GridListColDef = {
    +const listViewColDef: GridListViewColDef = {
       field: 'listColumn',
       renderCell: ListViewCell,
     };
    
     <DataGridPro
    -  unstable_listView
    -  unstable_listColumn={listViewColDef}
    +  listView
    +  listViewColumn={listViewColDef}
     />
  • The useGridApiEventHandler() hook has been renamed to useGridEvent().

  • The useGridApiOptionHandler() hook has been renamed to useGridEventPriority().

@mui/[email protected]
@mui/[email protected] pro

Same changes as in @mui/[email protected], plus:

@mui/[email protected] premium

Same changes as in @mui/[email protected].

Date and Time Pickers
@mui/[email protected]
@mui/[email protected] pro

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:

    • the type of the x, y, width and height props of the bar slot are now number;
    • the type of startAngle, endAngle, innerRadius, outerRadius, arcLabelRadius, cornerRadius and paddingAngle props of pieArc and pieArcLabel slot are now number.

    Additionally, the pieArc slot now receives a skipAnimation 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.

    • The axis tooltip displays a table per axis with the axis value in a caption.
    • Cells containing the series label and the color mark got merged in a th cell.
@mui/[email protected]
@mui/[email protected] pro

Same changes as in @mui/[email protected].

Tree View
@mui/[email protected]

Internal changes.

@mui/[email protected] pro

Same changes as in @mui/[email protected].

@mui/[email protected]
Docs
Core

v8.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 ✨:

  • 🔍 Update the Data Grid quick filter to be collapsed when not in use
  • 🐞 Bugfixes

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/[email protected] pro

Same changes as in @mui/[email protected], plus:

@mui/[email protected] premium

Same changes as in @mui/[email protected].

Date and Time Pickers
@mui/[email protected]
@mui/[email protected] pro

Same changes as in @mui/[email protected].

Charts
@mui/[email protected]
@mui/[email protected] pro

Same changes as in @mui/[email protected].

Tree View
@mui/[email protected]

Internal changes.

@mui/[email protected] pro

Same changes as in @mui/[email protected].

@mui/[email protected]
Docs
Core

v8.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 ✨:

  • 🐞 Bugfixes

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]
@mui/[email protected] pro

Same changes as in @mui/[email protected], plus:

  • [DataGridPro] Fix header select checkbox state with checkboxSelectionVisibleOnly and paginationMode="server" (#​17026) @​arminmeh
@mui/[email protected] premium

Same changes as in @mui/[email protected], plus:

  • [DataGridPremium] Update column state correctly when grouping mode is updated with one grouping column (#​17069) @​arminmeh
Date and Time Pickers
@mui/[email protected]
@mui/[email protected] pro

Same changes as in @mui/[email protected], plus:

Charts
@mui/[email protected]
@mui/[email protected] pro

Same changes as in @mui/[email protected], plus:

Tree View
@mui/[email protected]

Internal changes.

@mui/[email protected] pro

Same changes as in @mui/[email protected].

Docs

v8.0.0-beta.0

Compare Source

MUI X v8 Beta is live

Mar 18, 2025

We'd like to offer a big thanks to the 21 contributors who made this release possible. Here are some highlights ✨:

  • 🚀 Add Time Range Picker component
  • 🎁 Add support for @mui/material version 7 in all X packages
  • 🐞 Bugfixes
  • 🌍 Improve Chinese (zh-CN), (zh-HK), (zh-TW), Czech (cs-CZ), Korean (ko-KR) and Slovak (sk-Sk) locales on the Data Grid
  • 🌍 Improve Chinese (zh-CN), (zh-HK) and (zh-TW) locales on the Pickers

Configuration

📅 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

sourcery-ai bot commented Mar 21, 2025

Reviewer's Guide by Sourcery

This pull request updates the @mui/x-date-pickers dependency from version 8.0.0-alpha.14 to 8.0.0-beta.0. This update includes bug fixes, new features such as the Time Range Picker component, and support for @mui/material version 7.

Updated class diagram for @mui/x-date-pickers

classDiagram
  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
Loading

File-Level Changes

Change Details Files
The pull request updates the @mui/x-date-pickers dependency from version 8.0.0-alpha.14 to 8.0.0-beta.0.
  • Update @mui/x-date-pickers to version 8.0.0-beta.0.
pnpm-lock.yaml
package.json

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!
  • Generate a plan of action for an issue: Comment @sourcery-ai plan on
    an issue to generate a plan of action for it.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

@sourcery-ai sourcery-ai bot left a 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!

@renovate renovate bot force-pushed the renovate/mui-x-date-pickers-8.x branch from 0816f36 to fa66686 Compare March 21, 2025 17:32
@renovate renovate bot changed the title chore(deps): update dependency @mui/x-date-pickers to v8.0.0-beta.0 chore(deps): update dependency @mui/x-date-pickers to v8.0.0-beta.1 Mar 21, 2025
@renovate renovate bot force-pushed the renovate/mui-x-date-pickers-8.x branch from fa66686 to add05a1 Compare March 29, 2025 19:46
@renovate renovate bot changed the title chore(deps): update dependency @mui/x-date-pickers to v8.0.0-beta.1 chore(deps): update dependency @mui/x-date-pickers to v8.0.0-beta.2 Mar 29, 2025
@renovate renovate bot force-pushed the renovate/mui-x-date-pickers-8.x branch from add05a1 to 7c621ba Compare April 4, 2025 03:34
@renovate renovate bot changed the title chore(deps): update dependency @mui/x-date-pickers to v8.0.0-beta.2 chore(deps): update dependency @mui/x-date-pickers to v8.0.0-beta.3 Apr 4, 2025
@renovate renovate bot force-pushed the renovate/mui-x-date-pickers-8.x branch from 7c621ba to 7b2518e Compare April 18, 2025 12:10
@renovate renovate bot changed the title chore(deps): update dependency @mui/x-date-pickers to v8.0.0-beta.3 chore(deps): update dependency @mui/x-date-pickers to v8.0.0 Apr 18, 2025
@renovate renovate bot force-pushed the renovate/mui-x-date-pickers-8.x branch from 7b2518e to 9a15bf5 Compare April 26, 2025 19:39
@renovate renovate bot changed the title chore(deps): update dependency @mui/x-date-pickers to v8.0.0 chore(deps): update dependency @mui/x-date-pickers to v8.1.0 Apr 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants