From e14f448f1505ad09ce1ae8cec2f35ecc79667239 Mon Sep 17 00:00:00 2001 From: Masha_Rudenko Date: Fri, 24 Jul 2026 12:33:42 +0300 Subject: [PATCH] [dev] add release notes for 9.3.6 - Form and Grid fixes listed for the 9.3.6 patch release --- docs/whatsnew.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/whatsnew.md b/docs/whatsnew.md index 2578afaf..e06154b4 100644 --- a/docs/whatsnew.md +++ b/docs/whatsnew.md @@ -8,6 +8,15 @@ 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 9.3.6 + +Released on July 24, 2026 + +### Fixes + +- Form. Fixed the `show()` method behavior to prevent overriding flexbox alignment styles with an inline `display: block` property +- Grid. Fixed the checkbox click interaction in columns with `type: "boolean"`, ensuring the state toggles correctly on user click + ## Version 9.3.5 Released on July 1, 2026