@syncfusion/ej2-vue-gantt 20.3.56 → 20.3.58
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,45 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I416610` - Able to scroll vertically when virtual scrolling enabled without scrollable records issue has been fixed.
|
|
10
|
+
- `#I417049` - Adding duration to an unscheduled task affects the project start date.
|
|
11
|
+
|
|
12
|
+
- `#I416610` - Able to scroll vertically when virtual scrolling enabled without scrollable records issue has been fixed.
|
|
13
|
+
|
|
14
|
+
## 20.3.57 (2022-11-15)
|
|
15
|
+
|
|
16
|
+
### Gantt
|
|
17
|
+
|
|
18
|
+
#### Bug Fixes
|
|
19
|
+
|
|
20
|
+
- `#I413261` - Dependency values for the parent task are not properly updated issue has been fixed.
|
|
21
|
+
- `#I410200` - Timeline headers disappears when timeline changes dynamically.
|
|
22
|
+
- `#I413560` - Datasource Property not updated properly after row indent and outdent issue has been fixed.
|
|
23
|
+
- `#I65261` - Filtering functionality issues in duration column.
|
|
24
|
+
- `#I65321` - Task duration is not calculated properly in dialog edit.
|
|
25
|
+
|
|
26
|
+
- `#I413560` - Datasource Property not updated properly after row indent and outdent issue has been fixed.
|
|
27
|
+
|
|
28
|
+
## 20.3.56 (2022-11-08)
|
|
29
|
+
|
|
30
|
+
### Gantt
|
|
31
|
+
|
|
32
|
+
#### Bug Fixes
|
|
33
|
+
|
|
34
|
+
- `#I414182` - Datasource Property not updated properly after row drag and drop issue has been fixed.
|
|
35
|
+
- `#I413625` - Current view data not updated properly when dynamically change the view type issue has been fixed.
|
|
36
|
+
- `#I414481` - Dynamically updating the `renderBaseline` property in immutable mode issue has been fixed.
|
|
37
|
+
|
|
38
|
+
- `#I413261` - Dependency values for the parent task are not properly updated issue has been fixed.
|
|
39
|
+
- `#I414182` - Datasource Property not updated properly after row drag and drop issue has been fixed.
|
|
40
|
+
- `#I413625` - Current view data not updated properly when dynamically change the view type issue has been fixed.
|
|
41
|
+
|
|
42
|
+
## 20.3.52 (2022-10-26)
|
|
43
|
+
|
|
44
|
+
### Gantt
|
|
45
|
+
|
|
46
|
+
#### Bug Fixes
|
|
47
|
+
|
|
9
48
|
- `#I413261` - Dependency values for the parent task are not properly updated issue has been fixed.
|
|
10
49
|
- `#I412821` - Row drag and drop is not working properly when Virtualization is enabled.
|
|
11
50
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-gantt.umd.min.js
|
|
3
|
-
* version : 20.3.
|
|
3
|
+
* version : 20.3.58
|
|
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
|