@syncfusion/ej2-vue-gantt 22.2.5 → 22.2.8
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 +30 -0
- package/dist/ej2-vue-gantt.umd.min.js +1 -1
- package/dist/global/ej2-vue-gantt.min.js +2 -2
- package/package.json +6 -6
- package/styles/bootstrap-dark.css +1 -1
- package/styles/bootstrap.css +1 -1
- package/styles/bootstrap4.css +1 -1
- package/styles/bootstrap5-dark.css +1 -1
- package/styles/bootstrap5.css +1 -1
- package/styles/fabric-dark.css +1 -1
- package/styles/fabric.css +1 -1
- package/styles/fluent-dark.css +1 -1
- package/styles/fluent.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 +1 -1
- package/styles/gantt/bootstrap5.css +1 -1
- package/styles/gantt/fabric-dark.css +1 -1
- package/styles/gantt/fabric.css +1 -1
- package/styles/gantt/fluent-dark.css +1 -1
- package/styles/gantt/fluent.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/material3-dark.css +1 -1
- package/styles/gantt/material3.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/material3-dark.css +1 -1
- package/styles/material3.css +1 -1
- package/styles/tailwind-dark.css +1 -1
- package/styles/tailwind.css +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,36 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I485907` - When multiple records are selected after using the context menu to delete, it is not working issue has been fixed.
|
|
10
|
+
- `#I483579` - Splitter resize issue when we resize browser window issue has been fixed.
|
|
11
|
+
- `#I483399` - Style not applied for the collapsed row when the virtual scroll is enabled issue has been fixed.
|
|
12
|
+
- `#I473286` - Unable to drag taskbar and tooltip is misaligned issue has been fixed.
|
|
13
|
+
|
|
14
|
+
## 22.2.7 (2023-08-02)
|
|
15
|
+
|
|
16
|
+
### Gantt Chart
|
|
17
|
+
|
|
18
|
+
#### Bug Fixes
|
|
19
|
+
|
|
20
|
+
- `#I479591` - Critical path is not working properly when the baseline is changed dynamically issue has been fixed.
|
|
21
|
+
- `#F182867` - Edit parameters not working in date columns issue has been fixed.
|
|
22
|
+
- `#I479578` - Milestone get disappeared when we indent the record issue has been fixed.
|
|
23
|
+
- `#I481480` - Last segments resizing issue has been fixed.
|
|
24
|
+
- `#I481603` - Zoom To Fit while Search/Filtered then Clearing Search doesn't update Horizontal Scroll issue has been fixed.
|
|
25
|
+
- `#IF183168` - Record was not added in Gantt using `oDataV4Adaptor` issue has been fixed.
|
|
26
|
+
- `#I479607` - Search including extra results issue has been fixed.
|
|
27
|
+
- `#I481058` - Console error when we use RTL and taskbar template issue has been fixed.
|
|
28
|
+
- `#I482456` - Critical path not working properly issue has been fixed.
|
|
29
|
+
- `#I485219` - Selection is not working when we use react hook.
|
|
30
|
+
|
|
31
|
+
- `#I481480` - Last segment resizing issue has been fixed.
|
|
32
|
+
|
|
33
|
+
## 22.2.5 (2023-07-27)
|
|
34
|
+
|
|
35
|
+
### Gantt Chart
|
|
36
|
+
|
|
37
|
+
#### Bug Fixes
|
|
38
|
+
|
|
9
39
|
-`#I472635`-Using insert key highlights top row has been fixed.
|
|
10
40
|
|
|
11
41
|
- `#I480002` - Can’t open task information in the context menu issue has been fixed.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-gantt.umd.min.js
|
|
3
|
-
* version : 22.2.
|
|
3
|
+
* version : 22.2.8
|
|
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
|