@syncfusion/ej2-vue-gantt 25.1.38 → 25.1.40
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,33 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug fixes
|
|
8
8
|
|
|
9
|
+
- `#I566632` - Duration calculations are incorrect in edit or add dialog in decimals issue has been fixed.
|
|
10
|
+
- `#I577383` - Predecessor not validated properly for parent task issue has been fixed.
|
|
11
|
+
- `#I574986` - Console error occurs while adding segments via dialog in Gantt issue has been fixed.
|
|
12
|
+
- `#I570307` - Toolbar refresh script error throws in Gantt issue has been fixed.
|
|
13
|
+
|
|
14
|
+
- `#I577383` - Predecessor not validated properly for parent task issue has been fixed.
|
|
15
|
+
|
|
16
|
+
## 25.1.39 (2024-04-09)
|
|
17
|
+
|
|
18
|
+
### GanttChart
|
|
19
|
+
|
|
20
|
+
#### Bug fixes
|
|
21
|
+
|
|
22
|
+
- `#I574841` - Console error occurs while opening dialog where fields and column are different.
|
|
23
|
+
- `#I570307` - Toolbar refresh script error throws in Gantt issue has been fixed.
|
|
24
|
+
- `#I568101` - The Gantt search toolbar item is not working in mobile mode issue has been fixed.
|
|
25
|
+
- `#I566632` - Duration calculations are incorrect in edit or add dialog in decimals issue has been fixed.
|
|
26
|
+
- `#I566103` - Baseline not showing in multi taskbar view.
|
|
27
|
+
- `#I565427` - Dependency not validated for dynamically updating work week and holidays issue has been fixed.
|
|
28
|
+
- `#I575577`,`#I575505`,`#I576464` - Console error occurred when dynamically changing the data source and other properties of the Gantt chart via button click has been fixed.
|
|
29
|
+
|
|
30
|
+
## 25.1.38 (2024-04-02)
|
|
31
|
+
|
|
32
|
+
### GanttChart
|
|
33
|
+
|
|
34
|
+
#### Bug fixes
|
|
35
|
+
|
|
9
36
|
- `#I566539` - Console error occurs while saving custom data in add dialog box with validation rule issue has been fixed.
|
|
10
37
|
- `#I553748` - Timeline dates validated wrongly after cell editing with timeline virtualization enabled issue has been fixed.
|
|
11
38
|
- `#I565751` - The chart side does not refresh when any record is edited by cell editing issue has been fixed.
|
|
@@ -33,7 +60,6 @@
|
|
|
33
60
|
- `#I565359` - When `allowEditing` is disabled in a resource view, a console error is thrown issue has been fixed.
|
|
34
61
|
- `#I565427` - Dependency not validated for dynamically updating work week and holidays issue has been fixed.
|
|
35
62
|
- `#I560166` - The context menu using "add child" for any task, dependency line validation is not working properly.
|
|
36
|
-
- `#I566103` - Baseline not showing in multi taskbar view.
|
|
37
63
|
|
|
38
64
|
- `#I562492` - `actionBegin` arguments miss the last record while dragging issue has been fixed.
|
|
39
65
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-gantt.umd.min.js
|
|
3
|
-
* version : 25.1.
|
|
3
|
+
* version : 25.1.40
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. 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
|