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

[DataGrid] Remove the preferencesPanel slot #11228

Merged
merged 5 commits into from
Nov 29, 2023

Conversation

cherniavskii
Copy link
Member

@cherniavskii cherniavskii commented Nov 28, 2023

Closes #1855

Changelog

  • The slots.preferencesPanel slot and the slotProps.preferencesPanel prop were removed. Use slots.panel and slotProps.panel instead.
  • The GridPreferencesPanel component is not exported anymore as it wasn't meant to be used outside of the Data Grid.

@cherniavskii cherniavskii added breaking change component: data grid This is the name of the generic UI component, not the React module! v7.x labels Nov 28, 2023
@mui-bot
Copy link

mui-bot commented Nov 28, 2023

@cherniavskii cherniavskii merged commit b658557 into mui:next Nov 29, 2023
14 of 15 checks passed
@cherniavskii cherniavskii deleted the remove-preferencesPanel-slot branch November 29, 2023 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change component: data grid This is the name of the generic UI component, not the React module! v7.x
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[DataGrid] Make GridPreferencesPanel private
4 participants