@syncfusion/ej2-react-gantt 24.1.43 → 24.1.45

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,28 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I530808` - Progress width not rendered properly in split tasks issue has been fixed.
10
+ - `#F185683` - Resources are not updating properly in `actionBegin`event issue has been fixed.
11
+ - `#I532918` - Baseline width not rendered properly in PDF export issue has been fixed.
12
+ - `#F532918` - Issue with remote data while performing CRUD operation in various Gantt chart versions has been fixed.
13
+
14
+ - `#F185683` - Resources are not updating properly in `actionBegin` event issue has been fixed.
15
+ - `#I532918` - Baseline width not rendered properly in PDF export issue has been fixed.
16
+
17
+ ## 24.1.44 (2024-01-03)
18
+
19
+ ### GanttChart
20
+
21
+ #### Bug Fixes
22
+
23
+ `#I531670` - When adding record by method before saving, if the task ID is changed after taskbar hover exception thrown issue has been fixed.
24
+
25
+
26
+ `#I531670` - When adding a record by method before saving, if the task ID is changed after taskbar hover exception thrown issue has been fixed.
27
+
28
+
29
+ ## 24.1.43 (2023-12-27)
30
+
9
31
  - `#I527509` - Action begin event arguments not working properly issue has been fixed.
10
32
  - `#I517104` - Gantt component hangs whole page if timezone changed to UK(London) issue has been fixed.
11
33
 
package/README.md CHANGED
@@ -155,4 +155,4 @@ Check the changelog [here](https://github.com/syncfusion/ej2-react-ui-components
155
155
 
156
156
  See [LICENSE FILE](https://github.com/syncfusion/ej2-react-ui-components/blob/master/license) for more info.
157
157
 
158
- © Copyright 2023 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
158
+ © Copyright 2024 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-gantt.min.js
3
- * version : 24.1.43
3
+ * version : 24.1.45
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 : 24.1.43
3
+ * version : 24.1.45
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@24.1.41",
3
+ "_id": "@syncfusion/ej2-react-gantt@24.1.44",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-Ix5EM1HdMmiaycCADMCPHIPw4izBqT6GYd6P7wkdTOmnUc3IHLRq2f1/1DYEp+k19kFG3iYaTg2WhdJwvB5JQg==",
5
+ "_integrity": "sha512-XC35In/+boOA7fB0o+pwhjbQptoiLr2Gec04wpvyE6dpH86VuCG/SU6tcg1RcbUw2nqC4GnPuMZ/niH/MtHQZQ==",
6
6
  "_location": "/@syncfusion/ej2-react-gantt",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,21 +19,23 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-gantt/-/ej2-react-gantt-24.1.41.tgz",
23
- "_shasum": "67e2da46c5615e4d3c80d9020724f7f531321d4b",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-gantt/-/ej2-react-gantt-24.1.44.tgz",
23
+ "_shasum": "f716de255e7248af2838408faf9752390c434e77",
24
24
  "_spec": "@syncfusion/ej2-react-gantt@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",
26
26
  "author": {
27
27
  "name": "Syncfusion Inc."
28
28
  },
29
29
  "bugs": {
30
- "url": "https://github.com/syncfusion/ej2-react-ui-components/issues"
30
+ "url": "https://github.com/syncfusion/ej2-react-gantt/issues"
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-base": "~24.1.42",
35
- "@syncfusion/ej2-gantt": "24.1.43",
36
- "@syncfusion/ej2-react-base": "~24.1.41"
35
+ "@syncfusion/ej2-gantt": "24.1.45",
36
+ "@syncfusion/ej2-react-base": "~24.1.41",
37
+ "awesome-typescript-loader": "^3.1.3",
38
+ "source-map-loader": "^0.2.1"
37
39
  },
38
40
  "deprecated": false,
39
41
  "description": "Essential JS 2 Gantt Component for React",
@@ -41,11 +43,9 @@
41
43
  "es2015": "dist/es6/ej2-react-gantt.es2015.js",
42
44
  "homepage": "https://www.syncfusion.com/react-components",
43
45
  "keywords": [
44
- "react",
45
- "reactjs",
46
- "react-gantt",
47
- "react-gantt-chart",
48
- "JavaScript"
46
+ "ej2",
47
+ "syncfusion",
48
+ "ej2-react-gantt"
49
49
  ],
50
50
  "license": "SEE LICENSE IN license",
51
51
  "main": "./dist/ej2-react-gantt.umd.min.js",
@@ -53,8 +53,8 @@
53
53
  "name": "@syncfusion/ej2-react-gantt",
54
54
  "repository": {
55
55
  "type": "git",
56
- "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
56
+ "url": "git+https://github.com/syncfusion/ej2-react-gantt.git"
57
57
  },
58
- "version": "24.1.43",
58
+ "version": "24.1.45",
59
59
  "sideEffects": false
60
60
  }