@syncfusion/ej2-react-gantt 20.2.36 → 20.2.43

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,46 @@
4
4
 
5
5
  ### Gantt
6
6
 
7
+ #### Bug Fixes
8
+
9
+ - `#I393339` - Empty record is displayed after searching a text when using the refresh method issue has been fixed.
10
+ - `#I392655` - Issue in deleting multiple tasks, when one task is collapsed issue has been fixed.
11
+ - `#I394407` - Script error occurs when we edit the baseline date issue has been fixed.
12
+ - `#I376455` - Unable to focus on chart element when editing is not enabled has been fixed.
13
+ - `#I393670`, `#I393633` - End date calculated wrongly for adding new task after zoom to fit is performed issue has been fixed.
14
+ - `#I391704`-Need to disable HTML encoding in tooltip has been fixed.
15
+ - `#F149986` - Unable to use drop down edit in progress column has been fixed.
16
+
17
+ - `#I393339` - Empty record is displayed after searching a text when using the refresh method issue has been fixed.
18
+ - `#I392655` - Issue in deleting multiple tasks, when one task is collapsed issue has been fixed.
19
+ - `#I394407` - Script error occurs when we edit the baseline date issue has been fixed.
20
+ - `#I393670`, `#I393633` - End date calculated wrongly for adding new task after zoom to fit is performed issue has been fixed.
21
+
22
+ ## 20.2.39 (2022-07-19)
23
+
24
+ ### Gantt
25
+
26
+ #### Bug Fixes
27
+
28
+ - `#I389834` - Records position not updated properly in datasource when we drag and drop the records issue has been fixed.
29
+
30
+ ## 20.2.38 (2022-07-12)
31
+
32
+ ### Gantt
33
+
34
+ #### Bug Fixes
35
+
36
+ - `#I380929` - Baseline end date issue for milestone with same baseline start and end date has been fixed.
37
+ - `#I385298` - Bottom Tier not partitioned properly when zoom to fit issue has been fixed.
38
+ - `#I388575` - Virtual scroll issue when collapsed and searched has been fixed
39
+
40
+ - `#I380929` - Baseline end date issue for milestone with same baseline start and end date has been fixed.
41
+ - `#388575` - Virtual scroll issue when collapsed and searched has been fixed
42
+
43
+ ## 20.2.36 (2022-06-30)
44
+
45
+ ### Gantt
46
+
7
47
  #### Features
8
48
 
9
49
  - `#I233407`, `#I258725`, `#I280586`, `#I291191`, `#I304599`, `#F160011`, `#I310340`, `#F163773`, `#I323187`, `#I323187`, `#I346348` - Provided Critical Path support for Gantt Chart. Please find the demo link [here](https://ej2.syncfusion.com/demos/#/bootstrap5/gantt/critical-path).
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-gantt.umd.min.js
3
- * version : 20.2.36
3
+ * version : 20.2.43
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@19.19.10",
3
+ "_id": "@syncfusion/ej2-react-gantt@20.2.39",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-y+cfhh5w/+M5RvblE0TA4iR9WqzVosHUwWW5kAIyZjT6kbed/eXAjJnegZQtCy3DVv5iDSr8PxLUwKKgn4bj6Q==",
5
+ "_integrity": "sha512-+YgcBlHjoxP87MPWMqu2vObAteD10DnRPAHN5dr/d1IQo3WiKVzBgoLoIyNJYEEelZjeLCus+DvK+SD5rgURqg==",
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": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-react-gantt/-/ej2-react-gantt-19.19.10.tgz",
23
- "_shasum": "b7120326ba0db0cca2cfb2bf257686b77797c4bc",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-gantt/-/ej2-react-gantt-20.2.39.tgz",
23
+ "_shasum": "414c90218120048499910797f51e5203c2181c32",
24
24
  "_spec": "@syncfusion/ej2-react-gantt@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~20.2.36",
35
- "@syncfusion/ej2-gantt": "20.2.36",
36
- "@syncfusion/ej2-react-base": "~20.2.36"
34
+ "@syncfusion/ej2-base": "~20.2.43",
35
+ "@syncfusion/ej2-gantt": "20.2.43",
36
+ "@syncfusion/ej2-react-base": "~20.2.43"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 Gantt Component for React",
@@ -63,6 +63,6 @@
63
63
  "type": "git",
64
64
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
65
65
  },
66
- "version": "20.2.36",
66
+ "version": "20.2.43",
67
67
  "sideEffects": false
68
68
  }
@@ -458,7 +458,7 @@
458
458
  .e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
459
459
  background-color: #000;
460
460
  border-color: #000;
461
- color: #fff;
461
+ color: #1b1a19;
462
462
  font-size: 12px;
463
463
  line-height: 18px;
464
464
  padding: 0 8px 0 0;
@@ -466,7 +466,7 @@
466
466
  .e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
467
467
  background-color: #000;
468
468
  border-color: #000;
469
- color: #fff;
469
+ color: #1b1a19;
470
470
  font-size: 12px;
471
471
  line-height: 18px;
472
472
  padding: 0 0 0 8px;
@@ -1446,7 +1446,7 @@
1446
1446
  border-radius: 4px;
1447
1447
  }
1448
1448
  .e-gantt .e-gantt-chart .e-collapse-parent .e-gantt-child-taskbar-inner-div {
1449
- border: 1px solid #fff;
1449
+ border: 1px solid #1b1a19;
1450
1450
  border-bottom: 0;
1451
1451
  border-top: 0;
1452
1452
  }
@@ -1622,11 +1622,11 @@
1622
1622
  border-top-left-radius: 2px;
1623
1623
  }
1624
1624
  .e-gantt .e-gantt-chart .e-task-label {
1625
- color: #fff;
1625
+ color: #1b1a19;
1626
1626
  font-size: 12px;
1627
1627
  }
1628
1628
  .e-gantt .e-gantt-chart .e-icon {
1629
- color: #fff;
1629
+ color: #1b1a19;
1630
1630
  }
1631
1631
  .e-gantt .e-gantt-chart .e-milestone-top {
1632
1632
  border-bottom-color: #3b3a39;
@@ -1674,13 +1674,13 @@
1674
1674
  border-bottom-color: #292827;
1675
1675
  }
1676
1676
  .e-gantt .e-gantt-chart .e-downtail::after {
1677
- border-top-color: #fff;
1677
+ border-top-color: #1b1a19;
1678
1678
  }
1679
1679
  .e-gantt .e-gantt-chart .e-downtail::before {
1680
1680
  border-top-color: #292827;
1681
1681
  }
1682
1682
  .e-gantt .e-gantt-chart .e-ganttpopup .e-content {
1683
- background-color: #fff;
1683
+ background-color: #1b1a19;
1684
1684
  border-color: #292827;
1685
1685
  }
1686
1686
  .e-gantt .e-gantt-chart .e-spanclicked,
@@ -1819,7 +1819,7 @@
1819
1819
  .e-gantt.e-device .e-left-resize-gripper,
1820
1820
  .e-gantt.e-device .e-right-resize-gripper {
1821
1821
  border-color: #323130;
1822
- color: #fff;
1822
+ color: #1b1a19;
1823
1823
  }
1824
1824
  .e-gantt.e-device .e-backarrowspan {
1825
1825
  color: #000;
@@ -458,7 +458,7 @@
458
458
  .e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
459
459
  background-color: #000;
460
460
  border-color: #000;
461
- color: #fff;
461
+ color: #1b1a19;
462
462
  font-size: 12px;
463
463
  line-height: 18px;
464
464
  padding: 0 8px 0 0;
@@ -466,7 +466,7 @@
466
466
  .e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
467
467
  background-color: #000;
468
468
  border-color: #000;
469
- color: #fff;
469
+ color: #1b1a19;
470
470
  font-size: 12px;
471
471
  line-height: 18px;
472
472
  padding: 0 0 0 8px;
@@ -1446,7 +1446,7 @@
1446
1446
  border-radius: 4px;
1447
1447
  }
1448
1448
  .e-gantt .e-gantt-chart .e-collapse-parent .e-gantt-child-taskbar-inner-div {
1449
- border: 1px solid #fff;
1449
+ border: 1px solid #1b1a19;
1450
1450
  border-bottom: 0;
1451
1451
  border-top: 0;
1452
1452
  }
@@ -1622,11 +1622,11 @@
1622
1622
  border-top-left-radius: 2px;
1623
1623
  }
1624
1624
  .e-gantt .e-gantt-chart .e-task-label {
1625
- color: #fff;
1625
+ color: #1b1a19;
1626
1626
  font-size: 12px;
1627
1627
  }
1628
1628
  .e-gantt .e-gantt-chart .e-icon {
1629
- color: #fff;
1629
+ color: #1b1a19;
1630
1630
  }
1631
1631
  .e-gantt .e-gantt-chart .e-milestone-top {
1632
1632
  border-bottom-color: #3b3a39;
@@ -1674,13 +1674,13 @@
1674
1674
  border-bottom-color: #292827;
1675
1675
  }
1676
1676
  .e-gantt .e-gantt-chart .e-downtail::after {
1677
- border-top-color: #fff;
1677
+ border-top-color: #1b1a19;
1678
1678
  }
1679
1679
  .e-gantt .e-gantt-chart .e-downtail::before {
1680
1680
  border-top-color: #292827;
1681
1681
  }
1682
1682
  .e-gantt .e-gantt-chart .e-ganttpopup .e-content {
1683
- background-color: #fff;
1683
+ background-color: #1b1a19;
1684
1684
  border-color: #292827;
1685
1685
  }
1686
1686
  .e-gantt .e-gantt-chart .e-spanclicked,
@@ -1819,7 +1819,7 @@
1819
1819
  .e-gantt.e-device .e-left-resize-gripper,
1820
1820
  .e-gantt.e-device .e-right-resize-gripper {
1821
1821
  border-color: #323130;
1822
- color: #fff;
1822
+ color: #1b1a19;
1823
1823
  }
1824
1824
  .e-gantt.e-device .e-backarrowspan {
1825
1825
  color: #000;