DHTMLX Kanban 1.1
serhiipylypchuk1991
released this
16 Feb 06:51
·
438 commits
to master
since this release
Released on February 15, 2022
New functionality
- The ability to collapse/uncollapse columns using an arrow on the left of the column label
- The ability to limit the number of cards for the columns and swimlanes
- The ability to move columns via the context menu (a 3 dots icon)
- The ability to move rows via the context menu (a 3 dots icon)
- The ability to select multiple cards of the same column using the familiar Shift + click combination
- The ability to use TypeScript definitions of Kanban
New API
- New events for moving columns and rows:
move-column
andmove-row
- New methods for moving columns and rows:
moveColumn()
andmoveRow()
Updates
The columns
property was updated and extended by the following parameters:
- collapsed
- limit
- strictLimit