@syncfusion/ej2-vue-gantt 20.1.55 → 20.1.56
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 +11 -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 +45 -368
- package/styles/bootstrap.css +46 -374
- package/styles/bootstrap4.css +56 -422
- package/styles/bootstrap5-dark.css +46 -369
- package/styles/bootstrap5.css +46 -369
- package/styles/fabric-dark.css +46 -367
- package/styles/fabric.css +48 -369
- package/styles/fluent-dark.css +45 -367
- package/styles/fluent.css +45 -367
- package/styles/gantt/bootstrap-dark.css +45 -368
- package/styles/gantt/bootstrap.css +46 -374
- package/styles/gantt/bootstrap4.css +56 -422
- package/styles/gantt/bootstrap5-dark.css +46 -369
- package/styles/gantt/bootstrap5.css +46 -369
- package/styles/gantt/fabric-dark.css +46 -367
- package/styles/gantt/fabric.css +48 -369
- package/styles/gantt/fluent-dark.css +45 -367
- package/styles/gantt/fluent.css +45 -367
- package/styles/gantt/highcontrast-light.css +21 -353
- package/styles/gantt/highcontrast.css +48 -403
- package/styles/gantt/material-dark.css +42 -360
- package/styles/gantt/material.css +43 -362
- package/styles/gantt/tailwind-dark.css +41 -359
- package/styles/gantt/tailwind.css +41 -359
- package/styles/highcontrast-light.css +21 -353
- package/styles/highcontrast.css +48 -403
- package/styles/material-dark.css +42 -360
- package/styles/material.css +43 -362
- package/styles/tailwind-dark.css +41 -359
- package/styles/tailwind.css +41 -359
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,17 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#F174816` - Landscape page orientation is not working when exporting Pdf has been fixed.
|
|
10
|
+
- `#377857` - Task not assigned to resources when dynamically changes from project view into resource view has been fixed.
|
|
11
|
+
|
|
12
|
+
- `#377857` - Task not assigned to resources when dynamically changes from project view into resource view has been fixed.
|
|
13
|
+
|
|
14
|
+
## 20.1.55 (2022-05-12)
|
|
15
|
+
|
|
16
|
+
### Gantt
|
|
17
|
+
|
|
18
|
+
#### Bug Fixes
|
|
19
|
+
|
|
9
20
|
- `#376228` - Duration is not updated while updating resource units using `updateRecordByID` method issue has been fixed.
|
|
10
21
|
- `#370224` - Filtering issue when rendering Gantt inside the modal has been fixed.
|
|
11
22
|
- `#376455` - Tab key navigation not working properly when moving from grid to timeline issue has been fixed.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-gantt.umd.min.js
|
|
3
|
-
* version : 20.1.
|
|
3
|
+
* version : 20.1.56
|
|
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
|