DHTMLX Kanban 1.4
·
298 commits
to master
since this release
Released on September 29, 2022
New functionality
- An ability to add comments (Example)
- An ability to apply the material, willow and willow-dark themes (Example)
- An ability to limit users (Example)
- An ability to set links between cards (Example)
- An ability to votes for a card (Example)
New API
-
Events:
add-comment,
add-link,
delete-comment,
delete-link,
drag-card,
end-drag-card,
start-drag-card, and
update-comment -
Methods:
-
Properties:
currentUser,links,theme(Kanban), andtheme(Toolbar)
Updates
-
Methods
- The
api.getState()method is updated
- The
-
Properties
- The
cardsproperty is extended by the css, comments and votes parameters - The
cardShapeproperty is extended by the comments, votes (Example) and css (Example) parameters. - The
cardTemplateproperty has an ability to display context menu - The
columnsproperty is extended by the css (Example) and overlay (Example) parameters - The
columnShapeproperty is extended by the css parameter (Example) - The
editorShapeproperty is extended by the comments and links types, and format parameter for date/dateRange types - The
rowsproperty is extended by the css parameter (Example) - The
rowShapeproperty is extended by the css parameter (Example)
- The
Deprecated API
-
Properties
- label in menu item objects in
cardShape.menu.items,columnShape.menu.items, androwShape.menu.items
- label in menu item objects in
Fixes
- Menu position is wrong when Kanban is inside a container with margins
- Wrong position of collapsed columns in case of custom column width
- Dropping a card into a collapsed column results in the card's disappearing
- Wrong position of collapsed columns in case of custom column width
- Swimlanes. The context menu of the card is overlapped by the editing panel and therefore the card cannot be deleted