Skip to content

DHTMLX Kanban 1.2

Compare
Choose a tag to compare
@serhiipylypchuk1991 serhiipylypchuk1991 released this 29 Jun 19:26
· 325 commits to master since this release

Released on June 29, 2022

New functionality

  • Adding new cards via a column menu (see the example)
  • Lazy rendering (see the example)
  • Scrolling for separate columns (see the example)
  • Scrolling Kanban to the new created cards, columns and rows (API and UI) (see the example)
  • Sorting cards (API and UI) see the (example)

New API

Updates

Properties

  • The items property of Toolbar is updated
  • The start_date, end_date, menu and users parameters (fields) of the cardShape property are updated
  • The multiselect type of the editorShape property is updated

Methods

Common

Fixes

  • Binding cards to swimlanes via the rowKey config works incorrectly
  • Clicking on card menu opens editor
  • Dragging several cards works incorrectly
  • Editing cards when select: false (readonly config) works incorrectly
  • Selecting new added cards via the addCard() method works incorrectly
  • The label: false and menu: false parameters of the cardShape property work incorrectly