From 961c00ec6f40cea60b0b4c3e8cc61b00389bbd8f Mon Sep 17 00:00:00 2001 From: Masha_Rudenko Date: Fri, 6 Jun 2025 15:43:32 +0300 Subject: [PATCH 1/2] [add] a note for the grid column adjust property page --- .../api/gridcolumn_properties/gridcolumn_adjust_property.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/grid/api/gridcolumn_properties/gridcolumn_adjust_property.md b/docs/grid/api/gridcolumn_properties/gridcolumn_adjust_property.md index aab98464..fe149c77 100644 --- a/docs/grid/api/gridcolumn_properties/gridcolumn_adjust_property.md +++ b/docs/grid/api/gridcolumn_properties/gridcolumn_adjust_property.md @@ -33,5 +33,9 @@ const grid = new dhx.Grid("grid_container", { - The `adjust` property has a priority over the `autoWidth` property if it is specified either for the grid or for the column, and over the `width` property of the column. - The width the columns will be adjusted to also depends on the values of the `minWidth/maxWidth` properties if they are set for a column. +:::note +Note that if you change the font type, size, or offsets, the correct calculation of the `adjust` property of a cell may not be guaranteed. +::: + **Related article**: [Autosize for columns](grid/configuration.md#autosize-for-columns) From 59f3c14bed140d73450c6df53226af91cd114363 Mon Sep 17 00:00:00 2001 From: Masha_Rudenko Date: Mon, 23 Jun 2025 12:08:56 +0300 Subject: [PATCH 2/2] [add] what's new for v9.1.6 --- docs/whatsnew.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/whatsnew.md b/docs/whatsnew.md index ef343e49..58be8e0c 100644 --- a/docs/whatsnew.md +++ b/docs/whatsnew.md @@ -8,6 +8,17 @@ 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.1.6 + +Released on June 23, 2025 + +### Fixes + +- Chart. The issue with displaying of the Treemap chart with groups +- Grid. The `cellValue` parameter of the column `template` property has different values depending on whether a column is editable +- Grid. The issue with the tooltip showing in case of a custom HTML content taking the full cell's space +- Grid. The `textarea` editor saves changes made in a cell on closing instead of rendering the initial value + ## Version 9.1.5 Released on June 5, 2025