dhx-suite 8.3.2 → 8.3.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dhx-suite",
3
- "version": "8.3.2",
3
+ "version": "8.3.3",
4
4
  "description": "dhtmlxSuite widget",
5
5
  "homepage":"https://docs.dhtmlx.com",
6
6
  "license":"GPL",
package/readme.txt CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
3
 
4
- dhtmlxSuite v.8.3.2 Standard
4
+ dhtmlxSuite v.8.3.3 Standard
5
5
  This software is covered by GPL-2.0 License. Usage without proper license is prohibited.
6
6
 
7
7
  (c) XB Software.
package/whatsnew.txt CHANGED
@@ -1,3 +1,10 @@
1
+ # Version 8.3.3 (December 7, 2023)
2
+
3
+ ### Fixes
4
+
5
+ - Grid/TreeGrid. Fix the issue with impossibility to unselect the row that was selected first
6
+ - Grid/TreeGrid. Fix the issue with the beforeEditEnd/afterEditEnd events firing twice when the Esc or Enter key is pressed
7
+
1
8
  # Version 8.3.2 (December 4, 2023)
2
9
 
3
10
  ### Fixes