@syncfusion/ej2-angular-gantt 30.1.39 → 30.1.41

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,11 +6,25 @@
6
6
 
7
7
  #### Bug fixes
8
8
 
9
+ - `#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
+ - `#I744105` - Console error occurs while refresh the component with toolbar template issue has been resolved.
11
+ - `#I744544` - Fixed incorrect parent taskbar rendering by ensuring child tasks update before parent during dependency has been resolved.
12
+ - `#I746332` - Console error occurs when refresh action is performed in Gantt followed by toolbar add action issue has been resolved.
13
+ - `#I748609` - The issue where the `actionBegin` event was not triggered during the save operation following cell editing has been successfully resolved.
14
+
15
+ - `F159354` - Issue in locale text of predecessor tooltip has been fixed.
16
+
17
+ ## 30.1.39 (2025-07-08)
18
+
19
+ ### GanttChart
20
+
21
+ #### Bug fixes
22
+
9
23
  - `#I740257` - End date timing not updating properly when `autoCalculateDateScheduling` property is set to false has been resolved.
10
24
  - `#F197010` - The issue where the last collapsed parent task was not visible during Gantt chart scrolling has been resolved.
11
25
  - `#I722922` - Initial load and scroll performance of the Gantt Chart with virtualization has improved significantly, resulting in a 60% increase in rendering efficiency.
12
26
 
13
- - `F159354` - Issue in locale text of predecessor tooltip has been fixed.
27
+ - `#I740257` - End date timing not updating properly when `autoCalculateDateScheduling` property is set to false has been resolved.
14
28
 
15
29
  ## 30.1.38 (2025-07-02)
16
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-angular-gantt",
3
- "version": "30.1.39",
3
+ "version": "30.1.41",
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.39"
11
+ "@syncfusion/ej2-gantt": "30.1.41"
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.1.33";
2
+ export declare const pkgVer = "^30.1.39";
3
3
  export declare const moduleName = "GanttModule";
4
- export declare const themeVer = "~29.1.33";
4
+ export declare const themeVer = "~30.1.39";
@@ -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.39';
4
+ exports.pkgVer = '^30.1.41';
5
5
  exports.moduleName = 'GanttModule';
6
- exports.themeVer = '~30.1.39';
6
+ exports.themeVer = '~30.1.41';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-gantt';
2
- export const pkgVer = '^30.1.39';
2
+ export const pkgVer = '^30.1.41';
3
3
  export const moduleName = 'GanttModule';
4
- export const themeVer = '~30.1.39';
4
+ export const themeVer = '~30.1.41';