@syncfusion/ej2-angular-gantt 30.1.41 → 30.1.42
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
|
+
- `#I745434` - Taskbar rendering is mismatched between UI and pdf export while using split task issue has been resolved.
|
|
10
|
+
- `#I732347` - Spinner is not shown when editing a cell issue has been resolved.
|
|
11
|
+
- `#I751091` - Disabling `allowEditing` property for custom columns does not work issue has been resolved.
|
|
12
|
+
|
|
13
|
+
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
|
|
14
|
+
|
|
15
|
+
## 30.1.41 (2025-07-08)
|
|
16
|
+
|
|
17
|
+
### GanttChart
|
|
18
|
+
|
|
19
|
+
#### Bug fixes
|
|
20
|
+
|
|
9
21
|
- `#F197011` - Fixed an issue where collapsed parent tasks automatically expanded during drag-and-drop in the `multitaskbar` feature, ensuring they remain collapsed as intended.
|
|
10
22
|
- `#I744105` - Console error occurs while refresh the component with toolbar template issue has been resolved.
|
|
11
23
|
- `#I744544` - Fixed incorrect parent taskbar rendering by ensuring child tasks update before parent during dependency has been resolved.
|
|
12
24
|
- `#I746332` - Console error occurs when refresh action is performed in Gantt followed by toolbar add action issue has been resolved.
|
|
13
25
|
- `#I748609` - The issue where the `actionBegin` event was not triggered during the save operation following cell editing has been successfully resolved.
|
|
14
26
|
|
|
15
|
-
- `
|
|
27
|
+
- `#F197011` - Fixed an issue where collapsed parent tasks automatically expanded during drag-and-drop in the `multitaskbar` feature, ensuring they remain collapsed as intended.
|
|
28
|
+
- `#I746332` - Console error occurs when refresh action is performed in Gantt followed by toolbar add action issue has been resolved.
|
|
29
|
+
- `#I748609` - The issue where the `actionBegin` event was not triggered during the save operation following cell editing has been successfully resolved.
|
|
16
30
|
|
|
17
31
|
## 30.1.39 (2025-07-08)
|
|
18
32
|
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-gantt",
|
|
3
|
-
"version": "30.1.
|
|
3
|
+
"version": "30.1.42",
|
|
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": "~30.1.
|
|
10
|
-
"@syncfusion/ej2-angular-base": "~30.1.
|
|
11
|
-
"@syncfusion/ej2-gantt": "30.1.
|
|
9
|
+
"@syncfusion/ej2-base": "~30.1.42",
|
|
10
|
+
"@syncfusion/ej2-angular-base": "~30.1.42",
|
|
11
|
+
"@syncfusion/ej2-gantt": "30.1.42"
|
|
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 = '^30.1.
|
|
4
|
+
exports.pkgVer = '^30.1.42';
|
|
5
5
|
exports.moduleName = 'GanttModule';
|
|
6
|
-
exports.themeVer = '~30.1.
|
|
6
|
+
exports.themeVer = '~30.1.42';
|