Skip to content

DHTMLX Kanban 1.6

Latest
Compare
Choose a tag to compare
@serhiipylypchuk1991 serhiipylypchuk1991 released this 14 Nov 12:16
· 27 commits to master since this release

Released on November 13, 2024

Review of release on the blog

New functionality

Updates

  • Properties

    • The cardShape property is extended by the users.maxCount and votes.clickable parameters
    • The columnShape property is extended by the headerTemplate and collapsedTemplate parameters
    • The editor property is extended by the placement parameter
    • The items property of the Toolbar search control is extended by the searchResult parameter
  • Events

    • The set-edit event is extended by the eventSource parameter (see the example)
  • Methods

    • The setConfig() method functionality was updated in the following way:

      • The method doesn't change history (you cannot change history at all)
      • The method doesn't change themes (use the new setTheme() method instead)
      • The method doesn't destroy Kanban datastore. You don't need to recreate event listeners and reattach Toolbar to Kanban

Fixes

  • A comment in progress of editing can be removed and text area for new comments disappears
  • Add missing localization strings
  • Drag-n-drop does not work if you combine scrollType: "column" and renderType: "lazy" settings
  • The editor cannot be closed via the close icon
  • The right part of the editor has same color as the progress bar background (in the Willow skin only)