Skip to content

Commit c7484a6

Browse files
[update] Whats new section v2.2.6
1 parent 8fa7898 commit c7484a6

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

docs/news/whats_new.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Released on Month Day, 2024
1919
- The ability to change the view and content of search results via the [`columnShape`](../../api/config/js_kanban_columnshape_config) property
2020
- The ability to display the editor as a modal window via the [`editor.placement`](../../api/config/js_kanban_editor_config) property
2121
- 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
2223

2324
### Updates
2425

@@ -33,10 +34,21 @@ Released on Month Day, 2024
3334

3435
- The [`set-edit`](../../api/events/js_kanban_setedit_event) event is extended by the ***eventSource*** parameter
3536

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+
3645
### Fixes
3746

47+
- A comment in progress of editing can be removed and text area for new comments disappears
3848
- 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)
4052

4153
## Version 1.5.13
4254

0 commit comments

Comments
 (0)