Skip to content

JavaScript Kanban version 1.3

Compare
Choose a tag to compare
@serhiipylypchuk1991 serhiipylypchuk1991 released this 08 Oct 11:26
· 250 commits to master since this release

Released on September 29, 2022

Review of release on the blog

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 action
      • Ctrl (Command)+Y or Ctrl (Command)+Shift+Z - redo action
    • via API

New API

Deprecated API

Updates

  • Events

  • Methods

  • Properties

    • The items property of Toolbar is extended by the "undo" and "redo" parameters (controls)
    • The editorShape property is extended by the dateRange type