Migration Guide for Shared Components

April 15, 2025 ยท View on GitHub

Upgrade from version 3.0.0 to 4.0.0

Breaking Changes: MUI v5 -> v7

Starting from version 4.0.0, overriding certain component props may no longer work due to the MUI upgrade.

The following Shared components may be affected by the update:

Overriding these shared components directly in the target project may cause issues.
Please refer to the MUI upgrade to v6 documentation and apply the recommended changes.

  • Typography (Uses MUI Typography)

Breaking Changes: MUI DataGrid v6 -> v7

The following Shared components may be affected by the update:

Overriding these shared components directly in the target project may cause issues.
Please refer to the MUI migration data-grid v6 documentation and apply the recommended changes.

  • PageLoadingTable (Uses MUI DataGrid)
  • Table (Uses MUI DataGrid)

MUI Migration Resources

NOTICE

This work is licensed under the Apache-2.0.