@syncfusion/ej2-vue-gantt 22.1.39 → 22.2.5
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 +13 -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 +0 -1
- package/styles/bootstrap.css +0 -1
- package/styles/bootstrap4.css +0 -1
- package/styles/bootstrap5-dark.css +0 -1
- package/styles/bootstrap5.css +0 -1
- package/styles/fabric-dark.css +0 -1
- package/styles/fabric.css +0 -1
- package/styles/fluent-dark.css +0 -1
- package/styles/fluent.css +0 -1
- package/styles/gantt/bootstrap-dark.css +0 -1
- package/styles/gantt/bootstrap.css +0 -1
- package/styles/gantt/bootstrap4.css +0 -1
- package/styles/gantt/bootstrap5-dark.css +0 -1
- package/styles/gantt/bootstrap5.css +0 -1
- package/styles/gantt/fabric-dark.css +0 -1
- package/styles/gantt/fabric.css +0 -1
- package/styles/gantt/fluent-dark.css +0 -1
- package/styles/gantt/fluent.css +0 -1
- package/styles/gantt/highcontrast-light.css +0 -1
- package/styles/gantt/highcontrast.css +0 -1
- package/styles/gantt/material-dark.css +0 -1
- package/styles/gantt/material.css +0 -1
- package/styles/gantt/material3-dark.css +0 -1
- package/styles/gantt/material3.css +0 -1
- package/styles/gantt/tailwind-dark.css +0 -1
- package/styles/gantt/tailwind.css +0 -1
- package/styles/highcontrast-light.css +0 -1
- package/styles/highcontrast.css +0 -1
- package/styles/material-dark.css +0 -1
- package/styles/material.css +0 -1
- package/styles/material3-dark.css +0 -1
- package/styles/material3.css +0 -1
- package/styles/tailwind-dark.css +0 -1
- package/styles/tailwind.css +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,19 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
-`#I472635`-Using insert key highlights top row has been fixed.
|
|
10
|
+
|
|
11
|
+
- `#I480002` - Can’t open task information in the context menu issue has been fixed.
|
|
12
|
+
- `#I479988` - Ghosting bars left on screen after cancelling task bar drag.
|
|
13
|
+
- `#I479961` - Milestone baseline moves along with the milestone issue has been fixed.
|
|
14
|
+
- `#I481999` - Page refresh when using validation rules for column issue has been fixed.
|
|
15
|
+
|
|
16
|
+
## 22.1.39 (2023-07-18)
|
|
17
|
+
|
|
18
|
+
### Gantt Chart
|
|
19
|
+
|
|
20
|
+
#### Bug Fixes
|
|
21
|
+
|
|
9
22
|
- `#I45187` - Border is changed to outline in CSS issue has been fixed.
|
|
10
23
|
|
|
11
24
|
## 22.1.38 (2023-07-11)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-gantt.umd.min.js
|
|
3
|
-
* version : 22.
|
|
3
|
+
* version : 22.2.5
|
|
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
|