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