-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
[docs] Mention the "direction=column" removal from the Grid in v9 migration guide #48875
Copy link
Copy link
Closed
Labels
docsImprovements or additions to the documentation.Improvements or additions to the documentation.good first issueGreat for first contributions. Enable to learn the contribution process.Great for first contributions. Enable to learn the contribution process.ready to takeHelp wanted. Guidance available. There is a high chance the change will be acceptedHelp wanted. Guidance available. There is a high chance the change will be acceptedsupport: docs-feedbackFeedback from documentation page.Feedback from documentation page.v9.x
Description
Activity
Metadata
Metadata
Assignees
Labels
docsImprovements or additions to the documentation.Improvements or additions to the documentation.good first issueGreat for first contributions. Enable to learn the contribution process.Great for first contributions. Enable to learn the contribution process.ready to takeHelp wanted. Guidance available. There is a high chance the change will be acceptedHelp wanted. Guidance available. There is a high chance the change will be acceptedsupport: docs-feedbackFeedback from documentation page.Feedback from documentation page.v9.x
Related page
https://mui.com/material-ui/migration/upgrade-to-v9/#gridlegacy
Kind of issue
Unclear explanations
Issue description
There should be a strong warning for the Grid API incompatibility between mui@7 and mui@9
Context
I already did the migration a while ago of all my legacy grids from mui@5 to mui@6, so I did not check the "migration guide from legacy grids", thinking the migration was already done.
In Grid documentation for v7, the direction "column" was mentioned as "not supported", but in the API it was not marked as deprecated.
I was taken aback when upgrading from mui@7 to mui@9, seeing half of my grids failing.
(side note : I always thought of the Grid component as a flex container / item, so it was very natural for me to use the direction, like I would do with
flex-direction. I wonder on the need to separate between Grid and Stack)Search keywords: grid direction column