Skip to content

Commit 75d3dd4

Browse files
authored
Merge pull request #12 from DHTMLX/next
Updates for v8.4.1
2 parents c0dd660 + e650fe4 commit 75d3dd4

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

docs/tree/loading_data.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,10 @@ Each object in the data set contains configuration of a tree item. The structure
104104
<td><b>checkbox</b></td>
105105
<td>(<i>boolean</i>) optional, enables/disables displaying a checkbox for a tree item</td>
106106
</tr>
107+
<tr>
108+
<td><b>checked</b></td>
109+
<td>(<i>boolean</i>) optional, checks/unchecks a checkbox of a tree item, works when the <b>checkbox</b> property is set to <i>true</i></td>
110+
</tr>
107111
<tr>
108112
<td><b>items</b></td>
109113
<td>(<i>array</i>) an array of nested items</td>

docs/whatsnew.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,20 @@ description: You can explore what's new in DHTMLX Suite and its release history
88

99
Before updating DHTMLX to the latest version, please check the [Migration to Newer Versions](migration.md) guide to avoid possible breakdowns.
1010

11+
Version 8.4.1
12+
------------------
13+
14+
Released on July 25, 2024
15+
16+
### Fixes
17+
18+
- Combobox. Custom scroll not working
19+
- Form. The value selected in the Combo control restores after the options reloading
20+
- Form. The input destructor issue while using Optimus
21+
- Form. The `enable()` method fails when a form contains a Fieldset control with a spacer
22+
- Grid/TreeGrid. Row selection gets lost after dragging a column
23+
- Tree. Checkbox states are not displayed in the serialized data
24+
1125
Version 8.4
1226
------------------
1327

0 commit comments

Comments
 (0)