Skip to main content

Migration guide

2.6 -> 2.7

  • The Calendar component is no longer exported from @svar-ui/gantt-store. Pass a plain config object to the calendar prop instead
  • Tooltip content now receives { api, data } instead of { task, segmentIndex } directly. See Adding tooltips for the updated usage

2.3 -> 2.4

2.2 -> 2.3

  • The package migrated from wx-react-gantt to @svar-ui/react-gantt. We continue publishing wx-react-gantt until the React SVAR 3.0 update

2.1 -> 2.2

  • Default sidebar editor is removed, use standalone Editor instead
  • Table action column id is changed from "action" to "add-task"