Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Releases: angular-gantt/angular-gantt

v1.2.6

20 May 02:07
Compare
Choose a tag to compare

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

15 Apr 21:02
Compare
Choose a tag to compare
  • Removed css-element-queries dependency from core
  • New plugin added to detect task overlaps

v1.2.3

18 Mar 13:24
Compare
Choose a tag to compare
v1.2.3

v1.2.2

18 Mar 13:24
Compare
Choose a tag to compare
v1.2.2

v1.2.1

18 Mar 13:24
Compare
Choose a tag to compare
v1.2.1

v1.2.0

07 Mar 21:32
Compare
Choose a tag to compare
v1.2.0

v1.1.2

07 Mar 21:32
Compare
Choose a tag to compare
v1.1.2

v1.1.1

07 Mar 21:32
Compare
Choose a tag to compare
v1.1.1

v1.1.0

23 Dec 13:36
Compare
Choose a tag to compare
  • 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

19 Dec 16:44
Compare
Choose a tag to compare
  • 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