DHTMLX Kanban 1.2
serhiipylypchuk1991
released this
29 Jun 19:26
·
325 commits
to master
since this release
Released on June 29, 2022
New functionality
- Adding new cards via a column menu (see the example)
- Lazy rendering (see the example)
- Scrolling for separate columns (see the example)
- Scrolling Kanban to the new created cards, columns and rows (API and UI) (see the example)
- Sorting cards (API and UI) see the (example)
New API
-
Properties:
cardHeight
columnShape
rowShape
renderType
scrollType
Updates
Properties
- The
items
property of Toolbar is updated - The start_date, end_date, menu and users parameters (fields) of the
cardShape
property are updated - The multiselect type of the
editorShape
property is updated
Methods
- The
api.getReactiveState()
method is updated - The
api.getState()
method is updated - The
api.getStores()
method is updated - The
setLocale()
method of Kanban is updated - The
setLocale()
method of Toolbar is updated
Common
- Prefixes of CSS classes (see the Stylization section)
- Locale structure (see the Localization section)
Fixes
- Binding cards to swimlanes via the
rowKey
config works incorrectly - Clicking on card menu opens editor
- Dragging several cards works incorrectly
- Editing cards when
select: false
(readonly config) works incorrectly - Selecting new added cards via the
addCard()
method works incorrectly - The
label: false
andmenu: false
parameters of thecardShape
property work incorrectly