What's new
If you are updating Kanban from an older version, check Migration to newer versions for details.
Version 1.6
Released on November 13, 2024
New functionality
- The ability to change how many assigned users are displayed on a card via the
cardShape.users.maxCount
property (see the example) - The ability to change the content of column headers via the
columnShape
property (see the example) - The ability to change the view and content of search results via the
items.searchResult
property of the Toolbar search control (see the example) - The ability to display the editor as a modal window via the
editor.placement
property (see the example) - The ability to enable voting for a card (using the vote icon on the card) via the
cardShape.votes.clickable
property (see the example) - The ability to apply a theme via the
setTheme()
method
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
- The
-
Events
-
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"
andrenderType: "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)
Version 1.5.13
Released on September 12, 2024
Fixes
- The "Make cover" button does not appear if the extention is uppercase
- Clicking on a disabled Multiselect control occurs an error
- Scrolling after the
addCard()
method call throws an error with column scroll and lazy rendering - No comments are saved as "" instead of []
- Editor style is overridden by global styles with a same-name non-unique class selector. See the migration section
Version 1.5.12
Released on May 2, 2024
Fixes
- Intercept regression: return
false
does not prevent inner events - Disabled files allow files
Version 1.5.11
Released on March 25, 2024
Fixes
- Kanban CSS variables of the Dark willow skin are lost for Toolbar and Portals
- Comments and votes changes are not applied to form values when autosave is disabled
- Custom column submenu receives
null
in onClick function argument - Unable to set editable mode for Datepickers in Editor
- Console warnings in Kanban examples
Version 1.5.10
Released on February 29, 2024
Fixes
- Broken build on npm server
- Add the
select
parameter into theduplicate-card
event and theduplicateCard()
method - Incorrect styles for the comment field in the Kanban editor
- Regression in changing theme
Version 1.5.9
Released on February 20, 2024
Fixes
- Kanban affects other widget styles
- Custom column submenu items with
disabled: true
are still active - Inability to set custom upload function for the Uploader control
Version 1.5.8
Released on November 28, 2023
Fixes
- The missing currentUser TS definition in the IKanbanConfig type
Version 1.5.7
Released on November 14, 2023
Updates
- The
setLocale()
method of Toolbar was extended by the api parameter
Fixes
- The
disabled: true
configuration doesn't work for card menu items - Unwanted console warnings in Kanban examples
- It is not possible to reset the priority of a task
- Drop-down controls in the Kanban editor don't close on click outside
Version 1.5.6
Released on September 13, 2023
Updates
- An ability to import component as ES module
Fixes
- Regression in npm packages
Version 1.5.4
Released on August 9, 2023
Fixes
- Previously uploaded files remain in the form after switching to another card
- File upload via drag-and-drop doesn't work
- Unexpected deletion of cards while the user presses the Delete key and the form is opens
- The "Search in" dropdown input becomes empty after a card was selected through search
- Added links are not deleted on the backend when the add-link operation is undone
Version 1.5.1
Fixes
- correct TypeScript definitions generation
Version 1.5
Released on June 15, 2023
New functionality
- An ability to set and delete links between cards at runtime
- An ability to manage links between cards on the server side
- An ability to fix column headers (see the example)