-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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] First class support of v5 #1902
Comments
This comment has been minimized.
This comment has been minimized.
Any chance that e1d572f will land in a v4-compatible release? |
@embeddedt Developers should be able to use MUI X v5 (the next version we work on, relying on MUI Core v5) inside an application that is built on @material-ui/core v4. Developers will need to re-configure the theme (for v4 and v5 core) and (disable the global class names of v4). Would this be enough? |
Yes; that would be perfect! |
Created #2990 to track the effort on fixing the inline previews on the |
Summary 🔦
A list of tasks to do in order to drop @material-ui/core v4 and only support v5 going forward.
Details
4.12.0
#2281getDoc
prop. See [TrapFocus] Capture nodeToRestore via relatedTarget material-ui#26696 for why. It solves our cross-document issue at the same time. This is wrong ⬇️https://github.com/mui-org/material-ui-x/blob/9dd5cf94061d1733566b7b66982fae554ebcf242/packages/grid/_modules_/grid/components/panel/GridPanelWrapper.tsx#L28
First step in #2224
https://github.com/mui-org/material-ui-x/blob/1a0ad36f7380ba6bff04fa8f2b6366e001988734/packages/grid/_modules_/grid/components/GridPagination.tsx#L107
The text was updated successfully, but these errors were encountered: