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 #41519

Merged
merged 1 commit into from
Mar 18, 2024
Merged

Bump MUI X #41519

merged 1 commit into from
Mar 18, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 17, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@mui/x-data-grid (source) 7.0.0-beta.6 -> 7.0.0-beta.7 age adoption passing confidence
@mui/x-data-grid-generator (source) 7.0.0-beta.6 -> 7.0.0-beta.7 age adoption passing confidence
@mui/x-data-grid-premium (source) 7.0.0-beta.6 -> 7.0.0-beta.7 age adoption passing confidence
@mui/x-data-grid-pro (source) 7.0.0-beta.6 -> 7.0.0-beta.7 age adoption passing confidence
@mui/x-date-pickers (source) 6.19.6 -> 6.19.7 age adoption passing confidence
@mui/x-date-pickers-pro (source) 6.19.6 -> 6.19.7 age adoption passing confidence

Release Notes

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

v7.0.0-beta.7

Compare Source

Mar 14, 2024

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

  • 🦥 The Lazy loading feature is now stable and the lazyLoading feature flag was removed from the experimentalFeatures prop.
  • 🌍 Improve Japanese (ja-JP) locale for the Data Grid
  • 🐞 Bugfixes
  • 📚 Documentation improvements
Data Grid
Breaking changes
  • The columnHeader--showColumnBorder class was replaced by columnHeader--withLeftBorder and columnHeader--withRightBorder.
  • The columnHeadersInner, columnHeadersInner--scrollable, and columnHeaderDropZone classes were removed since the inner wrapper was removed in our effort to simplify the DOM structure and improve accessibility.
  • The pinnedColumnHeaders, pinnedColumnHeaders--left, and pinnedColumnHeaders--right classes were removed along with the element they were applied to.
    The pinned column headers now use position: 'sticky' and are rendered in the same row element as the regular column headers.
@mui/[email protected]
@mui/[email protected] pro

Same changes as in @mui/[email protected], plus:

@mui/[email protected] premium

Same changes as in @mui/[email protected], plus:

Date and Time Pickers
@mui/[email protected]
@mui/[email protected] pro

Same changes as in @mui/[email protected].

Charts
@mui/[email protected]
Tree View
Breaking changes

The onNodeFocus callback has been renamed to onItemFocus for consistency:

 <SimpleTreeView
-  onNodeFocus={onNodeFocus}
+  onItemFocus={onItemFocus}
 />
@mui/[email protected]
Docs
Core
mui/mui-x (@​mui/x-date-pickers)

v6.19.7

Compare Source


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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot added the dependencies Update of dependencies label Mar 17, 2024
@mui-bot
Copy link

mui-bot commented Mar 17, 2024

Netlify deploy preview

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

Bundle size report

No bundle size changes (Toolpad)
No bundle size changes

Generated by 🚫 dangerJS against f1edda5

@mnajdova mnajdova merged commit 3196a43 into master Mar 18, 2024
23 checks passed
@mnajdova mnajdova deleted the renovate/mui-x branch March 18, 2024 09:18
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.

None yet

2 participants