DHTMLX Kanban 1.3
·
396 commits
to master
since this release
Released on September 29, 2022
New functionality
- Duplicating cards via API, a context menu (3 dots icon) or the
Ctrl (Command)+Dshortcuts (allows duplicating multiple cards) - Exporting Kanban data to a JSON file
- Managing Kanban history:
- via Undo and Redo controls on Toolbar
- via shortcuts:
Ctrl (Command)+Z- undo actionCtrl (Command)+YorCtrl (Command)+Shift+Z- redo action
- via API
New API
-
Events:
duplicate-card -
Methods:
duplicateCard(),
export.json(),
getUsers(),
redo()and
undo() -
Common settings:
$meta
Deprecated API
- Properties:
editorAutoSave
Updates
-
Events
- The
update-cardevent of Kanban is updated - The
update-columnevent of Kanban is updated - The
update-rowevent of Kanban is updated
- The
-
Methods
- The
updateCard()method of Kanban is updated - The
updateColumn()method of Kanban is updated - The
updateRow()method of Kanban is updated
- The
-
Properties
- The
itemsproperty of Toolbar is extended by the "undo" and "redo" parameters (controls) - The
editorShapeproperty is extended by the dateRange type
- The