superset
superset copied to clipboard
chore: POC Upgrade to AntD v5 one component at a time.
SUMMARY
Imports Antd 5 as an alias. This would allow us to:
- Migrate a single component from
antd(v4) toantd-next(v5) - Touch up styles/javascript/etc. using Superset and React Storybook as a guide (Appitools would help here too)
- Once that component looks good, move on to the next.
- When all components have been migrated, remove v4, remove the npm alias, and do a simple find/replace to change
antd-nexttoantd
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION
- [ ] Has associated issue:
- [ ] Required feature flags:
- [ ] Changes UI
- [ ] Includes DB Migration (follow approval process in SIP-59)
- [ ] Migration is atomic, supports rollback & is backwards-compatible
- [ ] Confirm DB migration upgrade and downgrade tested
- [ ] Runtime estimates and downtime expectations provided
- [ ] Introduces new feature or API
- [ ] Removes existing feature or API