Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump MUI X to ^5.2.2 #30550

Merged
merged 2 commits into from
Jan 31, 2022
Merged

Bump MUI X to ^5.2.2 #30550

merged 2 commits into from
Jan 31, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 9, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@mui/x-data-grid (source) ^5.1.0 -> ^5.2.2 age adoption passing confidence
@mui/x-data-grid-generator (source) ^5.1.0 -> ^5.2.2 age adoption passing confidence
@mui/x-data-grid-pro (source) ^5.1.0 -> ^5.2.2 age adoption passing confidence

Release Notes

mui-org/material-ui-x

v5.2.2

Compare Source

Jan 6, 2022

A big thanks to the 9 contributors who made this release possible. Here are some highlights ✨:

@mui/x-data-grid@v5.2.2 / @mui/x-data-grid-pro@v5.2.2
Changes
Docs
Core

v5.2.1

Compare Source

Dec 17, 2021

A big thanks to the 8 contributors who made this release possible. Here are some highlights ✨:

@mui/x-data-grid@v5.2.1 / @mui/x-data-grid-pro@v5.2.1
Changes
Docs
Core

v5.2.0

Compare Source

Dec 9, 2021

A big thanks to the 5 contributors who made this release possible. Here are some highlights ✨:

@mui/x-data-grid@v5.2.0 / @mui/x-data-grid-pro@v5.2.0
  • 🚀 Introduce the column pinning feature (#​2946) @​m4theushw

  • 🔥 Add ability to disable export options (#​3270) @​alexfauquette

    You can disable either export options by setting disableToolbarButton to true.

    <GridToolbarExport csvOptions={{ disableToolbarButton: true }} />
    <GridToolbarExport printOptions={{ disableToolbarButton: true }} />
  • 🙈 Add a new option to hide the amount of descendant on the grouping cells of the Tree Data (#​3368) @​flaviendelangle

    <DataGridPro
      treeData
      rows={rows}
      columns={columns}
      groupingColDef={{ hideDescendantCount }}
    />
  • ⚠️ Deprecate the getValue param for the valueGetter callback (#​3314) @​flaviendelangle

    Instead, you can access directly the row in the params

    -valueGetter: (params) => `${params.getValue(params.id, 'firstName') || ''} ${params.getValue(params.id, 'lastName') || ''}`
    +valueGetter: (params) => `${params.row.firstName || ''} ${params.row.lastName || ''}`
  • 📚 Documentation improvements

  • 🐞 Bugfixes

Changes
Docs
Core

Configuration

📅 Schedule: "on sunday before 6:00am" in timezone UTC.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, click this checkbox.

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

@renovate renovate bot added the dependencies Update of dependencies label Jan 9, 2022
@mui-pr-bot
Copy link

mui-pr-bot commented Jan 9, 2022

Details of bundle changes

@material-ui/styles: parsed: -1.72% 😍, gzip: -2.52% 😍
@material-ui/private-theming: parsed: -43.99% 😍, gzip: -42.10% 😍
@material-ui/system: parsed: -1.50% 😍, gzip: -1.86% 😍
@material-ui/unstyled: parsed: -1.02% 😍, gzip: -1.50% 😍
@mui/material-next: parsed: -0.76% 😍, gzip: -1.04% 😍
@mui/joy: parsed: -1.08% 😍, gzip: -1.48% 😍

Generated by 🚫 dangerJS against 49f0425

@mui-bot
Copy link

mui-bot commented Jan 20, 2022

Details of bundle changes

@material-ui/styles: parsed: -1.72% 😍, gzip: -2.52% 😍
@material-ui/private-theming: parsed: -43.99% 😍, gzip: -42.10% 😍
@material-ui/system: parsed: -1.50% 😍, gzip: -1.86% 😍
@material-ui/unstyled: parsed: -1.02% 😍, gzip: -1.50% 😍
@mui/material-next: parsed: -0.76% 😍, gzip: -1.04% 😍
@mui/joy: parsed: -1.08% 😍, gzip: -1.48% 😍

Generated by 🚫 dangerJS against f01f736

@m4theushw m4theushw requested a review from michaldudak January 20, 2022 13:04
@mnajdova
Copy link
Member

@m4theushw @michaldudak can we merge this? It looks good to me

@michaldudak michaldudak merged commit 469034c into master Jan 31, 2022
@michaldudak michaldudak deleted the renovate/mui-x branch January 31, 2022 12:33
@michaldudak
Copy link
Member

Yep :)

wladimirguerra pushed a commit to wladimirguerra/material-ui that referenced this pull request Feb 2, 2022
Co-authored-by: Matheus Wichman <matheushw@outlook.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update of dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants