version-migration
Installation
SKILL.md
Skill: IDS Version Migration
When to Use
- Migrating from IDS v5 (or v4) to IDS v6
- Migrating from OUI (
@iress/oui) to IDS v6 - Updating imports from
@iress/components-reactto@iress-oss/ids-components - Converting Formik forms to React Hook Form via
IressForm/IressFormField - Updating test files that use IDS v4 test utilities
- Reviewing migration PRs for correctness
Decision Table: Which Migration Path?
| Current stack | Migration path | Complexity | Reference |
|---|---|---|---|
| OUI only | OUI→v6 guide | High (form architecture change) | prop-renames.md |
| IDS v4 only | v4→v6 guide | Medium (form architecture change) | prop-renames.md |
| IDS v5 only | v5→v6 guide | Low–Medium | v5-to-v6-migration.md |
| OUI + IDS v4 | Both OUI→v6 and v4→v6 guides | High (form architecture change) | prop-renames.md |
Related skills