You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/news/whats_new.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ Released on Month Day, 2024
19
19
- The ability to change the view and content of search results via the [`columnShape`](../../api/config/js_kanban_columnshape_config) property
20
20
- The ability to display the editor as a modal window via the [`editor.placement`](../../api/config/js_kanban_editor_config) property
21
21
- The ability to enable voting for a card (using the vote icon on the card) via the [`cardShape.votes.clicable`](../../api/config/js_kanban_columnshape_config) property
22
+
- The ability to apply a theme via the [`setTheme()`](../../api/methods/js_kanban_settheme_method) method
22
23
23
24
### Updates
24
25
@@ -33,10 +34,21 @@ Released on Month Day, 2024
33
34
34
35
- The [`set-edit`](../../api/events/js_kanban_setedit_event) event is extended by the ***eventSource*** parameter
35
36
37
+
-#### Methods
38
+
39
+
- The [`setConfig()`](../../api/methods/js_kanban_setconfig_method) method functionality was updated in the following way:
40
+
41
+
- The method doesn't change history (you cannot change history at all)
42
+
- The method doesn't change themes (use the new [`setTheme()`](../../api/methods/js_kanban_settheme_method) method instead)
43
+
- The method doesn't destroy Kanban datastore. You don't need to recreate event listeners and reattach Toolbar to Kanban
44
+
36
45
### Fixes
37
46
47
+
- A comment in progress of editing can be removed and text area for new comments disappears
38
48
- Add missing localization strings
39
-
- ...
49
+
- Drag-n-drop does not work if you combine [`scrollType: "column"`](../../api/config/js_kanban_scrolltype_config) and [`renderType: "lazy"`](../../api/config/js_kanban_rendertype_config) settings
50
+
- The editor cannot be closed via the close icon
51
+
- The right part of the editor has same color as the progress bar background (in the Willow skin only)
0 commit comments