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
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,26 @@ description: You can explore what's new in DHTMLX Kanban and its release history
8
8
9
9
If you are updating Kanban from an older version, check [Migration to newer versions](news/migration.md) for details.
10
10
11
+
## Version 1.5.13
12
+
13
+
Released on September 12, 2024
14
+
15
+
### Fixes
16
+
17
+
- The "Make cover" button does not appear if the extention is uppercase
18
+
- Clicking on a disabled Multiselect control occurs an error
19
+
- Scrolling after the [`addCard()`](../../api/methods/js_kanban_addcard_method) method call throws an error with [column scroll](../../api/config/js_kanban_scrolltype_config) and [lazy rendering](../../api/config/js_kanban_rendertype_config)
20
+
- No comments are saved as "" instead of []
21
+
- Editor style is overridden by global styles with a same-name non-unique class selector. [See the migration section](news/migration.md/#1512---1513)
22
+
11
23
## Version 1.5.12
12
24
13
25
Released on May 2, 2024
14
26
15
27
### Fixes
16
28
17
29
- Intercept regression: return `false` does not prevent inner events
0 commit comments