From 1f488bc07ab3bf92319427c59afe63eeb74e77c2 Mon Sep 17 00:00:00 2001 From: Masha_Rudenko Date: Wed, 11 Sep 2024 12:07:19 +0300 Subject: [PATCH] [add] what's new for v8.4.3 --- docs/whatsnew.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/whatsnew.md b/docs/whatsnew.md index 23f02d22..184d806d 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.3 +------------------ + +Released on September 10, 2024 + +### Fixes + +- Grid/TreeGrid. Incorrect span editing +- Grid/TreeGrid. The callback of the `dragRowIn` event is called with the source id instead of the target id +- Grid/TreeGrid. Incorrect rendering of header/footer spans +- Grid/TreeGrid. Canceling editing of a cell in the enabled `autoHeight` mode doesn't revert the value of a cell to the initial state +- Grid/TreeGrid. The `beforeColumnDrop` event fires after dragging rows +- Grid/TreeGrid. The `height` property set as a string breaks rendering of the component + Version 8.4.2 ------------------