@syncfusion/ej2-angular-gantt 25.1.35-ngcc → 25.1.37-ngcc
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,18 +6,45 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug fixes
|
|
8
8
|
|
|
9
|
+
- `#F187206` - The delete action not working in remote data when `timezone` using in sample.
|
|
10
|
+
- `#I566491` - The exception is thrown when the resource ID mapping is empty issue has been fixed.
|
|
11
|
+
- `#I565418` - Start date defaulting to incorrect value when remove the start Date in add dialog.
|
|
12
|
+
- `#I566632` - Duration calculations are incorrect in edit or add dialog in decimals issue has been fixed.
|
|
13
|
+
- `#I565751` - The chart does not refresh when any record is edited by cell editing issue has been fixed.
|
|
14
|
+
- `#I566333` - Gantt chart disappeared while insert action with `timlineVirtualization` issue has been fixed.
|
|
15
|
+
- `#F186355` - Taskbar template not showing in resource view issue has been fixed.
|
|
16
|
+
- `#I562492` - `actionBegin` arguments miss the last record while dragging issue has been fixed.
|
|
17
|
+
- `#I556547` - Top and bottom tier shows null when using custom zooming level issue has been fixed.
|
|
18
|
+
- `#I566539` - Console error occurs while saving data in add dialog box with validation rule issue has been
|
|
19
|
+
- fixed.
|
|
20
|
+
- `#I553748` - Timeline dates validated wrongly after cell editing with timeline virtualization enabled issue has been fixed.
|
|
21
|
+
- `#I565439` - Work calculations are incorrect for parent task in project view issue has been fixed.
|
|
22
|
+
- `#I553710`,`#I565824` - Weekends are not highlighted while `timlineVirtualization` is enabled issue has been fixed.
|
|
23
|
+
- `#I565359` - When `allowEditing` is disabled in a resource view, a console error is thrown issue has been fixed.
|
|
24
|
+
- `#I560166` - The context menu using "add child" for any task, dependency line validation is not working properly.
|
|
25
|
+
|
|
26
|
+
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
|
|
27
|
+
|
|
28
|
+
## 25.1.35 (2024-03-15)
|
|
29
|
+
|
|
30
|
+
### GanttChart
|
|
31
|
+
|
|
32
|
+
#### Bug fixes
|
|
33
|
+
|
|
9
34
|
- `#F186965` - When we use `RTL` mode splitter settings functionality remains as in normal mode issue has been fixed.
|
|
10
35
|
- `#I561396` - When `hasChildMapping` is enabled `addParams` not working issue has been fixed.
|
|
11
36
|
- `#I546767` - Split taskbar template not working properly with multiple levels.
|
|
12
37
|
|
|
13
|
-
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
|
|
14
|
-
|
|
15
38
|
#### Features
|
|
16
39
|
|
|
17
40
|
- `#I468621`,`#I504565`,`#I518180`, `#I523106`,`#I558459` - Provided undo redo support for the actions such as `Edit`, `Add`, `Delete`, `Sorting`, `ColumnReorder`, `ColumnResize`, `Search`, `Filtering`, `ZoomIn`, `ZoomOut`, `ZoomToFit`, `ColumnState`, `Indent`, `Outdent`, `RowDragAndDrop`, `TaskbarDragAndDrop`, `PreviousTimeSpan` and `NextTimeSpan` in Gantt Chart. Please find the demo link [here](https://ej2.syncfusion.com/demos/#/bootstrap5/gantt/undo-redo.html).
|
|
18
41
|
- `#I364692` - Provided support for taskbars, task labels, and header templates in the Gantt Chart's PDF Export feature. Please find the documentation link [here](https://ej2.syncfusion.com/documentation/gantt/pdf-export/pdf-export#exporting-with-templates).
|
|
19
42
|
- `#I522246`,`#I527511`,`#I562591`- Provided [`additionalParams`](https://ej2.syncfusion.com/documentation/api/gantt/addDialogFieldSettingsModel/#additionalParams) API support to customize the Grid and RTE in edit/add dialog. Please find more information [here](https://ej2.syncfusion.com/documentation/gantt/managing-tasks/managing-tasks#customize-tab-elements).
|
|
20
43
|
|
|
44
|
+
- `#I468621`,`#I504565`,`#I518180`, `#I523106`,`#I558459` - Provided undo redo support for the actions such as `Edit`, `Add`, `Delete`, `Sorting`, `ColumnReorder`, `ColumnResize`, `Search`, `Filtering`, `ZoomIn`, `ZoomOut`, `ZoomToFit`, `ColumnState`, `Indent`, `Outdent`, `RowDragAndDrop`, `TaskbarDragAndDrop`, `PreviousTimeSpan` and `NextTimeSpan` in Gantt Chart. Please find the demo link [here](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/gantt/undo-redo.html).
|
|
45
|
+
- `#I364692` - Provided support for taskbars, task labels, and header templates in the Gantt Chart's PDF Export feature. Please find the documentation link [here](https://ej2.syncfusion.com/angular/documentation/gantt/pdf-export/pdf-export#exporting-with-templates).
|
|
46
|
+
- `#I522246`,`#I527511`,`#I562591`- Provided [`additionalParams`](https://ej2.syncfusion.com/angular/documentation/api/gantt/addDialogFieldSettingsModel/#additionalParams) API support to customize the Grid and RTE in edit/add dialog. Please find more information [here](https://ej2.syncfusion.com/angular/documentation/gantt/managing-tasks/managing-tasks#customize-tab-elements).
|
|
47
|
+
|
|
21
48
|
#### Breaking Changes
|
|
22
49
|
|
|
23
50
|
- The default value for taskType will be `fixedUnit`, even when the `work` field is mapped in `taskFields`. Previously, if the `work` field was mapped, its default value internally changed to `fixedWork`, and resource units were calculated accordingly. Now, it's necessary to specify taskType as `fixedWork` at the sample level if the `work` field is mapped in `taskFields`.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-gantt.umd.js
|
|
3
|
-
* version : 25.1.
|
|
3
|
+
* version : 25.1.37
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-gantt.umd.min.js
|
|
3
|
-
* version : 25.1.
|
|
3
|
+
* version : 25.1.37
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-gantt@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-gantt@
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-gantt@25.1.35",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-66uBbkwhS2B8jlfcA1LkrXx8K4kRlyEeMdKKR4Tt/dXyypOX0+ekcOspeWjJ2SMKGZDjWESzwPjf3XlTA19tLw==",
|
|
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-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-gantt/-/ej2-angular-gantt-25.1.35.tgz",
|
|
23
|
+
"_shasum": "c9b546818921edd0fa59f1f7fdc5136546fe3491",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-gantt@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_25.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~25.1.
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~25.1.37",
|
|
35
35
|
"@syncfusion/ej2-base": "~25.1.35",
|
|
36
|
-
"@syncfusion/ej2-gantt": "25.1.
|
|
36
|
+
"@syncfusion/ej2-gantt": "25.1.37"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Essential JS 2 Gantt Component for Angular",
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"schematics": "./schematics/collection.json",
|
|
58
58
|
"sideEffects": false,
|
|
59
59
|
"typings": "ej2-angular-gantt.d.ts",
|
|
60
|
-
"version": "25.1.
|
|
60
|
+
"version": "25.1.37-ngcc"
|
|
61
61
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-gantt";
|
|
2
|
-
export declare const pkgVer = "^
|
|
2
|
+
export declare const pkgVer = "^25.1.35";
|
|
3
3
|
export declare const moduleName = "GanttModule";
|
|
4
|
-
export declare const themeVer = "~
|
|
4
|
+
export declare const themeVer = "~25.1.35";
|
|
@@ -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 = '^25.1.
|
|
4
|
+
exports.pkgVer = '^25.1.37';
|
|
5
5
|
exports.moduleName = 'GanttModule';
|
|
6
|
-
exports.themeVer = '~25.1.
|
|
6
|
+
exports.themeVer = '~25.1.37';
|