Skip to content

Commit

Permalink
Merge pull request #12 from DHTMLX/next
Browse files Browse the repository at this point in the history
Updates for v8.4.1
  • Loading branch information
mafanya23 authored Jul 25, 2024
2 parents c0dd660 + e650fe4 commit 75d3dd4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/tree/loading_data.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ Each object in the data set contains configuration of a tree item. The structure
<td><b>checkbox</b></td>
<td>(<i>boolean</i>) optional, enables/disables displaying a checkbox for a tree item</td>
</tr>
<tr>
<td><b>checked</b></td>
<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>
</tr>
<tr>
<td><b>items</b></td>
<td>(<i>array</i>) an array of nested items</td>
Expand Down
14 changes: 14 additions & 0 deletions docs/whatsnew.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@ description: You can explore what's new in DHTMLX Suite and its release history

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

Version 8.4.1
------------------

Released on July 25, 2024

### Fixes

- Combobox. Custom scroll not working
- Form. The value selected in the Combo control restores after the options reloading
- Form. The input destructor issue while using Optimus
- Form. The `enable()` method fails when a form contains a Fieldset control with a spacer
- Grid/TreeGrid. Row selection gets lost after dragging a column
- Tree. Checkbox states are not displayed in the serialized data

Version 8.4
------------------

Expand Down

0 comments on commit 75d3dd4

Please sign in to comment.