@syncfusion/ej2-angular-gantt 31.1.18 → 31.1.20
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,12 +6,28 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug fixes
|
|
8
8
|
|
|
9
|
+
- `#I762115` - The issue where the Offset value was not updating correctly when a dependency was connected to parent tasks has been resolved.
|
|
10
|
+
- `#I759114` - The issue where the 'Start No Later Than' constraint type was not properly enforced on the Start Date has been resolved.
|
|
11
|
+
- `#I763040` - Cell navigation not working properly when selection is disabled issue has been resolved.
|
|
12
|
+
- `#I759336` - Resolved critical task calculation to use `projectEndDate` as the maximum end date when it is mapped, replacing the previous approach of considering the task's maximum end date.
|
|
13
|
+
- `#I759336` - Resolved an issue where the `workWeek` and `weekWorkingTime` properties were not functioning correctly, causing unresponsiveness during dynamic updates.
|
|
14
|
+
|
|
15
|
+
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
|
|
16
|
+
|
|
17
|
+
## 31.1.18 (2025-09-10)
|
|
18
|
+
|
|
19
|
+
### GanttChart
|
|
20
|
+
|
|
21
|
+
#### Bug fixes
|
|
22
|
+
|
|
9
23
|
- `#I759097` - The issue where setting the constraint type to "Must Start On" caused the spinner to run continuously when modifying the End Date or Duration has been resolved.
|
|
10
24
|
`#I758384` - Console error occur while add action after hiding column by method issue has been resolved.
|
|
11
25
|
`#I755129` - The `readOnly` property not working for hierarchy data binding issue has been resolved.
|
|
12
26
|
`#I756416` - Console error occur while using different filter options issue has been resolved.
|
|
13
27
|
|
|
14
|
-
- `
|
|
28
|
+
- `#I759097` - The issue where setting the constraint type to "Must Start On" caused the spinner to run continuously when modifying the End Date or Duration has been resolved.
|
|
29
|
+
- `#I758384` - Console error occur while add action after hiding column by method issue has been resolved.
|
|
30
|
+
- `#I756416` - Console error occur while using different filter options issue has been resolved.
|
|
15
31
|
|
|
16
32
|
## 30.1.37 (2025-06-25)
|
|
17
33
|
|
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.20",
|
|
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.20",
|
|
10
10
|
"@syncfusion/ej2-angular-base": "~31.1.17",
|
|
11
|
-
"@syncfusion/ej2-gantt": "31.1.
|
|
11
|
+
"@syncfusion/ej2-gantt": "31.1.20"
|
|
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.20';
|
|
5
5
|
exports.moduleName = 'GanttModule';
|
|
6
|
-
exports.themeVer = '~31.1.
|
|
6
|
+
exports.themeVer = '~31.1.20';
|