Skip to content

v1.7

Compare
Choose a tag to compare
@jsGanttImproved jsGanttImproved released this 25 Aug 22:44
· 412 commits to master since this release

Changes in v1.7

  • Fixed nasty long-standing bug where the first Gantt chart created must be stored in a javascript variable named "g"
    • NOTE: This required a change in the method to instantiate a JSGantt.TaskItem object to pass the related chart
    • A temporary fix is included that still assumes the use of "g" for the chart if the chart object is not passed, this will be removed in v1.8
  • Altered XML export functionality so that dates are output in the specified input format for the chart
  • Added method to read XML directly from an input string
  • Prevented creation of a task with a duplicate "unique" ID
  • Fixed bug where attempting to remove the first task defined would prevent the chart from redrawing
  • Some general code clean up