Migration to newer versions
1.0 -> 1.1
In the version 1.1 the selectable
parameter of the taskShape
property is renamed to completed
. Besides, the parameter is extended by the new taskHide
option.
Before v1.1
taskShape: {
selectable: {
behavior: "manual"
}
}
From v1.1
taskShape: {
completed: {
behavior: "manual",
taskHide: true
}
}