@syncfusion/ej2-angular-gantt 29.2.8 → 29.2.10

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,25 @@
6
6
 
7
7
  #### Bug fixes
8
8
 
9
+ - `#I729260` - Resolved an issue where connector lines couldn't connect between two tasks and the tooltip position was displayed incorrectly.
10
+ - `#I731175` - The issue of incorrect dates in PDF export when the `showWeekend` property is disabled has been fixed.
11
+
12
+ - `F159354` - Issue in locale text of predecessor tooltip has been fixed.
13
+
14
+ ## 29.2.8 (2025-06-03)
15
+
16
+ ### GanttChart
17
+
18
+ #### Bug fixes
19
+
9
20
  - `#I729423` - Revert to Previous Dates if End Date is Set to the Same as Start Date on Cell Edit Save and vice versa issue has been resolved.
10
21
  - `#I726732` - Resolved an issue where filtering was not maintained after performing a sorting action.
11
22
  - `#I728854` - The issue where the taskbar template was rendered outside the Gantt Chart container after performing a row drag-and-drop has been resolved.
12
23
  - `#I729516` - The issue where dependency lines were rendering incorrectly when connecting tasks using `SSType` has been resolved.
13
24
 
14
- - `F159354` - Issue in locale text of predecessor tooltip has been fixed.
25
+ - `#I729423` - Revert to Previous Dates if End Date is Set to the Same as Start Date on Cell Edit Save and vice versa issue has been resolved.
26
+ - `#I726732` - Resolved an issue where filtering was not maintained after performing a sorting action.
27
+ - `#I728854` - The issue where the taskbar template was rendered outside the Gantt Chart container after performing a row drag-and-drop has been resolved.
15
28
 
16
29
  ## 29.2.7 (2025-05-21)
17
30
 
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-angular-gantt",
3
- "version": "29.2.8",
3
+ "version": "29.2.10",
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": "~29.2.4",
10
- "@syncfusion/ej2-angular-base": "~29.2.4",
11
- "@syncfusion/ej2-gantt": "29.2.8"
10
+ "@syncfusion/ej2-angular-base": "~29.2.10",
11
+ "@syncfusion/ej2-gantt": "29.2.10"
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 = '^29.2.8';
4
+ exports.pkgVer = '^29.2.10';
5
5
  exports.moduleName = 'GanttModule';
6
- exports.themeVer = '~29.2.8';
6
+ exports.themeVer = '~29.2.10';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-gantt';
2
- export const pkgVer = '^29.2.8';
2
+ export const pkgVer = '^29.2.10';
3
3
  export const moduleName = 'GanttModule';
4
- export const themeVer = '~29.2.8';
4
+ export const themeVer = '~29.2.10';