dhx-suite 9.0.1 → 9.0.2

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": "9.0.1",
3
+ "version": "9.0.2",
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.9.0.1 Standard
4
+ dhtmlxSuite v.9.0.2 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 9.0.2 (December 23, 2024)
2
+
3
+ ### Fixes
4
+
5
+ - Grid. The `input` editor doesn't work when `selection:"row"` is specified
6
+ - Grid. `autoEmptyRow` creates an additional empty row on loading external data
7
+
1
8
  # Version 9.0.1 (December 10, 2024)
2
9
 
3
10
  ### Fixes