@syncfusion/ej2-vue-gantt 19.3.47 → 19.3.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 +35 -0
- package/dist/ej2-vue-gantt.umd.min.js +1 -10
- package/dist/global/ej2-vue-gantt.min.js +10 -0
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +1 -1
- package/styles/bootstrap.css +1 -1
- package/styles/bootstrap4.css +1 -1
- package/styles/bootstrap5-dark.css +2 -1
- package/styles/bootstrap5.css +2 -1
- package/styles/fabric-dark.css +1 -1
- package/styles/fabric.css +1 -1
- package/styles/gantt/bootstrap-dark.css +1 -1
- package/styles/gantt/bootstrap.css +1 -1
- package/styles/gantt/bootstrap4.css +1 -1
- package/styles/gantt/bootstrap5-dark.css +2 -1
- package/styles/gantt/bootstrap5.css +2 -1
- package/styles/gantt/fabric-dark.css +1 -1
- package/styles/gantt/fabric.css +1 -1
- package/styles/gantt/highcontrast-light.css +1 -1
- package/styles/gantt/highcontrast.css +1 -1
- package/styles/gantt/material-dark.css +1 -1
- package/styles/gantt/material.css +1 -1
- package/styles/gantt/tailwind-dark.css +1 -1
- package/styles/gantt/tailwind.css +1 -1
- package/styles/highcontrast-light.css +1 -1
- package/styles/highcontrast.css +1 -1
- package/styles/material-dark.css +1 -1
- package/styles/material.css +1 -1
- package/styles/tailwind-dark.css +1 -1
- package/styles/tailwind.css +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,41 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#347613` - Connector line issue after updating the datasource dynamically has been fixed.
|
|
10
|
+
- `#346909` - Issue in disable custom context menu has been fixed.
|
|
11
|
+
|
|
12
|
+
## 19.3.55 (2021-11-23)
|
|
13
|
+
|
|
14
|
+
### Gantt
|
|
15
|
+
|
|
16
|
+
#### Bug Fixes
|
|
17
|
+
|
|
18
|
+
- `#347753` - Issue in `defaultedit` edit type has been fixed.
|
|
19
|
+
|
|
20
|
+
## 19.3.53 (2021-11-12)
|
|
21
|
+
|
|
22
|
+
### Gantt
|
|
23
|
+
|
|
24
|
+
#### Bug Fixes
|
|
25
|
+
|
|
26
|
+
- `#342557` - In fixed work type duration update issue has been fixed.
|
|
27
|
+
|
|
28
|
+
## 19.3.48 (2021-11-02)
|
|
29
|
+
|
|
30
|
+
### Gantt
|
|
31
|
+
|
|
32
|
+
#### Bug Fixes
|
|
33
|
+
|
|
34
|
+
- `#343417` - Issue in updating row index after row drag and drop has been fixed.
|
|
35
|
+
- `#346516` - Issue in context menu after cell editing has been fixed.
|
|
36
|
+
- `#346736` - Issue in rendering connector points when progress field is not mapped has been fixed.
|
|
37
|
+
|
|
38
|
+
## 19.3.47 (2021-10-26)
|
|
39
|
+
|
|
40
|
+
### Gantt
|
|
41
|
+
|
|
42
|
+
#### Bug Fixes
|
|
43
|
+
|
|
9
44
|
- `#343991` - Additional parameters are not passed to `BatchUpdate` method when deleting the row issue has been fixed.
|
|
10
45
|
- `#344100` - Issue in cancelling the drawing of predecessor line in `actionBegin` event has been fixed.
|
|
11
46
|
- `#345841` - Issue on taskbar editing when timezone property set as `UTC` has been fixed.
|
|
@@ -1,15 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-gantt.umd.min.js
|
|
3
|
-
* version : 19.3.
|
|
4
|
-
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
|
-
* Use of this code is subject to the terms of our license.
|
|
6
|
-
* A copy of the current license can be obtained at any time by e-mailing
|
|
7
|
-
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
8
|
-
* applicable laws.
|
|
9
|
-
*/
|
|
10
|
-
/*!
|
|
11
|
-
* filename: ej2-vue-gantt.umd.min.js
|
|
12
|
-
* version : 19.2.55
|
|
3
|
+
* version : 19.3.56
|
|
13
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
14
5
|
* Use of this code is subject to the terms of our license.
|
|
15
6
|
* A copy of the current license can be obtained at any time by e-mailing
|