mui / material-ui

MaterialΒ UI: Ready-to-use foundational React components, free forever. It includes Material UI, which implements Google's Material Design.
https://mui.com/material-ui/
MIT License
91.73k stars 31.51k forks source link

Bump MUI X to 7.3.0 #41982

Closed renovate[bot] closed 2 weeks ago

renovate[bot] commented 2 weeks ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@mui/x-data-grid (source) 7.2.0 -> 7.3.0 age adoption passing confidence
@mui/x-data-grid-generator (source) 7.2.0 -> 7.3.0 age adoption passing confidence
@mui/x-data-grid-premium (source) 7.2.0 -> 7.3.0 age adoption passing confidence
@mui/x-data-grid-pro (source) 7.2.0 -> 7.3.0 age adoption passing confidence

Release Notes

mui/mui-x (@​mui/x-data-grid) ### [`v7.3.0`](https://togithub.com/mui/mui-x/blob/HEAD/CHANGELOG.md#730) [Compare Source](https://togithub.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) ([#​12490](https://togithub.com/mui/mui-x/issues/12490)) [@​MBilalShafi](https://togithub.com/MBilalShafi) - 🎨 Support color scales in Charts ([#​12490](https://togithub.com/mui/mui-x/issues/12490)) [@​alexfauquette](https://togithub.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. 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 ([#​12747](https://togithub.com/mui/mui-x/issues/12747)) [@​sai6855](https://togithub.com/sai6855) - \[DataGrid] Fix column resize ([#​12792](https://togithub.com/mui/mui-x/issues/12792)) [@​romgrk](https://togithub.com/romgrk) - \[DataGrid] Fix column separators ([#​12808](https://togithub.com/mui/mui-x/issues/12808)) [@​romgrk](https://togithub.com/romgrk) - \[DataGrid] Limit panel width to not exceed screen width ([#​12799](https://togithub.com/mui/mui-x/issues/12799)) [@​cherniavskii](https://togithub.com/cherniavskii) - \[DataGrid] Support advanced server-side pagination use cases ([#​12474](https://togithub.com/mui/mui-x/issues/12474)) [@​MBilalShafi](https://togithub.com/MBilalShafi) - \[DataGrid] Support state export and restore on grid density ([#​12671](https://togithub.com/mui/mui-x/issues/12671)) [@​MBilalShafi](https://togithub.com/MBilalShafi) - \[l10n] Improve Danish (da-DK) locale ([#​12784](https://togithub.com/mui/mui-x/issues/12784)) [@​EmilBahnsen](https://togithub.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 ([#​12666](https://togithub.com/mui/mui-x/issues/12666)) [@​romgrk](https://togithub.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` ([#​12745](https://togithub.com/mui/mui-x/issues/12745)) [@​JCQuintas](https://togithub.com/JCQuintas) - \[charts] Add color scale ([#​12490](https://togithub.com/mui/mui-x/issues/12490)) [@​alexfauquette](https://togithub.com/alexfauquette) - \[charts] Do not document the usage of `DEFAULT_X_AXIS_KEY` and `DEFAULT_Y_AXIS_KEY` ([#​12780](https://togithub.com/mui/mui-x/issues/12780)) [@​alexfauquette](https://togithub.com/alexfauquette) - \[charts] Export more utils ([#​12744](https://togithub.com/mui/mui-x/issues/12744)) [@​alexfauquette](https://togithub.com/alexfauquette) - \[charts] Fix passing slot props down to `PieArcLabel` ([#​12806](https://togithub.com/mui/mui-x/issues/12806)) [@​JCQuintas](https://togithub.com/JCQuintas) ##### Tree View ##### `@mui/x-tree-view@7.3.0` - \[TreeView] Support `defaultMuiPrevented` on the `onFocus` prop of the root slot ([#​12813](https://togithub.com/mui/mui-x/issues/12813)) [@​flaviendelangle](https://togithub.com/flaviendelangle) ##### Docs - \[docs] Add grid cell display example to the migration guide ([#​12793](https://togithub.com/mui/mui-x/issues/12793)) [@​romgrk](https://togithub.com/romgrk) - \[docs] Use charts classes objects ([#​12781](https://togithub.com/mui/mui-x/issues/12781)) [@​alexfauquette](https://togithub.com/alexfauquette) - \[docs] Fix layout shift on demos ([#​12816](https://togithub.com/mui/mui-x/issues/12816)) [@​zanivan](https://togithub.com/zanivan) - \[test] Increase timeout for test that sometimes fail on `DateTimeRangePicker` ([#​12786](https://togithub.com/mui/mui-x/issues/12786)) [@​LukasTy](https://togithub.com/LukasTy) ##### Core - \[docs-infra] Prepare infra to document charts interfaces ([#​12653](https://togithub.com/mui/mui-x/issues/12653)) [@​alexfauquette](https://togithub.com/alexfauquette)

Configuration

πŸ“… Schedule: Branch creation - "on sunday before 6:00am" in timezone UTC, 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 these updates again.



This PR has been generated by Mend Renovate. View repository job log here.

mui-bot commented 2 weeks ago

Netlify deploy preview

https://deploy-preview-41982--material-ui.netlify.app/

Bundle size report

No bundle size changes (Toolpad) No bundle size changes

Generated by :no_entry_sign: dangerJS against e1719e3b664fe37f033eeea4ac6657ce5c1b9926