@syncfusion/ej2-vue-gantt 21.2.9 → 21.2.10
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,19 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I459187` - Newly added record missed at the bottom in virtual scroll issue has been fixed.
|
|
10
|
+
- `#I469401` - Resource names gets duplicated in right label issue has been fixed.
|
|
11
|
+
- `#I464184` - Progress width not updated properly in split tasks issue has been fixed.
|
|
12
|
+
- `#F182318` - Progress width not updated properly in manual tasks after zooming action issue has been fixed.
|
|
13
|
+
|
|
14
|
+
- `#I464184` - Progress width not updated properly in split tasks issue has been fixed.
|
|
15
|
+
|
|
16
|
+
## 21.2.9 (2023-06-06)
|
|
17
|
+
|
|
18
|
+
### Gantt Chart
|
|
19
|
+
|
|
20
|
+
#### Bug Fixes
|
|
21
|
+
|
|
9
22
|
- `#I467744` - Provided support for virtual scroll in resource view multitask bar.
|
|
10
23
|
- `#I464831` - Incorrect render of segments when we give end date while declaring segment in data source issue has been fixed.
|
|
11
24
|
- `#I461924` - Bug Script Error throws while using Virtualization with Collapse All action.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-gantt.umd.min.js
|
|
3
|
-
* version : 21.2.
|
|
3
|
+
* version : 21.2.10
|
|
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
|