serhiipylypchuk1991
released this
14 Nov 12:16
·
27 commits
to master
since this release
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.clicable
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)