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

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

Merged
merged 1 commit into from
Oct 17, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 15, 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.2 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

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

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

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

v6.11.0

Compare Source

Aug 4, 2023

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

  • ⌚️ Move the tree view component from @mui/lab package

    The <TreeView /> component has been moved to the MUI X repository.
    It is now accessible from its own package: @mui/x-tree-view.

  • 🌍 Improve Hebrew (he-IL), Finnish (fi-FI), and Italian (it-IT) locales on the data grid

  • 🐞 Bugfixes

  • 📚 Documentation improvements

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

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

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

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

Date Pickers
@mui/x-date-pickers@6.11.0

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added dependencies use for pull requests that update a dependency file filigran team use to identify PR from the Filigran team labels Oct 15, 2023
@RomuDeuxfois RomuDeuxfois merged commit 8339327 into master Oct 17, 2023
6 checks passed
@RomuDeuxfois RomuDeuxfois deleted the renovate/mui-x-date-pickers-6.x branch October 17, 2023 08:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies use for pull requests that update a dependency file filigran team use to identify PR from the Filigran team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant