Angular Gantt Versions Save

Gantt chart component for AngularJS

v1.2.6

8 years ago

Enhancements:

  • Add API function to return the current column date range
  • Improve general performance and remove date watchers used by display type overview (group plugin)
  • Increase Gantt loading performance by not adding new tasks to the visible/filtered task lists.

Fixes:

  • Auto expand called twice on scroll
  • Add missing HTML templates to plugin js files.
  • Row filters are not applied on scrolling
  • Tasks cannot be resized (from the right) in Firefox
  • Custom filterTaskComparator is not applied
  • Calculate group from/to for all display types (group plugin)
  • Handle undefined taskRect in mouseMoveHandler
  • Tooltip "jumps" for a quick moment to the far left side when moving as task to new row
  • API call "Remove data" does not work

v1.2.5

9 years ago
  • Removed css-element-queries dependency from core
  • New plugin added to detect task overlaps

v1.2.3

9 years ago

v1.2.2

9 years ago

v1.2.1

9 years ago

v1.2.0

9 years ago

v1.1.2

9 years ago

v1.1.1

9 years ago

v1.1.0

9 years ago
  • Add Tree Plugin : builds a hierarchy of rows. Containers can be collapsed/expanded with an UI Tree component on the left side.
  • Add Table Plugin : Add multiple and customizable columns on the left side.
  • Add Groups Plugin : Display a group representing children tasks, or an overview of children tasks, based on defined hierarchy.

v1.0.1

9 years ago
  • Add time-frames-magnet option.
  • Movable plugin now supports function for enabled property. It can be used to enable movable support based on mouse event properties.
  • Fix issues related to column-magnet.
  • Fix issues related to tooltips template.
  • Various other small fixes