@syncfusion/ej2-angular-gantt 30.1.38 → 30.1.39

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,26 @@
6
6
 
7
7
  #### Bug fixes
8
8
 
9
+ - `#I740257` - End date timing not updating properly when `autoCalculateDateScheduling` property is set to false has been resolved.
10
+ - `#F197010` - The issue where the last collapsed parent task was not visible during Gantt chart scrolling has been resolved.
11
+ - `#I722922` - Initial load and scroll performance of the Gantt Chart with virtualization has improved significantly, resulting in a 60% increase in rendering efficiency.
12
+
13
+ - `F159354` - Issue in locale text of predecessor tooltip has been fixed.
14
+
15
+ ## 30.1.38 (2025-07-02)
16
+
17
+ ### GanttChart
18
+
19
+ #### Bug fixes
20
+
9
21
  - `#I737233` - Unwanted Element Appearing Next to Gantt Chart During Row Drag and Drop issue has been resolved.
10
22
  - `#F196872` - The issue where the Gantt chart became unresponsive when editing the start date of a task with multiple dependency connections has been resolved.
11
23
  - `#I730000` - Resolved the issue where the scrollbar reverted to the top and white space appeared during child load in combination with the expand-on-demand action.
12
24
  - `#F196826` - Resolved the performance issue occurring when the critical path was enabled dynamically for large data sets.
13
25
 
14
- - `F159354` - Issue in locale text of predecessor tooltip has been fixed.
26
+ - `#I737233` - Unwanted Element Appearing Next to Gantt Chart During Row Drag and Drop issue has been resolved.
27
+ - `#F196872` - The issue where the Gantt chart became unresponsive when editing the start date of a task with multiple dependency connections has been resolved.
28
+ - `#F196826` - Resolved the performance issue occurring when the critical path was enabled dynamically for large data sets.
15
29
 
16
30
  ## 30.1.37 (2025-06-25)
17
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-angular-gantt",
3
- "version": "30.1.38",
3
+ "version": "30.1.39",
4
4
  "description": "Essential JS 2 Gantt Component for Angular",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",
@@ -8,7 +8,7 @@
8
8
  "dependencies": {
9
9
  "@syncfusion/ej2-base": "~30.1.38",
10
10
  "@syncfusion/ej2-angular-base": "~30.1.37",
11
- "@syncfusion/ej2-gantt": "30.1.38"
11
+ "@syncfusion/ej2-gantt": "30.1.39"
12
12
  },
13
13
  "keywords": [
14
14
  "angular",
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-gantt";
2
- export declare const pkgVer = "^29.2.0";
2
+ export declare const pkgVer = "^29.1.33";
3
3
  export declare const moduleName = "GanttModule";
4
- export declare const themeVer = "~29.2.0";
4
+ export declare const themeVer = "~29.1.33";
@@ -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.38';
4
+ exports.pkgVer = '^30.1.39';
5
5
  exports.moduleName = 'GanttModule';
6
- exports.themeVer = '~30.1.38';
6
+ exports.themeVer = '~30.1.39';
@@ -1,4 +1,4 @@
1
- export const pkgName = '@syncfusion/ej2-angular-gantt';
2
- export const pkgVer = '^30.1.38';
3
- export const moduleName = 'GanttModule';
4
- export const themeVer = '~30.1.38';
1
+ export const pkgName = '@syncfusion/ej2-angular-gantt';
2
+ export const pkgVer = '^30.1.39';
3
+ export const moduleName = 'GanttModule';
4
+ export const themeVer = '~30.1.39';