Add drag and drop to change swimlane positions

This commit is contained in:
Frederic Guillot
2016-02-20 18:11:08 -05:00
parent da7259819b
commit 5fe68d4d49
41 changed files with 588 additions and 645 deletions

View File

@@ -3,11 +3,13 @@ Version 1.0.26 (unreleased)
Breaking changes:
* API procedures: "moveColumnUp" and "moveColumnDown" are replace by "changeColumnPosition"
* API procedures:
- "moveColumnUp" and "moveColumnDown" are replace by "changeColumnPosition"
- "moveSwimlaneUp" and "moveSwimlaneDown" are replace by "changeSwimlanePosition"
New features:
* Add drag and drop to change subtasks and columns positions
* Add drag and drop to change subtasks, swimlanes and columns positions
* Add file drag and drop and asynchronous upload
* Enable/Disable users
* Add setting option to disable private projects