Skip to content

Antd v5 upgrade

Grigor Malo requested to merge antd-v5-upgrade into master
  • upgrade antd library to version 5
  • remove obsolete import 'antd/dist/antd.less' (file no longer exists)
  • delete antd-theme-webpack-plugin, its usage in webpack config, and LessVariablesRemapper as they are no longer needed to apply a custom theme
  • apply theme via the ConfigProvider
  • add a few stories to demonstrate theme

Merge request reports