From ce11b75d0ef5471ad25f83e38326fba2a4b8ddfa Mon Sep 17 00:00:00 2001 From: Masha_Rudenko Date: Mon, 18 Mar 2024 12:38:14 +0300 Subject: [PATCH] [add] what's new for v8.3.9 --- docs/whatsnew.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/whatsnew.md b/docs/whatsnew.md index 0b14d543..0e8f5503 100644 --- a/docs/whatsnew.md +++ b/docs/whatsnew.md @@ -8,6 +8,22 @@ 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.3.9 +------------------ + +Released on March 18, 2024 + +### Fixes + +- Date. Сonsole errors when used on iOS 16.3 in Safari +- Form. Validation for the DatePicker and Select controls +- Form. False rendering of components with the `hidden:true` property +- Grid/TreeGrid. Not displaying tooltips in the spanned footer +- Grid/TreeGrid. Initializing a grid in a web component breaks the inputFilter usage +- Grid/TreeGrid. Pressing Enter in the input filter triggers the afterSort event +- Layout. The destructor() method of the parent doesn't destruct the nested components + + Version 8.3.8 ------------------