@syncfusion/ej2-angular-gantt 30.1.39-ngcc → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +30 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -6,13 +6,42 @@
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
+
21
+ - `#I737233` - Unwanted Element Appearing Next to Gantt Chart During Row Drag and Drop issue has been resolved.
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.
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.
24
+ - `#F196826` - Resolved the performance issue occurring when the critical path was enabled dynamically for large data sets.
25
+
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.
29
+
30
+ ## 30.1.37 (2025-06-25)
31
+
32
+ ### GanttChart
33
+
34
+ #### Bug fixes
35
+
9
36
  - `#I698597` - The issue where the task label font could not be customized using `ganttStyle` in PDF exports of the Gantt chart has been resolved.
10
37
  - `#I702960` - Undo action does not work properly when drag and drop the taskbar with timeline virtualization enabled issue has been resolved.
11
38
  - `#I703918` - A script error occurred when the context menu was used in resource view after adding a dependency to a newly added record issue has been resolved.
12
39
  - `#I702456` - The issue, where the `rowSelecting` event did not trigger correctly when selecting a row using a checkbox, has been resolved.
13
40
  - `#I698654`,`#I704950` - The issue of the splitter position dynamically changing, which caused a white space, has been resolved.
14
41
 
15
- - `F159354` - Issue in locale text of predecessor tooltip has been fixed.
42
+ - `#I703918` - A script error occurred when the context menu was used in resource view after adding a dependency to a newly added record issue has been resolved.
43
+ - `#I702456` - The issue, where the `rowSelecting` event did not trigger correctly when selecting a row using a checkbox, has been resolved.
44
+ - `#I698654` - The issue of the splitter position dynamically changing, which caused a white space, has been resolved.
16
45
 
17
46
  ## 28.2.11 (2025-03-11)
18
47
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-angular-gantt",
3
- "version": "30.1.39-ngcc",
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",