DHTMLX Kanban 1.2
·
443 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
itemsproperty of Toolbar is updated - The start_date, end_date, menu and users parameters (fields) of the
cardShapeproperty are updated - The multiselect type of the
editorShapeproperty 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
rowKeyconfig 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: falseandmenu: falseparameters of thecardShapeproperty work incorrectly