@syncfusion/ej2-vue-gantt 22.1.36 → 22.1.37
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,17 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I471925` - Cannot see a Dragged Task after Zoom In issue has been fixed.
|
|
10
|
+
- `#I473517` - Incorrect taskbar render when unit is given in hour issue has been fixed.
|
|
11
|
+
- `#I473451` - Segment taskbar is not rendered correctly issue has been fixed.
|
|
12
|
+
- `#I471730` - Taskbar not rendered properly based on duration issue has been fixed.
|
|
13
|
+
|
|
14
|
+
## 22.1.36 (2023-06-28)
|
|
15
|
+
|
|
16
|
+
### Gantt Chart
|
|
17
|
+
|
|
18
|
+
#### Bug Fixes
|
|
19
|
+
|
|
9
20
|
- `#I473901` - Baseline converted to milestone when task gets converted into milestone issue has been fixed.
|
|
10
21
|
- `#I471926` - Console error occurs in critical path when data source is empty issue has been fixed.
|
|
11
22
|
- `#I469289` - Fit to project is not working properly issue has been fixed.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-gantt.umd.min.js
|
|
3
|
-
* version : 22.1.
|
|
3
|
+
* version : 22.1.37
|
|
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
|