Skip to content

Commit 15fd92b

Browse files
authored
Merge branch 'next' into 9.2
2 parents 0645b4c + 59f3c14 commit 15fd92b

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

docs/grid/api/gridcolumn_properties/gridcolumn_adjust_property.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,9 @@ const grid = new dhx.Grid("grid_container", {
3333
- 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.
3434
- 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.
3535

36+
:::note
37+
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.
38+
:::
39+
3640
**Related article**: [Autosize for columns](grid/configuration.md#autosize-for-columns)
3741

docs/whatsnew.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,43 @@ Released on June X, 2025
7070
- [History. Configuration](https://snippet.dhtmlx.com/m88562wf)
7171

7272

73+
## Version 9.1.6
74+
75+
Released on June 23, 2025
76+
77+
### Fixes
78+
79+
- Chart. The issue with displaying of the Treemap chart with groups
80+
- Grid. The `cellValue` parameter of the column `template` property has different values depending on whether a column is editable
81+
- Grid. The issue with the tooltip showing in case of a custom HTML content taking the full cell's space
82+
- Grid. The `textarea` editor saves changes made in a cell on closing instead of rendering the initial value
83+
84+
## Version 9.1.5
85+
86+
Released on June 5, 2025
87+
88+
### Fixes
89+
90+
- DataCollection/TreeCollection. Fixed the [`sort()`](data_collection/api/datacollection_sort_method.md) method in the `smartSorting` mode when sorting by more than three parameters
91+
- Grid. The `multiselect/select` editor passes the id instead of the value, while exporting data to an .xslx file
92+
- Grid. Sorting by the third column disregards the prior two-column sort order
93+
94+
## Version 9.1.4
95+
96+
Released on June 3, 2025
97+
98+
### Fixes
99+
100+
- Grid. A critical error during cell re-editing after unmounting the component
101+
- Grid. The value is not saved during manual editing of DateEditor
102+
- Grid. The issue with group headers rendering the ids instead of values
103+
- Grid. The localization issue
104+
- Grid. Incorrect displaying of a Japanese (Kanji/Kana) text without spaces in a single cell
105+
- Grid. Issues in the functionality of the `autoHeight` configuration property
106+
- Grid. Incorrect work of the `adjust` property of a column
107+
- Layout. A console error on collapsing the first cell
108+
- TreeCollection. Reloading data after component initialization
109+
73110
## Version 9.1.3
74111

75112
Released on April 3, 2025

0 commit comments

Comments
 (0)