You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Material UI library recently has released new version 5. It includes many breaking changes and rebranding.
This issue describes what is the plan for the migration and used as tracking progress of the migration as well.
Upgrade Plan
The new version of MUI has many breaking changes. In order to not block the current version it is better to migrate to MUI gradually.
Here is list that we should follow while upgrading:
We use separate branch for migration under mui5. Please create PRs targeting this branch.
Each component should be upgraded individually and we should preserve old component as well in order to compare changes.
Every components for MUI v5 should be located under v5 folder. Just copy component from /src folder and paste under src/v5 folder.
Tests each new and old components both with unit tests and regression tests (regression tests are not implemented yet)
MUI uses emotion as a main style engine. Our current implementation uses JSS and styled-components together. As we have used styled-components heavily on projects, we will use styled-components as a main engine. Migration from styled-components to Emotion should be easier as they use same API under the hood and it will be as a separate issue.
Material UI library recently has released new version 5. It includes many breaking changes and rebranding.
This issue describes what is the plan for the migration and used as tracking progress of the migration as well.
Upgrade Plan
The new version of MUI has many breaking changes. In order to not block the current version it is better to migrate to MUI gradually.
Here is list that we should follow while upgrading:
v5
folder. Just copy component from/src
folder and paste undersrc/v5
folder.Todos
Module List
Breaking Changes
Most of the components will work. However some components need to be updated.
The text was updated successfully, but these errors were encountered: