Skip to content

Gantt Migration Guide

Use this checklist when upgrading @revolist/revogrid-enterprise.

  1. Upgrade Enterprise, Pro, the framework wrapper, and RevoGrid together.
  2. Run the application against the documented package version shown on this page.
  3. Replace repository-relative imports with the public package barrel.
  4. Review the current Gantt API reference for exported contracts and deprecations.
  5. Re-run schedule fixtures containing dependencies, calendars, constraints, resources, baselines, and manual tasks.
  6. Verify cancelable gantt-before-* policies and persistence callbacks.
  7. Check task-table columns and timeline visuals in each supported breakpoint.
Terminal window
pnpm up @revolist/revogrid-enterprise @revolist/revogrid-pro @revolist/revogrid

For a 1.x-to-2.x repository migration outside Gantt, also read the general v2 migration guide.