@syncfusion/ej2-angular-gantt 31.1.21 → 31.1.22
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,13 +6,30 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug fixes
|
|
8
8
|
|
|
9
|
+
- `#I761711` - Resolved an issue where the duration value did not appear in the edit dialog when the duration column was configured with `numericedit`.
|
|
10
|
+
- `#I766224` - The issue with the `modifiedRecords` collection not displaying data properly in the arguments of the `actionComplete` event has been resolved.
|
|
11
|
+
- `#I766986` - The issue of duplicate tasks being created when using indent and outdent actions has been resolved.
|
|
12
|
+
- `#I766218` - The `taskbarBgColor` property is now correctly applied to child records when using the Material 3 theme.
|
|
13
|
+
- `#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
|
+
- `#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
|
+
|
|
16
|
+
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
|
|
17
|
+
|
|
18
|
+
## 31.1.21 (2025-09-23)
|
|
19
|
+
|
|
20
|
+
### GanttChart
|
|
21
|
+
|
|
22
|
+
#### Bug fixes
|
|
23
|
+
|
|
9
24
|
- `#I764123` - Resolved an issue where parent task progress values were not displaying in decimal format, even when child tasks were configured with decimal values. Decimal rendering for both parent and child tasks is now properly handled by defining the appropriate format in columns.
|
|
10
25
|
- `#I763016` - The date and time change unexpectedly when using the timezone property during cell edit or add operations issue has been resolved.
|
|
11
26
|
- `#I761818` - The issue with critical path validation not working when two parent tasks are connected via a predecessor has been resolved.
|
|
12
27
|
- `#I757458` - The issue where time converted unnecessarily when the timezone was set to 'UTC' at initial load has been resolved.
|
|
13
28
|
- `#I767390` - The issue where the resource column was not rendering as `dropdown` when dynamically assigning the column collection has been resolved.
|
|
14
29
|
|
|
15
|
-
- `
|
|
30
|
+
- `#I764123` - Resolved an issue where parent task progress values were not displaying in decimal format, even when child tasks were configured with decimal values. Decimal rendering for both parent and child tasks is now properly handled by defining the appropriate format in columns.
|
|
31
|
+
- `#I757458` - The issue where time converted unnecessarily when the timezone was set to 'UTC' at initial load has been resolved.
|
|
32
|
+
- `#I767390` - The issue where the resource column was not rendering as `dropdown` when dynamically assigning the column collection has been resolved.
|
|
16
33
|
|
|
17
34
|
## 31.1.20 (2025-09-10)
|
|
18
35
|
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-gantt",
|
|
3
|
-
"version": "31.1.
|
|
3
|
+
"version": "31.1.22",
|
|
4
4
|
"description": "Essential JS 2 Gantt Component for Angular",
|
|
5
5
|
"author": "Syncfusion Inc.",
|
|
6
6
|
"license": "SEE LICENSE IN license",
|
|
7
7
|
"schematics": "./schematics/collection.json",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@syncfusion/ej2-base": "~31.1.
|
|
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.22"
|
|
12
12
|
},
|
|
13
13
|
"keywords": [
|
|
14
14
|
"angular",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-gantt";
|
|
2
|
-
export declare const pkgVer = "^
|
|
2
|
+
export declare const pkgVer = "^31.1.21";
|
|
3
3
|
export declare const moduleName = "GanttModule";
|
|
4
|
-
export declare const themeVer = "~
|
|
4
|
+
export declare const themeVer = "~31.1.21";
|
|
@@ -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.22';
|
|
5
5
|
exports.moduleName = 'GanttModule';
|
|
6
|
-
exports.themeVer = '~31.1.
|
|
6
|
+
exports.themeVer = '~31.1.22';
|