@syncfusion/ej2-vue-gantt 21.2.5 → 21.2.8
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,11 +6,40 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I461738` - Updating custom column change the end date issue has been fixed
|
|
10
|
+
- `#I461564` - Editing cell followed by context menu does not work issue has been fixed
|
|
11
|
+
- `#I461800` - Console error while exporting pdf error has been fixed.
|
|
12
|
+
- `#I464045` - Parent dependency renders though we set `allowParentDependency` as false issue has been fixed.
|
|
13
|
+
- `#I462271` - Taskbar not rendered when we use taskbar template issue has been fixed.
|
|
14
|
+
- `#I460869`- Issue in Resource view wont display resource name has been fixed
|
|
15
|
+
- `#I461105` - Baseline dates rendered incorrectly in without `dayWorkingTime` issue has been fixed.
|
|
16
|
+
- -`#I460869`- Issue in Resource view wont display resource name has been fixed.
|
|
17
|
+
|
|
18
|
+
- `#I462271` - Taskbar not rendered when we use taskbar template issue has been fixed.
|
|
19
|
+
- `#I460869`- Issue in Resource view wont display resource name has been fixed
|
|
20
|
+
|
|
21
|
+
## 21.2.6 (2023-05-23)
|
|
22
|
+
|
|
23
|
+
### Gantt Chart
|
|
24
|
+
|
|
25
|
+
#### Bug Fixes
|
|
26
|
+
|
|
27
|
+
- `#I461435` - Adding and deleting record rapidly while displaying tooltip cause error has been fixed.
|
|
28
|
+
- `#I461087` - Offset value getting modified incorrectly issue has been fixed.
|
|
29
|
+
- `#I461778` - Misalignment in rows on Tree Grid and Gantt in virtual scroll issue has been fixed
|
|
30
|
+
|
|
31
|
+
## 21.2.5 (2023-05-16)
|
|
32
|
+
|
|
33
|
+
### Gantt Chart
|
|
34
|
+
|
|
35
|
+
#### Bug Fixes
|
|
36
|
+
|
|
9
37
|
- `#I461778` - Misalignment in rows on Tree Grid and Gantt in virtual scroll issue has been fixed
|
|
10
38
|
- `#I181309` - splitter position not updating after resize issue has been fixed.
|
|
11
39
|
- `#I449506` - Moving child row referencing another parent row will not move all of the descendants of that another parent row issue has been fixed.
|
|
12
40
|
- `#I457803` - Offset value is not correctly updated while connecting predecessor issue has been fixed.
|
|
13
41
|
- `#I449944` - Zoom out button in toolbar not enabled once after zoom in operation issue has been fixed.
|
|
42
|
+
- `#I434098` - Issue while rendering resource view without child mapping has been fixed.
|
|
14
43
|
|
|
15
44
|
## 21.2.4 (2023-05-09)
|
|
16
45
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-gantt.umd.min.js
|
|
3
|
-
* version : 21.2.
|
|
3
|
+
* version : 21.2.8
|
|
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
|