@syncfusion/ej2-react-gantt 20.4.50 → 20.4.51

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,19 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ -`I432910`- Export Issue with Predecessor Connectivity for Filtered Data.
10
+ -`#I434098`- Script error occurs when updating resources dynamically without child mapping.
11
+
12
+
13
+ -`I432910`- Export Issue with Predecessor Connectivity for Filtered Data.
14
+
15
+
16
+ ## 20.4.50 (2023-02-14)
17
+
18
+ ### Gantt
19
+
20
+ #### Bug Fixes
21
+
9
22
  - `#I431629`- A script error is thrown while performing tab navigation on the last row.
10
23
 
11
24
  - `#I431629` - A script error is thrown while performing tab navigation on the last row.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-gantt.min.js
3
- * version : 20.4.50
3
+ * version : 20.4.51
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. 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 : 20.4.50
3
+ * version : 20.4.51
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. 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@20.4.49",
3
+ "_id": "@syncfusion/ej2-react-gantt@20.4.50",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-TndJGQPdcWY8P8UlPzc7ePDxai4EH3ZvusmFUqaUrf1dAZlrblVWMdnbWdttS1GnQUUr9nXLQGhlWxpY1A/Bwg==",
5
+ "_integrity": "sha512-CkdhREfoy0802xK8X2jbmUZVS5iCl7iOXGBjzUYHntmkepHe7ph7J0rUm/l3hM2Xldwtbmb8Pd4C8Y08+sg9mA==",
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.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-gantt/-/ej2-react-gantt-20.4.49.tgz",
23
- "_shasum": "1b0015cdbf6249f52d5b0377c37e3b86835c93fd",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-gantt/-/ej2-react-gantt-20.4.50.tgz",
23
+ "_shasum": "cd58f811f9dbf1748d4e1194d1a5dc708efa7dbb",
24
24
  "_spec": "@syncfusion/ej2-react-gantt@*",
25
25
  "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
26
26
  "author": {
@@ -31,8 +31,8 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~20.4.48",
35
- "@syncfusion/ej2-gantt": "20.4.50",
34
+ "@syncfusion/ej2-base": "~20.4.51",
35
+ "@syncfusion/ej2-gantt": "20.4.51",
36
36
  "@syncfusion/ej2-react-base": "~20.4.48"
37
37
  },
38
38
  "deprecated": false,
@@ -55,6 +55,6 @@
55
55
  "type": "git",
56
56
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
57
57
  },
58
- "version": "20.4.50",
58
+ "version": "20.4.51",
59
59
  "sideEffects": false
60
60
  }