dhx-suite 9.0.1 → 9.0.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/codebase/suite.min.js +3 -3
- package/codebase/suite.min.js.map +1 -1
- package/package.json +1 -1
- package/readme.txt +1 -1
- package/whatsnew.txt +16 -0
package/package.json
CHANGED
package/readme.txt
CHANGED
package/whatsnew.txt
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
# Version 9.0.3 (January 13, 2025)
|
|
2
|
+
|
|
3
|
+
### Fixes
|
|
4
|
+
|
|
5
|
+
- Chart. Chart bars aren't displayed if the series have the same value
|
|
6
|
+
- Chart. A stacked bar isn't rendered if a data object for some series doesn't contain a value
|
|
7
|
+
- Grid. Sorting the header "selectFilter"/"comboFilter" options with numeric data in the "number" column type
|
|
8
|
+
- Grid. Dragging a child item to the parent item in the TreeGrid mode
|
|
9
|
+
|
|
10
|
+
# Version 9.0.2 (December 23, 2024)
|
|
11
|
+
|
|
12
|
+
### Fixes
|
|
13
|
+
|
|
14
|
+
- Grid. The `input` editor doesn't work when `selection:"row"` is specified
|
|
15
|
+
- Grid. `autoEmptyRow` creates an additional empty row on loading external data
|
|
16
|
+
|
|
1
17
|
# Version 9.0.1 (December 10, 2024)
|
|
2
18
|
|
|
3
19
|
### Fixes
|