@syncfusion/ej2-gantt 19.4.52 → 19.4.55
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 +27 -0
- package/README.md +1 -1
- package/dist/ej2-gantt.umd.min.js +2 -2
- package/dist/ej2-gantt.umd.min.js.map +1 -1
- package/dist/es6/ej2-gantt.es2015.js +66 -23
- package/dist/es6/ej2-gantt.es2015.js.map +1 -1
- package/dist/es6/ej2-gantt.es5.js +66 -23
- package/dist/es6/ej2-gantt.es5.js.map +1 -1
- package/dist/global/ej2-gantt.min.js +2 -2
- package/dist/global/ej2-gantt.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +15 -15
- package/src/gantt/actions/cell-edit.js +2 -1
- package/src/gantt/actions/rowdragdrop.js +7 -1
- package/src/gantt/actions/selection.js +3 -1
- package/src/gantt/base/date-processor.js +2 -1
- package/src/gantt/renderer/chart-rows.js +51 -18
- package/src/gantt/renderer/timeline.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,33 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#366304` - Gantt line mismatches when we set system display as 100% and browser zoom settings as 90% has been fixed.
|
|
10
|
+
- `#368609` - Indent and outdent toolbar item not showing when checkbox selection is enabled has been fixed.
|
|
11
|
+
- `#365994` - Right and left label template not working in `vue` has been fixed.
|
|
12
|
+
|
|
13
|
+
## 19.4.54 (2022-03-01)
|
|
14
|
+
|
|
15
|
+
### Gantt
|
|
16
|
+
|
|
17
|
+
#### Bug Fixes
|
|
18
|
+
|
|
19
|
+
- `#366296` - When moving from once cell to another cell using tab key navigation issue has been fixed.
|
|
20
|
+
- `#363358`,`F172781` - Drag and drop not working properly after row gets collapsed issue has been fixed.
|
|
21
|
+
|
|
22
|
+
## 19.4.53 (2022-02-22)
|
|
23
|
+
|
|
24
|
+
### Gantt
|
|
25
|
+
|
|
26
|
+
#### Bug Fixes
|
|
27
|
+
|
|
28
|
+
- `#365463` - Gantt timeline view gets changed when resize the task to left side has been fixed.
|
|
29
|
+
|
|
30
|
+
## 19.4.52 (2022-02-15)
|
|
31
|
+
|
|
32
|
+
### Gantt
|
|
33
|
+
|
|
34
|
+
#### Bug Fixes
|
|
35
|
+
|
|
9
36
|
- `#360085` - Issue in deleting a task after performing expand collapse action for multiple times has been fixed.
|
|
10
37
|
- `#364950` - The `taskLabel` property does not show the task name properly when giving name with space has been fixed.
|
|
11
38
|
|
package/README.md
CHANGED
|
@@ -72,4 +72,4 @@ Check the license detail [here](https://github.com/syncfusion/ej2-javascript-ui-
|
|
|
72
72
|
Check the changelog [here](https://github.com/syncfusion/ej2-javascript-ui-controls/blob/master/controls/gantt/CHANGELOG.md?utm_source=npm&utm_campaign=gantt)
|
|
73
73
|
|
|
74
74
|
|
|
75
|
-
|
|
75
|
+
© Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
|