DHTMLX Kanban 1.4
serhiipylypchuk1991
released this
13 Jun 18:49
·
176 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
cards
property is extended by the css, comments and votes parameters - The
cardShape
property is extended by the comments, votes (Example) and css (Example) parameters. - The
cardTemplate
property has an ability to display context menu - The
columns
property is extended by the css (Example) and overlay (Example) parameters - The
columnShape
property is extended by the css parameter (Example) - The
editorShape
property is extended by the comments and links types, and format parameter for date/dateRange types - The
rows
property is extended by the css parameter (Example) - The
rowShape
property 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