@syncfusion/ej2-angular-gantt 27.2.4 → 27.2.5
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,27 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug fixes
|
|
8
8
|
|
|
9
|
+
- `#I643775` - The `queryTaskbarInfo` event wasn't triggered for virtualization with multiple taskbars enabled and tasks in a collapsed state issue has been fixed.
|
|
10
|
+
- `#I660550` - Work calculation not working properly while changing end Date in grid columns issue has been fixed.
|
|
11
|
+
- `#I660532` - `SchedulingType` Value Resets to Null even we passed value issue has been fixed.
|
|
12
|
+
- `#I652260` - Splitter persistence object is not working properly in local storage issue has been fixed.
|
|
13
|
+
- `#I658881` - Right label is not rendered properly while giving decimal value for duration issue has been fixed.
|
|
14
|
+
- `#I654502` - `fontFamily` is not changing in the PDF export for header and footer issue has been fixed.
|
|
15
|
+
- `#F194824` - On expand parent records, data not aligned properly when `loadChildOnDemand` and virtualization enabled issue has been fixed.
|
|
16
|
+
|
|
17
|
+
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
|
|
18
|
+
|
|
19
|
+
## 27.2.4 (2024-11-26)
|
|
20
|
+
|
|
21
|
+
### GanttChart
|
|
22
|
+
|
|
23
|
+
#### Bug fixes
|
|
24
|
+
|
|
9
25
|
- `#I652901` - Incorrect date calculation when `dayWorkingTime` is defined as 24 hrs issue has been fixed.
|
|
10
26
|
- `#I649832` - Negative offset getting removed when duration is in decimal issue has been fixed.
|
|
11
27
|
- `#I650300` - Offset value for unscheduled task not updated issue has been fixed.
|
|
12
28
|
- `#I656842` - Misalignment between grid and chart side issue has been fixed.
|
|
13
29
|
|
|
14
|
-
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
|
|
15
|
-
|
|
16
30
|
## 27.2.3 (2024-11-21)
|
|
17
31
|
|
|
18
32
|
### GanttChart
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-gantt@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-gantt@27.2.
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-gantt@27.2.4",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-x32xT1CDNY7fSAr94/X6MCwH57nD6i4UWufRwLPzgrbIe8TeuJsWDzczQIAL22zczq1CyOjiNhuZXlkqO523xw==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-gantt",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-gantt/-/ej2-angular-gantt-27.2.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-gantt/-/ej2-angular-gantt-27.2.4.tgz",
|
|
23
|
+
"_shasum": "bf6a4281725c663bd27a9f23f70f149cfe9ee5bc",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-gantt@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_27.1.1/ivypackages/included",
|
|
26
26
|
"author": {
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-angular-base": "~27.2.2",
|
|
35
|
-
"@syncfusion/ej2-base": "~27.2.
|
|
36
|
-
"@syncfusion/ej2-gantt": "27.2.
|
|
35
|
+
"@syncfusion/ej2-base": "~27.2.5",
|
|
36
|
+
"@syncfusion/ej2-gantt": "27.2.5"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Essential JS 2 Gantt Component for Angular",
|
|
@@ -85,5 +85,5 @@
|
|
|
85
85
|
"schematics": "./schematics/collection.json",
|
|
86
86
|
"sideEffects": false,
|
|
87
87
|
"typings": "syncfusion-ej2-angular-gantt.d.ts",
|
|
88
|
-
"version": "27.2.
|
|
88
|
+
"version": "27.2.5"
|
|
89
89
|
}
|
|
@@ -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 = '^27.2.
|
|
4
|
+
exports.pkgVer = '^27.2.5';
|
|
5
5
|
exports.moduleName = 'GanttModule';
|
|
6
|
-
exports.themeVer = '~27.2.
|
|
6
|
+
exports.themeVer = '~27.2.5';
|