@syncfusion/ej2-angular-gantt 33.2.6 → 33.2.12
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,22 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug fixes
|
|
8
8
|
|
|
9
|
+
- `#I839116` - Fixed an issue where dependency lines and milestone tasks were not visible during unscheduled task mode in the Gantt chart.
|
|
10
|
+
- `#I832998` - Resolved a load time performance issue caused by extensive holiday rendering.
|
|
11
|
+
- `#FB74245` - Fixed an issue in the react Gantt Chart where expand, collapse, and edit actions became unresponsive after CRUD operations on collapsed tasks when `enableMultiTaskbar` was enabled.
|
|
12
|
+
|
|
13
|
+
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
|
|
14
|
+
|
|
15
|
+
## 33.2.6 (2026-05-12)
|
|
16
|
+
|
|
17
|
+
### GanttChart
|
|
18
|
+
|
|
19
|
+
#### Bug fixes
|
|
20
|
+
|
|
9
21
|
- `#I832625` - Fixed an issue where unscheduled tasks with predecessors caused an exception during the initial load of the Gantt chart has been resolved.
|
|
10
22
|
- `#I830330` - Fixed an issue where, on initial load, the parent task ignored unscheduled child task dates, resulting in an incorrect parent taskbar timeline.
|
|
11
23
|
- `#I833869` - Fixed an issue where the `EventMarker` date was rendered at an incorrect position when a timezone was specified.
|
|
12
24
|
|
|
13
|
-
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
|
|
14
|
-
|
|
15
25
|
## 33.2.4 (2026-04-28)
|
|
16
26
|
|
|
17
27
|
### GanttChart
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-gantt",
|
|
3
|
-
"version": "33.2.
|
|
3
|
+
"version": "33.2.12",
|
|
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
9
|
"@syncfusion/ej2-base": "~33.2.3",
|
|
10
|
-
"@syncfusion/ej2-angular-base": "~33.2.
|
|
11
|
-
"@syncfusion/ej2-gantt": "33.2.
|
|
10
|
+
"@syncfusion/ej2-angular-base": "~33.2.10",
|
|
11
|
+
"@syncfusion/ej2-gantt": "33.2.12"
|
|
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 = '^33.2.
|
|
4
|
+
exports.pkgVer = '^33.2.12';
|
|
5
5
|
exports.moduleName = 'GanttModule';
|
|
6
|
-
exports.themeVer = '~33.2.
|
|
6
|
+
exports.themeVer = '~33.2.12';
|