Upgrade Guides
Guide for upgrading between Catnip versions. For migrating from EndUI, Prime CSS, or Prime Assets to Catnip, see Migration.
v1 to v2 (Future)
When v2 tokens and components are released, migration guides will be published here.
Token Migration
- v2 tokens use a refined naming scheme
- Mapping table will be provided
- Both v1 and v2 can coexist during transition
Component Migration
- Breaking prop changes will be documented
- Deprecation warnings before removal
- Codemods where possible
Contributing Migration Guides
When introducing breaking changes:
- Add a changeset with
majororminor - Document the change in the changelog
- Add a migration section here with:
- What changed
- Before/after code
- Steps to migrate