DHTMLX To Do List 1.1
serhiipylypchuk1991
released this
14 May 19:54
·
69 commits
to master
since this release
Released on October 10, 2022
Breaking changes
The new release introduces some changes to the taskShape
property. Check the Migration article to keep in step with the latest version.
New functionality
- Drag-n-drop:
- the ability to configure or disable the functionality
- new events:
start-drag
,drag
,end-drag
- Multi-select and bulk operations:
- the ability to select and manage multiple tasks using keyboard shortcuts
- the ability to manage multiple tasks via menu
- the ability to select and manage multiple tasks via API:
- new
selected
property - new
join
parameter for the methods:selectTask()
,copyTask()
- new
join
parameter for the events:select-task
,copy-task
- new method:
eachSelected()
- updated method:
getSelection()
- new
- the ability to unselect all tasks via the
unselectTask()
method
- To Do List with hidden completed tasks
- Showing/hiding completed tasks:
- via Toolbar menu
- via API:
- new methods:
hideCompletedTasks()
,showCompletedTasks()
- new events:
hide-completed-tasks
,show-completed-tasks
- new
hideCompleted
parameter for the methods:hasChildren()
,getChildrenIds()
- new methods:
- Task sorting:
- New events for managing the menu:
open-menu
andclose-menu