From 18b8b1080324c17748a1aa8ddcbf950e005ffb36 Mon Sep 17 00:00:00 2001 From: Masha_Rudenko Date: Thu, 25 Jul 2024 11:26:50 +0300 Subject: [PATCH 1/2] [add] what's new for v8.4.1 --- docs/whatsnew.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/whatsnew.md b/docs/whatsnew.md index cfc9a47c..a68529fe 100644 --- a/docs/whatsnew.md +++ b/docs/whatsnew.md @@ -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 ------------------ From e650fe4aa2d50c7ef746965b9da2a4c34e8f6312 Mon Sep 17 00:00:00 2001 From: Masha_Rudenko Date: Thu, 25 Jul 2024 11:40:57 +0300 Subject: [PATCH 2/2] [add] the checked property for a tree item config --- docs/tree/loading_data.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/tree/loading_data.md b/docs/tree/loading_data.md index 4e0ce49f..29a3ea88 100644 --- a/docs/tree/loading_data.md +++ b/docs/tree/loading_data.md @@ -104,6 +104,10 @@ Each object in the data set contains configuration of a tree item. The structure checkbox (boolean) optional, enables/disables displaying a checkbox for a tree item + + checked + (boolean) optional, checks/unchecks a checkbox of a tree item, works when the checkbox property is set to true + items (array) an array of nested items