What's New
Version 1.2
- Released under GPLv3
Version 1.1
New functionality
- Summary tasks
- Sorting Grid columns
- Batch mode for RestDataProvider to handle mass operations
New API
- New sort-tasks action is added
- POST /{batchURL} is added
- The
columns
property is extended with thesort
parameter - The
minCellWidth
andmaxCellWidth
settings are added to thezoom
property - The update-task and copy-task actions are extended with the
eventSource
parameter - The
source
parameter is added to themove-task
anddelete-task
actions - RestDataProvider config has the
batchUrl
property - New parameters (
source
andlazy
) are added to thecopy-task
action
Updates
- Common minCellwidth and maxCellWidth for zoom levels
- Skipping meaningless actions in Context Menu and Toolbar
Fixes
- Scroll in Grid is not smooth
- Impossible to resize chart bars on the left more than for one cell
- When a branch is removed, only links of the parent task are removed
- Unstable move down behaviour: tasks are inserted in wrong positions
- Resizing columns: horizontal scrollbar does not appear
- Text of tasks is higher than a dragged bar during reordering
- Last task is misplaced after reordering when there are few tasks
- Reordering of tasks with child tasks is broken
- Impossible to define cellWidth if default zoom is enabled
- Data is removed from the task object after the "update-task" operation
- Outdenting does not work for the 3rd-level tasks
- Auto scale is calculated incorrectly if the last task is a milestone
- Parent task is not always opened after adding a new task
- Task start date is not set according to the top-level target task
- Zooming in and out between levels does not work correctly
Version 1.0
Initial functionality
- Fast behavior and clear API
- Configurable Grid columns
- Configurable Chart scales and cell sizes
- Task types: "project", "task", "milestone" and custom
- Baselines
- Holiday and custom markers in the Chart area
- Configurable Editor panel
- Configurable Context Menu and Toolbar
- Tooltips for tasks in the Chart area
- Readonly mode
- Fullscreen mode
- Mouse-wheel zooming in the Chart area
- Responsive behaviour of the Grid area
- Localization of labels and dates
- Ready-made DataProvider to integrate with server