Skip to content

Commit 8e8ac1f

Browse files
[update] Whats new before release 1.5.13
1 parent 018b832 commit 8e8ac1f

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

docs/news/whats_new.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,26 @@ description: You can explore what's new in DHTMLX Kanban and its release history
88

99
If you are updating Kanban from an older version, check [Migration to newer versions](news/migration.md) for details.
1010

11+
## Version 1.5.13
12+
13+
Released on September 9, 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
22+
1123
## Version 1.5.12
1224

1325
Released on May 2, 2024
1426

1527
### Fixes
1628

1729
- Intercept regression: return `false` does not prevent inner events
18-
- Disabled files allow files
30+
- Disabled files allow files
1931

2032
## Version 1.5.11
2133

src/css/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130

131131
code {
132132
border-radius: 5px;
133-
padding: 6px 8px;
133+
padding: 2px 8px;
134134
font-weight: 600;
135135
}
136136

0 commit comments

Comments
 (0)