v1 to v2 Migration
Migration planning template for major Editora upgrades.
Migration checklist
- Audit changed package versions
- Map renamed/removed APIs
- Validate plugin compatibility matrix
- Update theming token names
- Run regression suite for multi-instance behavior
Recommended migration order
- Upgrade
@editora/coreand fix runtime API changes. - Upgrade wrappers (
@editora/react, web component usage). - Upgrade plugins and revalidate toolbar command IDs.
- Upgrade themes/icons and verify visual parity.
- Run regression QA for selection, history, sidebars, and dialogs.
High-risk areas
- Selection-sensitive commands after toolbar/dialog interactions
- Cross-instance mounting for spell-check and comments sidebars
- Dark mode parity for plugin dialogs and table/code surfaces