Discuss anything related to web development but no technical support questions


Post by mats »

Here is a list of some of the updates:
  • Fixed several bugs when using multiple active schedulers simultaneously.
  • New columnTypes: 'dayNoWeekends', 'monthAndDays'
  • ColumnFactory column constructors now accepts a skipFn function to skip certain columns.
  • Improved debugging script
  • allowOverlap config which prevents/allows overlapping tasks easily.
  • New event 'timeheaderdblclick' fired when double clicking a time column header cell (useful for switching views etc)
  • Improved documentation
  • Automatic container scroll when dragging a task around.
There is hopefully no breaking changes, if you have created your own column types you might need to adapt the function signature slightly. Let us know if you find any bugs or inconsistencies!

Post Reply