Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/whatsnew.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ 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.5

Released on June 5, 2025

### Fixes

- DataCollection/TreeCollection. Fixed the [`sort()`](data_collection/api/datacollection_sort_method/) method in the `smartSorting` mode when sorting by more than three parameters
- Grid. The `multiselect/select` editor passes the id instead of the value, while exporting data to an .xslx file
- Grid. Sorting by the third column disregards the prior two-column sort order

## Version 9.1.4

Released on June 3, 2025
Expand Down
Loading