Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions docs/tree_collection/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ A set of API methods and events that allow you to work with data of a component
| [](api/treecollection_issaved_method.md) | @getshort(api/treecollection_issaved_method.md) |
| [](api/treecollection_load_method.md) | @getshort(api/treecollection_load_method.md) |
| [](api/treecollection_loaditems_method.md) | @getshort(api/treecollection_loaditems_method.md) |
| [](api/treecollection_mapvisible_method.md) | @getshort(api/treecollection_mapvisible_method.md) |
| [](api/treecollection_move_method.md) | @getshort(api/treecollection_move_method.md) |
| [](api/treecollection_parse_method.md) | @getshort(api/treecollection_parse_method.md) |
| [](api/treecollection_refreshitems_method.md) | @getshort(api/treecollection_refreshitems_method.md) |
Expand Down
11 changes: 11 additions & 0 deletions docs/whatsnew.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.2

Released on May 12, 2026

### Fixes

- Calendar. The calculation of the week number during the transition to summer time (DST) is fixed
- Grid. The issue with incorrect row height after row deletion when using pagination and lazy loading is fixed.
- Grid. The styling issue of the `BlockSelection` module when using splits (left, right, top, or bottom) is fixed.
- Grid. The issue where export to XLSX or CSV failed if a configuration object was passed without a URL is fixed.

## Version 9.3.1

Released on March 26, 2026
Expand Down
1 change: 1 addition & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -4976,6 +4976,7 @@ module.exports = {
"tree_collection/api/treecollection_issaved_method",
"tree_collection/api/treecollection_load_method",
"tree_collection/api/treecollection_loaditems_method",
"tree_collection/api/treecollection_mapvisible_method",
"tree_collection/api/treecollection_move_method",
"tree_collection/api/treecollection_parse_method",
"tree_collection/api/treecollection_refreshitems_method",
Expand Down
Loading