dhx-suite 9.2.1 → 9.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dhx-suite",
3
- "version": "9.2.1",
3
+ "version": "9.2.3",
4
4
  "description": "dhtmlxSuite widget",
5
5
  "homepage":"https://docs.dhtmlx.com/suite/",
6
6
  "license":"GPL",
package/readme.txt CHANGED
@@ -1,7 +1,7 @@
1
1
  DHTMLX Suite
2
2
  ============
3
3
 
4
- Version 9.2.1, Standard
4
+ Version 9.2.3, Standard
5
5
 
6
6
  License
7
7
  ------------
package/whatsnew.txt CHANGED
@@ -1,3 +1,18 @@
1
+ # Version 9.2.3 (October 21, 2025)
2
+
3
+ ### Fixes
4
+
5
+ - Grid. Performance issues caused by using `comboFilter` in the Grid header while a large dataset is loaded
6
+ - Grid. The issue with the "combobox" editor not closing on pressing the "Enter" button
7
+
8
+ # Version 9.2.2 (October 1, 2025)
9
+
10
+ ### Fixes
11
+
12
+ - Layout. The error that occurred on clicking the scrollbar in an attached List component
13
+ - Grid. Incorrect date format of exported columns with dates in some cases
14
+ - Tree. Performance issues in trees with deep nesting structure
15
+
1
16
  # Version 9.2.1 (September 1, 2025)
2
17
 
3
18
  ### Fixes