dhx-suite 9.0.2 → 9.0.4

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.2",
3
+ "version": "9.0.4",
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.2 Standard
4
+ dhtmlxSuite v.9.0.4 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,20 @@
1
+ # Version 9.0.4 (February 4, 2025)
2
+
3
+ ### Fixes
4
+
5
+ - Core. Incorrect work of `numberMask` used with the `allowNegative` property on initialization of components
6
+ - Grid. An issue with ignoring the `maxWidth` property specified for a column
7
+ - Window. An issue with restoring of embedded views (Grid scroll)
8
+
9
+ # Version 9.0.3 (January 13, 2025)
10
+
11
+ ### Fixes
12
+
13
+ - Chart. Chart bars aren't displayed if the series have the same value
14
+ - Chart. A stacked bar isn't rendered if a data object for some series doesn't contain a value
15
+ - Grid. Sorting the header "selectFilter"/"comboFilter" options with numeric data in the "number" column type
16
+ - Grid. Dragging a child item to the parent item in the TreeGrid mode
17
+
1
18
  # Version 9.0.2 (December 23, 2024)
2
19
 
3
20
  ### Fixes