Update dependency @mui/x-charts to v7.10.0 #129

Merged
pierre merged 1 commits from renovate/mui-x-charts-7.x-lockfile into master 2024-07-12 00:58:06 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
@mui/x-charts (source) dependencies minor 7.9.0 -> 7.10.0

Release Notes

mui/mui-x (@​mui/x-charts)

v7.10.0

Compare Source

Jul 11, 2024

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

  • 🎁 Add selectors to support showing child row count in footer in the Data Grid
  • New APIs for retrieving current item tree and item's children IDs in the Tree View
  • 🌍 Improve Spanish (es-ES) locale on the Data Grid
  • 🐞 Bugfixes
  • 📚 Documentation improvements
Data Grid
@mui/x-data-grid@7.10.0
  • DataGrid] Add selectors to support showing child row count in footer ([#​13725](https://github.com/mui/mui-x/issues/13725)) [@​KenanYusuf](https://github.com/KenanYusuf)
    
  • DataGrid] Fix incorrect panels position when using a toolbar ([#​13474](https://github.com/mui/mui-x/issues/13474)) [@​oukunan](https://github.com/oukunan)
    
  • DataGrid] Set default variant to `'standard'` in `GridFilterInputMultipleValue` ([#​13129](https://github.com/mui/mui-x/issues/13129)) [@​tarunrajput](https://github.com/tarunrajput)
    
  • DataGrid] Use `readonly` on more array props ([#​13331](https://github.com/mui/mui-x/issues/13331)) [@​pcorpet](https://github.com/pcorpet)
    
  • l10n] Improve Spanish (es-ES) locale ([#​13772](https://github.com/mui/mui-x/issues/13772)) [@​joserealdev](https://github.com/joserealdev)
    
    

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

  • DataGridPro] Keep bottom pinned row at the bottom ([#​13313](https://github.com/mui/mui-x/issues/13313)) [@​romgrk](https://github.com/romgrk)
    
    

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

Date and Time Pickers
@mui/x-date-pickers@7.10.0
  • fields] Prevent infinite recursion when ensuring selection ([#​13779](https://github.com/mui/mui-x/issues/13779)) [@​LukasTy](https://github.com/LukasTy)
    
  • fields] Unify fields behavior regardless of the `readOnly` flag ([#​13688](https://github.com/mui/mui-x/issues/13688)) [@​LukasTy](https://github.com/LukasTy)
    
    

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

  • DateRangePicker] Fix `calendarHeader` slot props propagation ([#​13780](https://github.com/mui/mui-x/issues/13780)) [@​LukasTy](https://github.com/LukasTy)
    
  • DateTimeRangePicker] Resolve `format` from given `views` ([#​13743](https://github.com/mui/mui-x/issues/13743)) [@​LukasTy](https://github.com/LukasTy)
    
    
Charts
@mui/x-charts@7.10.0
  • charts] Fix displaying area of a `LineChart` when using the `log` scale ([#​13791](https://github.com/mui/mui-x/issues/13791)) [@​alexfauquette](https://github.com/alexfauquette)
    
  • charts] Use correct click handler prop on pie chart `OnSeriesItemClick` documentation ([#​13761](https://github.com/mui/mui-x/issues/13761)) [@​tonyhallett](https://github.com/tonyhallett)
    
    
Tree View
@mui/x-tree-view@7.10.0
  • TreeView] Add `getItemTree` and `getItemOrderedChildrenIds` methods to the public API ([#​13804](https://github.com/mui/mui-x/issues/13804)) [@​flaviendelangle](https://github.com/flaviendelangle)
    
  • TreeView] Add utility function to check if an optional plugin is present ([#​13788](https://github.com/mui/mui-x/issues/13788)) [@​flaviendelangle](https://github.com/flaviendelangle)
    
    
Docs
  • docs] Add missing default `loading` prop value ([#​13604](https://github.com/mui/mui-x/issues/13604)) [@​oliviertassinari](https://github.com/oliviertassinari)
    
  • docs] Add the `DateTimeRangePicker` to the "Commonly used components" demo ([#​13775](https://github.com/mui/mui-x/issues/13775)) [@​flaviendelangle](https://github.com/flaviendelangle)
    
  • docs] Fix Pickers customization playground overflow ([#​13742](https://github.com/mui/mui-x/issues/13742)) [@​LukasTy](https://github.com/LukasTy)
    
  • docs] Move Pickers dialog guidelines to accessibility page ([#​13778](https://github.com/mui/mui-x/issues/13778)) [@​arthurbalduini](https://github.com/arthurbalduini)
    
    
Core
  • core] Sort `DATA_GRID_PROPS_DEFAULT_VALUES` alphabetically ([#​13783](https://github.com/mui/mui-x/issues/13783)) [@​oliviertassinari](https://github.com/oliviertassinari)
    
  • test] Fix split infinitive use in tests [@​oliviertassinari](https://github.com/oliviertassinari)
    
    

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-charts](https://mui.com/x/react-charts/) ([source](https://github.com/mui/mui-x/tree/HEAD/packages/x-charts)) | dependencies | minor | [`7.9.0` -> `7.10.0`](https://renovatebot.com/diffs/npm/@mui%2fx-charts/7.9.0/7.10.0) | --- ### Release Notes <details> <summary>mui/mui-x (@&#8203;mui/x-charts)</summary> ### [`v7.10.0`](https://github.com/mui/mui-x/blob/HEAD/CHANGELOG.md#7100) [Compare Source](https://github.com/mui/mui-x/compare/v7.9.0...v7.10.0) *Jul 11, 2024* We'd like to offer a big thanks to the 12 contributors who made this release possible. Here are some highlights ✨: - 🎁 Add selectors to support showing child row count in footer in the Data Grid - ✨ New APIs for retrieving current item tree and item's children IDs in the Tree View - 🌍 Improve Spanish (es-ES) locale on the Data Grid - 🐞 Bugfixes - 📚 Documentation improvements <!--/ HIGHLIGHT_ABOVE_SEPARATOR /--> ##### Data Grid ##### `@mui/x-data-grid@7.10.0` - \[DataGrid] Add selectors to support showing child row count in footer ([#&#8203;13725](https://github.com/mui/mui-x/issues/13725)) [@&#8203;KenanYusuf](https://github.com/KenanYusuf) - \[DataGrid] Fix incorrect panels position when using a toolbar ([#&#8203;13474](https://github.com/mui/mui-x/issues/13474)) [@&#8203;oukunan](https://github.com/oukunan) - \[DataGrid] Set default variant to `'standard'` in `GridFilterInputMultipleValue` ([#&#8203;13129](https://github.com/mui/mui-x/issues/13129)) [@&#8203;tarunrajput](https://github.com/tarunrajput) - \[DataGrid] Use `readonly` on more array props ([#&#8203;13331](https://github.com/mui/mui-x/issues/13331)) [@&#8203;pcorpet](https://github.com/pcorpet) - \[l10n] Improve Spanish (es-ES) locale ([#&#8203;13772](https://github.com/mui/mui-x/issues/13772)) [@&#8203;joserealdev](https://github.com/joserealdev) ##### `@mui/x-data-grid-pro@7.10.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.10.0`, plus: - \[DataGridPro] Keep bottom pinned row at the bottom ([#&#8203;13313](https://github.com/mui/mui-x/issues/13313)) [@&#8203;romgrk](https://github.com/romgrk) ##### `@mui/x-data-grid-premium@7.10.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.10.0`. ##### Date and Time Pickers ##### `@mui/x-date-pickers@7.10.0` - \[fields] Prevent infinite recursion when ensuring selection ([#&#8203;13779](https://github.com/mui/mui-x/issues/13779)) [@&#8203;LukasTy](https://github.com/LukasTy) - \[fields] Unify fields behavior regardless of the `readOnly` flag ([#&#8203;13688](https://github.com/mui/mui-x/issues/13688)) [@&#8203;LukasTy](https://github.com/LukasTy) ##### `@mui/x-date-pickers-pro@7.10.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.10.0`, plus: - \[DateRangePicker] Fix `calendarHeader` slot props propagation ([#&#8203;13780](https://github.com/mui/mui-x/issues/13780)) [@&#8203;LukasTy](https://github.com/LukasTy) - \[DateTimeRangePicker] Resolve `format` from given `views` ([#&#8203;13743](https://github.com/mui/mui-x/issues/13743)) [@&#8203;LukasTy](https://github.com/LukasTy) ##### Charts ##### `@mui/x-charts@7.10.0` - \[charts] Fix displaying area of a `LineChart` when using the `log` scale ([#&#8203;13791](https://github.com/mui/mui-x/issues/13791)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[charts] Use correct click handler prop on pie chart `OnSeriesItemClick` documentation ([#&#8203;13761](https://github.com/mui/mui-x/issues/13761)) [@&#8203;tonyhallett](https://github.com/tonyhallett) ##### Tree View ##### `@mui/x-tree-view@7.10.0` - \[TreeView] Add `getItemTree` and `getItemOrderedChildrenIds` methods to the public API ([#&#8203;13804](https://github.com/mui/mui-x/issues/13804)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) - \[TreeView] Add utility function to check if an optional plugin is present ([#&#8203;13788](https://github.com/mui/mui-x/issues/13788)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) ##### Docs - \[docs] Add missing default `loading` prop value ([#&#8203;13604](https://github.com/mui/mui-x/issues/13604)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[docs] Add the `DateTimeRangePicker` to the "Commonly used components" demo ([#&#8203;13775](https://github.com/mui/mui-x/issues/13775)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) - \[docs] Fix Pickers customization playground overflow ([#&#8203;13742](https://github.com/mui/mui-x/issues/13742)) [@&#8203;LukasTy](https://github.com/LukasTy) - \[docs] Move Pickers dialog guidelines to accessibility page ([#&#8203;13778](https://github.com/mui/mui-x/issues/13778)) [@&#8203;arthurbalduini](https://github.com/arthurbalduini) ##### Core - \[core] Sort `DATA_GRID_PROPS_DEFAULT_VALUES` alphabetically ([#&#8203;13783](https://github.com/mui/mui-x/issues/13783)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[test] Fix split infinitive use in tests [@&#8203;oliviertassinari](https://github.com/oliviertassinari) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjkuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyOS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
pierre added 1 commit 2024-07-12 00:10:30 +00:00
Update dependency @mui/x-charts to v7.10.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
e1adc1456f
pierre scheduled this pull request to auto merge when all checks succeed 2024-07-12 00:10:30 +00:00
pierre merged commit e1adc1456f into master 2024-07-12 00:58:06 +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/VirtWeb#129
No description provided.