From 5da6bd439b92998a94b56c8934c87e4116220dd4 Mon Sep 17 00:00:00 2001 From: Masha_Rudenko Date: Mon, 3 Aug 2026 13:56:11 +0300 Subject: [PATCH 1/2] [dev] add release notes for 9.3.8 - Grid fix for row height calculation with rowspan and autoHeight - Grid fix for autoWidth init error with grouped data and external TreeCollection --- docs/whatsnew.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/whatsnew.md b/docs/whatsnew.md index ea8574e7..e454640e 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.8 + +Released on August 3, 2026 + +### Fixes + +- Grid. Fixed the height calculation for rows with `rowspan` when `autoHeight: true` is enabled, ensuring the container expands to fit the entire spanned content +- Grid. Resolved an initialization error that occurred when using `autoWidth` with grouped data and an external `TreeCollection` + ## Version 9.3.7 Released on July 29, 2026 From d2743bb7539af61db1e4d950773c0870e1a98749 Mon Sep 17 00:00:00 2001 From: Masha_Rudenko Date: Mon, 3 Aug 2026 13:56:43 +0300 Subject: [PATCH 2/2] [fix] correct config filename in MCP server guide - manual configuration example referenced mcp.json instead of .mcp.json --- docs/guides/mcp-server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/mcp-server.md b/docs/guides/mcp-server.md index 3b7367e4..fb406344 100644 --- a/docs/guides/mcp-server.md +++ b/docs/guides/mcp-server.md @@ -72,7 +72,7 @@ The quickest way is to add the MCP server URL through the CLI: claude mcp add --transport http dhtmlx-mcp https://docs.dhtmlx.com/mcp ~~~ -Or if you prefer manual configuration, add this to your `mcp.json`: +Or if you prefer manual configuration, add this to your `.mcp.json`: ~~~jsx {