@syncfusion/ej2-vue-gantt 21.1.38 → 21.2.3
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 +26 -0
- package/dist/ej2-vue-gantt.umd.min.js +1 -1
- package/dist/global/ej2-vue-gantt.min.js +2 -2
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +4 -0
- package/styles/bootstrap.css +4 -0
- package/styles/bootstrap4.css +4 -0
- package/styles/bootstrap5-dark.css +4 -0
- package/styles/bootstrap5.css +4 -0
- package/styles/fabric-dark.css +4 -0
- package/styles/fabric.css +4 -0
- package/styles/fluent-dark.css +3 -3
- package/styles/fluent.css +3 -3
- package/styles/gantt/bootstrap-dark.css +4 -0
- package/styles/gantt/bootstrap.css +4 -0
- package/styles/gantt/bootstrap4.css +4 -0
- package/styles/gantt/bootstrap5-dark.css +4 -0
- package/styles/gantt/bootstrap5.css +4 -0
- package/styles/gantt/fabric-dark.css +4 -0
- package/styles/gantt/fabric.css +4 -0
- package/styles/gantt/fluent-dark.css +3 -3
- package/styles/gantt/fluent.css +3 -3
- package/styles/gantt/highcontrast-light.css +4 -0
- package/styles/gantt/highcontrast.css +4 -0
- package/styles/gantt/material-dark.css +4 -0
- package/styles/gantt/material.css +4 -0
- package/styles/gantt/tailwind-dark.css +4 -0
- package/styles/gantt/tailwind.css +4 -0
- package/styles/highcontrast-light.css +4 -0
- package/styles/highcontrast.css +4 -0
- package/styles/material-dark.css +4 -0
- package/styles/material.css +4 -0
- package/styles/tailwind-dark.css +4 -0
- package/styles/tailwind.css +4 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,32 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## 21.2.3 (2023-05-03)
|
|
6
|
+
|
|
7
|
+
### Gantt Chart
|
|
8
|
+
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
- `#I441205` - Two spinner appears while performing action issue has been fixed.
|
|
12
|
+
- -`#I451257`- No proper template for manual milestone parent.
|
|
13
|
+
- `#I443041` - Gantt react performance rendering issue during initial load has been fixed.
|
|
14
|
+
|
|
15
|
+
## 21.1.41 (2023-04-18)
|
|
16
|
+
|
|
17
|
+
### Gantt Chart
|
|
18
|
+
|
|
19
|
+
#### Bug Fixes
|
|
20
|
+
|
|
21
|
+
- `#I453787` - Duration not calculated properly in hour duration unit issue has been fixed.
|
|
22
|
+
- `#I453745` - Modified records in `actionBegin` event has invalid records issue has been fixed.
|
|
23
|
+
- `#I449552` - Child record rendered in incorrect dates during initial load issue has been fixed.
|
|
24
|
+
- -`#I452233`- Parent Taskbar template not working properly in latest version.
|
|
25
|
+
- -`#I449864`- Holiday label is not visible when we don't set height.
|
|
26
|
+
- -`#I449674`- Cannot split task when the taskbar is rendered to one day.
|
|
27
|
+
- `#I449757` - Taskbar width rendered incorrectly issue has been fixed.
|
|
28
|
+
|
|
29
|
+
## 21.1.38 (2023-04-04)
|
|
30
|
+
|
|
5
31
|
### Gantt Chart
|
|
6
32
|
|
|
7
33
|
#### Bug Fixes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-gantt.umd.min.js
|
|
3
|
-
* version : 21.
|
|
3
|
+
* version : 21.2.3
|
|
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
|