@syncfusion/ej2-vue-gantt 21.1.38 → 21.1.42
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 +14 -0
- package/dist/ej2-vue-gantt.umd.min.js +1 -1
- package/dist/global/ej2-vue-gantt.min.js +2 -2
- package/package.json +17 -17
- package/styles/bootstrap-dark.css +1 -0
- package/styles/bootstrap.css +1 -0
- package/styles/bootstrap4.css +1 -0
- package/styles/bootstrap5-dark.css +1 -0
- package/styles/bootstrap5.css +1 -0
- package/styles/fabric-dark.css +1 -0
- package/styles/fabric.css +1 -0
- package/styles/fluent-dark.css +0 -3
- package/styles/fluent.css +0 -3
- package/styles/gantt/bootstrap-dark.css +1 -0
- package/styles/gantt/bootstrap.css +1 -0
- package/styles/gantt/bootstrap4.css +1 -0
- package/styles/gantt/bootstrap5-dark.css +1 -0
- package/styles/gantt/bootstrap5.css +1 -0
- package/styles/gantt/fabric-dark.css +1 -0
- package/styles/gantt/fabric.css +1 -0
- package/styles/gantt/fluent-dark.css +0 -3
- package/styles/gantt/fluent.css +0 -3
- package/styles/gantt/highcontrast-light.css +1 -0
- package/styles/gantt/highcontrast.css +1 -0
- package/styles/gantt/material-dark.css +1 -0
- package/styles/gantt/material.css +1 -0
- package/styles/gantt/tailwind-dark.css +1 -0
- package/styles/gantt/tailwind.css +1 -0
- package/styles/highcontrast-light.css +1 -0
- package/styles/highcontrast.css +1 -0
- package/styles/material-dark.css +1 -0
- package/styles/material.css +1 -0
- package/styles/tailwind-dark.css +1 -0
- package/styles/tailwind.css +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,20 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I453787` - Duration not calculated properly in hour duration unit issue has been fixed.
|
|
10
|
+
- `#I453745` - Modified records in `actionBegin` event has invalid records issue has been fixed.
|
|
11
|
+
- `#I449552` - Child record rendered in incorrect dates during initial load issue has been fixed.
|
|
12
|
+
- -`#I452233`- Parent Taskbar template not working properly in latest version.
|
|
13
|
+
- -`#I449864`- Holiday label is not visible when we don't set height.
|
|
14
|
+
- -`#I449674`- Cannot split task when the taskbar is rendered to one day.
|
|
15
|
+
- `#I449757` - Taskbar width rendered incorrectly issue has been fixed.
|
|
16
|
+
|
|
17
|
+
## 21.1.38 (2023-04-04)
|
|
18
|
+
|
|
19
|
+
### Gantt Chart
|
|
20
|
+
|
|
21
|
+
#### Bug Fixes
|
|
22
|
+
|
|
9
23
|
- `#I451243` - Unable to set zooming levels through `zoomingLevels` property issue has been fixed.
|
|
10
24
|
- `#I447704` - Timeline tier is not changing dynamically issue has been fixed.
|
|
11
25
|
- `I447465` - Incorrect progress value on parent task when child tasks have fractional duration issue has been fixed.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-gantt.umd.min.js
|
|
3
|
-
* version : 21.1.
|
|
3
|
+
* version : 21.1.41
|
|
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
|