@syncfusion/ej2-vue-gantt 24.2.8 → 25.1.35
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 +200 -174
- package/dist/ej2-vue-gantt.umd.min.js +2 -2
- package/dist/ej2-vue-gantt.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-gantt.es2015.js +19 -1
- package/dist/es6/ej2-vue-gantt.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-gantt.es5.js +19 -1
- package/dist/es6/ej2-vue-gantt.es5.js.map +1 -1
- package/dist/global/ej2-vue-gantt.min.js +2 -2
- package/package.json +8 -8
- package/src/gantt/gantt.component.d.ts +100 -3
- package/src/gantt/gantt.component.js +19 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,7 +4,33 @@
|
|
|
4
4
|
|
|
5
5
|
### GanttChart
|
|
6
6
|
|
|
7
|
-
#### Bug
|
|
7
|
+
#### Bug fixes
|
|
8
|
+
|
|
9
|
+
- `#F186965` - When we use `RTL` mode splitter settings functionality remains as in normal mode issue has been fixed.
|
|
10
|
+
- `#I561396` - When `hasChildMapping` is enabled `addParams` not working issue has been fixed.
|
|
11
|
+
- `#I546767` - Split taskbar template not working properly with multiple levels.
|
|
12
|
+
|
|
13
|
+
- `#I546767` - Split taskbar template not working properly with multiple levels.
|
|
14
|
+
|
|
15
|
+
#### Features
|
|
16
|
+
|
|
17
|
+
- `#I468621`,`#I504565`,`#I518180`, `#I523106`,`#I558459` - Provided undo redo support for the actions such as `Edit`, `Add`, `Delete`, `Sorting`, `ColumnReorder`, `ColumnResize`, `Search`, `Filtering`, `ZoomIn`, `ZoomOut`, `ZoomToFit`, `ColumnState`, `Indent`, `Outdent`, `RowDragAndDrop`, `TaskbarDragAndDrop`, `PreviousTimeSpan` and `NextTimeSpan` in Gantt Chart. Please find the demo link [here](https://ej2.syncfusion.com/demos/#/bootstrap5/gantt/undo-redo.html).
|
|
18
|
+
- `#I364692` - Provided support for taskbars, task labels, and header templates in the Gantt Chart's PDF Export feature. Please find the documentation link [here](https://ej2.syncfusion.com/documentation/gantt/pdf-export/pdf-export#exporting-with-templates).
|
|
19
|
+
- `#I522246`,`#I527511`,`#I562591`- Provided [`additionalParams`](https://ej2.syncfusion.com/documentation/api/gantt/addDialogFieldSettingsModel/#additionalParams) API support to customize the Grid and RTE in edit/add dialog. Please find more information [here](https://ej2.syncfusion.com/documentation/gantt/managing-tasks/managing-tasks#customize-tab-elements).
|
|
20
|
+
|
|
21
|
+
- `#I468621`,`#I504565`,`#I518180`, `#I523106`,`#I558459` - Provided undo redo support for the actions such as `Edit`, `Add`, `Delete`, `Sorting`, `ColumnReorder`, `ColumnResize`, `Search`, `Filtering`, `ZoomIn`, `ZoomOut`, `ZoomToFit`, `ColumnState`, `Indent`, `Outdent`, `RowDragAndDrop`, `TaskbarDragAndDrop`, `PreviousTimeSpan` and `NextTimeSpan` in Gantt Chart. Please find the demo link [here](https://ej2.syncfusion.com/vue/demos/#/material3/gantt/undo-redo.html).
|
|
22
|
+
- `#I364692` - Provided support for taskbars, task labels, and header templates in the Gantt Chart's PDF Export feature. Please find the documentation link [here](https://ej2.syncfusion.com/vue/documentation/gantt/pdf-export/pdf-export#exporting-with-templates).
|
|
23
|
+
- `#I522246`,`#I527511`,`#I562591`- Provided [`additionalParams`](https://ej2.syncfusion.com/vue/documentation/api/gantt/addDialogFieldSettingsModel/#additionalParams) API support to customize the Grid and RTE in edit/add dialog. Please find more information [here](https://ej2.syncfusion.com/vue/documentation/gantt/managing-tasks/managing-tasks#customize-tab-elements).
|
|
24
|
+
|
|
25
|
+
#### Breaking Changes
|
|
26
|
+
|
|
27
|
+
- The default value for taskType will be `fixedUnit`, even when the `work` field is mapped in `taskFields`. Previously, if the `work` field was mapped, its default value internally changed to `fixedWork`, and resource units were calculated accordingly. Now, it's necessary to specify taskType as `fixedWork` at the sample level if the `work` field is mapped in `taskFields`.
|
|
28
|
+
|
|
29
|
+
## 24.2.8 (2024-02-27)
|
|
30
|
+
|
|
31
|
+
### GanttChart
|
|
32
|
+
|
|
33
|
+
#### Bug fixes
|
|
8
34
|
|
|
9
35
|
- `#I555169` - The scrollbar into view taskbar not working properly issue has been fixed.
|
|
10
36
|
- `#I556229` - Splitter View is not updating properly while using `setSplitterPosition` issue has been fixed.
|
|
@@ -24,7 +50,7 @@
|
|
|
24
50
|
|
|
25
51
|
### GanttChart
|
|
26
52
|
|
|
27
|
-
#### Bug
|
|
53
|
+
#### Bug fixes
|
|
28
54
|
|
|
29
55
|
- `#I548671` - Dependency not working when id is alpha numeric issue has been fixed.
|
|
30
56
|
- `#I552756` - A console error occurs when hovering over the Column menu options issue has been fixed.
|
|
@@ -35,7 +61,7 @@
|
|
|
35
61
|
|
|
36
62
|
### GanttChart
|
|
37
63
|
|
|
38
|
-
#### Bug
|
|
64
|
+
#### Bug fixes
|
|
39
65
|
|
|
40
66
|
- `#I544540` - Offset value not calculated properly issue has been fixed.
|
|
41
67
|
- `#I552745` - Pressing enter key in dialog refresh the Gantt issue has been fixed.
|
|
@@ -46,7 +72,7 @@
|
|
|
46
72
|
|
|
47
73
|
### GanttChart
|
|
48
74
|
|
|
49
|
-
#### Bug
|
|
75
|
+
#### Bug fixes
|
|
50
76
|
|
|
51
77
|
- `#I550406` - Task type property does not update properly by mapping work field issue has been fixed.
|
|
52
78
|
- `#I542029` - Unable to render full lengthy text in pdf export issue has been fixed.
|
|
@@ -57,7 +83,7 @@
|
|
|
57
83
|
|
|
58
84
|
### GanttChart
|
|
59
85
|
|
|
60
|
-
#### Bug
|
|
86
|
+
#### Bug fixes
|
|
61
87
|
|
|
62
88
|
- `#I540355` - RTE create column not working in dialog box issue has been fixed.
|
|
63
89
|
- `#I543351` - The taskbar render validation not working properly issue has been fixed.
|
|
@@ -66,7 +92,7 @@
|
|
|
66
92
|
|
|
67
93
|
### GanttChart
|
|
68
94
|
|
|
69
|
-
#### Bug
|
|
95
|
+
#### Bug fixes
|
|
70
96
|
|
|
71
97
|
- `#I540518` - Can't able to drag and drop to the new resource issue has been fixed.
|
|
72
98
|
- `#I185970` - Dynamic template updating in columns does not render issue has been fixed.
|
|
@@ -78,7 +104,7 @@
|
|
|
78
104
|
|
|
79
105
|
### GanttChart
|
|
80
106
|
|
|
81
|
-
#### Bug
|
|
107
|
+
#### Bug fixes
|
|
82
108
|
|
|
83
109
|
- `#I533229` - Server call is triggered twice issue has been fixed.
|
|
84
110
|
- `#I531670` - When adding a record by method before saving, if the task ID is changed after taskbar hover exception thrown issue has been fixed.
|
|
@@ -89,7 +115,7 @@
|
|
|
89
115
|
|
|
90
116
|
### GanttChart
|
|
91
117
|
|
|
92
|
-
#### Bug
|
|
118
|
+
#### Bug fixes
|
|
93
119
|
|
|
94
120
|
- `#I530808` - Progress width not rendered properly in split tasks issue has been fixed.
|
|
95
121
|
- `#F185683` - Resources are not updating properly in `actionBegin`event issue has been fixed.
|
|
@@ -103,7 +129,7 @@
|
|
|
103
129
|
|
|
104
130
|
### GanttChart
|
|
105
131
|
|
|
106
|
-
#### Bug
|
|
132
|
+
#### Bug fixes
|
|
107
133
|
|
|
108
134
|
`#I531670` - When adding record by method before saving, if the task ID is changed after taskbar hover exception thrown issue has been fixed.
|
|
109
135
|
|
|
@@ -117,7 +143,7 @@
|
|
|
117
143
|
|
|
118
144
|
### GanttChart
|
|
119
145
|
|
|
120
|
-
#### Bug
|
|
146
|
+
#### Bug fixes
|
|
121
147
|
|
|
122
148
|
- `#I520118` - Console error occurs other than self reference data issue has been fixed.
|
|
123
149
|
- `#I515425` - Issue with observable data binding in Gantt chart issue has been fixed.
|
|
@@ -129,7 +155,7 @@
|
|
|
129
155
|
|
|
130
156
|
### GanttChart
|
|
131
157
|
|
|
132
|
-
#### Bug
|
|
158
|
+
#### Bug fixes
|
|
133
159
|
|
|
134
160
|
- `#I517359` - Columns does not update while changing columns value by Gantt instance issue has been fixed.
|
|
135
161
|
- `#I514463` - PDF exported with blank pages and dislocated connected lines issue has been fixed.
|
|
@@ -142,13 +168,13 @@
|
|
|
142
168
|
- `#I513332` - Excel filter only takes one character at a time issue has been fixed.
|
|
143
169
|
- `#I517515` - Custom toolbar template not renders after toolbar click action in Gantt issue has been fixed.
|
|
144
170
|
|
|
145
|
-
#### Bug
|
|
171
|
+
#### Bug fixes
|
|
146
172
|
|
|
147
173
|
## 23.1.43 (2023-10-31)
|
|
148
174
|
|
|
149
175
|
### GanttChart
|
|
150
176
|
|
|
151
|
-
#### Bug
|
|
177
|
+
#### Bug fixes
|
|
152
178
|
|
|
153
179
|
- `#I493515` - Console error throw while Expand and collapse the parent taskbar issue has been fixed.
|
|
154
180
|
- `#I513655` - Filter menu close as soon as the mouse is up issue has been fixed.
|
|
@@ -157,7 +183,7 @@
|
|
|
157
183
|
|
|
158
184
|
### GanttChart
|
|
159
185
|
|
|
160
|
-
#### Bug
|
|
186
|
+
#### Bug fixes
|
|
161
187
|
|
|
162
188
|
- `#I508297` - Progress tooltip is misaligned after editing issue has been fixed.
|
|
163
189
|
- `#I509023` - Duration changes to zero while giving input as decimal in remote data issue has been fixed.
|
|
@@ -169,7 +195,7 @@
|
|
|
169
195
|
|
|
170
196
|
### GanttChart
|
|
171
197
|
|
|
172
|
-
#### Bug
|
|
198
|
+
#### Bug fixes
|
|
173
199
|
|
|
174
200
|
- `#I494495` - Script error occurs when trying to edit after sorting in presence of validation message issue has been fixed.
|
|
175
201
|
- `#I508721` - Baseline date does not render properly for milestone task issue has been fixed.
|
|
@@ -179,7 +205,7 @@
|
|
|
179
205
|
|
|
180
206
|
### GanttChart
|
|
181
207
|
|
|
182
|
-
#### Bug
|
|
208
|
+
#### Bug fixes
|
|
183
209
|
|
|
184
210
|
- `#I502041` - Error throw while adding the record issue has been fixed.
|
|
185
211
|
- `#I493515` - Style is not applied to the second segment issue has been fixed.
|
|
@@ -188,7 +214,7 @@
|
|
|
188
214
|
|
|
189
215
|
### GanttChart
|
|
190
216
|
|
|
191
|
-
#### Bug
|
|
217
|
+
#### Bug fixes
|
|
192
218
|
|
|
193
219
|
- `#I479961` - Milestone baseline moves along with the milestone issue has been fixed.
|
|
194
220
|
- `#I501391` - Misalignment in tooltip when connecting predecessor.
|
|
@@ -217,7 +243,7 @@
|
|
|
217
243
|
- Provided support to export the Gantt component where each rows are auto-fit to the PDF document page width. Please find the demo link [here](https://ej2.syncfusion.com/vue/demos/#/material3/gantt/exporting.html).
|
|
218
244
|
- Provided touch interaction support for taskbar resizing, dragging, predecessor connectivity in Gantt chart.
|
|
219
245
|
|
|
220
|
-
#### Bug
|
|
246
|
+
#### Bug fixes
|
|
221
247
|
|
|
222
248
|
- `#I492654` - When empty data source pdf export exception thrown issue has been fixed.
|
|
223
249
|
- `#I479578` - Milestone parent is not appearing issue has been fixed.
|
|
@@ -226,7 +252,7 @@
|
|
|
226
252
|
|
|
227
253
|
### GanttChart
|
|
228
254
|
|
|
229
|
-
#### Bug
|
|
255
|
+
#### Bug fixes
|
|
230
256
|
|
|
231
257
|
- `#I488557` - The project dates are not modified after changing the timeline.
|
|
232
258
|
- `#I472635` - When pressing the insert key `newRowPosition` bottom row is not highlighted.
|
|
@@ -240,7 +266,7 @@
|
|
|
240
266
|
|
|
241
267
|
### GanttChart
|
|
242
268
|
|
|
243
|
-
#### Bug
|
|
269
|
+
#### Bug fixes
|
|
244
270
|
|
|
245
271
|
- `#I485527` - Filter menu opening issue in column menu has been fixed.
|
|
246
272
|
- `#I491313` - Multiple records were selected after using the context menu, adding the milestone position wrong issue has been fixed.
|
|
@@ -251,7 +277,7 @@
|
|
|
251
277
|
|
|
252
278
|
### GanttChart
|
|
253
279
|
|
|
254
|
-
#### Bug
|
|
280
|
+
#### Bug fixes
|
|
255
281
|
|
|
256
282
|
- `#I486977` - Zoom To Fit issue when we resize browser window has been fixed.
|
|
257
283
|
- `#I484086` - Other instance of the taskbar not moved in the resource view issue has been fixed.
|
|
@@ -261,7 +287,7 @@
|
|
|
261
287
|
|
|
262
288
|
### GanttChart
|
|
263
289
|
|
|
264
|
-
#### Bug
|
|
290
|
+
#### Bug fixes
|
|
265
291
|
|
|
266
292
|
- `#I485657` - Misalignment happened in timeline while exporting `PDF` in Gantt has been fixed.
|
|
267
293
|
- `#I485398` - console error occurs while using segment data issue has been fixed.
|
|
@@ -274,7 +300,7 @@
|
|
|
274
300
|
|
|
275
301
|
### GanttChart
|
|
276
302
|
|
|
277
|
-
#### Bug
|
|
303
|
+
#### Bug fixes
|
|
278
304
|
|
|
279
305
|
- `#I485907` - When multiple records are selected after using the context menu to delete, it is not working issue has been fixed.
|
|
280
306
|
- `#I483579` - Splitter resize issue when we resize browser window issue has been fixed.
|
|
@@ -285,7 +311,7 @@
|
|
|
285
311
|
|
|
286
312
|
### GanttChart
|
|
287
313
|
|
|
288
|
-
#### Bug
|
|
314
|
+
#### Bug fixes
|
|
289
315
|
|
|
290
316
|
- `#I479591` - Critical path is not working properly when the baseline is changed dynamically issue has been fixed.
|
|
291
317
|
- `#F182867` - Edit parameters not working in date columns issue has been fixed.
|
|
@@ -305,7 +331,7 @@
|
|
|
305
331
|
|
|
306
332
|
### GanttChart
|
|
307
333
|
|
|
308
|
-
#### Bug
|
|
334
|
+
#### Bug fixes
|
|
309
335
|
|
|
310
336
|
-`#I472635`-Using insert key highlights top row has been fixed.
|
|
311
337
|
|
|
@@ -318,7 +344,7 @@
|
|
|
318
344
|
|
|
319
345
|
### GanttChart
|
|
320
346
|
|
|
321
|
-
#### Bug
|
|
347
|
+
#### Bug fixes
|
|
322
348
|
|
|
323
349
|
- `#I45187` - Border is changed to outline in CSS issue has been fixed.
|
|
324
350
|
|
|
@@ -326,7 +352,7 @@
|
|
|
326
352
|
|
|
327
353
|
### GanttChart
|
|
328
354
|
|
|
329
|
-
#### Bug
|
|
355
|
+
#### Bug fixes
|
|
330
356
|
|
|
331
357
|
- `#I474676` - Fit to project display wrong timeline issue has been fixed.
|
|
332
358
|
- `#I472975` - Manual task predecessor not properly fetching updated offset issue has been fixed.
|
|
@@ -340,7 +366,7 @@
|
|
|
340
366
|
|
|
341
367
|
### GanttChart
|
|
342
368
|
|
|
343
|
-
#### Bug
|
|
369
|
+
#### Bug fixes
|
|
344
370
|
|
|
345
371
|
- `#I471925` - Cannot see a Dragged Task after Zoom In issue has been fixed.
|
|
346
372
|
- `#I473517` - Incorrect taskbar render when unit is given in hour issue has been fixed.
|
|
@@ -351,7 +377,7 @@
|
|
|
351
377
|
|
|
352
378
|
### GanttChart
|
|
353
379
|
|
|
354
|
-
#### Bug
|
|
380
|
+
#### Bug fixes
|
|
355
381
|
|
|
356
382
|
- `#I473901` - Baseline converted to milestone when task gets converted into milestone issue has been fixed.
|
|
357
383
|
- `#I471926` - Console error occurs in critical path when data source is empty issue has been fixed.
|
|
@@ -379,7 +405,7 @@
|
|
|
379
405
|
|
|
380
406
|
### GanttChart
|
|
381
407
|
|
|
382
|
-
#### Bug
|
|
408
|
+
#### Bug fixes
|
|
383
409
|
|
|
384
410
|
- `#I459187` - Newly added record missed at the bottom in virtual scroll issue has been fixed.
|
|
385
411
|
- `#I469401` - Resource names gets duplicated in right label issue has been fixed.
|
|
@@ -392,7 +418,7 @@
|
|
|
392
418
|
|
|
393
419
|
### GanttChart
|
|
394
420
|
|
|
395
|
-
#### Bug
|
|
421
|
+
#### Bug fixes
|
|
396
422
|
|
|
397
423
|
- `#I467744` - Provided support for virtual scroll in resource view multitask bar.
|
|
398
424
|
- `#I464831` - Incorrect render of segments when we give end date while declaring segment in data source issue has been fixed.
|
|
@@ -412,7 +438,7 @@
|
|
|
412
438
|
|
|
413
439
|
### GanttChart
|
|
414
440
|
|
|
415
|
-
#### Bug
|
|
441
|
+
#### Bug fixes
|
|
416
442
|
|
|
417
443
|
- `#I461738` - Updating custom column change the end date issue has been fixed
|
|
418
444
|
- `#I461564` - Editing cell followed by context menu does not work issue has been fixed
|
|
@@ -430,7 +456,7 @@
|
|
|
430
456
|
|
|
431
457
|
### GanttChart
|
|
432
458
|
|
|
433
|
-
#### Bug
|
|
459
|
+
#### Bug fixes
|
|
434
460
|
|
|
435
461
|
- `#I461435` - Adding and deleting record rapidly while displaying tooltip cause error has been fixed.
|
|
436
462
|
- `#I461087` - Offset value getting modified incorrectly issue has been fixed.
|
|
@@ -440,7 +466,7 @@
|
|
|
440
466
|
|
|
441
467
|
### GanttChart
|
|
442
468
|
|
|
443
|
-
#### Bug
|
|
469
|
+
#### Bug fixes
|
|
444
470
|
|
|
445
471
|
- `#I461778` - Misalignment in rows on Tree Grid and Gantt in virtual scroll issue has been fixed
|
|
446
472
|
- `#I181309` - splitter position not updating after resize issue has been fixed.
|
|
@@ -453,7 +479,7 @@
|
|
|
453
479
|
|
|
454
480
|
### GanttChart
|
|
455
481
|
|
|
456
|
-
#### Bug
|
|
482
|
+
#### Bug fixes
|
|
457
483
|
|
|
458
484
|
- `#I457032` - Task label not rendered properly when we render as template issue has been fixed.
|
|
459
485
|
- `#I457212` - Timeline renders different in `Firefox` and `Chrome` issue has been fixed.
|
|
@@ -465,7 +491,7 @@
|
|
|
465
491
|
|
|
466
492
|
### GanttChart
|
|
467
493
|
|
|
468
|
-
#### Bug
|
|
494
|
+
#### Bug fixes
|
|
469
495
|
|
|
470
496
|
- `#I441205` - Two spinner appears while performing action issue has been fixed.
|
|
471
497
|
- `#I451257` - No proper template for manual milestone parent.
|
|
@@ -475,7 +501,7 @@
|
|
|
475
501
|
|
|
476
502
|
### GanttChart
|
|
477
503
|
|
|
478
|
-
#### Bug
|
|
504
|
+
#### Bug fixes
|
|
479
505
|
|
|
480
506
|
- `#I453787` - Duration not calculated properly in hour duration unit issue has been fixed.
|
|
481
507
|
- `#I453745` - Modified records in `actionBegin` event has invalid records issue has been fixed.
|
|
@@ -489,7 +515,7 @@
|
|
|
489
515
|
|
|
490
516
|
### GanttChart
|
|
491
517
|
|
|
492
|
-
#### Bug
|
|
518
|
+
#### Bug fixes
|
|
493
519
|
|
|
494
520
|
- `#I451243` - Unable to set zooming levels through `zoomingLevels` property issue has been fixed.
|
|
495
521
|
- `#I447704` - Timeline tier is not changing dynamically issue has been fixed.
|
|
@@ -501,7 +527,7 @@
|
|
|
501
527
|
|
|
502
528
|
### GanttChart
|
|
503
529
|
|
|
504
|
-
#### Bug
|
|
530
|
+
#### Bug fixes
|
|
505
531
|
|
|
506
532
|
- `#I432146` - Script error occurs while changing data source and resource simultaneously issue has been fixed.
|
|
507
533
|
- -`I441276`- Outdent task is not in correct index of modified records in `actionComplete` event issue has been fixed.
|
|
@@ -533,7 +559,7 @@
|
|
|
533
559
|
|
|
534
560
|
### GanttChart
|
|
535
561
|
|
|
536
|
-
#### Bug
|
|
562
|
+
#### Bug fixes
|
|
537
563
|
|
|
538
564
|
-`I442012`- Pdf export padding property for column header is not working properly issue has been fixed.
|
|
539
565
|
-`F180721`- Script error occurs when critical path is enabled in virtualization mode issue has been fixed.
|
|
@@ -547,7 +573,7 @@
|
|
|
547
573
|
|
|
548
574
|
### GanttChart
|
|
549
575
|
|
|
550
|
-
#### Bug
|
|
576
|
+
#### Bug fixes
|
|
551
577
|
|
|
552
578
|
-`I413261`- Validate predecessor link on editing issue has been fixed.
|
|
553
579
|
-`I441394`- Gantt Column name doesn't change respect to changing of culture at runtime issue has been fixed.
|
|
@@ -561,7 +587,7 @@
|
|
|
561
587
|
|
|
562
588
|
### GanttChart
|
|
563
589
|
|
|
564
|
-
#### Bug
|
|
590
|
+
#### Bug fixes
|
|
565
591
|
|
|
566
592
|
-`I435386`- Column template not working in `Vue` platform issue has been fixed.
|
|
567
593
|
-`I426170`- Incorrect Start Date Update for Unscheduled Task When Editing Parent Start Date.
|
|
@@ -578,7 +604,7 @@
|
|
|
578
604
|
|
|
579
605
|
### GanttChart
|
|
580
606
|
|
|
581
|
-
#### Bug
|
|
607
|
+
#### Bug fixes
|
|
582
608
|
|
|
583
609
|
-`I432910`- Export Issue with Predecessor Connectivity for Filtered Data.
|
|
584
610
|
-`#I434098`- Script error occurs when updating resources dynamically without child mapping.
|
|
@@ -588,7 +614,7 @@
|
|
|
588
614
|
|
|
589
615
|
### GanttChart
|
|
590
616
|
|
|
591
|
-
#### Bug
|
|
617
|
+
#### Bug fixes
|
|
592
618
|
|
|
593
619
|
- `#I431629`- A script error is thrown while performing tab navigation on the last row.
|
|
594
620
|
|
|
@@ -596,7 +622,7 @@
|
|
|
596
622
|
|
|
597
623
|
### GanttChart
|
|
598
624
|
|
|
599
|
-
#### Bug
|
|
625
|
+
#### Bug fixes
|
|
600
626
|
|
|
601
627
|
- `#I429875` - Console error while using self-referential data issue has been fixed.
|
|
602
628
|
- `#I428914` - Duration value is not maintained when using `valueAccessor` issue has been fixed.
|
|
@@ -606,7 +632,7 @@
|
|
|
606
632
|
|
|
607
633
|
### GanttChart
|
|
608
634
|
|
|
609
|
-
#### Bug
|
|
635
|
+
#### Bug fixes
|
|
610
636
|
|
|
611
637
|
- `#I427837` - Baseline renders with incorrect date in difference timezone issue has been fixed.
|
|
612
638
|
- `#I430365` - Child tasks not updated after updating parent task predecessor has been fixed.
|
|
@@ -616,7 +642,7 @@
|
|
|
616
642
|
|
|
617
643
|
### GanttChart
|
|
618
644
|
|
|
619
|
-
#### Bug
|
|
645
|
+
#### Bug fixes
|
|
620
646
|
|
|
621
647
|
- `#I426170` - Incorrect request type in zooming action has been fixed.
|
|
622
648
|
- `#FB39646` - Incorrect index value during row drag and drop has been fixed.
|
|
@@ -625,7 +651,7 @@
|
|
|
625
651
|
|
|
626
652
|
### GanttChart
|
|
627
653
|
|
|
628
|
-
#### Bug
|
|
654
|
+
#### Bug fixes
|
|
629
655
|
|
|
630
656
|
- `#I421870`- Record does not update properly when its modified in `actionBegin` event issue has been fixed.
|
|
631
657
|
- `#I420414` - Row height issue in task mode has been fixed.
|
|
@@ -634,7 +660,7 @@
|
|
|
634
660
|
|
|
635
661
|
### GanttChart
|
|
636
662
|
|
|
637
|
-
#### Bug
|
|
663
|
+
#### Bug fixes
|
|
638
664
|
|
|
639
665
|
- `#I420702` - Persistence settings prevent changing the timeline settings issue has been fixed.
|
|
640
666
|
- `#I422731` - Issue when predecessor is given for unscheduled parent issue has been fixed.
|
|
@@ -658,7 +684,7 @@
|
|
|
658
684
|
- `#I237939`,`#I255626`,`#I398597` - Provided `RTL` support in Gantt chart. Please find the documentation link [here](https://ej2.syncfusion.com/vue/documentation/gantt/global-local/#right-to-left-rtl)
|
|
659
685
|
- Provided `Shimmer` support in Gantt chart. Please find the demo link [here](https://ej2.syncfusion.com/vue/demos/#/bootstrap5/gantt/loading-animation).
|
|
660
686
|
|
|
661
|
-
#### Bug
|
|
687
|
+
#### Bug fixes
|
|
662
688
|
|
|
663
689
|
- `#I417035` - Expand Collapse not working properly after cell editing issue has been fixed.
|
|
664
690
|
- `#I421663` - The baseline end date has not been properly validated issue has been fixed.
|
|
@@ -667,7 +693,7 @@
|
|
|
667
693
|
|
|
668
694
|
### GanttChart
|
|
669
695
|
|
|
670
|
-
#### Bug
|
|
696
|
+
#### Bug fixes
|
|
671
697
|
|
|
672
698
|
- `#I420414` - Unable to disable edit dialog fields in general tab issue has been fixed.
|
|
673
699
|
- `#I420280` - The `actionBegin` event receives more records as modified data when a task is resized issue has been fixed.
|
|
@@ -681,7 +707,7 @@
|
|
|
681
707
|
|
|
682
708
|
### GanttChart
|
|
683
709
|
|
|
684
|
-
#### Bug
|
|
710
|
+
#### Bug fixes
|
|
685
711
|
|
|
686
712
|
- `#I413261` - Dependency values for the parent task are not properly updated issue has been fixed.
|
|
687
713
|
- `#I419062` - Edit type issue when datasource is undefined issue has been fixed.
|
|
@@ -694,7 +720,7 @@
|
|
|
694
720
|
|
|
695
721
|
### GanttChart
|
|
696
722
|
|
|
697
|
-
#### Bug
|
|
723
|
+
#### Bug fixes
|
|
698
724
|
|
|
699
725
|
- `#I416610` - Able to scroll vertically when virtual scrolling enabled without scrollable records issue has been fixed.
|
|
700
726
|
- `#I417049` - Adding duration to an unscheduled task affects the project start date.
|
|
@@ -705,7 +731,7 @@
|
|
|
705
731
|
|
|
706
732
|
### GanttChart
|
|
707
733
|
|
|
708
|
-
#### Bug
|
|
734
|
+
#### Bug fixes
|
|
709
735
|
|
|
710
736
|
- `#I413261` - Dependency values for the parent task are not properly updated issue has been fixed.
|
|
711
737
|
- `#I410200` - Timeline headers disappears when timeline changes dynamically.
|
|
@@ -719,7 +745,7 @@
|
|
|
719
745
|
|
|
720
746
|
### GanttChart
|
|
721
747
|
|
|
722
|
-
#### Bug
|
|
748
|
+
#### Bug fixes
|
|
723
749
|
|
|
724
750
|
- `#I414182` - Datasource Property not updated properly after row drag and drop issue has been fixed.
|
|
725
751
|
- `#I413625` - Current view data not updated properly when dynamically change the view type issue has been fixed.
|
|
@@ -733,7 +759,7 @@
|
|
|
733
759
|
|
|
734
760
|
### GanttChart
|
|
735
761
|
|
|
736
|
-
#### Bug
|
|
762
|
+
#### Bug fixes
|
|
737
763
|
|
|
738
764
|
- `#I413261` - Dependency values for the parent task are not properly updated issue has been fixed.
|
|
739
765
|
- `#I412821` - Row drag and drop is not working properly when Virtualization is enabled.
|
|
@@ -744,7 +770,7 @@
|
|
|
744
770
|
|
|
745
771
|
### GanttChart
|
|
746
772
|
|
|
747
|
-
#### Bug
|
|
773
|
+
#### Bug fixes
|
|
748
774
|
|
|
749
775
|
- `#I409097` - Deleting record when search text is selected issue has been fixed.
|
|
750
776
|
- `#I404228` - Saving record even when in edited state issue has been fixed.
|
|
@@ -754,7 +780,7 @@
|
|
|
754
780
|
|
|
755
781
|
### GanttChart
|
|
756
782
|
|
|
757
|
-
#### Bug
|
|
783
|
+
#### Bug fixes
|
|
758
784
|
|
|
759
785
|
- `#I395003` - Gantt records disappear when scrolling up and down quickly issue has been fixed.
|
|
760
786
|
- `#I407437` - Add new record in resource view without child mapping issue has been fixed.
|
|
@@ -766,7 +792,7 @@
|
|
|
766
792
|
|
|
767
793
|
### GanttChart
|
|
768
794
|
|
|
769
|
-
#### Bug
|
|
795
|
+
#### Bug fixes
|
|
770
796
|
|
|
771
797
|
- `#I408288` - Timeline rendering is incomplete when data is rebinded issue has been fixed.
|
|
772
798
|
- `#I404228` - Issue in saving data in segment has been fixed.
|
|
@@ -796,7 +822,7 @@
|
|
|
796
822
|
- `#I246769`, `#I316949`, `#I334501`, `#F159768`, `#F167576` - Provided support to define task id as string type for Gantt Chart. Please find the `API` link [here](https://ej2.syncfusion.com/vue/documentation/api/gantt/taskFields/#id).
|
|
797
823
|
- `#FB36072` - Provided support for Critical Path with Multi Taskbar enabled.
|
|
798
824
|
|
|
799
|
-
#### Bug
|
|
825
|
+
#### Bug fixes
|
|
800
826
|
|
|
801
827
|
- `#F177237` - The `currentViewData` with dependencies were not exported correctly in `PDFExport` issue has been fixed.
|
|
802
828
|
- `#I402913` - Checkbox selection must be completed with a single click issue has been fixed.
|
|
@@ -808,7 +834,7 @@
|
|
|
808
834
|
|
|
809
835
|
### GanttChart
|
|
810
836
|
|
|
811
|
-
#### Bug
|
|
837
|
+
#### Bug fixes
|
|
812
838
|
|
|
813
839
|
- `#I403222` - Console error occurs in resource view with enabled persistence issue has been fixed.
|
|
814
840
|
|
|
@@ -816,7 +842,7 @@
|
|
|
816
842
|
|
|
817
843
|
### GanttChart
|
|
818
844
|
|
|
819
|
-
#### Bug
|
|
845
|
+
#### Bug fixes
|
|
820
846
|
|
|
821
847
|
- `#F176984` - Timeline is extended when the splitter position is moved issue has been fixed.
|
|
822
848
|
- `#I398394` - Row drag and drop not working properly on resource view sample issue has been fixed.
|
|
@@ -826,7 +852,7 @@
|
|
|
826
852
|
|
|
827
853
|
### GanttChart
|
|
828
854
|
|
|
829
|
-
#### Bug
|
|
855
|
+
#### Bug fixes
|
|
830
856
|
|
|
831
857
|
- `#I389542` - Filter records with hierarchy mode as both shows no record to display issue has been fixed.
|
|
832
858
|
|
|
@@ -834,7 +860,7 @@
|
|
|
834
860
|
|
|
835
861
|
### GanttChart
|
|
836
862
|
|
|
837
|
-
#### Bug
|
|
863
|
+
#### Bug fixes
|
|
838
864
|
|
|
839
865
|
- `#I394194` - Timeline changes when toggling critical path issue has been fixed.
|
|
840
866
|
- `#I388575` - Gantt chart disappears when searching is performed with tasks in collapsed state with virtualization issue has been fixed.
|
|
@@ -850,7 +876,7 @@
|
|
|
850
876
|
|
|
851
877
|
### GanttChart
|
|
852
878
|
|
|
853
|
-
#### Bug
|
|
879
|
+
#### Bug fixes
|
|
854
880
|
|
|
855
881
|
- `#I393339` - Empty record is displayed after searching a text when using the refresh method issue has been fixed.
|
|
856
882
|
- `#I392655` - Issue in deleting multiple tasks, when one task is collapsed issue has been fixed.
|
|
@@ -864,7 +890,7 @@
|
|
|
864
890
|
|
|
865
891
|
### GanttChart
|
|
866
892
|
|
|
867
|
-
#### Bug
|
|
893
|
+
#### Bug fixes
|
|
868
894
|
|
|
869
895
|
- `#I389834` - Records position not updated properly in datasource when we drag and drop the records issue has been fixed.
|
|
870
896
|
|
|
@@ -872,7 +898,7 @@
|
|
|
872
898
|
|
|
873
899
|
### GanttChart
|
|
874
900
|
|
|
875
|
-
#### Bug
|
|
901
|
+
#### Bug fixes
|
|
876
902
|
|
|
877
903
|
- `#I380929` - Baseline end date issue for milestone with same baseline start and end date has been fixed.
|
|
878
904
|
- `#I385298` - Bottom Tier not partitioned properly when zoom to fit issue has been fixed.
|
|
@@ -890,7 +916,7 @@
|
|
|
890
916
|
- `#I233407`, `#I258725`, `#I280586`, `#I291191`, `#I304599`, `#F160011`, `#I310340`, `#F163773`, `#I323187`, `#I323187`, `#I346348` - Provided Critical Path support for Gantt Chart. Please find the Demo link [here](https://ej2.syncfusion.com/vue/demos/#/bootstrap5/gantt/critical-path).
|
|
891
917
|
- Provided State Persistence support for Gantt Chart. Please find the documentation link [here](https://ej2.syncfusion.com/vue/documentation/gantt/state-persistence).
|
|
892
918
|
|
|
893
|
-
#### Bug
|
|
919
|
+
#### Bug fixes
|
|
894
920
|
|
|
895
921
|
- `#I379308, #I380615` - Baseline end date issue for milestone with same baseline start and end date has been fixed.
|
|
896
922
|
- `#I383128` - DataSource gets updated wrongly when we update the data with invalid `parentID` issue has been fixed.
|
|
@@ -902,7 +928,7 @@
|
|
|
902
928
|
|
|
903
929
|
### GanttChart
|
|
904
930
|
|
|
905
|
-
#### Bug
|
|
931
|
+
#### Bug fixes
|
|
906
932
|
|
|
907
933
|
- `#367483` - Indent Outdent toolbar options appearing when edit settings is not defined issue has been been fixed.
|
|
908
934
|
- `#384296` - Unable to draw dependency when progress mapping is disabled issue has been been fixed.
|
|
@@ -912,7 +938,7 @@
|
|
|
912
938
|
|
|
913
939
|
### GanttChart
|
|
914
940
|
|
|
915
|
-
#### Bug
|
|
941
|
+
#### Bug fixes
|
|
916
942
|
|
|
917
943
|
- `#379229` - Pdf export is not working when using custom date format issue has been fixed.
|
|
918
944
|
- `#381109` - Issue when Zoom To Fit with unscheduled tasks has been fixed.
|
|
@@ -922,7 +948,7 @@
|
|
|
922
948
|
|
|
923
949
|
### GanttChart
|
|
924
950
|
|
|
925
|
-
#### Bug
|
|
951
|
+
#### Bug fixes
|
|
926
952
|
|
|
927
953
|
- `#380136` - End date is not updated when we update the resource unit via `updateRecordByID` method.
|
|
928
954
|
- `#378491` - Data is not displayed when we frequently move between different tabs has been fixed.
|
|
@@ -932,7 +958,7 @@
|
|
|
932
958
|
|
|
933
959
|
### GanttChart
|
|
934
960
|
|
|
935
|
-
#### Bug
|
|
961
|
+
#### Bug fixes
|
|
936
962
|
|
|
937
963
|
- `#F174816` - Landscape page orientation is not working when exporting Pdf has been fixed.
|
|
938
964
|
- `#377857` - Task not assigned to resources when dynamically changes from project view into resource view has been fixed.
|
|
@@ -943,7 +969,7 @@
|
|
|
943
969
|
|
|
944
970
|
### GanttChart
|
|
945
971
|
|
|
946
|
-
#### Bug
|
|
972
|
+
#### Bug fixes
|
|
947
973
|
|
|
948
974
|
- `#376228` - Duration is not updated while updating resource units using `updateRecordByID` method issue has been fixed.
|
|
949
975
|
- `#370224` - Filtering issue when rendering Gantt inside the modal has been fixed.
|
|
@@ -953,7 +979,7 @@
|
|
|
953
979
|
|
|
954
980
|
### GanttChart
|
|
955
981
|
|
|
956
|
-
#### Bug
|
|
982
|
+
#### Bug fixes
|
|
957
983
|
|
|
958
984
|
- `#372661` - Data not properly updated in the Gantt Chart when switching between list view issue has been fixed.
|
|
959
985
|
|
|
@@ -961,7 +987,7 @@
|
|
|
961
987
|
|
|
962
988
|
### GanttChart
|
|
963
989
|
|
|
964
|
-
#### Bug
|
|
990
|
+
#### Bug fixes
|
|
965
991
|
|
|
966
992
|
- `#373529` - Task label is not properly displayed in pdf export issue has been fixed.
|
|
967
993
|
- `#373829` - Top tier and bottom tier partitioning issue in quarterly mode has been fixed.
|
|
@@ -972,7 +998,7 @@
|
|
|
972
998
|
|
|
973
999
|
### GanttChart
|
|
974
1000
|
|
|
975
|
-
#### Bug
|
|
1001
|
+
#### Bug fixes
|
|
976
1002
|
|
|
977
1003
|
- `#372623` - New record keeps an editable state in dependency tab even after switching the tabs has been fixed.
|
|
978
1004
|
- `#373803` - Scrollbar not available in notes tab issue has been fixed.
|
|
@@ -983,7 +1009,7 @@
|
|
|
983
1009
|
|
|
984
1010
|
### GanttChart
|
|
985
1011
|
|
|
986
|
-
#### Bug
|
|
1012
|
+
#### Bug fixes
|
|
987
1013
|
|
|
988
1014
|
- `#371080` - Issue in `actionBegin` event for cancelling the row drag and drop action using request type `beforeDrop` has been fixed.
|
|
989
1015
|
- `#374064` - Gantt height not gets responsive when collapsing all tasks in `auto` mode.
|
|
@@ -993,7 +1019,7 @@
|
|
|
993
1019
|
|
|
994
1020
|
### GanttChart
|
|
995
1021
|
|
|
996
|
-
#### Bug
|
|
1022
|
+
#### Bug fixes
|
|
997
1023
|
|
|
998
1024
|
- `#300959` - Provided support to fill empty space with extended timeline in zoom out action.
|
|
999
1025
|
- `#371372` - Unable to change end Date of manual parent task issue has been fixed.
|
|
@@ -1003,7 +1029,7 @@
|
|
|
1003
1029
|
|
|
1004
1030
|
### GanttChart
|
|
1005
1031
|
|
|
1006
|
-
#### Bug
|
|
1032
|
+
#### Bug fixes
|
|
1007
1033
|
|
|
1008
1034
|
- `#369264` - Event marker labels not visible when there is single record has been fixed
|
|
1009
1035
|
- `#362146` - Row customization using `rowDataBound` event in `enableImmutableMode` issue has been fixed
|
|
@@ -1017,7 +1043,7 @@
|
|
|
1017
1043
|
|
|
1018
1044
|
### GanttChart
|
|
1019
1045
|
|
|
1020
|
-
#### Bug
|
|
1046
|
+
#### Bug fixes
|
|
1021
1047
|
|
|
1022
1048
|
- `#366304` - Gantt line mismatches when we set system display as 100% and browser zoom settings as 90% has been fixed.
|
|
1023
1049
|
- `#365994` - Right and left label template not working in `vue` has been fixed.
|
|
@@ -1028,7 +1054,7 @@
|
|
|
1028
1054
|
|
|
1029
1055
|
### GanttChart
|
|
1030
1056
|
|
|
1031
|
-
#### Bug
|
|
1057
|
+
#### Bug fixes
|
|
1032
1058
|
|
|
1033
1059
|
- `#366296` - When moving from once cell to another cell using tab key navigation issue has been fixed.
|
|
1034
1060
|
- `#363358`,`F172781` - Drag and drop not working properly after row gets collapsed issue has been fixed.
|
|
@@ -1037,7 +1063,7 @@
|
|
|
1037
1063
|
|
|
1038
1064
|
### GanttChart
|
|
1039
1065
|
|
|
1040
|
-
#### Bug
|
|
1066
|
+
#### Bug fixes
|
|
1041
1067
|
|
|
1042
1068
|
- `#365463` - Gantt timeline view gets changed when resize the task to left side has been fixed.
|
|
1043
1069
|
|
|
@@ -1045,7 +1071,7 @@
|
|
|
1045
1071
|
|
|
1046
1072
|
### GanttChart
|
|
1047
1073
|
|
|
1048
|
-
#### Bug
|
|
1074
|
+
#### Bug fixes
|
|
1049
1075
|
|
|
1050
1076
|
- `#360085` - Issue in deleting a task after performing expand collapse action for multiple times has been fixed.
|
|
1051
1077
|
- `#364950` - The `taskLabel` property does not show the task name properly when giving name with space has been fixed.
|
|
@@ -1056,7 +1082,7 @@
|
|
|
1056
1082
|
|
|
1057
1083
|
### GanttChart
|
|
1058
1084
|
|
|
1059
|
-
#### Bug
|
|
1085
|
+
#### Bug fixes
|
|
1060
1086
|
|
|
1061
1087
|
- `#362011` - Date alignment issue with Gantt Zoom to fit top tier and bottom tier has been fixed.
|
|
1062
1088
|
- `#364643` - Extra fields are added in `dataSource` property for bottom position issue has been fixed.
|
|
@@ -1073,7 +1099,7 @@
|
|
|
1073
1099
|
|
|
1074
1100
|
### GanttChart
|
|
1075
1101
|
|
|
1076
|
-
#### Bug
|
|
1102
|
+
#### Bug fixes
|
|
1077
1103
|
|
|
1078
1104
|
- `#356978` - Issue in disable the initial move of taskbar drag has been fixed.
|
|
1079
1105
|
- `#357647` - Issue in enabling scroll top during load time has been fixed.
|
|
@@ -1087,7 +1113,7 @@
|
|
|
1087
1113
|
|
|
1088
1114
|
### GanttChart
|
|
1089
1115
|
|
|
1090
|
-
#### Bug
|
|
1116
|
+
#### Bug fixes
|
|
1091
1117
|
|
|
1092
1118
|
- `#359455` - Issue in rendering Gantt when parent container height is set in percentage has been fixed.
|
|
1093
1119
|
- `#360424` - Issue in performing drag and drop when resource is set to null has been fixed.
|
|
@@ -1101,7 +1127,7 @@
|
|
|
1101
1127
|
|
|
1102
1128
|
### GanttChart
|
|
1103
1129
|
|
|
1104
|
-
#### Bug
|
|
1130
|
+
#### Bug fixes
|
|
1105
1131
|
|
|
1106
1132
|
- `#354721` - Issue in rendering milestone based on the milestone mapping in datasource has been fixed.
|
|
1107
1133
|
- `#358683` - Toolbar gets hide after `expandAll` and `collapseAll` is performed issue has been fixed.
|
|
@@ -1110,7 +1136,7 @@
|
|
|
1110
1136
|
|
|
1111
1137
|
### GanttChart
|
|
1112
1138
|
|
|
1113
|
-
#### Bug
|
|
1139
|
+
#### Bug fixes
|
|
1114
1140
|
|
|
1115
1141
|
- `#355824, #360027` - Gantt Chart display issue with misalign in dates on which DST change happens has been fixed.
|
|
1116
1142
|
- `#F171256` - Issue in Localization for the word New Task has been fixed.
|
|
@@ -1121,7 +1147,7 @@
|
|
|
1121
1147
|
|
|
1122
1148
|
### GanttChart
|
|
1123
1149
|
|
|
1124
|
-
#### Bug
|
|
1150
|
+
#### Bug fixes
|
|
1125
1151
|
|
|
1126
1152
|
- `#357340` - Issue with Gantt `selectedRowIndex` property when deleted the selected item in last row.
|
|
1127
1153
|
|
|
@@ -1129,7 +1155,7 @@
|
|
|
1129
1155
|
|
|
1130
1156
|
### GanttChart
|
|
1131
1157
|
|
|
1132
|
-
#### Bug
|
|
1158
|
+
#### Bug fixes
|
|
1133
1159
|
|
|
1134
1160
|
- `#346141` - Issue with Gantt manipulates and change task data date values from original data has been fixed.
|
|
1135
1161
|
- `#F170644` - Issue in manual start date while mapping multiple parent levels has been fixed.
|
|
@@ -1147,7 +1173,7 @@
|
|
|
1147
1173
|
|
|
1148
1174
|
### GanttChart
|
|
1149
1175
|
|
|
1150
|
-
#### Bug
|
|
1176
|
+
#### Bug fixes
|
|
1151
1177
|
|
|
1152
1178
|
- `#347613` - Connector line issue after updating the datasource dynamically has been fixed.
|
|
1153
1179
|
- `#346909` - Issue in disable custom context menu has been fixed.
|
|
@@ -1156,7 +1182,7 @@
|
|
|
1156
1182
|
|
|
1157
1183
|
### GanttChart
|
|
1158
1184
|
|
|
1159
|
-
#### Bug
|
|
1185
|
+
#### Bug fixes
|
|
1160
1186
|
|
|
1161
1187
|
- `#347753` - Issue in `defaultedit` edit type has been fixed.
|
|
1162
1188
|
|
|
@@ -1164,7 +1190,7 @@
|
|
|
1164
1190
|
|
|
1165
1191
|
### GanttChart
|
|
1166
1192
|
|
|
1167
|
-
#### Bug
|
|
1193
|
+
#### Bug fixes
|
|
1168
1194
|
|
|
1169
1195
|
- `#342557` - In fixed work type duration update issue has been fixed.
|
|
1170
1196
|
|
|
@@ -1172,7 +1198,7 @@
|
|
|
1172
1198
|
|
|
1173
1199
|
### GanttChart
|
|
1174
1200
|
|
|
1175
|
-
#### Bug
|
|
1201
|
+
#### Bug fixes
|
|
1176
1202
|
|
|
1177
1203
|
- `#343417` - Issue in updating row index after row drag and drop has been fixed.
|
|
1178
1204
|
- `#346516` - Issue in context menu after cell editing has been fixed.
|
|
@@ -1182,7 +1208,7 @@
|
|
|
1182
1208
|
|
|
1183
1209
|
### GanttChart
|
|
1184
1210
|
|
|
1185
|
-
#### Bug
|
|
1211
|
+
#### Bug fixes
|
|
1186
1212
|
|
|
1187
1213
|
- `#343991` - Additional parameters are not passed to `BatchUpdate` method when deleting the row issue has been fixed.
|
|
1188
1214
|
- `#344100` - Issue in cancelling the drawing of predecessor line in `actionBegin` event has been fixed.
|
|
@@ -1197,7 +1223,7 @@
|
|
|
1197
1223
|
|
|
1198
1224
|
### GanttChart
|
|
1199
1225
|
|
|
1200
|
-
#### Bug
|
|
1226
|
+
#### Bug fixes
|
|
1201
1227
|
|
|
1202
1228
|
- `#343417` - Issue in CRUD operations when using datamanager data has been fixed.
|
|
1203
1229
|
- `#340739` - Vertical grid line issue while changing height dynamically has been fixed.
|
|
@@ -1207,7 +1233,7 @@
|
|
|
1207
1233
|
|
|
1208
1234
|
### GanttChart
|
|
1209
1235
|
|
|
1210
|
-
#### Bug
|
|
1236
|
+
#### Bug fixes
|
|
1211
1237
|
|
|
1212
1238
|
- `#342557` - In fixed work type duration update issue has been fixed.
|
|
1213
1239
|
- `#340406` - Misalignment while using line height property issue has been fixed.
|
|
@@ -1221,7 +1247,7 @@
|
|
|
1221
1247
|
|
|
1222
1248
|
- `#304621, #322659` - Provided percentage support for height and width of Gantt element.
|
|
1223
1249
|
|
|
1224
|
-
#### Bug
|
|
1250
|
+
#### Bug fixes
|
|
1225
1251
|
|
|
1226
1252
|
- `#331618` - Issue in updating `dataSource` property has been fixed.
|
|
1227
1253
|
- `#333672` - Issue in calculating duration across DST has been fixed.
|
|
@@ -1230,7 +1256,7 @@
|
|
|
1230
1256
|
|
|
1231
1257
|
### GanttChart
|
|
1232
1258
|
|
|
1233
|
-
#### Bug
|
|
1259
|
+
#### Bug fixes
|
|
1234
1260
|
|
|
1235
1261
|
- `#340421` - In smaller resolution the splitter appeared in wrong position issue has been fixed.
|
|
1236
1262
|
- `#341502` - Indicators disappear when datasource changed dynamically issue has been fixed.
|
|
@@ -1239,7 +1265,7 @@
|
|
|
1239
1265
|
|
|
1240
1266
|
### GanttChart
|
|
1241
1267
|
|
|
1242
|
-
#### Bug
|
|
1268
|
+
#### Bug fixes
|
|
1243
1269
|
|
|
1244
1270
|
- `#340155` - Dialog closes when pressing insert key issue has been fixed.
|
|
1245
1271
|
- `#333851` - Dynamically changing the holidays issue has been fixed.
|
|
@@ -1248,7 +1274,7 @@
|
|
|
1248
1274
|
|
|
1249
1275
|
### GanttChart
|
|
1250
1276
|
|
|
1251
|
-
#### Bug
|
|
1277
|
+
#### Bug fixes
|
|
1252
1278
|
|
|
1253
1279
|
- `#339434` - Issue in tooltip has been resolved.
|
|
1254
1280
|
|
|
@@ -1256,7 +1282,7 @@
|
|
|
1256
1282
|
|
|
1257
1283
|
### GanttChart
|
|
1258
1284
|
|
|
1259
|
-
#### Bug
|
|
1285
|
+
#### Bug fixes
|
|
1260
1286
|
|
|
1261
1287
|
- `#339511` - Issue in maintaining resource selection has been resolved.
|
|
1262
1288
|
- `#338206` - Cleared warnings thrown in Firefox browser.
|
|
@@ -1265,7 +1291,7 @@
|
|
|
1265
1291
|
|
|
1266
1292
|
### GanttChart
|
|
1267
1293
|
|
|
1268
|
-
#### Bug
|
|
1294
|
+
#### Bug fixes
|
|
1269
1295
|
|
|
1270
1296
|
- `#338587` - Issue in assigning empty data to datasource has been resolved.
|
|
1271
1297
|
- `#335677` - Issue in `expandAtLevel` and `collapseAtLevel` method with virtual scrolling has been resolved.
|
|
@@ -1274,7 +1300,7 @@
|
|
|
1274
1300
|
|
|
1275
1301
|
### GanttChart
|
|
1276
1302
|
|
|
1277
|
-
#### Bug
|
|
1303
|
+
#### Bug fixes
|
|
1278
1304
|
|
|
1279
1305
|
- `#336211` - Issue with Virtual Scrolling in Firefox browse has been resolved.
|
|
1280
1306
|
|
|
@@ -1282,7 +1308,7 @@
|
|
|
1282
1308
|
|
|
1283
1309
|
### GanttChart
|
|
1284
1310
|
|
|
1285
|
-
#### Bug
|
|
1311
|
+
#### Bug fixes
|
|
1286
1312
|
|
|
1287
1313
|
- `#331618` - Issue in updating `dataSource` property has been fixed.
|
|
1288
1314
|
- `#333672` - Issue in calculating duration across DST has been fixed.
|
|
@@ -1292,7 +1318,7 @@
|
|
|
1292
1318
|
|
|
1293
1319
|
### GanttChart
|
|
1294
1320
|
|
|
1295
|
-
#### Bug
|
|
1321
|
+
#### Bug fixes
|
|
1296
1322
|
|
|
1297
1323
|
- `#331671` - Right Labels are rendered properly in exported PDF document.
|
|
1298
1324
|
- `#332161` - Issue fixed when drag and drop performed after adding record through context menu.
|
|
@@ -1309,7 +1335,7 @@
|
|
|
1309
1335
|
|
|
1310
1336
|
### GanttChart
|
|
1311
1337
|
|
|
1312
|
-
#### Bug
|
|
1338
|
+
#### Bug fixes
|
|
1313
1339
|
|
|
1314
1340
|
- `#330806` - When using `updateTaskId` method with predecessor field is not mapped in the `taskFields` has been fixed.
|
|
1315
1341
|
- At certain zoom level, both halves of year are H1 has been resolved.
|
|
@@ -1318,7 +1344,7 @@
|
|
|
1318
1344
|
|
|
1319
1345
|
### GanttChart
|
|
1320
1346
|
|
|
1321
|
-
#### Bug
|
|
1347
|
+
#### Bug fixes
|
|
1322
1348
|
|
|
1323
1349
|
- `#328182` - Mismatch between timeline and chart body content has been fixed.
|
|
1324
1350
|
- `#165629` - Notes updated properly in Gantt chart when new task is added.
|
|
@@ -1331,7 +1357,7 @@
|
|
|
1331
1357
|
|
|
1332
1358
|
### GanttChart
|
|
1333
1359
|
|
|
1334
|
-
#### Bug
|
|
1360
|
+
#### Bug fixes
|
|
1335
1361
|
|
|
1336
1362
|
- `#325587` - Issue while deleting resource on split task has been fixed.
|
|
1337
1363
|
- Issue on dynamically changing the `allowTaskbarEditing` property has been fixed.
|
|
@@ -1353,7 +1379,7 @@
|
|
|
1353
1379
|
|
|
1354
1380
|
- `#320843` - Provide support to cancel the merging of split tasks using client-side event.
|
|
1355
1381
|
|
|
1356
|
-
#### Bug
|
|
1382
|
+
#### Bug fixes
|
|
1357
1383
|
|
|
1358
1384
|
- `#326155` - Issue in splitting task using public method has been fixed.
|
|
1359
1385
|
- `#325948` - Issue in adding new task with empty string has been fixed.
|
|
@@ -1365,7 +1391,7 @@
|
|
|
1365
1391
|
|
|
1366
1392
|
### GanttChart
|
|
1367
1393
|
|
|
1368
|
-
#### Bug
|
|
1394
|
+
#### Bug fixes
|
|
1369
1395
|
|
|
1370
1396
|
- `#325250` - Progress updated properly in manual scheduling.
|
|
1371
1397
|
- `#324644` - Issue on adding records, when Gantt view is changed has been fixed.
|
|
@@ -1377,7 +1403,7 @@
|
|
|
1377
1403
|
|
|
1378
1404
|
### GanttChart
|
|
1379
1405
|
|
|
1380
|
-
#### Bug
|
|
1406
|
+
#### Bug fixes
|
|
1381
1407
|
|
|
1382
1408
|
- `#324141` - Issue in tooltip rendering position has been fixed.
|
|
1383
1409
|
- `#320979` - Issue on changing data source and timeline settings on same time has been fixed.
|
|
@@ -1388,7 +1414,7 @@
|
|
|
1388
1414
|
|
|
1389
1415
|
### GanttChart
|
|
1390
1416
|
|
|
1391
|
-
#### Bug
|
|
1417
|
+
#### Bug fixes
|
|
1392
1418
|
|
|
1393
1419
|
- `F164497` - Issue in editing end date of a task has been fixed.
|
|
1394
1420
|
|
|
@@ -1396,7 +1422,7 @@
|
|
|
1396
1422
|
|
|
1397
1423
|
### GanttChart
|
|
1398
1424
|
|
|
1399
|
-
#### Bug
|
|
1425
|
+
#### Bug fixes
|
|
1400
1426
|
|
|
1401
1427
|
- `#320979` - Provided support to update data source dynamically with `collapseAllParentTasks` and `enableMultiTaskbar` enabled mode.
|
|
1402
1428
|
|
|
@@ -1404,7 +1430,7 @@
|
|
|
1404
1430
|
|
|
1405
1431
|
### GanttChart
|
|
1406
1432
|
|
|
1407
|
-
#### Bug
|
|
1433
|
+
#### Bug fixes
|
|
1408
1434
|
|
|
1409
1435
|
- `#320882` - Issue on expand/collapse icon in `Resource view` has been fixed.
|
|
1410
1436
|
|
|
@@ -1425,7 +1451,7 @@
|
|
|
1425
1451
|
|
|
1426
1452
|
- `#317550` - Provided support to define `valueAccessor` as string.
|
|
1427
1453
|
|
|
1428
|
-
#### Bug
|
|
1454
|
+
#### Bug fixes
|
|
1429
1455
|
|
|
1430
1456
|
- Console error when end date of segments is given as string has been fixed.
|
|
1431
1457
|
|
|
@@ -1433,7 +1459,7 @@
|
|
|
1433
1459
|
|
|
1434
1460
|
### GanttChart
|
|
1435
1461
|
|
|
1436
|
-
#### Bug
|
|
1462
|
+
#### Bug fixes
|
|
1437
1463
|
|
|
1438
1464
|
- `316898` - Maintained additional fields in segments on zooming action.
|
|
1439
1465
|
|
|
@@ -1441,7 +1467,7 @@
|
|
|
1441
1467
|
|
|
1442
1468
|
### GanttChart
|
|
1443
1469
|
|
|
1444
|
-
#### Bug
|
|
1470
|
+
#### Bug fixes
|
|
1445
1471
|
|
|
1446
1472
|
- `#315501` - Error on closing filter menu while focusing out has been resolved.
|
|
1447
1473
|
|
|
@@ -1449,7 +1475,7 @@
|
|
|
1449
1475
|
|
|
1450
1476
|
### GanttChart
|
|
1451
1477
|
|
|
1452
|
-
#### Bug
|
|
1478
|
+
#### Bug fixes
|
|
1453
1479
|
|
|
1454
1480
|
- `#311841` - Duplicating records issue while indent action has been resolved.
|
|
1455
1481
|
- `F160722` - Error on rendering editing tooltip has been resolved.
|
|
@@ -1461,7 +1487,7 @@
|
|
|
1461
1487
|
|
|
1462
1488
|
### GanttChart
|
|
1463
1489
|
|
|
1464
|
-
#### Bug
|
|
1490
|
+
#### Bug fixes
|
|
1465
1491
|
|
|
1466
1492
|
- `#298884` - Error on reorder rows method has been fixed.
|
|
1467
1493
|
|
|
@@ -1477,7 +1503,7 @@
|
|
|
1477
1503
|
|
|
1478
1504
|
- `#291192` - Provided Immutable Support to refresh specific rows while performing Gantt actions.
|
|
1479
1505
|
|
|
1480
|
-
#### Bug
|
|
1506
|
+
#### Bug fixes
|
|
1481
1507
|
|
|
1482
1508
|
- `F161492` - Console error on converting milestone to task has been fixed.
|
|
1483
1509
|
|
|
@@ -1485,7 +1511,7 @@
|
|
|
1485
1511
|
|
|
1486
1512
|
### GanttChart
|
|
1487
1513
|
|
|
1488
|
-
#### Bug
|
|
1514
|
+
#### Bug fixes
|
|
1489
1515
|
|
|
1490
1516
|
- `F161492` - Console error on drag and drop action has been fixed.
|
|
1491
1517
|
- `F161492` - Issue on indent action has been fixed.
|
|
@@ -1494,7 +1520,7 @@
|
|
|
1494
1520
|
|
|
1495
1521
|
### GanttChart
|
|
1496
1522
|
|
|
1497
|
-
#### Bug
|
|
1523
|
+
#### Bug fixes
|
|
1498
1524
|
|
|
1499
1525
|
- `#298884` - Issue on reorder rows method in virtual scroll support has been fixed.
|
|
1500
1526
|
|
|
@@ -1502,7 +1528,7 @@
|
|
|
1502
1528
|
|
|
1503
1529
|
### GanttChart
|
|
1504
1530
|
|
|
1505
|
-
#### Bug
|
|
1531
|
+
#### Bug fixes
|
|
1506
1532
|
|
|
1507
1533
|
- `F160722` - Issue on editing tooltip template has been fixed.
|
|
1508
1534
|
- `#306971` - HTML encoder issue with notes column has been fixed.
|
|
@@ -1512,7 +1538,7 @@
|
|
|
1512
1538
|
|
|
1513
1539
|
### GanttChart
|
|
1514
1540
|
|
|
1515
|
-
#### Bug
|
|
1541
|
+
#### Bug fixes
|
|
1516
1542
|
|
|
1517
1543
|
- `#306741` - Issue on closing filter menu while focusing out has been fixed.
|
|
1518
1544
|
- `#306556` - Issue on duration field of add dialog has been fixed.
|
|
@@ -1532,7 +1558,7 @@
|
|
|
1532
1558
|
|
|
1533
1559
|
- `F149775` - Provided `Virtual Scroll` support for Gantt.
|
|
1534
1560
|
|
|
1535
|
-
#### Bug
|
|
1561
|
+
#### Bug fixes
|
|
1536
1562
|
|
|
1537
1563
|
- `#306090` - Issue on pressing delete key when add/edit dialog is opened has been fixed.
|
|
1538
1564
|
- `#306342` - Included additional field in `taskData.segments`.
|
|
@@ -1542,7 +1568,7 @@
|
|
|
1542
1568
|
|
|
1543
1569
|
### GanttChart
|
|
1544
1570
|
|
|
1545
|
-
#### Bug
|
|
1571
|
+
#### Bug fixes
|
|
1546
1572
|
|
|
1547
1573
|
- `F159625` - Console error on indent action after adding record has been fixed.
|
|
1548
1574
|
|
|
@@ -1550,7 +1576,7 @@
|
|
|
1550
1576
|
|
|
1551
1577
|
### GanttChart
|
|
1552
1578
|
|
|
1553
|
-
#### Bug
|
|
1579
|
+
#### Bug fixes
|
|
1554
1580
|
|
|
1555
1581
|
- `301606` - Issue in template column when use it as `treeColumnIndex` has been fixed.
|
|
1556
1582
|
|
|
@@ -1558,7 +1584,7 @@
|
|
|
1558
1584
|
|
|
1559
1585
|
### GanttChart
|
|
1560
1586
|
|
|
1561
|
-
#### Bug
|
|
1587
|
+
#### Bug fixes
|
|
1562
1588
|
|
|
1563
1589
|
- `293889` - Console error in split task when allowTaskbarEditing is disable has been fixed.
|
|
1564
1590
|
- `300744` - Console error on clicking add/edit toolbar has been fixed.
|
|
@@ -1568,7 +1594,7 @@
|
|
|
1568
1594
|
|
|
1569
1595
|
### GanttChart
|
|
1570
1596
|
|
|
1571
|
-
#### Bug
|
|
1597
|
+
#### Bug fixes
|
|
1572
1598
|
|
|
1573
1599
|
- `299695` - Issue in left label template has been fixed.
|
|
1574
1600
|
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
|
|
@@ -1584,7 +1610,7 @@
|
|
|
1584
1610
|
- `#292246` - Provided support to split the taskbar into multiple segments through context menu and dialog edit.
|
|
1585
1611
|
- `#282972, #293345` - Provided support to render predecessor and rows properly in different zooming levels and display scaling size.
|
|
1586
1612
|
|
|
1587
|
-
#### Bug
|
|
1613
|
+
#### Bug fixes
|
|
1588
1614
|
|
|
1589
1615
|
- `#295381` - Issue on exporting Gantt with partial data has been fixed.
|
|
1590
1616
|
- `#299370` - Issue on restricting dragging action when read only property set to true.
|
|
@@ -1595,7 +1621,7 @@
|
|
|
1595
1621
|
|
|
1596
1622
|
### GanttChart
|
|
1597
1623
|
|
|
1598
|
-
#### Bug
|
|
1624
|
+
#### Bug fixes
|
|
1599
1625
|
|
|
1600
1626
|
- `#296920` - Issue on rendering Gantt with resources has been fixed.
|
|
1601
1627
|
- `F158128` - Issue on updating DB on `indent` and `outdent` action has been fixed.
|
|
@@ -1606,7 +1632,7 @@
|
|
|
1606
1632
|
|
|
1607
1633
|
### GanttChart
|
|
1608
1634
|
|
|
1609
|
-
#### Bug
|
|
1635
|
+
#### Bug fixes
|
|
1610
1636
|
|
|
1611
1637
|
- `#293528` - Issue when work value is given as decimal values has been fixed.
|
|
1612
1638
|
|
|
@@ -1618,7 +1644,7 @@
|
|
|
1618
1644
|
|
|
1619
1645
|
- `#292825` - Provided support to improvement of trigger actions on key press.
|
|
1620
1646
|
|
|
1621
|
-
#### Bug
|
|
1647
|
+
#### Bug fixes
|
|
1622
1648
|
|
|
1623
1649
|
- `#293539` - Issue while dynamically updating `allowRowDragAndDrop` gets fixed.
|
|
1624
1650
|
- `#292470` - Issue on edit template in dialog has been fixed.
|
|
@@ -1628,7 +1654,7 @@
|
|
|
1628
1654
|
|
|
1629
1655
|
### GanttChart
|
|
1630
1656
|
|
|
1631
|
-
#### Bug
|
|
1657
|
+
#### Bug fixes
|
|
1632
1658
|
|
|
1633
1659
|
- `#290457` - Issue on customizing the background colour of taskbar in Resource view has been fixed.
|
|
1634
1660
|
- `F157498` - Console error on indenting record after sorting has been fixed.
|
|
@@ -1637,7 +1663,7 @@
|
|
|
1637
1663
|
|
|
1638
1664
|
### GanttChart
|
|
1639
1665
|
|
|
1640
|
-
#### Bug
|
|
1666
|
+
#### Bug fixes
|
|
1641
1667
|
|
|
1642
1668
|
- `#291158` - Console error on destroy Gantt when allowKeyboard is false has been fixed.
|
|
1643
1669
|
- `#279528` - Dialog dependency drop-down list has existing dependency data has been fixed.
|
|
@@ -1646,7 +1672,7 @@
|
|
|
1646
1672
|
|
|
1647
1673
|
### GanttChart
|
|
1648
1674
|
|
|
1649
|
-
#### Bug
|
|
1675
|
+
#### Bug fixes
|
|
1650
1676
|
|
|
1651
1677
|
- `#288438` - Tooltip rendering issue has been fixed.
|
|
1652
1678
|
- The issue of the bottom tire format in Chinese culture has been fixed.
|
|
@@ -1659,7 +1685,7 @@
|
|
|
1659
1685
|
|
|
1660
1686
|
- `#287282` - Provided support to change viewType of Gantt dynamically.
|
|
1661
1687
|
|
|
1662
|
-
#### Bug
|
|
1688
|
+
#### Bug fixes
|
|
1663
1689
|
|
|
1664
1690
|
- `#285626` - Console error while rendering multiple Gantt has been fixed.
|
|
1665
1691
|
- `#285749` - Issue on parent progress calculation while delete child record has been fixed.
|
|
@@ -1668,7 +1694,7 @@
|
|
|
1668
1694
|
|
|
1669
1695
|
### GanttChart
|
|
1670
1696
|
|
|
1671
|
-
#### Bug
|
|
1697
|
+
#### Bug fixes
|
|
1672
1698
|
|
|
1673
1699
|
- `#284995` - Issue in predecessor lines of exported pdf document has been fixed.
|
|
1674
1700
|
- `#284995` - Content overflow issue in exported pdf document has been fixed.
|
|
@@ -1682,7 +1708,7 @@
|
|
|
1682
1708
|
|
|
1683
1709
|
### GanttChart
|
|
1684
1710
|
|
|
1685
|
-
#### Bug
|
|
1711
|
+
#### Bug fixes
|
|
1686
1712
|
|
|
1687
1713
|
- `#276968` - Column misalignment issue after editing has been fixed.
|
|
1688
1714
|
- `F155689` - Issue on expanding records while mapping expand status of record has been fixed.
|
|
@@ -1691,7 +1717,7 @@
|
|
|
1691
1717
|
|
|
1692
1718
|
### GanttChart
|
|
1693
1719
|
|
|
1694
|
-
#### Bug
|
|
1720
|
+
#### Bug fixes
|
|
1695
1721
|
|
|
1696
1722
|
- `#278235` - Parent Id is not updated properly on row drag and drop action issue gets resolved.
|
|
1697
1723
|
- `F155766` - PDF export document Gantt timeline issue after zooming has been resolved.
|
|
@@ -1714,7 +1740,7 @@
|
|
|
1714
1740
|
|
|
1715
1741
|
### GanttChart
|
|
1716
1742
|
|
|
1717
|
-
#### Bug
|
|
1743
|
+
#### Bug fixes
|
|
1718
1744
|
|
|
1719
1745
|
- `#281103`- Taskbar not rendered properly while cancel the new child record by context menu action has been fixed.
|
|
1720
1746
|
- `#281247`- Parent id is not updated on add a child record by context menu has been fixed.
|
|
@@ -1738,7 +1764,7 @@
|
|
|
1738
1764
|
|
|
1739
1765
|
### GanttChart
|
|
1740
1766
|
|
|
1741
|
-
#### Bug
|
|
1767
|
+
#### Bug fixes
|
|
1742
1768
|
|
|
1743
1769
|
- `#278176` - Zoom in or zoom out toolbar button disabled after zoom to fit action was fixed.
|
|
1744
1770
|
- `#278238` - Action begin event not triggered on finish to finish predecessor was fixed.
|
|
@@ -1751,7 +1777,7 @@
|
|
|
1751
1777
|
|
|
1752
1778
|
### GanttChart
|
|
1753
1779
|
|
|
1754
|
-
#### Bug
|
|
1780
|
+
#### Bug fixes
|
|
1755
1781
|
|
|
1756
1782
|
- `#277029` - Update value not display on edit action issue has been fixed.
|
|
1757
1783
|
- `#276942` - Issue while passing additional parameter to the server side on CRUD operation has been fixed.
|
|
@@ -1760,7 +1786,7 @@
|
|
|
1760
1786
|
|
|
1761
1787
|
### GanttChart
|
|
1762
1788
|
|
|
1763
|
-
#### Bug
|
|
1789
|
+
#### Bug fixes
|
|
1764
1790
|
|
|
1765
1791
|
- `#39566` - Issue when remove event markers dynamically has been resolved.
|
|
1766
1792
|
- `F154261`,`#276047` - Issue while adding new record with empty data on load time gets resolved.
|
|
@@ -1780,7 +1806,7 @@
|
|
|
1780
1806
|
|
|
1781
1807
|
### GanttChart
|
|
1782
1808
|
|
|
1783
|
-
#### Bug
|
|
1809
|
+
#### Bug fixes
|
|
1784
1810
|
|
|
1785
1811
|
- `#268349` - Issue on maintaining duration data type gets resolved.
|
|
1786
1812
|
- Column filter menu displayed in wrong place has been fixed.
|
|
@@ -1795,7 +1821,7 @@
|
|
|
1795
1821
|
|
|
1796
1822
|
### GanttChart
|
|
1797
1823
|
|
|
1798
|
-
#### Bug
|
|
1824
|
+
#### Bug fixes
|
|
1799
1825
|
|
|
1800
1826
|
- `#273422` - Date mismatch for parent and child record gets resolved.
|
|
1801
1827
|
|
|
@@ -1803,7 +1829,7 @@
|
|
|
1803
1829
|
|
|
1804
1830
|
### GanttChart
|
|
1805
1831
|
|
|
1806
|
-
#### Bug
|
|
1832
|
+
#### Bug fixes
|
|
1807
1833
|
|
|
1808
1834
|
- `#273440` - Issue on updating end date value using cell edit gets resolved.
|
|
1809
1835
|
- `#273426` - Issue on validating parent start date on taskbar edit action gets resolved.
|
|
@@ -1813,7 +1839,7 @@
|
|
|
1813
1839
|
|
|
1814
1840
|
### GanttChart
|
|
1815
1841
|
|
|
1816
|
-
#### Bug
|
|
1842
|
+
#### Bug fixes
|
|
1817
1843
|
|
|
1818
1844
|
- `#268281` - Issue on adding dependency using dialog gets resolved.
|
|
1819
1845
|
|
|
@@ -1821,7 +1847,7 @@
|
|
|
1821
1847
|
|
|
1822
1848
|
### GanttChart
|
|
1823
1849
|
|
|
1824
|
-
#### Bug
|
|
1850
|
+
#### Bug fixes
|
|
1825
1851
|
|
|
1826
1852
|
- `#270801` - Issue on end date calculations gets resolved.
|
|
1827
1853
|
- `#270563` - Console error throws while taskbar resizing with use of taskbar template has been fixed.
|
|
@@ -1835,7 +1861,7 @@
|
|
|
1835
1861
|
|
|
1836
1862
|
- `#269693, #269694` - Provided accessibility support for column header and filter.
|
|
1837
1863
|
|
|
1838
|
-
#### Bug
|
|
1864
|
+
#### Bug fixes
|
|
1839
1865
|
|
|
1840
1866
|
- `#270384` - Prevented event markers, indicators, holidays, baseline consideration for timeline while doing zoom to fit action.
|
|
1841
1867
|
|
|
@@ -1843,7 +1869,7 @@
|
|
|
1843
1869
|
|
|
1844
1870
|
### GanttChart
|
|
1845
1871
|
|
|
1846
|
-
#### Bug
|
|
1872
|
+
#### Bug fixes
|
|
1847
1873
|
|
|
1848
1874
|
- `#264099` - Console error on tab key press has been fixed.
|
|
1849
1875
|
- `#269692`,`#269690` - Issue on focussing to the next element has been fixed.
|
|
@@ -1860,7 +1886,7 @@
|
|
|
1860
1886
|
- `F146634` - Provided support for Resource Unit, which indicate the efficiency of resource by each task and Work mapping support which is used to allocate the total number of works to a task.
|
|
1861
1887
|
- `#245866`,`#252413`,`#262485`,`F147349` - Provided support for the Resource view which is used to visualize the list of tasks assigned to each resource in hierarchical order.
|
|
1862
1888
|
|
|
1863
|
-
#### Bug
|
|
1889
|
+
#### Bug fixes
|
|
1864
1890
|
|
|
1865
1891
|
- `#263236` - Issue on multi-level dragged parent dropped into last index has been fixed.
|
|
1866
1892
|
- `#264099` - Issue in tab key action in edited state is fixed.
|
|
@@ -1879,7 +1905,7 @@
|
|
|
1879
1905
|
|
|
1880
1906
|
- `F149069` - Provided support to render parent as milestone.
|
|
1881
1907
|
|
|
1882
|
-
#### Bug
|
|
1908
|
+
#### Bug fixes
|
|
1883
1909
|
|
|
1884
1910
|
- `F150408` - Baseline tooltip not rendered for milestone tasks has been fixed.
|
|
1885
1911
|
- `#260944` - Issue in preventing taskbar editing has been fixed.
|
|
@@ -1888,7 +1914,7 @@
|
|
|
1888
1914
|
|
|
1889
1915
|
### GanttChart
|
|
1890
1916
|
|
|
1891
|
-
#### Bug
|
|
1917
|
+
#### Bug fixes
|
|
1892
1918
|
|
|
1893
1919
|
- `#260331` - Typescript declaration issue fixed.
|
|
1894
1920
|
|
|
@@ -1904,7 +1930,7 @@
|
|
|
1904
1930
|
|
|
1905
1931
|
### GanttChart
|
|
1906
1932
|
|
|
1907
|
-
#### Bug
|
|
1933
|
+
#### Bug fixes
|
|
1908
1934
|
|
|
1909
1935
|
- `F149551` - Handled empty value while editing the numeric edit type field.
|
|
1910
1936
|
|
|
@@ -1912,7 +1938,7 @@
|
|
|
1912
1938
|
|
|
1913
1939
|
### GanttChart
|
|
1914
1940
|
|
|
1915
|
-
#### Bug
|
|
1941
|
+
#### Bug fixes
|
|
1916
1942
|
|
|
1917
1943
|
- `F147793` - Context menu not closing issue while scrolling on the Gantt element has been fixed.
|
|
1918
1944
|
|
|
@@ -1931,7 +1957,7 @@
|
|
|
1931
1957
|
|
|
1932
1958
|
### GanttChart
|
|
1933
1959
|
|
|
1934
|
-
#### Bug
|
|
1960
|
+
#### Bug fixes
|
|
1935
1961
|
|
|
1936
1962
|
- `#253076` - Accessibility issues in Gantt has been fixed.
|
|
1937
1963
|
|
|
@@ -1939,7 +1965,7 @@
|
|
|
1939
1965
|
|
|
1940
1966
|
### GanttChart
|
|
1941
1967
|
|
|
1942
|
-
#### Bug
|
|
1968
|
+
#### Bug fixes
|
|
1943
1969
|
|
|
1944
1970
|
- `F149069` - Parent taskbar alignment issue while rendering with single milestone child record has been fixed.
|
|
1945
1971
|
- `F149070` - Key navigation disable issue on Tree Grid section has been fixed.
|
|
@@ -1952,7 +1978,7 @@
|
|
|
1952
1978
|
|
|
1953
1979
|
### GanttChart
|
|
1954
1980
|
|
|
1955
|
-
#### Bug
|
|
1981
|
+
#### Bug fixes
|
|
1956
1982
|
|
|
1957
1983
|
- `#253912` - Parent taskbar disappearance issue while deleting all its child records has been fixed.
|
|
1958
1984
|
|
|
@@ -1960,7 +1986,7 @@
|
|
|
1960
1986
|
|
|
1961
1987
|
### GanttChart
|
|
1962
1988
|
|
|
1963
|
-
#### Bug
|
|
1989
|
+
#### Bug fixes
|
|
1964
1990
|
|
|
1965
1991
|
- `249581` - Browser hangs issue while change schedule mode to year has been fixed.
|
|
1966
1992
|
- `252195` - Issue on forEach method iteration in IE11 has been fixed.
|
|
@@ -1971,7 +1997,7 @@
|
|
|
1971
1997
|
|
|
1972
1998
|
### GanttChart
|
|
1973
1999
|
|
|
1974
|
-
#### Bug
|
|
2000
|
+
#### Bug fixes
|
|
1975
2001
|
|
|
1976
2002
|
- `F147755` - Chart part disappearing issue when splitter position value greater than control width has been fixed.
|
|
1977
2003
|
|
|
@@ -1979,7 +2005,7 @@
|
|
|
1979
2005
|
|
|
1980
2006
|
### GanttChart
|
|
1981
2007
|
|
|
1982
|
-
#### Bug
|
|
2008
|
+
#### Bug fixes
|
|
1983
2009
|
|
|
1984
2010
|
- `#245866` - Alignment issue with `height` property value as `auto` has been fixed.
|
|
1985
2011
|
- `F145725` - Issue with cell editing on newly added record has been fixed.
|
|
@@ -1996,7 +2022,7 @@
|
|
|
1996
2022
|
|
|
1997
2023
|
### GanttChart
|
|
1998
2024
|
|
|
1999
|
-
#### Bug
|
|
2025
|
+
#### Bug fixes
|
|
2000
2026
|
|
|
2001
2027
|
- `F145733` - Alignment issue with header and rows on splitter resizing has been fixed.
|
|
2002
2028
|
- `F146641` - Issue with indicators tooltip support has been fixed.
|
|
@@ -2007,7 +2033,7 @@
|
|
|
2007
2033
|
|
|
2008
2034
|
### GanttChart
|
|
2009
2035
|
|
|
2010
|
-
#### Bug
|
|
2036
|
+
#### Bug fixes
|
|
2011
2037
|
|
|
2012
2038
|
- `#243770` - Issue in date picker with custom format has been fixed.
|
|
2013
2039
|
- `#243238` - Included current edited data in `actionComplete` event arguments.
|
|
@@ -2016,7 +2042,7 @@
|
|
|
2016
2042
|
|
|
2017
2043
|
### GanttChart
|
|
2018
2044
|
|
|
2019
|
-
#### Bug
|
|
2045
|
+
#### Bug fixes
|
|
2020
2046
|
|
|
2021
2047
|
- #F145936 - Custom column values not updated in data source on Editing has been fixed.
|
|
2022
2048
|
- Lexical declaration issues in es2015 has been fixed.
|
|
@@ -2027,7 +2053,7 @@
|
|
|
2027
2053
|
|
|
2028
2054
|
### GanttChart
|
|
2029
2055
|
|
|
2030
|
-
#### Bug
|
|
2056
|
+
#### Bug fixes
|
|
2031
2057
|
|
|
2032
2058
|
- #241781 - Gantt task-data property missing in template data issue has been fixed.
|
|
2033
2059
|
|
|
@@ -2035,7 +2061,7 @@
|
|
|
2035
2061
|
|
|
2036
2062
|
### GanttChart
|
|
2037
2063
|
|
|
2038
|
-
#### Bug
|
|
2064
|
+
#### Bug fixes
|
|
2039
2065
|
|
|
2040
2066
|
- #238228 - Issue while rendering tooltip with smaller duration has been fixed.
|
|
2041
2067
|
|
|
@@ -2049,7 +2075,7 @@
|
|
|
2049
2075
|
|
|
2050
2076
|
### GanttChart
|
|
2051
2077
|
|
|
2052
|
-
#### Bug
|
|
2078
|
+
#### Bug fixes
|
|
2053
2079
|
|
|
2054
2080
|
- #F144145 - Task Id duplication issue while adding new record has been fixed.
|
|
2055
2081
|
|
|
@@ -2057,7 +2083,7 @@
|
|
|
2057
2083
|
|
|
2058
2084
|
### GanttChart
|
|
2059
2085
|
|
|
2060
|
-
#### Bug
|
|
2086
|
+
#### Bug fixes
|
|
2061
2087
|
|
|
2062
2088
|
- #233041 - Alignment issue with timeline and vertical lines has been fixed.
|
|
2063
2089
|
|
|
@@ -2069,7 +2095,7 @@
|
|
|
2069
2095
|
|
|
2070
2096
|
### GanttChart
|
|
2071
2097
|
|
|
2072
|
-
#### Bug
|
|
2098
|
+
#### Bug fixes
|
|
2073
2099
|
|
|
2074
2100
|
- Bug fixes included.
|
|
2075
2101
|
|
|
@@ -2077,9 +2103,9 @@
|
|
|
2077
2103
|
|
|
2078
2104
|
### GanttChart
|
|
2079
2105
|
|
|
2080
|
-
#### Bug
|
|
2106
|
+
#### Bug fixes
|
|
2081
2107
|
|
|
2082
|
-
- Internal
|
|
2108
|
+
- Internal Bug fixes included.
|
|
2083
2109
|
|
|
2084
2110
|
## 17.1.32-beta (2019-03-13)
|
|
2085
2111
|
|
|
@@ -2103,7 +2129,7 @@
|
|
|
2103
2129
|
|
|
2104
2130
|
### GanttChart
|
|
2105
2131
|
|
|
2106
|
-
#### Bug
|
|
2132
|
+
#### Bug fixes
|
|
2107
2133
|
|
|
2108
2134
|
- `#I473341` - Tooltip template not working properly issue has been fixed.
|
|
2109
2135
|
- `#I467372` - no drop icon is displayed while dropping in Gantt chart.
|