Update dependency @mui/x-date-pickers to v7.14.0 #306

Merged
pierre merged 1 commits from renovate/mui-x-date-pickers-7.x-lockfile into master 2024-08-27 14:13:30 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
@mui/x-date-pickers (source) dependencies minor 7.11.1 -> 7.14.0

Release Notes

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

v7.14.0

Compare Source

Aug 23, 2024

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

  • 💫 Allow filtering the axis on zoom, making the axis adapt by removing values outside the view.

    filtering the axis on zoom
  • 📊 Improve bar chart performances

  • 🌍 Improve Czech (cs-CZ) and Hebrew (he-IL) locales on the Data Grid

  • 🌍 Improve Chinese (zh-HK), Hebrew (he-IL), and Vietnamese (vi-VN) locales on the Date and Time Pickers

  • 🐞 Bugfixes

Data Grid
@mui/x-data-grid@7.14.0
  • DataGrid] Use readonly array result for `getTreeDataPath` ([#​11743](https://github.com/mui/mui-x/issues/11743)) [@​pcorpet](https://github.com/pcorpet)
    
  • DataGrid] Use `event.key` for `Tab` and `Escape` keys ([#​14170](https://github.com/mui/mui-x/issues/14170)) [@​k-rajat19](https://github.com/k-rajat19)
    
  • DataGrid] Introduce selectors with arguments ([#​14236](https://github.com/mui/mui-x/issues/14236)) [@​MBilalShafi](https://github.com/MBilalShafi)
    
  • DataGrid] include `api` in `gridCellParams` interface ([#​14201](https://github.com/mui/mui-x/issues/14201)) [@​k-rajat19](https://github.com/k-rajat19)
    
  • l10n] Improve Czech (cs-CZ) locale ([#​14135](https://github.com/mui/mui-x/issues/14135)) [@​chirimiri22](https://github.com/chirimiri22)
    
  • l10n] Improve Hebrew (he-IL) locale ([#​14287](https://github.com/mui/mui-x/issues/14287)) [@​rotembarsela](https://github.com/rotembarsela)
    
    

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

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

  • DataGridPremium] Fix clipboard paste not working for a single cell on non-first page ([#​14261](https://github.com/mui/mui-x/issues/14261)) [@​arminmeh](https://github.com/arminmeh)
    
  • DataGridPremium] Fix `onCellSelectionModelChange` not triggered when additional cell range is selected ([#​14199](https://github.com/mui/mui-x/issues/14199)) [@​arminmeh](https://github.com/arminmeh)
    
    
Date and Time Pickers
@mui/x-date-pickers@7.14.0
  • l10n] Improve Chinese (zh-HK) locale ([#​13289](https://github.com/mui/mui-x/issues/13289)) [@​yeeharn](https://github.com/yeeharn)
    
  • l10n] Improve Hebrew (he-IL) locale ([#​14287](https://github.com/mui/mui-x/issues/14287)) [@​rotembarsela](https://github.com/rotembarsela)
    
  • l10n] Improve Vietnamese (vi-VN) locale ([#​14238](https://github.com/mui/mui-x/issues/14238)) [@​locnbk2002](https://github.com/locnbk2002)
    
  • TimePicker] Handle `Space` and `Enter` on the `TimeClock` component [@​arthurbalduini](https://github.com/arthurbalduini)
    
    

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

Charts
@mui/x-charts@7.14.0
  • charts] Fix grid overflow with zooming ([#​14280](https://github.com/mui/mui-x/issues/14280)) [@​alexfauquette](https://github.com/alexfauquette)
    
  • charts] Improve bar chart performances ([#​14278](https://github.com/mui/mui-x/issues/14278)) [@​alexfauquette](https://github.com/alexfauquette)
    
  • charts] Test pointer events ([#​14042](https://github.com/mui/mui-x/issues/14042)) [@​alexfauquette](https://github.com/alexfauquette)
    
  • charts] Use `isPointInside` function for both graphs and axis ([#​14222](https://github.com/mui/mui-x/issues/14222)) [@​JCQuintas](https://github.com/JCQuintas)
    
    

Same changes as in @mui/x-charts@7.14.0, plus:

  • charts-pro] Zoom axis filtering ([#​14121](https://github.com/mui/mui-x/issues/14121)) [@​JCQuintas](https://github.com/JCQuintas)
    
    
Docs
  • docs] Consistent use of UTC and timezones ([#​14250](https://github.com/mui/mui-x/issues/14250)) [@​oliviertassinari](https://github.com/oliviertassinari)
    
  • docs] Fix missing leading slashes in URLs ([#​14249](https://github.com/mui/mui-x/issues/14249)) [@​oliviertassinari](https://github.com/oliviertassinari)
    
  • docs] Dash usage revision on pickers pages ([#​14260](https://github.com/mui/mui-x/issues/14260)) [@​arthurbalduini](https://github.com/arthurbalduini)
    
    
Core
  • core] Follow JSDocs convention [@​oliviertassinari](https://github.com/oliviertassinari)
    
  • core] Prepare for material v6 ([#​14143](https://github.com/mui/mui-x/issues/14143)) [@​LukasTy](https://github.com/LukasTy)
    
  • code-infra] Set up `eslint-plugin-testing-library` ([#​14232](https://github.com/mui/mui-x/issues/14232)) [@​LukasTy](https://github.com/LukasTy)
    
  • infra] Updated mui-x roadmap links with new project URL ([#​14271](https://github.com/mui/mui-x/issues/14271)) [@​michelengelen](https://github.com/michelengelen)
    
    

v7.13.0

Compare Source

Aug 16, 2024

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

  • 💫 Allow to edit the label of Tree View's items.

    Item label editing
  • 🔧 Improve rows accessibility on the Data Grid features "Tree Data" and "Row Grouping". Certain "Row Grouping" accessibility updates will only be applied if experimental feature flag is enabled. See the documentation for more information.

  • 🌍 Improve Vietnamese (vi-VN) locale on the Data Grid

  • 🐞 Bugfixes

Data Grid
@mui/x-data-grid@7.13.0
  • DataGrid] Fix CSV export for `null` and `undefined` values ([#​14166](https://github.com/mui/mui-x/issues/14166)) [@​k-rajat19](https://github.com/k-rajat19)
    
  • DataGrid] Fix error logged during skeleton loading with nested data grid ([#​14186](https://github.com/mui/mui-x/issues/14186)) [@​KenanYusuf](https://github.com/KenanYusuf)
    
  • DataGrid] Remove needless check in `useGridStateInitialization` ([#​14181](https://github.com/mui/mui-x/issues/14181)) [@​k-rajat19](https://github.com/k-rajat19)
    
  • DataGrid] Add recipe for persisting filters in local storage ([#​14208](https://github.com/mui/mui-x/issues/14208)) [@​cherniavskii](https://github.com/cherniavskii)
    
  • l10n] Improve Vietnamese (vi-VN) locale ([#​14216](https://github.com/mui/mui-x/issues/14216)) [@​hungnd-casso](https://github.com/hungnd-casso)
    
    

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

  • DataGridPro] Fix Tree Data and Row Grouping rows accessibility ([#​13623](https://github.com/mui/mui-x/issues/13623)) [@​arminmeh](https://github.com/arminmeh)
    
    

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

Date and Time Pickers
@mui/x-date-pickers@7.13.0
  • pickers] Fix date and time merging to retain milliseconds ([#​14173](https://github.com/mui/mui-x/issues/14173)) [@​LukasTy](https://github.com/LukasTy)
    
    

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

Charts
@mui/x-charts@7.13.0
  • charts] Add `baseline` property to the `LineChart` `series` ([#​14153](https://github.com/mui/mui-x/issues/14153)) [@​JCQuintas](https://github.com/JCQuintas)
    
  • charts] Fix issue where tooltip would disappear on mouse click ([#​14187](https://github.com/mui/mui-x/issues/14187)) [@​alexfauquette](https://github.com/alexfauquette)
    
  • charts] Rename `CartesianContextProvider` to `CartesianProvider` ([#​14102](https://github.com/mui/mui-x/issues/14102)) [@​JCQuintas](https://github.com/JCQuintas)
    
  • charts] Support axis with the same value for all data points ([#​14191](https://github.com/mui/mui-x/issues/14191)) [@​alexfauquette](https://github.com/alexfauquette)
    
    

Same changes as in @mui/x-charts@7.13.0.

Tree View
@mui/x-tree-view@7.13.0
  • TreeView] Add label editing feature ([#​13388](https://github.com/mui/mui-x/issues/13388)) [@​noraleonte](https://github.com/noraleonte)
    
  • TreeView] Fix the parameters passed for the `canMoveItemToNewPosition` prop ([#​14176](https://github.com/mui/mui-x/issues/14176)) [@​flaviendelangle](https://github.com/flaviendelangle)
    
    
Docs
  • docs] Extract dataset in the Line chart docs ([#​14034](https://github.com/mui/mui-x/issues/14034)) [@​alexfauquette](https://github.com/alexfauquette)
    
  • docs] Remove redundant encoding in the mock data source server ([#​14185](https://github.com/mui/mui-x/issues/14185)) [@​MBilalShafi](https://github.com/MBilalShafi)
    
  • docs] Use Netflix financial results to document bar charts ([#​13991](https://github.com/mui/mui-x/issues/13991)) [@​alexfauquette](https://github.com/alexfauquette)
    
  • docs] Remove relience of abbreviations ([#​14226](https://github.com/mui/mui-x/issues/14226)) [@​oliviertassinari](https://github.com/oliviertassinari)
    
    
Core
  • core] Bump monorepo ([#​14141](https://github.com/mui/mui-x/issues/14141)) [@​Janpot](https://github.com/Janpot)
    
  • core] Fix ESLint issue ([#​14207](https://github.com/mui/mui-x/issues/14207)) [@​LukasTy](https://github.com/LukasTy)
    
  • core] Fix Netlify build cache issue ([#​14182](https://github.com/mui/mui-x/issues/14182)) [@​cherniavskii](https://github.com/cherniavskii)
    
  • code-infra] Refactor Netlify `cache-docs` plugin setup ([#​14105](https://github.com/mui/mui-x/issues/14105)) [@​LukasTy](https://github.com/LukasTy)
    
  • internals] Move utils needed for tree view virtualization to shared package ([#​14202](https://github.com/mui/mui-x/issues/14202)) [@​flaviendelangle](https://github.com/flaviendelangle)
    
    

v7.12.1

Compare Source

Aug 8, 2024

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

  • 🎨 Charts get a new component to display color mapping in the legend
  • 🚀 The @mui/x-charts-pro is released in alpha version 🧪. This new package introduces two main features:
    • The Heatmap component
    • The zoom interaction on the bar, line, and scatter charts
  • 🌍 Improve Dutch (nl-NL) locale on the Date and Time Pickers
  • 🐞 Bugfixes
Data Grid
@mui/x-data-grid@7.12.1
  • DataGrid] Fix `checkboxSelectionVisibleOnly` behavior with server-side pagination ([#​14083](https://github.com/mui/mui-x/issues/14083)) [@​MBilalShafi](https://github.com/MBilalShafi)
    
  • DataGrid] Fix `columnHeadersContainerRef` being `undefined` before mount ([#​14051](https://github.com/mui/mui-x/issues/14051)) [@​samwato](https://github.com/samwato)
    
  • DataGrid] Support Yarn PnP ([#​14126](https://github.com/mui/mui-x/issues/14126)) [@​cherniavskii](https://github.com/cherniavskii)
    
    

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

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

Date and Time Pickers
@mui/x-date-pickers@7.12.1
  • l10n] Improve Dutch (nlNL) locale (pickers) ([#​14036](https://github.com/mui/mui-x/issues/14036)) [@​Robin1896](https://github.com/Robin1896)
    
    

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

Charts
@mui/x-charts@7.12.1
  • charts] Fix charts vendor publish config ([#​14073](https://github.com/mui/mui-x/issues/14073)) [@​JCQuintas](https://github.com/JCQuintas)
    
  • charts] Move `plugins` to `PluginProvider` ([#​14056](https://github.com/mui/mui-x/issues/14056)) [@​JCQuintas](https://github.com/JCQuintas)
    
    

Same changes as in @mui/x-charts@7.12.1, plus:

  • charts-pro] Release the pro package in alpha ([#​13859](https://github.com/mui/mui-x/issues/13859)) [@​alexfauquette](https://github.com/alexfauquette)
    
    
Tree View
@mui/x-tree-view@7.12.1
Docs
  • docs] Add a warning to promote the usage of `updateRows` ([#​14027](https://github.com/mui/mui-x/issues/14027)) [@​MBilalShafi](https://github.com/MBilalShafi)
    
    
  • docs] Disable ad in `Rich Tree View-Ordering` page ([#​14123](https://github.com/mui/mui-x/issues/14123)) [@​oliviertassinari](https://github.com/oliviertassinari)
    
    
  • docs] Redesign Date and Time Pickers overview page ([#​13241](https://github.com/mui/mui-x/issues/13241)) [@​noraleonte](https://github.com/noraleonte)
    
    
  • CHANGELOG] Polish details [@​oliviertassinari](https://github.com/oliviertassinari)
    
    
  • code-infra] Use concurrency 1 in CircleCI ([#​14110](https://github.com/mui/mui-x/issues/14110)) [@​JCQuintas](https://github.com/JCQuintas)
    
    
  • infra] Re-added the removal of `Latest Version` section ([#​14132](https://github.com/mui/mui-x/issues/14132)) [@​michelengelen](https://github.com/michelengelen)
    
    

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

    Item reordering using drag and drop
  • 📦 Support CommonJS 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 your package.json. You shouldn't be affected otherwise.

    • For more context, the initial issue is caused by D3 only exporting ESM.

      image

    • The solution up until now was to export charts with only ESM. But some frameworks are confused by this configuration.

      image

    • So in order to fix this, we are providing a CJS version of D3.

      image

  • 🌍 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/x-data-grid@7.12.0
  • DataGrid] Fix crash when updating columns immediately after scrolling ([#​13781](https://github.com/mui/mui-x/issues/13781)) [@​cherniavskii](https://github.com/cherniavskii)
    
  • DataGrid] Fix `role=presentation` a11y issue ([#​13891](https://github.com/mui/mui-x/issues/13891)) [@​romgrk](https://github.com/romgrk)
    
  • DataGrid] Fix top corner pixels & outline radius ([#​13943](https://github.com/mui/mui-x/issues/13943)) [@​romgrk](https://github.com/romgrk)
    
  • DataGrid] Refactor: remove useless copy ([#​14039](https://github.com/mui/mui-x/issues/14039)) [@​romgrk](https://github.com/romgrk)
    
  • l10n] Improve Turkish (tr-TR) locale ([#​13996](https://github.com/mui/mui-x/issues/13996)) [@​bagcivan](https://github.com/bagcivan)
    
    

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

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

Date and Time Pickers
@mui/x-date-pickers@7.12.0
  • l10n] Improve Finnish (fi-FI) locale ([#​14054](https://github.com/mui/mui-x/issues/14054)) [@​frozenzia](https://github.com/frozenzia)
    
    

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

Charts
@mui/x-charts@7.12.0
  • charts] Fix incorrect `axisId` prop being allowed in xAxis/yAxis config. Use `id` instead. ([#​13986](https://github.com/mui/mui-x/issues/13986)) [@​JCQuintas](https://github.com/JCQuintas)
    
  • charts] Use vendor to have Common JS bundle working out of the box ([#​13608](https://github.com/mui/mui-x/issues/13608)) [@​alexfauquette](https://github.com/alexfauquette)
    
  • charts] Divide the `SeriesProvider` to use in filtering ([#​14026](https://github.com/mui/mui-x/issues/14026)) [@​JCQuintas](https://github.com/JCQuintas)
    
    
Tree View
@mui/x-tree-view@7.12.0
  • TreeView] Add new prop `onItemClick` on the Tree View components ([#​14018](https://github.com/mui/mui-x/issues/14018)) [@​flaviendelangle](https://github.com/flaviendelangle)
    
  • TreeView] Add new utility function `isEventTargetInDescendants` ([#​13982](https://github.com/mui/mui-x/issues/13982)) [@​flaviendelangle](https://github.com/flaviendelangle)
    
  • TreeView] Support item reordering using drag and drop ([#​12213](https://github.com/mui/mui-x/issues/12213)) [@​flaviendelangle](https://github.com/flaviendelangle)
    
    
Docs
  • docs] Add Pickers `minDate` and `maxDate` `default` description ([#​14024](https://github.com/mui/mui-x/issues/14024)) [@​LukasTy](https://github.com/LukasTy)
    
  • docs] Fix 404 ([#​13989](https://github.com/mui/mui-x/issues/13989)) [@​alexfauquette](https://github.com/alexfauquette)
    
  • docs] Fix Vale errors ([#​14025](https://github.com/mui/mui-x/issues/14025)) [@​oliviertassinari](https://github.com/oliviertassinari)
    
  • docs] Update on `renderCell` & autogenerated rows ([#​13879](https://github.com/mui/mui-x/issues/13879)) [@​romgrk](https://github.com/romgrk)
    
    
Core
  • core] Fix event naming convention [@​oliviertassinari](https://github.com/oliviertassinari)
    
  • core] Replace [@​mui/base](https://github.com/mui/base) with [@​mui/utils](https://github.com/mui/utils) + [@​mui/material](https://github.com/mui/material) ([#​13823](https://github.com/mui/mui-x/issues/13823)) [@​mnajdova](https://github.com/mnajdova)
    
  • core] Test `charts` performance with codspeed ([#​13952](https://github.com/mui/mui-x/issues/13952)) [@​JCQuintas](https://github.com/JCQuintas)
    
  • infra] Consolidate issue cleanup and support labeling action ([#​14031](https://github.com/mui/mui-x/issues/14031)) [@​michelengelen](https://github.com/michelengelen)
    
  • infra] Revert `vale` action `paths` filtering ([#​14038](https://github.com/mui/mui-x/issues/14038)) [@​LukasTy](https://github.com/LukasTy)
    
  • test] Fix adapters code coverage ([#​13969](https://github.com/mui/mui-x/issues/13969)) [@​alexfauquette](https://github.com/alexfauquette)
    
  • test] Fix mocha config to run charts tests ([#​14041](https://github.com/mui/mui-x/issues/14041)) [@​alexfauquette](https://github.com/alexfauquette)
    
    

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@mui/x-date-pickers](https://mui.com/x/react-date-pickers/) ([source](https://github.com/mui/mui-x/tree/HEAD/packages/x-date-pickers)) | dependencies | minor | [`7.11.1` -> `7.14.0`](https://renovatebot.com/diffs/npm/@mui%2fx-date-pickers/7.11.1/7.14.0) | --- ### Release Notes <details> <summary>mui/mui-x (@&#8203;mui/x-date-pickers)</summary> ### [`v7.14.0`](https://github.com/mui/mui-x/blob/HEAD/CHANGELOG.md#7140) [Compare Source](https://github.com/mui/mui-x/compare/v7.13.0...v7.14.0) *Aug 23, 2024* We'd like to offer a big thanks to the 14 contributors who made this release possible. Here are some highlights ✨: - 💫 Allow [filtering the axis on zoom](https://mui.com/x/react-charts/zoom-and-pan/#zoom-filtering), making the axis adapt by removing values outside the view. <img width="600" src="https://github.com/user-attachments/assets/e65bbd00-d2a8-4136-81cd-3598f1373c16" alt="filtering the axis on zoom" /> - 📊 Improve bar chart performances - 🌍 Improve Czech (cs-CZ) and Hebrew (he-IL) locales on the Data Grid - 🌍 Improve Chinese (zh-HK), Hebrew (he-IL), and Vietnamese (vi-VN) locales on the Date and Time Pickers - 🐞 Bugfixes <!--/ HIGHLIGHT_ABOVE_SEPARATOR /--> ##### Data Grid ##### `@mui/x-data-grid@7.14.0` - \[DataGrid] Use readonly array result for `getTreeDataPath` ([#&#8203;11743](https://github.com/mui/mui-x/issues/11743)) [@&#8203;pcorpet](https://github.com/pcorpet) - \[DataGrid] Use `event.key` for `Tab` and `Escape` keys ([#&#8203;14170](https://github.com/mui/mui-x/issues/14170)) [@&#8203;k-rajat19](https://github.com/k-rajat19) - \[DataGrid] Introduce selectors with arguments ([#&#8203;14236](https://github.com/mui/mui-x/issues/14236)) [@&#8203;MBilalShafi](https://github.com/MBilalShafi) - \[DataGrid] include `api` in `gridCellParams` interface ([#&#8203;14201](https://github.com/mui/mui-x/issues/14201)) [@&#8203;k-rajat19](https://github.com/k-rajat19) - \[l10n] Improve Czech (cs-CZ) locale ([#&#8203;14135](https://github.com/mui/mui-x/issues/14135)) [@&#8203;chirimiri22](https://github.com/chirimiri22) - \[l10n] Improve Hebrew (he-IL) locale ([#&#8203;14287](https://github.com/mui/mui-x/issues/14287)) [@&#8203;rotembarsela](https://github.com/rotembarsela) ##### `@mui/x-data-grid-pro@7.14.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan") Same changes as in `@mui/x-data-grid@7.14.0`. ##### `@mui/x-data-grid-premium@7.14.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link "Premium plan") Same changes as in `@mui/x-data-grid-pro@7.14.0`, plus: - \[DataGridPremium] Fix clipboard paste not working for a single cell on non-first page ([#&#8203;14261](https://github.com/mui/mui-x/issues/14261)) [@&#8203;arminmeh](https://github.com/arminmeh) - \[DataGridPremium] Fix `onCellSelectionModelChange` not triggered when additional cell range is selected ([#&#8203;14199](https://github.com/mui/mui-x/issues/14199)) [@&#8203;arminmeh](https://github.com/arminmeh) ##### Date and Time Pickers ##### `@mui/x-date-pickers@7.14.0` - \[l10n] Improve Chinese (zh-HK) locale ([#&#8203;13289](https://github.com/mui/mui-x/issues/13289)) [@&#8203;yeeharn](https://github.com/yeeharn) - \[l10n] Improve Hebrew (he-IL) locale ([#&#8203;14287](https://github.com/mui/mui-x/issues/14287)) [@&#8203;rotembarsela](https://github.com/rotembarsela) - \[l10n] Improve Vietnamese (vi-VN) locale ([#&#8203;14238](https://github.com/mui/mui-x/issues/14238)) [@&#8203;locnbk2002](https://github.com/locnbk2002) - \[TimePicker] Handle `Space` and `Enter` on the `TimeClock` component [@&#8203;arthurbalduini](https://github.com/arthurbalduini) ##### `@mui/x-date-pickers-pro@7.14.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan") Same changes as in `@mui/x-date-pickers@7.14.0`. ##### Charts ##### `@mui/x-charts@7.14.0` - \[charts] Fix grid overflow with zooming ([#&#8203;14280](https://github.com/mui/mui-x/issues/14280)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[charts] Improve bar chart performances ([#&#8203;14278](https://github.com/mui/mui-x/issues/14278)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[charts] Test pointer events ([#&#8203;14042](https://github.com/mui/mui-x/issues/14042)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[charts] Use `isPointInside` function for both graphs and axis ([#&#8203;14222](https://github.com/mui/mui-x/issues/14222)) [@&#8203;JCQuintas](https://github.com/JCQuintas) ##### `@mui/x-charts-pro@7.0.0-alpha.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan") Same changes as in `@mui/x-charts@7.14.0`, plus: - \[charts-pro] Zoom axis filtering ([#&#8203;14121](https://github.com/mui/mui-x/issues/14121)) [@&#8203;JCQuintas](https://github.com/JCQuintas) ##### Docs - \[docs] Consistent use of UTC and timezones ([#&#8203;14250](https://github.com/mui/mui-x/issues/14250)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[docs] Fix missing leading slashes in URLs ([#&#8203;14249](https://github.com/mui/mui-x/issues/14249)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[docs] Dash usage revision on pickers pages ([#&#8203;14260](https://github.com/mui/mui-x/issues/14260)) [@&#8203;arthurbalduini](https://github.com/arthurbalduini) ##### Core - \[core] Follow JSDocs convention [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[core] Prepare for material v6 ([#&#8203;14143](https://github.com/mui/mui-x/issues/14143)) [@&#8203;LukasTy](https://github.com/LukasTy) - \[code-infra] Set up `eslint-plugin-testing-library` ([#&#8203;14232](https://github.com/mui/mui-x/issues/14232)) [@&#8203;LukasTy](https://github.com/LukasTy) - \[infra] Updated mui-x roadmap links with new project URL ([#&#8203;14271](https://github.com/mui/mui-x/issues/14271)) [@&#8203;michelengelen](https://github.com/michelengelen) ### [`v7.13.0`](https://github.com/mui/mui-x/blob/HEAD/CHANGELOG.md#7130) [Compare Source](https://github.com/mui/mui-x/compare/v7.12.1...v7.13.0) *Aug 16, 2024* We'd like to offer a big thanks to the 12 contributors who made this release possible. Here are some highlights ✨: - 💫 Allow to [edit the label](https://mui.com/x/react-tree-view/rich-tree-view/editing/) of Tree View's items. <img width="344" src="https://github.com/user-attachments/assets/1a6cf765-2dc8-4906-bd93-139086eed148" alt="Item label editing" /> - 🔧 Improve rows accessibility on the Data Grid features "Tree Data" and "Row Grouping". Certain "Row Grouping" accessibility updates will only be applied if experimental feature flag is enabled. See the [documentation](https://mui.com/x/react-data-grid/row-grouping/#accessibility-changes-in-v8) for more information. - 🌍 Improve Vietnamese (vi-VN) locale on the Data Grid - 🐞 Bugfixes <!--/ HIGHLIGHT_ABOVE_SEPARATOR /--> ##### Data Grid ##### `@mui/x-data-grid@7.13.0` - \[DataGrid] Fix CSV export for `null` and `undefined` values ([#&#8203;14166](https://github.com/mui/mui-x/issues/14166)) [@&#8203;k-rajat19](https://github.com/k-rajat19) - \[DataGrid] Fix error logged during skeleton loading with nested data grid ([#&#8203;14186](https://github.com/mui/mui-x/issues/14186)) [@&#8203;KenanYusuf](https://github.com/KenanYusuf) - \[DataGrid] Remove needless check in `useGridStateInitialization` ([#&#8203;14181](https://github.com/mui/mui-x/issues/14181)) [@&#8203;k-rajat19](https://github.com/k-rajat19) - \[DataGrid] Add recipe for persisting filters in local storage ([#&#8203;14208](https://github.com/mui/mui-x/issues/14208)) [@&#8203;cherniavskii](https://github.com/cherniavskii) - \[l10n] Improve Vietnamese (vi-VN) locale ([#&#8203;14216](https://github.com/mui/mui-x/issues/14216)) [@&#8203;hungnd-casso](https://github.com/hungnd-casso) ##### `@mui/x-data-grid-pro@7.13.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan") Same changes as in `@mui/x-data-grid@7.13.0`, plus: - \[DataGridPro] Fix Tree Data and Row Grouping rows accessibility ([#&#8203;13623](https://github.com/mui/mui-x/issues/13623)) [@&#8203;arminmeh](https://github.com/arminmeh) ##### `@mui/x-data-grid-premium@7.13.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link "Premium plan") Same changes as in `@mui/x-data-grid-pro@7.13.0`. ##### Date and Time Pickers ##### `@mui/x-date-pickers@7.13.0` - \[pickers] Fix date and time merging to retain milliseconds ([#&#8203;14173](https://github.com/mui/mui-x/issues/14173)) [@&#8203;LukasTy](https://github.com/LukasTy) ##### `@mui/x-date-pickers-pro@7.13.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan") Same changes as in `@mui/x-date-pickers@7.13.0`. ##### Charts ##### `@mui/x-charts@7.13.0` - \[charts] Add `baseline` property to the `LineChart` `series` ([#&#8203;14153](https://github.com/mui/mui-x/issues/14153)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[charts] Fix issue where tooltip would disappear on mouse click ([#&#8203;14187](https://github.com/mui/mui-x/issues/14187)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[charts] Rename `CartesianContextProvider` to `CartesianProvider` ([#&#8203;14102](https://github.com/mui/mui-x/issues/14102)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[charts] Support axis with the same value for all data points ([#&#8203;14191](https://github.com/mui/mui-x/issues/14191)) [@&#8203;alexfauquette](https://github.com/alexfauquette) ##### `@mui/x-charts-pro@7.0.0-alpha.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan") Same changes as in `@mui/x-charts@7.13.0`. ##### Tree View ##### `@mui/x-tree-view@7.13.0` - \[TreeView] Add label editing feature ([#&#8203;13388](https://github.com/mui/mui-x/issues/13388)) [@&#8203;noraleonte](https://github.com/noraleonte) - \[TreeView] Fix the parameters passed for the `canMoveItemToNewPosition` prop ([#&#8203;14176](https://github.com/mui/mui-x/issues/14176)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) ##### Docs - \[docs] Extract dataset in the Line chart docs ([#&#8203;14034](https://github.com/mui/mui-x/issues/14034)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[docs] Remove redundant encoding in the mock data source server ([#&#8203;14185](https://github.com/mui/mui-x/issues/14185)) [@&#8203;MBilalShafi](https://github.com/MBilalShafi) - \[docs] Use Netflix financial results to document bar charts ([#&#8203;13991](https://github.com/mui/mui-x/issues/13991)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[docs] Remove relience of abbreviations ([#&#8203;14226](https://github.com/mui/mui-x/issues/14226)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) ##### Core - \[core] Bump monorepo ([#&#8203;14141](https://github.com/mui/mui-x/issues/14141)) [@&#8203;Janpot](https://github.com/Janpot) - \[core] Fix ESLint issue ([#&#8203;14207](https://github.com/mui/mui-x/issues/14207)) [@&#8203;LukasTy](https://github.com/LukasTy) - \[core] Fix Netlify build cache issue ([#&#8203;14182](https://github.com/mui/mui-x/issues/14182)) [@&#8203;cherniavskii](https://github.com/cherniavskii) - \[code-infra] Refactor Netlify `cache-docs` plugin setup ([#&#8203;14105](https://github.com/mui/mui-x/issues/14105)) [@&#8203;LukasTy](https://github.com/LukasTy) - \[internals] Move utils needed for tree view virtualization to shared package ([#&#8203;14202](https://github.com/mui/mui-x/issues/14202)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) ### [`v7.12.1`](https://github.com/mui/mui-x/blob/HEAD/CHANGELOG.md#7121) [Compare Source](https://github.com/mui/mui-x/compare/v7.12.0...v7.12.1) *Aug 8, 2024* We'd like to offer a big thanks to the 9 contributors who made this release possible. Here are some highlights ✨: - 🎨 Charts get a new component to display color mapping in the legend - 🚀 The `@mui/x-charts-pro` is released in alpha version 🧪. This new package introduces two main features: - The Heatmap component - The zoom interaction on the bar, line, and scatter charts - 🌍 Improve Dutch (nl-NL) locale on the Date and Time Pickers - 🐞 Bugfixes <!--/ HIGHLIGHT_ABOVE_SEPARATOR /--> ##### Data Grid ##### `@mui/x-data-grid@7.12.1` - \[DataGrid] Fix `checkboxSelectionVisibleOnly` behavior with server-side pagination ([#&#8203;14083](https://github.com/mui/mui-x/issues/14083)) [@&#8203;MBilalShafi](https://github.com/MBilalShafi) - \[DataGrid] Fix `columnHeadersContainerRef` being `undefined` before mount ([#&#8203;14051](https://github.com/mui/mui-x/issues/14051)) [@&#8203;samwato](https://github.com/samwato) - \[DataGrid] Support Yarn PnP ([#&#8203;14126](https://github.com/mui/mui-x/issues/14126)) [@&#8203;cherniavskii](https://github.com/cherniavskii) ##### `@mui/x-data-grid-pro@7.12.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan") Same changes as in `@mui/x-data-grid@7.12.1`. ##### `@mui/x-data-grid-premium@7.12.1` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link "Premium plan") Same changes as in `@mui/x-data-grid-pro@7.12.1`. ##### Date and Time Pickers ##### `@mui/x-date-pickers@7.12.1` - \[l10n] Improve Dutch (nlNL) locale (pickers) ([#&#8203;14036](https://github.com/mui/mui-x/issues/14036)) [@&#8203;Robin1896](https://github.com/Robin1896) ##### `@mui/x-date-pickers-pro@7.12.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan") Same changes as in `@mui/x-date-pickers@7.12.1`. ##### Charts ##### `@mui/x-charts@7.12.1` - \[charts] Fix charts vendor publish config ([#&#8203;14073](https://github.com/mui/mui-x/issues/14073)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[charts] Move `plugins` to `PluginProvider` ([#&#8203;14056](https://github.com/mui/mui-x/issues/14056)) [@&#8203;JCQuintas](https://github.com/JCQuintas) ##### `@mui/x-charts-pro@7.0.0-alpha.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan") Same changes as in `@mui/x-charts@7.12.1`, plus: - \[charts-pro] Release the pro package in alpha ([#&#8203;13859](https://github.com/mui/mui-x/issues/13859)) [@&#8203;alexfauquette](https://github.com/alexfauquette) ##### Tree View ##### `@mui/x-tree-view@7.12.1` ##### Docs - \[docs] Add a warning to promote the usage of `updateRows` ([#&#8203;14027](https://github.com/mui/mui-x/issues/14027)) [@&#8203;MBilalShafi](https://github.com/MBilalShafi) - \[docs] Disable ad in `Rich Tree View-Ordering` page ([#&#8203;14123](https://github.com/mui/mui-x/issues/14123)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[docs] Redesign Date and Time Pickers overview page ([#&#8203;13241](https://github.com/mui/mui-x/issues/13241)) [@&#8203;noraleonte](https://github.com/noraleonte) - \[CHANGELOG] Polish details [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[code-infra] Use concurrency 1 in CircleCI ([#&#8203;14110](https://github.com/mui/mui-x/issues/14110)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[infra] Re-added the removal of `Latest Version` section ([#&#8203;14132](https://github.com/mui/mui-x/issues/14132)) [@&#8203;michelengelen](https://github.com/michelengelen) ### [`v7.12.0`](https://github.com/mui/mui-x/blob/HEAD/CHANGELOG.md#7120) [Compare Source](https://github.com/mui/mui-x/compare/v7.11.1...v7.12.0) *Aug 1, 2024* ##### 💵 Our commercial offering is evolving The [Pro plan](https://mui.com/x/introduction/licensing/#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](https://mui.com/blog/mui-x-sep-2024-price-update/) 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](https://mui.com/x/react-tree-view/rich-tree-view/ordering/) on the `RichTreeViewPro` component <img width="287" src="https://github.com/user-attachments/assets/78bd83c5-7ce4-4ed7-acf9-be70b2dbce54" alt="Item reordering using drag and drop" /> - 📦 Support CommonJS 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 your `package.json`. You shouldn't be affected otherwise. - For more context, the initial issue is caused by D3 only exporting ESM. ![image](https://github.com/user-attachments/assets/d705b4de-0c93-420e-a416-528e7a044c1d) - The solution up until now was to export charts with only ESM. But some frameworks are confused by this configuration. ![image](https://github.com/user-attachments/assets/18a09703-9dd4-4226-a33d-167af059219c) - So in order to fix this, we are providing a CJS version of D3. ![image](https://github.com/user-attachments/assets/56387fe6-85d8-4750-bb9d-9866d5be68fa) - 🌍 Improve Turkish (tr-TR) locale on the Data Grid - 🌍 Improve Finnish (fi-FI) locale on the Date and Time Pickers - 🐞 Bugfixes - 📚 Documentation improvements <!--/ HIGHLIGHT_ABOVE_SEPARATOR /--> ##### Data Grid ##### `@mui/x-data-grid@7.12.0` - \[DataGrid] Fix crash when updating columns immediately after scrolling ([#&#8203;13781](https://github.com/mui/mui-x/issues/13781)) [@&#8203;cherniavskii](https://github.com/cherniavskii) - \[DataGrid] Fix `role=presentation` a11y issue ([#&#8203;13891](https://github.com/mui/mui-x/issues/13891)) [@&#8203;romgrk](https://github.com/romgrk) - \[DataGrid] Fix top corner pixels & outline radius ([#&#8203;13943](https://github.com/mui/mui-x/issues/13943)) [@&#8203;romgrk](https://github.com/romgrk) - \[DataGrid] Refactor: remove useless copy ([#&#8203;14039](https://github.com/mui/mui-x/issues/14039)) [@&#8203;romgrk](https://github.com/romgrk) - \[l10n] Improve Turkish (tr-TR) locale ([#&#8203;13996](https://github.com/mui/mui-x/issues/13996)) [@&#8203;bagcivan](https://github.com/bagcivan) ##### `@mui/x-data-grid-pro@7.12.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan") Same changes as in `@mui/x-data-grid@7.12.0`. ##### `@mui/x-data-grid-premium@7.12.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link "Premium plan") Same changes as in `@mui/x-data-grid-pro@7.12.0`. ##### Date and Time Pickers ##### `@mui/x-date-pickers@7.12.0` - \[l10n] Improve Finnish (fi-FI) locale ([#&#8203;14054](https://github.com/mui/mui-x/issues/14054)) [@&#8203;frozenzia](https://github.com/frozenzia) ##### `@mui/x-date-pickers-pro@7.12.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan") Same changes as in `@mui/x-date-pickers@7.12.0`. ##### Charts ##### `@mui/x-charts@7.12.0` - \[charts] Fix incorrect `axisId` prop being allowed in xAxis/yAxis config. Use `id` instead. ([#&#8203;13986](https://github.com/mui/mui-x/issues/13986)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[charts] Use vendor to have Common JS bundle working out of the box ([#&#8203;13608](https://github.com/mui/mui-x/issues/13608)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[charts] Divide the `SeriesProvider` to use in filtering ([#&#8203;14026](https://github.com/mui/mui-x/issues/14026)) [@&#8203;JCQuintas](https://github.com/JCQuintas) ##### Tree View ##### `@mui/x-tree-view@7.12.0` - \[TreeView] Add new prop `onItemClick` on the Tree View components ([#&#8203;14018](https://github.com/mui/mui-x/issues/14018)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) - \[TreeView] Add new utility function `isEventTargetInDescendants` ([#&#8203;13982](https://github.com/mui/mui-x/issues/13982)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) - \[TreeView] Support item reordering using drag and drop ([#&#8203;12213](https://github.com/mui/mui-x/issues/12213)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) ##### Docs - \[docs] Add Pickers `minDate` and `maxDate` `default` description ([#&#8203;14024](https://github.com/mui/mui-x/issues/14024)) [@&#8203;LukasTy](https://github.com/LukasTy) - \[docs] Fix 404 ([#&#8203;13989](https://github.com/mui/mui-x/issues/13989)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[docs] Fix Vale errors ([#&#8203;14025](https://github.com/mui/mui-x/issues/14025)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[docs] Update on `renderCell` & autogenerated rows ([#&#8203;13879](https://github.com/mui/mui-x/issues/13879)) [@&#8203;romgrk](https://github.com/romgrk) ##### Core - \[core] Fix event naming convention [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[core] Replace [@&#8203;mui/base](https://github.com/mui/base) with [@&#8203;mui/utils](https://github.com/mui/utils) + [@&#8203;mui/material](https://github.com/mui/material) ([#&#8203;13823](https://github.com/mui/mui-x/issues/13823)) [@&#8203;mnajdova](https://github.com/mnajdova) - \[core] Test `charts` performance with codspeed ([#&#8203;13952](https://github.com/mui/mui-x/issues/13952)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[infra] Consolidate issue cleanup and support labeling action ([#&#8203;14031](https://github.com/mui/mui-x/issues/14031)) [@&#8203;michelengelen](https://github.com/michelengelen) - \[infra] Revert `vale` action `paths` filtering ([#&#8203;14038](https://github.com/mui/mui-x/issues/14038)) [@&#8203;LukasTy](https://github.com/LukasTy) - \[test] Fix adapters code coverage ([#&#8203;13969](https://github.com/mui/mui-x/issues/13969)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[test] Fix mocha config to run charts tests ([#&#8203;14041](https://github.com/mui/mui-x/issues/14041)) [@&#8203;alexfauquette](https://github.com/alexfauquette) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41NS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTUuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
pierre added 1 commit 2024-08-27 00:30:14 +00:00
Update dependency @mui/x-date-pickers to v7.14.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
8a7aaa8c17
pierre merged commit 39d26eca9f into master 2024-08-27 14:13:30 +00:00
pierre deleted branch renovate/mui-x-date-pickers-7.x-lockfile 2024-08-27 14:13:30 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: pierre/GeneIT#306
No description provided.