@syncfusion/ej2-react-gantt 25.1.39 → 25.1.40

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,6 +6,21 @@
6
6
 
7
7
  #### Bug fixes
8
8
 
9
+ - `#I566632` - Duration calculations are incorrect in edit or add dialog in decimals issue has been fixed.
10
+ - `#I577383` - Predecessor not validated properly for parent task issue has been fixed.
11
+ - `#I574986` - Console error occurs while adding segments via dialog in Gantt issue has been fixed.
12
+ - `#I570307` - Toolbar refresh script error throws in Gantt issue has been fixed.
13
+
14
+ - `#I566632` - Duration calculations are incorrect in edit or add dialog in decimals issue has been fixed.
15
+ - `#I570307` - Toolbar refresh script error throws in Gantt issue has been fixed.
16
+
17
+ ## 25.1.39 (2024-04-09)
18
+
19
+ ### GanttChart
20
+
21
+ #### Bug fixes
22
+
23
+ - `#I574841` - Console error occurs while opening dialog where fields and column are different.
9
24
  - `#I570307` - Toolbar refresh script error throws in Gantt issue has been fixed.
10
25
  - `#I568101` - The Gantt search toolbar item is not working in mobile mode issue has been fixed.
11
26
  - `#I566632` - Duration calculations are incorrect in edit or add dialog in decimals issue has been fixed.
@@ -13,6 +28,7 @@
13
28
  - `#I565427` - Dependency not validated for dynamically updating work week and holidays issue has been fixed.
14
29
  - `#I575577`,`#I575505`,`#I576464` - Console error occurred when dynamically changing the data source and other properties of the Gantt chart via button click has been fixed.
15
30
 
31
+ - `#I574841` - Console error occurs while opening dialog where fields and column are different.
16
32
  - `#I570307` - Toolbar refresh script error throws in Gantt issue has been fixed.
17
33
  - `#I568101` - The Gantt search toolbar item is not working in mobile mode issue has been fixed.
18
34
  - `#I566632` - Duration calculations are incorrect in edit or add dialog in decimals issue has been fixed.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-gantt.min.js
3
- * version : 25.1.39
3
+ * version : 25.1.40
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-gantt.umd.min.js
3
- * version : 25.1.39
3
+ * version : 25.1.40
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-react-gantt@*",
3
- "_id": "@syncfusion/ej2-react-gantt@25.1.38",
3
+ "_id": "@syncfusion/ej2-react-gantt@25.1.39",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-vTVnZ4TIJgPH7KCK+AiDN5QeR2+asXTpcAOBhR3mLDFzGVs7543g+TnMdNrNPKIKSu7TRjDDBgohqR1++q5uew==",
5
+ "_integrity": "sha512-24trwbjnLI6JXY2bGvcX2krC/8AW1l7VUtMja7TnviITzfXCswV2PDlLOpt4Fg+2+gHSRgsIP3Atibvc1TpHAw==",
6
6
  "_location": "/@syncfusion/ej2-react-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-hotfix-new/@syncfusion/ej2-react-gantt/-/ej2-react-gantt-25.1.38.tgz",
23
- "_shasum": "e25c14ce45441ca64ae0a3cd5cbf61e22932d1ac",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-gantt/-/ej2-react-gantt-25.1.39.tgz",
23
+ "_shasum": "2a79cb6586621707071186f7251f41973db87b37",
24
24
  "_spec": "@syncfusion/ej2-react-gantt@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_25.1.1/packages/included",
26
26
  "author": {
@@ -32,7 +32,7 @@
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-base": "~25.1.35",
35
- "@syncfusion/ej2-gantt": "25.1.39",
35
+ "@syncfusion/ej2-gantt": "25.1.40",
36
36
  "@syncfusion/ej2-react-base": "~25.1.35"
37
37
  },
38
38
  "deprecated": false,
@@ -53,6 +53,6 @@
53
53
  "type": "git",
54
54
  "url": "https://github.com/syncfusion/ej2-react-ui-components.git"
55
55
  },
56
- "version": "25.1.39",
56
+ "version": "25.1.40",
57
57
  "sideEffects": false
58
58
  }