Skip to content
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

chore(deps): update dependency @mui/x-date-pickers to v6 #952

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 21, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@mui/x-date-pickers (source) 5.0.20 -> 6.16.3 age adoption passing confidence

Release Notes

mui/mui-x (@​mui/x-date-pickers)

v6.16.3

Compare Source

Oct 20, 2023

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

  • 🎁 Add a Data Grid recipe for saving & restoring state
  • 💫 Support animations on the bar chart
  • 🐞 Bugfixes
  • 📚 Documentation improvements
Data Grid
@mui/x-data-grid@6.16.3
  • [DataGrid] Allow passing readonly arrays to columns and sortingOrder props (#​10686) @​pcorpet
@mui/x-data-grid-pro@6.16.3 pro

Same changes as in @mui/x-data-grid@6.16.3.

@mui/x-data-grid-premium@6.16.3 premium

Same changes as in @mui/x-data-grid-pro@6.16.3.

Date Pickers
@mui/x-date-pickers@6.16.3
@mui/x-date-pickers-pro@6.16.3 pro

Same changes as in @mui/x-date-pickers@6.16.3, plus:

Charts / @mui/x-charts@6.0.0-alpha.16
Docs
Core

v6.16.2

Compare Source

Oct 12, 2023

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

Data Grid
@mui/x-data-grid@6.16.2
@mui/x-data-grid-pro@6.16.2 pro

Same changes as in @mui/x-data-grid@6.16.2, plus:

@mui/x-data-grid-premium@6.16.2 premium

Same changes as in @mui/x-data-grid-pro@6.16.2.

Date Pickers
@mui/x-date-pickers@6.16.2
@mui/x-date-pickers-pro@6.16.2 pro

Same changes as in @mui/x-date-pickers@6.16.2.

Charts / @mui/x-charts@6.0.0-alpha.15
Breaking changes

The charts have a new text display mechanism.
It adds line break support and avoids overlapping text in the legend.
This comes with some breaking changes.

  • The DOM structure is modified. An intermediary <tspan /> element has been added. This can impact how your style is applied.

    - <text>The label</text>
    + <text><tspan>The label</tspan></text>
  • The top margin has been reduced from 100 to 50 to benefit from the denser legend.

  • To accurately compute the text size and then place it, styling should be provided as a JS object. For example, to set the legend font size, you should do:

    <PieChart
      {/** ... */}
      slotProps={{
        legend: {
          labelStyle: {
            fontSize: 16,
          },
        },
      }}
    />

    Support for other text elements (axis labels and tick labels) will be implemented in follow-up PR.

Changes
Docs
Core

v6.16.1

Compare Source

Oct 6, 2023

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

  • 🥧 Support interaction with pie chart
  • 🐞 Bugfixes
  • 📚 Documentation improvements
Data Grid
@mui/x-data-grid@6.16.1
@mui/x-data-grid-pro@6.16.1 pro

Same changes as in @mui/x-data-grid@6.16.1.

@mui/x-data-grid-premium@6.16.1 premium

Same changes as in @mui/x-data-grid-pro@6.16.1.

Date Pickers
@mui/x-date-pickers@6.16.1
@mui/x-date-pickers-pro@6.16.1 pro

Same changes as in @mui/x-date-pickers@6.16.1, plus:

Charts / @mui/x-charts@6.0.0-alpha.14
Docs
Core

v6.16.0

Compare Source

Sep 29, 2023

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

  • 🎁 Add a clearable behavior to all the single input pickers and fields (#​9095) @​noraleonte

    The pickers and fields now have an out-of-the box implementation for clearing the field value. You can see the documentation for this behavior on the Date Picker documentation.

    Clearable behavior
  • 💫 Add Date Picker customization playground (#​9581) @​noraleonte

    You can play around with style customization options on the Date Picker documentation.

    We are thrilled to hear your feedback about this functionality!

  • 🚀 Fix header filters menu auto closing on render (#​10483) @​MBilalShafi

  • 🎯 Fix column headers scroll when theme scoping is used (#​10437) @​cherniavskii

  • 🌍 Improve Russian (ru-RU) locale on the data grid

  • 🐞 Bugfixes

  • 📚 Documentation improvements

Data Grid
@mui/x-data-grid@6.16.0
@mui/x-data-grid-pro@6.16.0 pro

Same changes as in @mui/x-data-grid@6.16.0, plus:

@mui/x-data-grid-premium@6.16.0 premium

Same changes as in @mui/x-data-grid-pro@6.16.0.

Date Pickers
@mui/x-date-pickers@6.16.0
@mui/x-date-pickers-pro@6.16.0 pro

Same changes as in @mui/x-date-pickers@6.16.0.

Charts / @mui/x-charts@6.0.0-alpha.13
Tree View / @mui/x-tree-view@6.0.0-beta.0
Docs
Core

v6.15.0

Compare Source

Sep 22, 2023

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

  • 🚀 Implement columns auto-sizing (#​10180) @​romgrk
  • 🎁 Add support for getRowsToExport option to print export on the data grid (#​10084) @​zreecespieces
  • 🌍 Improve Finnish (fi-FI) locale
  • 🐞 Bugfixes
  • 📚 Documentation improvements
Data Grid
@mui/x-data-grid@6.15.0
@mui/x-data-grid-pro@6.15.0 pro

Same changes as in @mui/x-data-grid@6.15.0, plus:

@mui/x-data-grid-premium@6.15.0 premium

Same changes as in @mui/x-data-grid-pro@6.15.0.

Date Pickers
@mui/x-date-pickers@6.15.0
@mui/x-date-pickers-pro@6.15.0 pro

Same changes as in @mui/x-date-pickers@6.15.0.

Charts / @mui/x-charts@6.0.0-alpha.12
Tree View / @mui/x-tree-view@6.0.0-alpha.4
Docs
Core

v6.14.0

Compare Source

Sep 14, 2023

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

  • 🎁 Fix YearCalendar and MonthCalendar accessibility (#​10312) @​LukasTy

    The YearCalendar and MonthCalendar items role has been changed from button to radio in order to improve the component's a11y support.
    If you were relying on the mentioned components having a button role for items, you will need to update your usage to expect a radio role instead.

  • 🌍 Improve Japanese (ja-JP), Persian (fa-IR), and Vietnamese (vi-VN) locales on the data grid

  • 🐞 Bugfixes

  • 📚 Documentation improvements

Data Grid
@mui/x-data-grid@6.14.0
@mui/x-data-grid-pro@6.14.0 pro

Same changes as in @mui/x-data-grid@6.14.0.

@mui/x-data-grid-premium@6.14.0 premium

Same changes as in @mui/x-data-grid-pro@6.14.0, plus:

Date Pickers
@mui/x-date-pickers@6.14.0
@mui/x-date-pickers-pro@6.14.0 pro

Same changes as in @mui/x-date-pickers@6.14.0.

Charts / @mui/x-charts@6.0.0-alpha.11
Tree View / @mui/x-tree-view@6.0.0-alpha.3
Docs
Core

v6.13.0

Compare Source

Sep 8, 2023

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

  • 🎁 Fix anchorRef behavior on range pickers (#​10077) @​LukasTy

    The range picker popup will now be anchored to the first input element and left aligned like other pickers.

  • 🌍 Improve Slovak (sk-SK) locale on the data grid

  • 🐞 Bugfixes

  • 📚 Documentation improvements

Data Grid
@mui/x-data-grid@6.13.0
@mui/x-data-grid-pro@6.13.0 pro

Same changes as in @mui/x-data-grid@6.13.0, plus:

@mui/x-data-grid-premium@6.13.0 premium

Same changes as in @mui/x-data-grid-pro@6.13.0, plus:

Date Pickers
@mui/x-date-pickers@6.13.0
@mui/x-date-pickers-pro@6.13.0 pro

Same changes as in @mui/x-date-pickers@6.13.0, plus:

Charts / @mui/x-charts@6.0.0-alpha.10
Tree View / @mui/x-tree-view@6.0.0-alpha.2
Docs
Core

v6.12.1

Compare Source

Aug 31, 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/x-data-grid@6.12.1
@mui/x-data-grid-pro@6.12.1 pro

Same changes as in @mui/x-data-grid@6.12.1.

@mui/x-data-grid-premium@6.12.1 premium

Same changes as in @mui/x-data-grid-pro@6.12.1.

Date Pickers
@mui/x-date-pickers@6.12.1
@mui/x-date-pickers-pro@6.12.1 pro

Same changes as in @mui/x-date-pickers@6.12.1.

Charts / @mui/x-charts@6.0.0-alpha.9
Docs
Core

v6.12.0

Compare Source

Aug 25, 2023

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

  • 📊 Support horizontal bar chart
  • 💫 Improved animations on Android devices
  • 🌍 Improve Ukrainian (uk-UA) locale on the data grid
  • 🐞 Bugfixes
  • 📚 Documentation improvements
Data Grid
@mui/x-data-grid@6.12.0
@mui/x-data-grid-pro@6.12.0 pro

Same changes as in @mui/x-data-grid@6.12.0.

@mui/x-data-grid-premium@6.12.0 premium

Same changes as in @mui/x-data-grid-pro@6.12.0.

Date Pickers
@mui/x-date-pickers@6.12.0
@mui/x-date-pickers-pro@6.12.0 pro

Same changes as in @mui/x-date-pickers@6.12.0.

Charts / @mui/x-charts@6.0.0-alpha.8
Docs
Core

v6.11.2

Compare Source

Aug 17, 2023

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

  • 🏎️ Lower the filtering delay in the grid
  • 🌍 Improve Spanish (es-ES) locale on the data grid
  • 🐞 Bugfixes
  • 📚 Documentation improvements
Data Grid
@mui/x-data-grid@6.11.2
@mui/x-data-grid-pro@6.11.2 pro

Same changes as in @mui/x-data-grid@6.11.2.

@mui/x-data-grid-premium@6.11.2 premium

Same changes as in @mui/x-data-grid-pro@6.11.2.

Date Pickers
@mui/x-date-pickers@6.11.2
@mui/x-date-pickers-pro@6.11.2 pro

Same changes as in @mui/x-date-pickers@6.11.2.

Docs
Core

v6.11.1

Compare Source

Aug 11, 2023

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

  • 💫 Add theme augmentation to @mui/x-tree-view
  • 📈 Enable charts customization using slot and slotProps props
  • 🌍 Improve Finnish (fi-FI) and Icelandic (is-IS) locales on the pickers
  • 🐞 Bugfixes
  • 📚 Documentation improvements
Data Grid
@mui/x-data-grid@6.11.1
@mui/x-data-grid-pro@6.11.1 pro

Same changes as in @mui/x-data-grid@6.11.1.

@mui/x-data-grid-premium@6.11.1 premium

Same changes as in @mui/x-data-grid-pro@6.11.1.

Date Pickers
@mui/x-date-pickers@6.11.1
@mui/x-date-pickers-pro@6.11.1 [![pro](https:

Configuration

📅 Schedule: Branch creation - "every weekend" (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.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 21, 2023
@socket-security
Copy link

socket-security bot commented Oct 21, 2023

Updated dependencies detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives Size Publisher
@mui/x-date-pickers 5.0.20...6.16.3 None +0/-5 4.43 MB romgrk

@renovate renovate bot force-pushed the renovate/mui-x-date-pickers-6.x branch from 852d9e3 to 4440b77 Compare October 23, 2023 19:35
@renovate renovate bot force-pushed the renovate/mui-x-date-pickers-6.x branch from 4440b77 to e7746c4 Compare October 24, 2023 14:49
@IanKrieger
Copy link
Member

Will evaluate at a later time

@IanKrieger IanKrieger closed this Oct 24, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Oct 24, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 6.x releases. But if you manually upgrade to 6.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/mui-x-date-pickers-6.x branch October 24, 2023 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant