Update dependency @mui/x-data-grid to v7.3.0 #152

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

This PR contains the following updates:

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

Release Notes

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

v7.3.0

Compare Source

Apr 18, 2024

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

Data Grid
@mui/x-data-grid@7.3.0
  • DataGrid] Fix calling `onCellEditStop` on error ([#​12747](https://github.com/mui/mui-x/issues/12747)) [@​sai6855](https://github.com/sai6855)
    
  • DataGrid] Fix column resize ([#​12792](https://github.com/mui/mui-x/issues/12792)) [@​romgrk](https://github.com/romgrk)
    
  • DataGrid] Fix column separators ([#​12808](https://github.com/mui/mui-x/issues/12808)) [@​romgrk](https://github.com/romgrk)
    
  • DataGrid] Limit panel width to not exceed screen width ([#​12799](https://github.com/mui/mui-x/issues/12799)) [@​cherniavskii](https://github.com/cherniavskii)
    
  • DataGrid] Support advanced server-side pagination use cases ([#​12474](https://github.com/mui/mui-x/issues/12474)) [@​MBilalShafi](https://github.com/MBilalShafi)
    
  • DataGrid] Support state export and restore on grid density ([#​12671](https://github.com/mui/mui-x/issues/12671)) [@​MBilalShafi](https://github.com/MBilalShafi)
    
  • l10n] Improve Danish (da-DK) locale ([#​12784](https://github.com/mui/mui-x/issues/12784)) [@​EmilBahnsen](https://github.com/EmilBahnsen)
    
    

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

  • DataGridPro] Implement header filter height ([#​12666](https://github.com/mui/mui-x/issues/12666)) [@​romgrk](https://github.com/romgrk)
    
    

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

Charts
Breaking change

A typo fix:

- ContinuouseScaleName
+ ContinuousScaleName
@mui/x-charts@7.3.0
  • charts] Add `dataIndex` to series `valueFormatter` ([#​12745](https://github.com/mui/mui-x/issues/12745)) [@​JCQuintas](https://github.com/JCQuintas)
    
  • charts] Add color scale ([#​12490](https://github.com/mui/mui-x/issues/12490)) [@​alexfauquette](https://github.com/alexfauquette)
    
  • charts] Do not document the usage of `DEFAULT_X_AXIS_KEY` and `DEFAULT_Y_AXIS_KEY` ([#​12780](https://github.com/mui/mui-x/issues/12780)) [@​alexfauquette](https://github.com/alexfauquette)
    
  • charts] Export more utils ([#​12744](https://github.com/mui/mui-x/issues/12744)) [@​alexfauquette](https://github.com/alexfauquette)
    
  • charts] Fix passing slot props down to `PieArcLabel` ([#​12806](https://github.com/mui/mui-x/issues/12806)) [@​JCQuintas](https://github.com/JCQuintas)
    
    
Tree View
@mui/x-tree-view@7.3.0
  • TreeView] Support `defaultMuiPrevented` on the `onFocus` prop of the root slot ([#​12813](https://github.com/mui/mui-x/issues/12813)) [@​flaviendelangle](https://github.com/flaviendelangle)
    
    
Docs
  • docs] Add grid cell display example to the migration guide ([#​12793](https://github.com/mui/mui-x/issues/12793)) [@​romgrk](https://github.com/romgrk)
    
  • docs] Use charts classes objects ([#​12781](https://github.com/mui/mui-x/issues/12781)) [@​alexfauquette](https://github.com/alexfauquette)
    
  • docs] Fix layout shift on demos ([#​12816](https://github.com/mui/mui-x/issues/12816)) [@​zanivan](https://github.com/zanivan)
    
  • test] Increase timeout for test that sometimes fail on `DateTimeRangePicker` ([#​12786](https://github.com/mui/mui-x/issues/12786)) [@​LukasTy](https://github.com/LukasTy)
    
    
Core
  • docs-infra] Prepare infra to document charts interfaces ([#​12653](https://github.com/mui/mui-x/issues/12653)) [@​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-data-grid](https://mui.com/x/react-data-grid/) ([source](https://github.com/mui/mui-x/tree/HEAD/packages/x-data-grid)) | dependencies | minor | [`7.2.0` -> `7.3.0`](https://renovatebot.com/diffs/npm/@mui%2fx-data-grid/7.2.0/7.3.0) | --- ### Release Notes <details> <summary>mui/mui-x (@&#8203;mui/x-data-grid)</summary> ### [`v7.3.0`](https://github.com/mui/mui-x/blob/HEAD/CHANGELOG.md#730) [Compare Source](https://github.com/mui/mui-x/compare/v7.2.0...v7.3.0) *Apr 18, 2024* We'd like to offer a big thanks to the 10 contributors who made this release possible. Here are some highlights ✨: - 📄 Support [unknown and estimated row count in server-side pagination](https://mui.com/x/react-data-grid/pagination/#index-based-pagination) ([#&#8203;12490](https://github.com/mui/mui-x/issues/12490)) [@&#8203;MBilalShafi](https://github.com/MBilalShafi) - 🎨 Support color scales in Charts ([#&#8203;12490](https://github.com/mui/mui-x/issues/12490)) [@&#8203;alexfauquette](https://github.com/alexfauquette) Add a [`colorMap` configuration](https://mui.com/x/react-charts/styling/#values-color) to an axis, and the chart will use it to select colors. Each impacted chart ([bar charts](https://mui.com/x/react-charts/bars/#color-scale), [line charts](https://mui.com/x/react-charts/lines/#color-scale), [scatter charts](https://mui.com/x/react-charts/scatter/#color-scale)) has a dedicated section explaining how this color map is impacting it. <img src="https://github.com/mui/mui-x/assets/45398769/f0066606-3486-4c4e-b3be-7fdd56d763c3" alt="scatter chart with gradient along y-axis" /> - 🌍 Improve Danish (da-DK) locale on the Data Grid - 🐞 Bugfixes - 📚 Documentation improvements ##### Data Grid ##### `@mui/x-data-grid@7.3.0` - \[DataGrid] Fix calling `onCellEditStop` on error ([#&#8203;12747](https://github.com/mui/mui-x/issues/12747)) [@&#8203;sai6855](https://github.com/sai6855) - \[DataGrid] Fix column resize ([#&#8203;12792](https://github.com/mui/mui-x/issues/12792)) [@&#8203;romgrk](https://github.com/romgrk) - \[DataGrid] Fix column separators ([#&#8203;12808](https://github.com/mui/mui-x/issues/12808)) [@&#8203;romgrk](https://github.com/romgrk) - \[DataGrid] Limit panel width to not exceed screen width ([#&#8203;12799](https://github.com/mui/mui-x/issues/12799)) [@&#8203;cherniavskii](https://github.com/cherniavskii) - \[DataGrid] Support advanced server-side pagination use cases ([#&#8203;12474](https://github.com/mui/mui-x/issues/12474)) [@&#8203;MBilalShafi](https://github.com/MBilalShafi) - \[DataGrid] Support state export and restore on grid density ([#&#8203;12671](https://github.com/mui/mui-x/issues/12671)) [@&#8203;MBilalShafi](https://github.com/MBilalShafi) - \[l10n] Improve Danish (da-DK) locale ([#&#8203;12784](https://github.com/mui/mui-x/issues/12784)) [@&#8203;EmilBahnsen](https://github.com/EmilBahnsen) ##### `@mui/x-data-grid-pro@7.3.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.3.0`, plus: - \[DataGridPro] Implement header filter height ([#&#8203;12666](https://github.com/mui/mui-x/issues/12666)) [@&#8203;romgrk](https://github.com/romgrk) ##### `@mui/x-data-grid-premium@7.3.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.3.0`. ##### Charts ##### Breaking change A typo fix: ```diff - ContinuouseScaleName + ContinuousScaleName ``` ##### `@mui/x-charts@7.3.0` - \[charts] Add `dataIndex` to series `valueFormatter` ([#&#8203;12745](https://github.com/mui/mui-x/issues/12745)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[charts] Add color scale ([#&#8203;12490](https://github.com/mui/mui-x/issues/12490)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[charts] Do not document the usage of `DEFAULT_X_AXIS_KEY` and `DEFAULT_Y_AXIS_KEY` ([#&#8203;12780](https://github.com/mui/mui-x/issues/12780)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[charts] Export more utils ([#&#8203;12744](https://github.com/mui/mui-x/issues/12744)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[charts] Fix passing slot props down to `PieArcLabel` ([#&#8203;12806](https://github.com/mui/mui-x/issues/12806)) [@&#8203;JCQuintas](https://github.com/JCQuintas) ##### Tree View ##### `@mui/x-tree-view@7.3.0` - \[TreeView] Support `defaultMuiPrevented` on the `onFocus` prop of the root slot ([#&#8203;12813](https://github.com/mui/mui-x/issues/12813)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) ##### Docs - \[docs] Add grid cell display example to the migration guide ([#&#8203;12793](https://github.com/mui/mui-x/issues/12793)) [@&#8203;romgrk](https://github.com/romgrk) - \[docs] Use charts classes objects ([#&#8203;12781](https://github.com/mui/mui-x/issues/12781)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[docs] Fix layout shift on demos ([#&#8203;12816](https://github.com/mui/mui-x/issues/12816)) [@&#8203;zanivan](https://github.com/zanivan) - \[test] Increase timeout for test that sometimes fail on `DateTimeRangePicker` ([#&#8203;12786](https://github.com/mui/mui-x/issues/12786)) [@&#8203;LukasTy](https://github.com/LukasTy) ##### Core - \[docs-infra] Prepare infra to document charts interfaces ([#&#8203;12653](https://github.com/mui/mui-x/issues/12653)) [@&#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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMDYuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMwNi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
pierre added 1 commit 2024-04-19 00:10:09 +00:00
Update dependency @mui/x-data-grid to v7.3.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2fea68c37c
pierre scheduled this pull request to auto merge when all checks succeed 2024-04-19 00:10:09 +00:00
pierre merged commit 2fea68c37c into master 2024-04-19 00:13:18 +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#152
No description provided.