Discuss anything related to web development but no technical support questions


Post by mats »

Here are the preliminary release notes for the 1.2 version of Ext Gantt. There are still some refactoring left to do, hoping for a 1.2 release in February!

News
  • New buffered view to use for large datasets
  • Various performance improvements
  • New drag proxy line when setting up new dependencies.
  • Progress bars can now be resized in place.
  • Now possible to configure the event that activates the context menu (defaults to 'eventcontextmenu'), can for example be changed to 'rowcontextmenu'.
  • CurrentTimeline plugin has been moved into the base library.
  • Support for showing a baseline
  • New example showing how to do resource assignment
  • New example showing how to display a project baseline
  • Gantt panel now fires 'dependencydblclick' event when double clicking a dependency element
  • New examples showing how to edit dependencies using the new DependencyEditor plugin
  • Major CSS cleanup
  • Removed some images that were replaced with simple HTML
Breaking API changes (most due to Scheduler refactoring).
  • enableLabelEdit is not longer a config option. Editing is now defined per left/right field, and any Field can be used as the Editor

Post Reply