@syncfusion/ej2-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,38 @@
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
+ ## 20.2.39 (2022-07-19)
18
+
19
+ ### Gantt
20
+
21
+ #### Bug Fixes
22
+
23
+ - `#I389834` - Records position not updated properly in datasource when we drag and drop the records issue has been fixed.
24
+
25
+ ## 20.2.38 (2022-07-12)
26
+
27
+ ### Gantt
28
+
29
+ #### Bug Fixes
30
+
31
+ - `#I380929` - Baseline end date issue for milestone with same baseline start and end date has been fixed.
32
+ - `#I385298` - Bottom Tier not partitioned properly when zoom to fit issue has been fixed.
33
+ - `#I388575` - Virtual scroll issue when collapsed and searched has been fixed
34
+
35
+ ## 20.2.36 (2022-06-30)
36
+
37
+ ### Gantt
38
+
7
39
  #### Features
8
40
 
9
41
  - `#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).