@syncfusion/ej2-angular-gantt 26.2.4 → 26.2.5

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
@@ -4,6 +4,17 @@
4
4
 
5
5
  ### GanttChart
6
6
 
7
+ #### Bug fixes
8
+
9
+ - `#I608398` - `autoCalculateDateScheduling` property not working properly with `loadChildOnDemand` feature issue has been fixed.
10
+ - `#896027` - `UpdateTaskId` method not working properly issue has been fixed.
11
+
12
+ - `F159354` - Issue in locale text of predecessor tooltip has been fixed.
13
+
14
+ ## 26.2.4 (2024-07-24)
15
+
16
+ ### GanttChart
17
+
7
18
  #### Features
8
19
 
9
20
  - `#I577723` - Provided support for dependency type localization in the cell edit.
@@ -13,8 +24,6 @@
13
24
  - `#603505` - Keyboard interaction for selecting all record is not working properly after clicking chart side issue has been fixed.
14
25
  - `#I607803`,`#I607856`,`#I607879`,`#I608671` - Milestone and Work Property Not Working Properly issue has been fixed.
15
26
 
16
- - `F159354` - Issue in locale text of predecessor tooltip has been fixed.
17
-
18
27
  ## 26.1.42 (2024-07-16)
19
28
 
20
29
  ### GanttChart
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-gantt@*",
3
- "_id": "@syncfusion/ej2-angular-gantt@26.1.42",
3
+ "_id": "@syncfusion/ej2-angular-gantt@26.2.4",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-iQIbHETfMPXPBa4KuYpyRJsTxL2IvN9nbR9LZThSZvIbLGDulZjcOt+NRaXOpr4WsyHdGGR2YYdpinoox67OYg==",
5
+ "_integrity": "sha512-pT4H0OqVA1BMF7u2leiODtYfGHIKBJNie/dltcFtLsHaH7akS/XLp+g7Ig283AOAAGy/lZW1aPHCRZzeLiUT/w==",
6
6
  "_location": "/@syncfusion/ej2-angular-gantt",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-gantt/-/ej2-angular-gantt-26.1.42.tgz",
23
- "_shasum": "b7502e91cf26e726037f44c924e858652e513878",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-gantt/-/ej2-angular-gantt-26.2.4.tgz",
23
+ "_shasum": "14b6600656145427870f5ce1a564118e94de35e1",
24
24
  "_spec": "@syncfusion/ej2-angular-gantt@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_26.1.1/ivypackages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~26.2.4",
35
- "@syncfusion/ej2-base": "~26.2.4",
36
- "@syncfusion/ej2-gantt": "26.2.4",
34
+ "@syncfusion/ej2-angular-base": "~26.2.5",
35
+ "@syncfusion/ej2-base": "~26.2.5",
36
+ "@syncfusion/ej2-gantt": "26.2.5",
37
37
  "tslib": "^2.3.0"
38
38
  },
39
39
  "deprecated": false,
@@ -86,5 +86,5 @@
86
86
  "schematics": "./schematics/collection.json",
87
87
  "sideEffects": false,
88
88
  "typings": "syncfusion-ej2-angular-gantt.d.ts",
89
- "version": "26.2.4"
89
+ "version": "26.2.5"
90
90
  }
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-gantt';
2
- export const pkgVer = '^26.1.42';
2
+ export const pkgVer = '^26.2.4';
3
3
  export const moduleName = 'GanttModule';
4
- export const themeVer = '~26.1.42';
4
+ export const themeVer = '~26.2.4';