JavaScript Kanban version 1.3
serhiipylypchuk1991
released this
08 Oct 11:26
·
250 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)
+D
shortcuts (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)
+Y
orCtrl (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-card
event of Kanban is updated - The
update-column
event of Kanban is updated - The
update-row
event 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
items
property of Toolbar is extended by the "undo" and "redo" parameters (controls) - The
editorShape
property is extended by the dateRange type
- The