Skip to content

Migrate APPM Store UI from antd v3 to v4

Purpose

Goals

  • Migrating the application to the latest antd version to keep it updated

Approach

  • Upgrade the AntD's version to 4.x
  • Run migration script to migrate the components
  • Fix some components manually which affected from the migration
  • Fix eslint issues Kapture_2020-06-25_at_12.36.09 Kapture_2020-06-26_at_16.02.33

Documentation

https://ant.design/docs/react/migration-v4

Security checks

  • Followed secure coding standards? yes
  • Ran FindSecurityBugs plugin and verified report? no
  • Confirmed that this PR doesn't commit any keys, passwords, tokens, usernames, or other secrets? yes

Test environment

  • macOS 10.15.5
  • Chrome Version 83.0.4103.116
  • node v12.18.1
Edited by Anjula Samarasinghe

Merge request reports