@syncfusion/ej2-angular-gantt 31.1.22 → 31.1.23
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/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,17 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug fixes
|
|
8
8
|
|
|
9
|
+
- `#I767142` - Resolved issue where records added via context menu using add `Above` or `Below` options were not displayed after Gantt refresh.
|
|
10
|
+
- `#I769702` - Issue with predecessor values containing spaces not being validated correctly has been fixed.
|
|
11
|
+
|
|
12
|
+
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
|
|
13
|
+
|
|
14
|
+
## 31.1.22 (2025-10-01)
|
|
15
|
+
|
|
16
|
+
### GanttChart
|
|
17
|
+
|
|
18
|
+
#### Bug fixes
|
|
19
|
+
|
|
9
20
|
- `#I761711` - Resolved an issue where the duration value did not appear in the edit dialog when the duration column was configured with `numericedit`.
|
|
10
21
|
- `#I766224` - The issue with the `modifiedRecords` collection not displaying data properly in the arguments of the `actionComplete` event has been resolved.
|
|
11
22
|
- `#I766986` - The issue of duplicate tasks being created when using indent and outdent actions has been resolved.
|
|
@@ -13,7 +24,8 @@
|
|
|
13
24
|
- `#I766999` - The inconsistency in the `headerText` property between the Grid and Gantt components, which prevented rendering an empty string as header text, has been fixed.
|
|
14
25
|
- `#I766241` - The issue preventing the context menu from opening for parent records in the resource view has been resolved. The context menu can be opened when `args.cancel` is set to false in the `contextMenuOpen` event.
|
|
15
26
|
|
|
16
|
-
- `
|
|
27
|
+
- `#I766224` - The issue with the `modifiedRecords` collection not displaying data properly in the arguments of the `actionComplete` event has been resolved.
|
|
28
|
+
- `#I766986` - The issue of duplicate tasks being created when using indent and outdent actions has been resolved.
|
|
17
29
|
|
|
18
30
|
## 31.1.21 (2025-09-23)
|
|
19
31
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-gantt",
|
|
3
|
-
"version": "31.1.
|
|
3
|
+
"version": "31.1.23",
|
|
4
4
|
"description": "Essential JS 2 Gantt Component for Angular",
|
|
5
5
|
"author": "Syncfusion Inc.",
|
|
6
6
|
"license": "SEE LICENSE IN license",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@syncfusion/ej2-base": "~31.1.22",
|
|
10
10
|
"@syncfusion/ej2-angular-base": "~31.1.17",
|
|
11
|
-
"@syncfusion/ej2-gantt": "31.1.
|
|
11
|
+
"@syncfusion/ej2-gantt": "31.1.23"
|
|
12
12
|
},
|
|
13
13
|
"keywords": [
|
|
14
14
|
"angular",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-gantt';
|
|
4
|
-
exports.pkgVer = '^31.1.
|
|
4
|
+
exports.pkgVer = '^31.1.23';
|
|
5
5
|
exports.moduleName = 'GanttModule';
|
|
6
|
-
exports.themeVer = '~31.1.
|
|
6
|
+
exports.themeVer = '~31.1.23';
|