Update dependency @mui/x-data-grid to v7.2.0 #146

Merged
pierre merged 1 commits from renovate/mui-x-data-grid-7.x-lockfile into master 2024-04-13 00:15:50 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
@mui/x-data-grid (source) dependencies minor 7.1.1 -> 7.2.0

Release Notes

mui/mui-x (@​mui/x-data-grid)

v7.2.0

Compare Source

Apr 12, 2024

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

  • 🎨 Make grid colors customizable through the MUI themes API
  • 🌍 Improve French (fr-FR), German (de-DE), and Swedish (sv-SE) locales on the Data Grid and Pickers
  • 🐞 Bugfixes
  • 📚 Documentation improvements
Data Grid
@mui/x-data-grid@7.2.0
  • DataGrid] Add missing `api` property to `GridCallbackDetails` ([#​12742](https://github.com/mui/mui-x/issues/12742)) [@​sai6855](https://github.com/sai6855)
    
  • DataGrid] Do not escape double quotes when copying to clipboard ([#​12722](https://github.com/mui/mui-x/issues/12722)) [@​cherniavskii](https://github.com/cherniavskii)
    
  • DataGrid] Fix column vertical border ([#​12741](https://github.com/mui/mui-x/issues/12741)) [@​romgrk](https://github.com/romgrk)
    
  • DataGrid] Fix invalid date error when filtering `date`/`dateTime` columns ([#​12709](https://github.com/mui/mui-x/issues/12709)) [@​cherniavskii](https://github.com/cherniavskii)
    
  • DataGrid] Fix overflow with dynamic row height ([#​12683](https://github.com/mui/mui-x/issues/12683)) [@​romgrk](https://github.com/romgrk)
    
  • DataGrid] Make colors customizable ([#​12614](https://github.com/mui/mui-x/issues/12614)) [@​romgrk](https://github.com/romgrk)
    
  • l10n] Improve French (fr-FR) locale ([#​12755](https://github.com/mui/mui-x/issues/12755)) [@​derek-0000](https://github.com/derek-0000)
    
  • l10n] Improve German (de-DE) locale ([#​12752](https://github.com/mui/mui-x/issues/12752)) [@​Jens-Schoen](https://github.com/Jens-Schoen)
    
  • l10n] Improve Swedish (sv-SE) locale ([#​12731](https://github.com/mui/mui-x/issues/12731)) [@​pontusdacke](https://github.com/pontusdacke)
    
    

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

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

  • DataGridPremium] Fix clipboard paste not working when cell loses focus ([#​12724](https://github.com/mui/mui-x/issues/12724)) [@​cherniavskii](https://github.com/cherniavskii)
    
    
Date and Time Pickers
@mui/x-date-pickers@7.2.0
  • fields] Fix field editing after closing the picker ([#​12675](https://github.com/mui/mui-x/issues/12675)) [@​LukasTy](https://github.com/LukasTy)
    
  • l10n] Improve French (fr-FR) locale ([#​12692](https://github.com/mui/mui-x/issues/12692)) [@​FaroukBel](https://github.com/FaroukBel)
    
  • l10n] Improve German (de-DE) locale ([#​12752](https://github.com/mui/mui-x/issues/12752)) [@​Jens-Schoen](https://github.com/Jens-Schoen)
    
  • l10n] Improve Swedish (sv-SE) locale ([#​12731](https://github.com/mui/mui-x/issues/12731)) [@​pontusdacke](https://github.com/pontusdacke)
    
  • pickers] Fix desktop date time Pickers grid layout ([#​12748](https://github.com/mui/mui-x/issues/12748)) [@​LukasTy](https://github.com/LukasTy)
    
    

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

  • DateTimeRangePicker] Fix desktop toolbar style ([#​12760](https://github.com/mui/mui-x/issues/12760)) [@​LukasTy](https://github.com/LukasTy)
    
    
Charts
@mui/x-charts@7.2.0
  • charts] Fix Bar chart with empty dataset throwing an error ([#​12708](https://github.com/mui/mui-x/issues/12708)) [@​JCQuintas](https://github.com/JCQuintas)
    
  • charts] Fix `tickLabelInterval` not working on `YAxis` ([#​12746](https://github.com/mui/mui-x/issues/12746)) [@​JCQuintas](https://github.com/JCQuintas)
    
    
Tree View
@mui/x-tree-view@7.2.0
  • TreeView] Add a new lookup to access an item index without expansive computation ([#​12729](https://github.com/mui/mui-x/issues/12729)) [@​flaviendelangle](https://github.com/flaviendelangle)
    
  • TreeView] Clean up usage of term "node" in internals ([#​12655](https://github.com/mui/mui-x/issues/12655)) [@​noraleonte](https://github.com/noraleonte)
    
  • TreeView] Improve performance by removing `getNavigableChildrenIds` method ([#​12713](https://github.com/mui/mui-x/issues/12713)) [@​flaviendelangle](https://github.com/flaviendelangle)
    
  • TreeView] Remove `state.items.itemTree` ([#​12717](https://github.com/mui/mui-x/issues/12717)) [@​flaviendelangle](https://github.com/flaviendelangle)
    
  • TreeView] Remove remaining occurences of the word "node" in the codebase ([#​12712](https://github.com/mui/mui-x/issues/12712)) [@​flaviendelangle](https://github.com/flaviendelangle)
    
  • TreeView] Return `instance` and `publicAPI` methods from plugin and populate the main objects inside `useTreeView` ([#​12650](https://github.com/mui/mui-x/issues/12650)) [@​flaviendelangle](https://github.com/flaviendelangle)
    
  • TreeView] Fix behaviors when the item order changes ([#​12369](https://github.com/mui/mui-x/issues/12369)) [@​flaviendelangle](https://github.com/flaviendelangle)
    
    
Docs
  • docs] Add `AxisFormatter` documentation for customizing tick/tooltip value formatting ([#​12700](https://github.com/mui/mui-x/issues/12700)) [@​JCQuintas](https://github.com/JCQuintas)
    
  • docs] Add file explorer example to rich tree view customization docs ([#​12707](https://github.com/mui/mui-x/issues/12707)) [@​noraleonte](https://github.com/noraleonte)
    
  • docs] Do not use import of depth 3 in the doc ([#​12716](https://github.com/mui/mui-x/issues/12716)) [@​flaviendelangle](https://github.com/flaviendelangle)
    
  • docs] Explain how to clip plots with composition ([#​12679](https://github.com/mui/mui-x/issues/12679)) [@​alexfauquette](https://github.com/alexfauquette)
    
  • docs] Fix typo in Data Grid v7 migration page ([#​12720](https://github.com/mui/mui-x/issues/12720)) [@​bfaulk96](https://github.com/bfaulk96)
    
  • docs] Fix typo in Pickers v7 migration page ([#​12721](https://github.com/mui/mui-x/issues/12721)) [@​bfaulk96](https://github.com/bfaulk96)
    
    
Core
  • core] Support multiple resolved `l10n` PR packages ([#​12735](https://github.com/mui/mui-x/issues/12735)) [@​LukasTy](https://github.com/LukasTy)
    
  • core] Update Netlify release references in release README ([#​12687](https://github.com/mui/mui-x/issues/12687)) [@​LukasTy](https://github.com/LukasTy)
    
  • core] Use `describeTreeView` for icons tests ([#​12672](https://github.com/mui/mui-x/issues/12672)) [@​flaviendelangle](https://github.com/flaviendelangle)
    
  • core] Use `describeTreeView` in existing tests for `useTreeViewItems` ([#​12732](https://github.com/mui/mui-x/issues/12732)) [@​flaviendelangle](https://github.com/flaviendelangle)
    
    

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-data-grid](https://mui.com/x/react-data-grid/) ([source](https://github.com/mui/mui-x/tree/HEAD/packages/grid/x-data-grid)) | dependencies | minor | [`7.1.1` -> `7.2.0`](https://renovatebot.com/diffs/npm/@mui%2fx-data-grid/7.1.1/7.2.0) | --- ### Release Notes <details> <summary>mui/mui-x (@&#8203;mui/x-data-grid)</summary> ### [`v7.2.0`](https://github.com/mui/mui-x/blob/HEAD/CHANGELOG.md#720) [Compare Source](https://github.com/mui/mui-x/compare/v7.1.1...v7.2.0) *Apr 12, 2024* We'd like to offer a big thanks to the 12 contributors who made this release possible. Here are some highlights ✨: - 🎨 Make grid colors customizable through the MUI themes API - 🌍 Improve French (fr-FR), German (de-DE), and Swedish (sv-SE) locales on the Data Grid and Pickers - 🐞 Bugfixes - 📚 Documentation improvements ##### Data Grid ##### `@mui/x-data-grid@7.2.0` - \[DataGrid] Add missing `api` property to `GridCallbackDetails` ([#&#8203;12742](https://github.com/mui/mui-x/issues/12742)) [@&#8203;sai6855](https://github.com/sai6855) - \[DataGrid] Do not escape double quotes when copying to clipboard ([#&#8203;12722](https://github.com/mui/mui-x/issues/12722)) [@&#8203;cherniavskii](https://github.com/cherniavskii) - \[DataGrid] Fix column vertical border ([#&#8203;12741](https://github.com/mui/mui-x/issues/12741)) [@&#8203;romgrk](https://github.com/romgrk) - \[DataGrid] Fix invalid date error when filtering `date`/`dateTime` columns ([#&#8203;12709](https://github.com/mui/mui-x/issues/12709)) [@&#8203;cherniavskii](https://github.com/cherniavskii) - \[DataGrid] Fix overflow with dynamic row height ([#&#8203;12683](https://github.com/mui/mui-x/issues/12683)) [@&#8203;romgrk](https://github.com/romgrk) - \[DataGrid] Make colors customizable ([#&#8203;12614](https://github.com/mui/mui-x/issues/12614)) [@&#8203;romgrk](https://github.com/romgrk) - \[l10n] Improve French (fr-FR) locale ([#&#8203;12755](https://github.com/mui/mui-x/issues/12755)) [@&#8203;derek-0000](https://github.com/derek-0000) - \[l10n] Improve German (de-DE) locale ([#&#8203;12752](https://github.com/mui/mui-x/issues/12752)) [@&#8203;Jens-Schoen](https://github.com/Jens-Schoen) - \[l10n] Improve Swedish (sv-SE) locale ([#&#8203;12731](https://github.com/mui/mui-x/issues/12731)) [@&#8203;pontusdacke](https://github.com/pontusdacke) ##### `@mui/x-data-grid-pro@7.2.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.2.0`. ##### `@mui/x-data-grid-premium@7.2.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.2.0`, plus: - \[DataGridPremium] Fix clipboard paste not working when cell loses focus ([#&#8203;12724](https://github.com/mui/mui-x/issues/12724)) [@&#8203;cherniavskii](https://github.com/cherniavskii) ##### Date and Time Pickers ##### `@mui/x-date-pickers@7.2.0` - \[fields] Fix field editing after closing the picker ([#&#8203;12675](https://github.com/mui/mui-x/issues/12675)) [@&#8203;LukasTy](https://github.com/LukasTy) - \[l10n] Improve French (fr-FR) locale ([#&#8203;12692](https://github.com/mui/mui-x/issues/12692)) [@&#8203;FaroukBel](https://github.com/FaroukBel) - \[l10n] Improve German (de-DE) locale ([#&#8203;12752](https://github.com/mui/mui-x/issues/12752)) [@&#8203;Jens-Schoen](https://github.com/Jens-Schoen) - \[l10n] Improve Swedish (sv-SE) locale ([#&#8203;12731](https://github.com/mui/mui-x/issues/12731)) [@&#8203;pontusdacke](https://github.com/pontusdacke) - \[pickers] Fix desktop date time Pickers grid layout ([#&#8203;12748](https://github.com/mui/mui-x/issues/12748)) [@&#8203;LukasTy](https://github.com/LukasTy) ##### `@mui/x-date-pickers-pro@7.2.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.2.0`, plus: - \[DateTimeRangePicker] Fix desktop toolbar style ([#&#8203;12760](https://github.com/mui/mui-x/issues/12760)) [@&#8203;LukasTy](https://github.com/LukasTy) ##### Charts ##### `@mui/x-charts@7.2.0` - \[charts] Fix Bar chart with empty dataset throwing an error ([#&#8203;12708](https://github.com/mui/mui-x/issues/12708)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[charts] Fix `tickLabelInterval` not working on `YAxis` ([#&#8203;12746](https://github.com/mui/mui-x/issues/12746)) [@&#8203;JCQuintas](https://github.com/JCQuintas) ##### Tree View ##### `@mui/x-tree-view@7.2.0` - \[TreeView] Add a new lookup to access an item index without expansive computation ([#&#8203;12729](https://github.com/mui/mui-x/issues/12729)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) - \[TreeView] Clean up usage of term "node" in internals ([#&#8203;12655](https://github.com/mui/mui-x/issues/12655)) [@&#8203;noraleonte](https://github.com/noraleonte) - \[TreeView] Improve performance by removing `getNavigableChildrenIds` method ([#&#8203;12713](https://github.com/mui/mui-x/issues/12713)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) - \[TreeView] Remove `state.items.itemTree` ([#&#8203;12717](https://github.com/mui/mui-x/issues/12717)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) - \[TreeView] Remove remaining occurences of the word "node" in the codebase ([#&#8203;12712](https://github.com/mui/mui-x/issues/12712)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) - \[TreeView] Return `instance` and `publicAPI` methods from plugin and populate the main objects inside `useTreeView` ([#&#8203;12650](https://github.com/mui/mui-x/issues/12650)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) - \[TreeView] Fix behaviors when the item order changes ([#&#8203;12369](https://github.com/mui/mui-x/issues/12369)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) ##### Docs - \[docs] Add `AxisFormatter` documentation for customizing tick/tooltip value formatting ([#&#8203;12700](https://github.com/mui/mui-x/issues/12700)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[docs] Add file explorer example to rich tree view customization docs ([#&#8203;12707](https://github.com/mui/mui-x/issues/12707)) [@&#8203;noraleonte](https://github.com/noraleonte) - \[docs] Do not use import of depth 3 in the doc ([#&#8203;12716](https://github.com/mui/mui-x/issues/12716)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) - \[docs] Explain how to clip plots with composition ([#&#8203;12679](https://github.com/mui/mui-x/issues/12679)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[docs] Fix typo in Data Grid v7 migration page ([#&#8203;12720](https://github.com/mui/mui-x/issues/12720)) [@&#8203;bfaulk96](https://github.com/bfaulk96) - \[docs] Fix typo in Pickers v7 migration page ([#&#8203;12721](https://github.com/mui/mui-x/issues/12721)) [@&#8203;bfaulk96](https://github.com/bfaulk96) ##### Core - \[core] Support multiple resolved `l10n` PR packages ([#&#8203;12735](https://github.com/mui/mui-x/issues/12735)) [@&#8203;LukasTy](https://github.com/LukasTy) - \[core] Update Netlify release references in release README ([#&#8203;12687](https://github.com/mui/mui-x/issues/12687)) [@&#8203;LukasTy](https://github.com/LukasTy) - \[core] Use `describeTreeView` for icons tests ([#&#8203;12672](https://github.com/mui/mui-x/issues/12672)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) - \[core] Use `describeTreeView` in existing tests for `useTreeViewItems` ([#&#8203;12732](https://github.com/mui/mui-x/issues/12732)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yOTAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjI5MC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
pierre added 1 commit 2024-04-13 00:10:08 +00:00
Update dependency @mui/x-data-grid to v7.2.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
19ee2cc038
pierre scheduled this pull request to auto merge when all checks succeed 2024-04-13 00:10:08 +00:00
pierre merged commit 19ee2cc038 into master 2024-04-13 00:15:50 +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#146
No description provided.