@syncfusion/ej2-react-gantt 24.2.9 → 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 +193 -182
- package/diConfig.json +4 -2
- package/dist/ej2-react-gantt.min.js +1 -1
- package/dist/ej2-react-gantt.umd.min.js +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -4,23 +4,34 @@
|
|
|
4
4
|
|
|
5
5
|
### GanttChart
|
|
6
6
|
|
|
7
|
-
#### Bug
|
|
7
|
+
#### Bug fixes
|
|
8
8
|
|
|
9
|
-
- `#
|
|
10
|
-
- `#
|
|
11
|
-
- `#
|
|
12
|
-
|
|
13
|
-
- `#
|
|
14
|
-
- `#
|
|
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
|
+
- `#F186965` - When we use `RTL` mode splitter settings functionality remains as in normal mode issue has been fixed.
|
|
14
|
+
- `#I561396` - When `hasChildMapping` is enabled `addParams` not working issue has been fixed.
|
|
15
|
+
|
|
16
|
+
#### Features
|
|
17
|
+
|
|
18
|
+
- `#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).
|
|
19
|
+
- `#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).
|
|
20
|
+
- `#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).
|
|
21
|
+
|
|
22
|
+
- `#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/react/demos/#/material3/gantt/undo-redo.html).
|
|
23
|
+
- `#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/react/documentation/gantt/pdf-export/pdf-export#exporting-with-templates).
|
|
24
|
+
- `#I522246`,`#I527511`,`#I562591`- Provided [`additionalParams`](https://ej2.syncfusion.com/react/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/react/documentation/gantt/managing-tasks/managing-tasks#customize-tab-elements).
|
|
25
|
+
|
|
26
|
+
#### Breaking Changes
|
|
15
27
|
|
|
16
|
-
-
|
|
17
|
-
- `#I560166` - The context menu using "add child" for any task, dependency line validation is not working properly.
|
|
28
|
+
- 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`.
|
|
18
29
|
|
|
19
30
|
## 24.2.8 (2024-02-27)
|
|
20
31
|
|
|
21
32
|
### GanttChart
|
|
22
33
|
|
|
23
|
-
#### Bug
|
|
34
|
+
#### Bug fixes
|
|
24
35
|
|
|
25
36
|
- `#I555169` - The scrollbar into view taskbar not working properly issue has been fixed.
|
|
26
37
|
- `#I556229` - Splitter View is not updating properly while using `setSplitterPosition` issue has been fixed.
|
|
@@ -43,7 +54,7 @@
|
|
|
43
54
|
|
|
44
55
|
### GanttChart
|
|
45
56
|
|
|
46
|
-
#### Bug
|
|
57
|
+
#### Bug fixes
|
|
47
58
|
|
|
48
59
|
- `#I548671` - Dependency not working when id is alpha numeric issue has been fixed.
|
|
49
60
|
- `#I552756` - A console error occurs when hovering over the Column menu options issue has been fixed.
|
|
@@ -57,7 +68,7 @@
|
|
|
57
68
|
|
|
58
69
|
### GanttChart
|
|
59
70
|
|
|
60
|
-
#### Bug
|
|
71
|
+
#### Bug fixes
|
|
61
72
|
|
|
62
73
|
- `#I544540` - Offset value not calculated properly issue has been fixed.
|
|
63
74
|
- `#I552745` - Pressing enter key in dialog refresh the Gantt issue has been fixed.
|
|
@@ -71,7 +82,7 @@
|
|
|
71
82
|
|
|
72
83
|
### GanttChart
|
|
73
84
|
|
|
74
|
-
#### Bug
|
|
85
|
+
#### Bug fixes
|
|
75
86
|
|
|
76
87
|
- `#I550406` - Task type property does not update properly by mapping work field issue has been fixed.
|
|
77
88
|
- `#I542029` - Unable to render full lengthy text in pdf export issue has been fixed.
|
|
@@ -86,7 +97,7 @@
|
|
|
86
97
|
|
|
87
98
|
### GanttChart
|
|
88
99
|
|
|
89
|
-
#### Bug
|
|
100
|
+
#### Bug fixes
|
|
90
101
|
|
|
91
102
|
- `#I540355` - RTE create column not working in dialog box issue has been fixed.
|
|
92
103
|
- `#I543351` - The taskbar render validation not working properly issue has been fixed.
|
|
@@ -95,7 +106,7 @@
|
|
|
95
106
|
|
|
96
107
|
### GanttChart
|
|
97
108
|
|
|
98
|
-
#### Bug
|
|
109
|
+
#### Bug fixes
|
|
99
110
|
|
|
100
111
|
- `#I540518` - Can't able to drag and drop to the new resource issue has been fixed.
|
|
101
112
|
- `#I185970` - Dynamic template updating in columns does not render issue has been fixed.
|
|
@@ -107,7 +118,7 @@
|
|
|
107
118
|
|
|
108
119
|
### GanttChart
|
|
109
120
|
|
|
110
|
-
#### Bug
|
|
121
|
+
#### Bug fixes
|
|
111
122
|
|
|
112
123
|
- `#I533229` - Server call is triggered twice issue has been fixed.
|
|
113
124
|
- `#I531670` - When adding a record by method before saving, if the task ID is changed after taskbar hover exception thrown issue has been fixed.
|
|
@@ -121,7 +132,7 @@
|
|
|
121
132
|
|
|
122
133
|
### GanttChart
|
|
123
134
|
|
|
124
|
-
#### Bug
|
|
135
|
+
#### Bug fixes
|
|
125
136
|
|
|
126
137
|
- `#I530808` - Progress width not rendered properly in split tasks issue has been fixed.
|
|
127
138
|
- `#F185683` - Resources are not updating properly in `actionBegin`event issue has been fixed.
|
|
@@ -137,7 +148,7 @@
|
|
|
137
148
|
|
|
138
149
|
### GanttChart
|
|
139
150
|
|
|
140
|
-
#### Bug
|
|
151
|
+
#### Bug fixes
|
|
141
152
|
|
|
142
153
|
`#I531670` - When adding record by method before saving, if the task ID is changed after taskbar hover exception thrown issue has been fixed.
|
|
143
154
|
|
|
@@ -154,7 +165,7 @@
|
|
|
154
165
|
|
|
155
166
|
### GanttChart
|
|
156
167
|
|
|
157
|
-
#### Bug
|
|
168
|
+
#### Bug fixes
|
|
158
169
|
|
|
159
170
|
- `#I520118` - Console error occurs other than self reference data issue has been fixed.
|
|
160
171
|
- `#I515425` - Issue with observable data binding in Gantt chart issue has been fixed.
|
|
@@ -166,7 +177,7 @@
|
|
|
166
177
|
|
|
167
178
|
### GanttChart
|
|
168
179
|
|
|
169
|
-
#### Bug
|
|
180
|
+
#### Bug fixes
|
|
170
181
|
|
|
171
182
|
- `#I517359` - Columns does not update while changing columns value by Gantt instance issue has been fixed.
|
|
172
183
|
- `#I514463` - PDF exported with blank pages and dislocated connected lines issue has been fixed.
|
|
@@ -183,13 +194,13 @@
|
|
|
183
194
|
- `#I513332` - Excel filter only takes one character at a time issue has been fixed.
|
|
184
195
|
- `#I517515` - Custom toolbar template not renders after toolbar click action in Gantt issue has been fixed.
|
|
185
196
|
|
|
186
|
-
#### Bug
|
|
197
|
+
#### Bug fixes
|
|
187
198
|
|
|
188
199
|
## 23.1.43 (2023-10-31)
|
|
189
200
|
|
|
190
201
|
### GanttChart
|
|
191
202
|
|
|
192
|
-
#### Bug
|
|
203
|
+
#### Bug fixes
|
|
193
204
|
|
|
194
205
|
- `#I493515` - Console error throw while Expand and collapse the parent taskbar issue has been fixed.
|
|
195
206
|
- `#I513655` - Filter menu close as soon as the mouse is up issue has been fixed.
|
|
@@ -200,7 +211,7 @@
|
|
|
200
211
|
|
|
201
212
|
### GanttChart
|
|
202
213
|
|
|
203
|
-
#### Bug
|
|
214
|
+
#### Bug fixes
|
|
204
215
|
|
|
205
216
|
- `#I508297` - Progress tooltip is misaligned after editing issue has been fixed.
|
|
206
217
|
- `#I509023` - Duration changes to zero while giving input as decimal in remote data issue has been fixed.
|
|
@@ -215,7 +226,7 @@
|
|
|
215
226
|
|
|
216
227
|
### GanttChart
|
|
217
228
|
|
|
218
|
-
#### Bug
|
|
229
|
+
#### Bug fixes
|
|
219
230
|
|
|
220
231
|
- `#I494495` - Script error occurs when trying to edit after sorting in presence of validation message issue has been fixed.
|
|
221
232
|
- `#I508721` - Baseline date does not render properly for milestone task issue has been fixed.
|
|
@@ -229,7 +240,7 @@
|
|
|
229
240
|
|
|
230
241
|
### GanttChart
|
|
231
242
|
|
|
232
|
-
#### Bug
|
|
243
|
+
#### Bug fixes
|
|
233
244
|
|
|
234
245
|
- `#I502041` - Error throw while adding the record issue has been fixed.
|
|
235
246
|
- `#I493515` - Style is not applied to the second segment issue has been fixed.
|
|
@@ -238,7 +249,7 @@
|
|
|
238
249
|
|
|
239
250
|
### GanttChart
|
|
240
251
|
|
|
241
|
-
#### Bug
|
|
252
|
+
#### Bug fixes
|
|
242
253
|
|
|
243
254
|
- `#I479961` - Milestone baseline moves along with the milestone issue has been fixed.
|
|
244
255
|
- `#I501391` - Misalignment in tooltip when connecting predecessor.
|
|
@@ -274,7 +285,7 @@
|
|
|
274
285
|
- 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/react/demos/#/material3/gantt/exporting).
|
|
275
286
|
- Provided touch interaction support for taskbar resizing, dragging, predecessor connectivity in Gantt chart.
|
|
276
287
|
|
|
277
|
-
#### Bug
|
|
288
|
+
#### Bug fixes
|
|
278
289
|
|
|
279
290
|
- `#I492654` - When empty data source pdf export exception thrown issue has been fixed.
|
|
280
291
|
- `#I479578` - Milestone parent is not appearing issue has been fixed.
|
|
@@ -283,7 +294,7 @@
|
|
|
283
294
|
|
|
284
295
|
### GanttChart
|
|
285
296
|
|
|
286
|
-
#### Bug
|
|
297
|
+
#### Bug fixes
|
|
287
298
|
|
|
288
299
|
- `#I488557` - The project dates are not modified after changing the timeline.
|
|
289
300
|
- `#I472635` - When pressing the insert key `newRowPosition` bottom row is not highlighted.
|
|
@@ -304,7 +315,7 @@
|
|
|
304
315
|
|
|
305
316
|
### GanttChart
|
|
306
317
|
|
|
307
|
-
#### Bug
|
|
318
|
+
#### Bug fixes
|
|
308
319
|
|
|
309
320
|
- `#I485527` - Filter menu opening issue in column menu has been fixed.
|
|
310
321
|
- `#I491313` - Multiple records were selected after using the context menu, adding the milestone position wrong issue has been fixed.
|
|
@@ -318,7 +329,7 @@
|
|
|
318
329
|
|
|
319
330
|
### GanttChart
|
|
320
331
|
|
|
321
|
-
#### Bug
|
|
332
|
+
#### Bug fixes
|
|
322
333
|
|
|
323
334
|
- `#I486977` - Zoom To Fit issue when we resize browser window has been fixed.
|
|
324
335
|
- `#I484086` - Other instance of the taskbar not moved in the resource view issue has been fixed.
|
|
@@ -330,7 +341,7 @@
|
|
|
330
341
|
|
|
331
342
|
### GanttChart
|
|
332
343
|
|
|
333
|
-
#### Bug
|
|
344
|
+
#### Bug fixes
|
|
334
345
|
|
|
335
346
|
- `#I485657` - Misalignment happened in timeline while exporting `PDF` in Gantt has been fixed.
|
|
336
347
|
- `#I485398` - console error occurs while using segment data issue has been fixed.
|
|
@@ -350,7 +361,7 @@
|
|
|
350
361
|
|
|
351
362
|
### GanttChart
|
|
352
363
|
|
|
353
|
-
#### Bug
|
|
364
|
+
#### Bug fixes
|
|
354
365
|
|
|
355
366
|
- `#I485907` - When multiple records are selected after using the context menu to delete, it is not working issue has been fixed.
|
|
356
367
|
- `#I483579` - Splitter resize issue when we resize browser window issue has been fixed.
|
|
@@ -363,7 +374,7 @@
|
|
|
363
374
|
|
|
364
375
|
### GanttChart
|
|
365
376
|
|
|
366
|
-
#### Bug
|
|
377
|
+
#### Bug fixes
|
|
367
378
|
|
|
368
379
|
- `#I479591` - Critical path is not working properly when the baseline is changed dynamically issue has been fixed.
|
|
369
380
|
- `#F182867` - Edit parameters not working in date columns issue has been fixed.
|
|
@@ -390,7 +401,7 @@
|
|
|
390
401
|
|
|
391
402
|
### GanttChart
|
|
392
403
|
|
|
393
|
-
#### Bug
|
|
404
|
+
#### Bug fixes
|
|
394
405
|
|
|
395
406
|
-`#I472635`-Using insert key highlights top row has been fixed.
|
|
396
407
|
|
|
@@ -409,7 +420,7 @@
|
|
|
409
420
|
|
|
410
421
|
### GanttChart
|
|
411
422
|
|
|
412
|
-
#### Bug
|
|
423
|
+
#### Bug fixes
|
|
413
424
|
|
|
414
425
|
- `#I45187` - Border is changed to outline in CSS issue has been fixed.
|
|
415
426
|
|
|
@@ -417,7 +428,7 @@
|
|
|
417
428
|
|
|
418
429
|
### GanttChart
|
|
419
430
|
|
|
420
|
-
#### Bug
|
|
431
|
+
#### Bug fixes
|
|
421
432
|
|
|
422
433
|
- `#I474676` - Fit to project display wrong timeline issue has been fixed.
|
|
423
434
|
- `#I472975` - Manual task predecessor not properly fetching updated offset issue has been fixed.
|
|
@@ -433,7 +444,7 @@
|
|
|
433
444
|
|
|
434
445
|
### GanttChart
|
|
435
446
|
|
|
436
|
-
#### Bug
|
|
447
|
+
#### Bug fixes
|
|
437
448
|
|
|
438
449
|
- `#I471925` - Cannot see a Dragged Task after Zoom In issue has been fixed.
|
|
439
450
|
- `#I473517` - Incorrect taskbar render when unit is given in hour issue has been fixed.
|
|
@@ -449,7 +460,7 @@
|
|
|
449
460
|
|
|
450
461
|
### GanttChart
|
|
451
462
|
|
|
452
|
-
#### Bug
|
|
463
|
+
#### Bug fixes
|
|
453
464
|
|
|
454
465
|
- `#I473901` - Baseline converted to milestone when task gets converted into milestone issue has been fixed.
|
|
455
466
|
- `#I471926` - Console error occurs in critical path when data source is empty issue has been fixed.
|
|
@@ -477,7 +488,7 @@
|
|
|
477
488
|
|
|
478
489
|
### GanttChart
|
|
479
490
|
|
|
480
|
-
#### Bug
|
|
491
|
+
#### Bug fixes
|
|
481
492
|
|
|
482
493
|
- `#I459187` - Newly added record missed at the bottom in virtual scroll issue has been fixed.
|
|
483
494
|
- `#I469401` - Resource names gets duplicated in right label issue has been fixed.
|
|
@@ -491,7 +502,7 @@
|
|
|
491
502
|
|
|
492
503
|
### GanttChart
|
|
493
504
|
|
|
494
|
-
#### Bug
|
|
505
|
+
#### Bug fixes
|
|
495
506
|
|
|
496
507
|
- `#I467744` - Provided support for virtual scroll in resource view multitask bar.
|
|
497
508
|
- `#I464831` - Incorrect render of segments when we give end date while declaring segment in data source issue has been fixed.
|
|
@@ -522,7 +533,7 @@
|
|
|
522
533
|
|
|
523
534
|
### GanttChart
|
|
524
535
|
|
|
525
|
-
#### Bug
|
|
536
|
+
#### Bug fixes
|
|
526
537
|
|
|
527
538
|
- `#I461738` - Updating custom column change the end date issue has been fixed
|
|
528
539
|
- `#I461564` - Editing cell followed by context menu does not work issue has been fixed
|
|
@@ -542,7 +553,7 @@
|
|
|
542
553
|
|
|
543
554
|
### GanttChart
|
|
544
555
|
|
|
545
|
-
#### Bug
|
|
556
|
+
#### Bug fixes
|
|
546
557
|
|
|
547
558
|
- `#I461435` - Adding and deleting record rapidly while displaying tooltip cause error has been fixed.
|
|
548
559
|
- `#I461087` - Offset value getting modified incorrectly issue has been fixed.
|
|
@@ -554,7 +565,7 @@
|
|
|
554
565
|
|
|
555
566
|
### GanttChart
|
|
556
567
|
|
|
557
|
-
#### Bug
|
|
568
|
+
#### Bug fixes
|
|
558
569
|
|
|
559
570
|
- `#I461778` - Misalignment in rows on Tree Grid and Gantt in virtual scroll issue has been fixed
|
|
560
571
|
- `#I181309` - splitter position not updating after resize issue has been fixed.
|
|
@@ -570,7 +581,7 @@
|
|
|
570
581
|
|
|
571
582
|
### GanttChart
|
|
572
583
|
|
|
573
|
-
#### Bug
|
|
584
|
+
#### Bug fixes
|
|
574
585
|
|
|
575
586
|
- `#I457032` - Task label not rendered properly when we render as template issue has been fixed.
|
|
576
587
|
- `#I457212` - Timeline renders different in `Firefox` and `Chrome` issue has been fixed.
|
|
@@ -585,7 +596,7 @@
|
|
|
585
596
|
|
|
586
597
|
### GanttChart
|
|
587
598
|
|
|
588
|
-
#### Bug
|
|
599
|
+
#### Bug fixes
|
|
589
600
|
|
|
590
601
|
- `#I441205` - Two spinner appears while performing action issue has been fixed.
|
|
591
602
|
- `#I451257` - No proper template for manual milestone parent.
|
|
@@ -599,7 +610,7 @@
|
|
|
599
610
|
|
|
600
611
|
### GanttChart
|
|
601
612
|
|
|
602
|
-
#### Bug
|
|
613
|
+
#### Bug fixes
|
|
603
614
|
|
|
604
615
|
- `#I453787` - Duration not calculated properly in hour duration unit issue has been fixed.
|
|
605
616
|
- `#I453745` - Modified records in `actionBegin` event has invalid records issue has been fixed.
|
|
@@ -619,7 +630,7 @@
|
|
|
619
630
|
|
|
620
631
|
### GanttChart
|
|
621
632
|
|
|
622
|
-
#### Bug
|
|
633
|
+
#### Bug fixes
|
|
623
634
|
|
|
624
635
|
- `#I451243` - Unable to set zooming levels through `zoomingLevels` property issue has been fixed.
|
|
625
636
|
- `#I447704` - Timeline tier is not changing dynamically issue has been fixed.
|
|
@@ -634,7 +645,7 @@
|
|
|
634
645
|
|
|
635
646
|
### GanttChart
|
|
636
647
|
|
|
637
|
-
#### Bug
|
|
648
|
+
#### Bug fixes
|
|
638
649
|
|
|
639
650
|
- `#I432146` - Script error occurs while changing data source and resource simultaneously issue has been fixed.
|
|
640
651
|
- -`I441276`- Outdent task is not in correct index of modified records in `actionComplete` event issue has been fixed.
|
|
@@ -670,7 +681,7 @@
|
|
|
670
681
|
|
|
671
682
|
### GanttChart
|
|
672
683
|
|
|
673
|
-
#### Bug
|
|
684
|
+
#### Bug fixes
|
|
674
685
|
|
|
675
686
|
-`I442012`- Pdf export padding property for column header is not working properly issue has been fixed.
|
|
676
687
|
-`F180721`- Script error occurs when critical path is enabled in virtualization mode issue has been fixed.
|
|
@@ -690,7 +701,7 @@
|
|
|
690
701
|
|
|
691
702
|
### GanttChart
|
|
692
703
|
|
|
693
|
-
#### Bug
|
|
704
|
+
#### Bug fixes
|
|
694
705
|
|
|
695
706
|
-`I413261`- Validate predecessor link on editing issue has been fixed.
|
|
696
707
|
-`I441394`- Gantt Column name doesn't change respect to changing of culture at runtime issue has been fixed.
|
|
@@ -705,7 +716,7 @@
|
|
|
705
716
|
|
|
706
717
|
### GanttChart
|
|
707
718
|
|
|
708
|
-
#### Bug
|
|
719
|
+
#### Bug fixes
|
|
709
720
|
|
|
710
721
|
-`I435386`- Column template not working in `Vue` platform issue has been fixed.
|
|
711
722
|
-`I426170`- Incorrect Start Date Update for Unscheduled Task When Editing Parent Start Date.
|
|
@@ -724,7 +735,7 @@
|
|
|
724
735
|
|
|
725
736
|
### GanttChart
|
|
726
737
|
|
|
727
|
-
#### Bug
|
|
738
|
+
#### Bug fixes
|
|
728
739
|
|
|
729
740
|
-`I432910`- Export Issue with Predecessor Connectivity for Filtered Data.
|
|
730
741
|
-`#I434098`- Script error occurs when updating resources dynamically without child mapping.
|
|
@@ -737,7 +748,7 @@
|
|
|
737
748
|
|
|
738
749
|
### GanttChart
|
|
739
750
|
|
|
740
|
-
#### Bug
|
|
751
|
+
#### Bug fixes
|
|
741
752
|
|
|
742
753
|
- `#I431629`- A script error is thrown while performing tab navigation on the last row.
|
|
743
754
|
|
|
@@ -747,7 +758,7 @@
|
|
|
747
758
|
|
|
748
759
|
### GanttChart
|
|
749
760
|
|
|
750
|
-
#### Bug
|
|
761
|
+
#### Bug fixes
|
|
751
762
|
|
|
752
763
|
- `#I429875` - Console error while using self-referential data issue has been fixed.
|
|
753
764
|
- `#I428914` - Duration value is not maintained when using `valueAccessor` issue has been fixed.
|
|
@@ -759,7 +770,7 @@
|
|
|
759
770
|
|
|
760
771
|
### GanttChart
|
|
761
772
|
|
|
762
|
-
#### Bug
|
|
773
|
+
#### Bug fixes
|
|
763
774
|
|
|
764
775
|
- `#I427837` - Baseline renders with incorrect date in difference timezone issue has been fixed.
|
|
765
776
|
- `#I430365` - Child tasks not updated after updating parent task predecessor has been fixed.
|
|
@@ -772,7 +783,7 @@
|
|
|
772
783
|
|
|
773
784
|
### GanttChart
|
|
774
785
|
|
|
775
|
-
#### Bug
|
|
786
|
+
#### Bug fixes
|
|
776
787
|
|
|
777
788
|
- `#I426170` - Incorrect request type in zooming action has been fixed.
|
|
778
789
|
- `#FB39646` - Incorrect index value during row drag and drop has been fixed.
|
|
@@ -781,7 +792,7 @@
|
|
|
781
792
|
|
|
782
793
|
### GanttChart
|
|
783
794
|
|
|
784
|
-
#### Bug
|
|
795
|
+
#### Bug fixes
|
|
785
796
|
|
|
786
797
|
- `#I421870`- Record does not update properly when its modified in `actionBegin` event issue has been fixed.
|
|
787
798
|
- `#I420414` - Row height issue in task mode has been fixed.
|
|
@@ -792,7 +803,7 @@
|
|
|
792
803
|
|
|
793
804
|
### GanttChart
|
|
794
805
|
|
|
795
|
-
#### Bug
|
|
806
|
+
#### Bug fixes
|
|
796
807
|
|
|
797
808
|
- `#I420702` - Persistence settings prevent changing the timeline settings issue has been fixed.
|
|
798
809
|
- `#I422731` - Issue when predecessor is given for unscheduled parent issue has been fixed.
|
|
@@ -818,7 +829,7 @@
|
|
|
818
829
|
- `#I237939`,`#I255626`,`#I398597` - Provided `RTL` support in Gantt chart. Please find the documentation link [here](https://ej2.syncfusion.com/react/documentation/gantt/global-local/#right-to-left-rtl).
|
|
819
830
|
- Provided `Shimmer` support in Gantt chart. Please find the demo link [here](https://ej2.syncfusion.com/react/demos/#/bootstrap5/gantt/loading-animation).
|
|
820
831
|
|
|
821
|
-
#### Bug
|
|
832
|
+
#### Bug fixes
|
|
822
833
|
|
|
823
834
|
- `#I417035` - Expand Collapse not working properly after cell editing issue has been fixed.
|
|
824
835
|
- `#I421663` - The baseline end date has not been properly validated issue has been fixed.
|
|
@@ -827,7 +838,7 @@
|
|
|
827
838
|
|
|
828
839
|
### GanttChart
|
|
829
840
|
|
|
830
|
-
#### Bug
|
|
841
|
+
#### Bug fixes
|
|
831
842
|
|
|
832
843
|
- `#I420414` - Unable to disable edit dialog fields in general tab issue has been fixed.
|
|
833
844
|
- `#I420280` - The `actionBegin` event receives more records as modified data when a task is resized issue has been fixed.
|
|
@@ -843,7 +854,7 @@
|
|
|
843
854
|
|
|
844
855
|
### GanttChart
|
|
845
856
|
|
|
846
|
-
#### Bug
|
|
857
|
+
#### Bug fixes
|
|
847
858
|
|
|
848
859
|
- `#I413261` - Dependency values for the parent task are not properly updated issue has been fixed.
|
|
849
860
|
- `#I419062` - Edit type issue when datasource is undefined issue has been fixed.
|
|
@@ -858,7 +869,7 @@
|
|
|
858
869
|
|
|
859
870
|
### GanttChart
|
|
860
871
|
|
|
861
|
-
#### Bug
|
|
872
|
+
#### Bug fixes
|
|
862
873
|
|
|
863
874
|
- `#I416610` - Able to scroll vertically when virtual scrolling enabled without scrollable records issue has been fixed.
|
|
864
875
|
- `#I417049` - Adding duration to an unscheduled task affects the project start date.
|
|
@@ -869,7 +880,7 @@
|
|
|
869
880
|
|
|
870
881
|
### GanttChart
|
|
871
882
|
|
|
872
|
-
#### Bug
|
|
883
|
+
#### Bug fixes
|
|
873
884
|
|
|
874
885
|
- `#I413261` - Dependency values for the parent task are not properly updated issue has been fixed.
|
|
875
886
|
- `#I410200` - Timeline headers disappears when timeline changes dynamically.
|
|
@@ -884,7 +895,7 @@
|
|
|
884
895
|
|
|
885
896
|
### GanttChart
|
|
886
897
|
|
|
887
|
-
#### Bug
|
|
898
|
+
#### Bug fixes
|
|
888
899
|
|
|
889
900
|
- `#I414182` - Datasource Property not updated properly after row drag and drop issue has been fixed.
|
|
890
901
|
- `#I413625` - Current view data not updated properly when dynamically change the view type issue has been fixed.
|
|
@@ -896,7 +907,7 @@
|
|
|
896
907
|
|
|
897
908
|
### GanttChart
|
|
898
909
|
|
|
899
|
-
#### Bug
|
|
910
|
+
#### Bug fixes
|
|
900
911
|
|
|
901
912
|
- `#I413261` - Dependency values for the parent task are not properly updated issue has been fixed.
|
|
902
913
|
- `#I412821` - Row drag and drop is not working properly when Virtualization is enabled.
|
|
@@ -905,7 +916,7 @@
|
|
|
905
916
|
|
|
906
917
|
### GanttChart
|
|
907
918
|
|
|
908
|
-
#### Bug
|
|
919
|
+
#### Bug fixes
|
|
909
920
|
|
|
910
921
|
- `#I409097` - Deleting record when search text is selected issue has been fixed.
|
|
911
922
|
- `#I404228` - Saving record even when in edited state issue has been fixed.
|
|
@@ -918,7 +929,7 @@
|
|
|
918
929
|
|
|
919
930
|
### GanttChart
|
|
920
931
|
|
|
921
|
-
#### Bug
|
|
932
|
+
#### Bug fixes
|
|
922
933
|
|
|
923
934
|
- `#I395003` - Gantt records disappear when scrolling up and down quickly issue has been fixed.
|
|
924
935
|
- `#I407437` - Add new record in resource view without child mapping issue has been fixed.
|
|
@@ -935,7 +946,7 @@
|
|
|
935
946
|
|
|
936
947
|
### GanttChart
|
|
937
948
|
|
|
938
|
-
#### Bug
|
|
949
|
+
#### Bug fixes
|
|
939
950
|
|
|
940
951
|
- `#I408288` - Timeline rendering is incomplete when data is rebinded issue has been fixed.
|
|
941
952
|
- `#I404228` - Issue in saving data in segment has been fixed.
|
|
@@ -965,7 +976,7 @@
|
|
|
965
976
|
- `#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/react/documentation/api/gantt/taskFields/#id).
|
|
966
977
|
- `#FB36072` - Provided support for Critical Path with Multi Taskbar enabled.
|
|
967
978
|
|
|
968
|
-
#### Bug
|
|
979
|
+
#### Bug fixes
|
|
969
980
|
|
|
970
981
|
- `#F177237` - The `currentViewData` with dependencies were not exported correctly in `PDFExport` issue has been fixed.
|
|
971
982
|
- `#I402913` - Checkbox selection must be completed with a single click issue has been fixed.
|
|
@@ -982,7 +993,7 @@
|
|
|
982
993
|
|
|
983
994
|
### GanttChart
|
|
984
995
|
|
|
985
|
-
#### Bug
|
|
996
|
+
#### Bug fixes
|
|
986
997
|
|
|
987
998
|
- `#I403222` - Console error occurs in resource view with enabled persistence issue has been fixed.
|
|
988
999
|
|
|
@@ -990,7 +1001,7 @@
|
|
|
990
1001
|
|
|
991
1002
|
### GanttChart
|
|
992
1003
|
|
|
993
|
-
#### Bug
|
|
1004
|
+
#### Bug fixes
|
|
994
1005
|
|
|
995
1006
|
- `#F176984` - Timeline is extended when the splitter position is moved issue has been fixed.
|
|
996
1007
|
- `#I398394` - Row drag and drop not working properly on resource view sample issue has been fixed.
|
|
@@ -1000,7 +1011,7 @@
|
|
|
1000
1011
|
|
|
1001
1012
|
### GanttChart
|
|
1002
1013
|
|
|
1003
|
-
#### Bug
|
|
1014
|
+
#### Bug fixes
|
|
1004
1015
|
|
|
1005
1016
|
- `#I389542` - Filter records with hierarchy mode as both shows no record to display issue has been fixed.
|
|
1006
1017
|
|
|
@@ -1008,7 +1019,7 @@
|
|
|
1008
1019
|
|
|
1009
1020
|
### GanttChart
|
|
1010
1021
|
|
|
1011
|
-
#### Bug
|
|
1022
|
+
#### Bug fixes
|
|
1012
1023
|
|
|
1013
1024
|
- `#I394194` - Timeline changes when toggling critical path issue has been fixed.
|
|
1014
1025
|
- `#I388575` - Gantt chart disappears when searching is performed with tasks in collapsed state with virtualization issue has been fixed.
|
|
@@ -1022,7 +1033,7 @@
|
|
|
1022
1033
|
|
|
1023
1034
|
### GanttChart
|
|
1024
1035
|
|
|
1025
|
-
#### Bug
|
|
1036
|
+
#### Bug fixes
|
|
1026
1037
|
|
|
1027
1038
|
- `#I393339` - Empty record is displayed after searching a text when using the refresh method issue has been fixed.
|
|
1028
1039
|
- `#I392655` - Issue in deleting multiple tasks, when one task is collapsed issue has been fixed.
|
|
@@ -1041,7 +1052,7 @@
|
|
|
1041
1052
|
|
|
1042
1053
|
### GanttChart
|
|
1043
1054
|
|
|
1044
|
-
#### Bug
|
|
1055
|
+
#### Bug fixes
|
|
1045
1056
|
|
|
1046
1057
|
- `#I389834` - Records position not updated properly in datasource when we drag and drop the records issue has been fixed.
|
|
1047
1058
|
|
|
@@ -1049,7 +1060,7 @@
|
|
|
1049
1060
|
|
|
1050
1061
|
### GanttChart
|
|
1051
1062
|
|
|
1052
|
-
#### Bug
|
|
1063
|
+
#### Bug fixes
|
|
1053
1064
|
|
|
1054
1065
|
- `#I380929` - Baseline end date issue for milestone with same baseline start and end date has been fixed.
|
|
1055
1066
|
- `#I385298` - Bottom Tier not partitioned properly when zoom to fit issue has been fixed.
|
|
@@ -1070,7 +1081,7 @@
|
|
|
1070
1081
|
- `#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/react/demos/#/bootstrap5/gantt/critical-path).
|
|
1071
1082
|
- Provided State Persistence support for Gantt Chart. Please find the documentation link [here](https://ej2.syncfusion.com/react/documentation/gantt/state-persistence).
|
|
1072
1083
|
|
|
1073
|
-
#### Bug
|
|
1084
|
+
#### Bug fixes
|
|
1074
1085
|
|
|
1075
1086
|
- `#I379308, #I380615` - Baseline end date issue for milestone with same baseline start and end date has been fixed.
|
|
1076
1087
|
- `#I383128` - DataSource gets updated wrongly when we update the data with invalid `parentID` issue has been fixed.
|
|
@@ -1084,7 +1095,7 @@
|
|
|
1084
1095
|
|
|
1085
1096
|
### GanttChart
|
|
1086
1097
|
|
|
1087
|
-
#### Bug
|
|
1098
|
+
#### Bug fixes
|
|
1088
1099
|
|
|
1089
1100
|
- `#367483` - Indent Outdent toolbar options appearing when edit settings is not defined issue has been been fixed.
|
|
1090
1101
|
- `#384296` - Unable to draw dependency when progress mapping is disabled issue has been been fixed.
|
|
@@ -1096,7 +1107,7 @@
|
|
|
1096
1107
|
|
|
1097
1108
|
### GanttChart
|
|
1098
1109
|
|
|
1099
|
-
#### Bug
|
|
1110
|
+
#### Bug fixes
|
|
1100
1111
|
|
|
1101
1112
|
- `#379229` - Pdf export is not working when using custom date format issue has been fixed.
|
|
1102
1113
|
- `#381109` - Issue when Zoom To Fit with unscheduled tasks has been fixed.
|
|
@@ -1109,7 +1120,7 @@
|
|
|
1109
1120
|
|
|
1110
1121
|
### GanttChart
|
|
1111
1122
|
|
|
1112
|
-
#### Bug
|
|
1123
|
+
#### Bug fixes
|
|
1113
1124
|
|
|
1114
1125
|
- `#380136` - End date is not updated when we update the resource unit via `updateRecordByID` method.
|
|
1115
1126
|
- `#378491` - Data is not displayed when we frequently move between different tabs has been fixed.
|
|
@@ -1119,7 +1130,7 @@
|
|
|
1119
1130
|
|
|
1120
1131
|
### GanttChart
|
|
1121
1132
|
|
|
1122
|
-
#### Bug
|
|
1133
|
+
#### Bug fixes
|
|
1123
1134
|
|
|
1124
1135
|
- `#F174816` - Landscape page orientation is not working when exporting Pdf has been fixed.
|
|
1125
1136
|
- `#377857` - Task not assigned to resources when dynamically changes from project view into resource view has been fixed.
|
|
@@ -1130,7 +1141,7 @@
|
|
|
1130
1141
|
|
|
1131
1142
|
### GanttChart
|
|
1132
1143
|
|
|
1133
|
-
#### Bug
|
|
1144
|
+
#### Bug fixes
|
|
1134
1145
|
|
|
1135
1146
|
- `#376228` - Duration is not updated while updating resource units using `updateRecordByID` method issue has been fixed.
|
|
1136
1147
|
- `#370224` - Filtering issue when rendering Gantt inside the modal has been fixed.
|
|
@@ -1142,7 +1153,7 @@
|
|
|
1142
1153
|
|
|
1143
1154
|
### GanttChart
|
|
1144
1155
|
|
|
1145
|
-
#### Bug
|
|
1156
|
+
#### Bug fixes
|
|
1146
1157
|
|
|
1147
1158
|
- `#372661` - Data not properly updated in the Gantt Chart when switching between list view issue has been fixed.
|
|
1148
1159
|
|
|
@@ -1150,7 +1161,7 @@
|
|
|
1150
1161
|
|
|
1151
1162
|
### GanttChart
|
|
1152
1163
|
|
|
1153
|
-
#### Bug
|
|
1164
|
+
#### Bug fixes
|
|
1154
1165
|
|
|
1155
1166
|
- `#373529` - Task label is not properly displayed in pdf export issue has been fixed.
|
|
1156
1167
|
- `#373829` - Top tier and bottom tier partitioning issue in quarterly mode has been fixed.
|
|
@@ -1161,7 +1172,7 @@
|
|
|
1161
1172
|
|
|
1162
1173
|
### GanttChart
|
|
1163
1174
|
|
|
1164
|
-
#### Bug
|
|
1175
|
+
#### Bug fixes
|
|
1165
1176
|
|
|
1166
1177
|
- `#372623` - New record keeps an editable state in dependency tab even after switching the tabs has been fixed.
|
|
1167
1178
|
- `#373803` - Scrollbar not available in notes tab issue has been fixed.
|
|
@@ -1172,7 +1183,7 @@
|
|
|
1172
1183
|
|
|
1173
1184
|
### GanttChart
|
|
1174
1185
|
|
|
1175
|
-
#### Bug
|
|
1186
|
+
#### Bug fixes
|
|
1176
1187
|
|
|
1177
1188
|
- `#371080` - Issue in `actionBegin` event for cancelling the row drag and drop action using request type `beforeDrop` has been fixed.
|
|
1178
1189
|
- `#374064` - Gantt height not gets responsive when collapsing all tasks in `auto` mode.
|
|
@@ -1184,7 +1195,7 @@
|
|
|
1184
1195
|
|
|
1185
1196
|
### GanttChart
|
|
1186
1197
|
|
|
1187
|
-
#### Bug
|
|
1198
|
+
#### Bug fixes
|
|
1188
1199
|
|
|
1189
1200
|
- `#300959` - Provided support to fill empty space with extended timeline in zoom out action.
|
|
1190
1201
|
- `#371372` - Unable to change end Date of manual parent task issue has been fixed.
|
|
@@ -1194,7 +1205,7 @@
|
|
|
1194
1205
|
|
|
1195
1206
|
### GanttChart
|
|
1196
1207
|
|
|
1197
|
-
#### Bug
|
|
1208
|
+
#### Bug fixes
|
|
1198
1209
|
|
|
1199
1210
|
- `#369264` - Event marker labels not visible when there is single record has been fixed
|
|
1200
1211
|
- `#362146` - Row customization using `rowDataBound` event in `enableImmutableMode` issue has been fixed
|
|
@@ -1210,7 +1221,7 @@
|
|
|
1210
1221
|
|
|
1211
1222
|
### GanttChart
|
|
1212
1223
|
|
|
1213
|
-
#### Bug
|
|
1224
|
+
#### Bug fixes
|
|
1214
1225
|
|
|
1215
1226
|
- `#366304` - Gantt line mismatches when we set system display as 100% and browser zoom settings as 90% has been fixed.
|
|
1216
1227
|
- `#365994` - Right and left label template not working in `vue` has been fixed.
|
|
@@ -1219,7 +1230,7 @@
|
|
|
1219
1230
|
|
|
1220
1231
|
### GanttChart
|
|
1221
1232
|
|
|
1222
|
-
#### Bug
|
|
1233
|
+
#### Bug fixes
|
|
1223
1234
|
|
|
1224
1235
|
- `#366296` - When moving from once cell to another cell using tab key navigation issue has been fixed.
|
|
1225
1236
|
- `#363358`,`F172781` - Drag and drop not working properly after row gets collapsed issue has been fixed.
|
|
@@ -1228,7 +1239,7 @@
|
|
|
1228
1239
|
|
|
1229
1240
|
### GanttChart
|
|
1230
1241
|
|
|
1231
|
-
#### Bug
|
|
1242
|
+
#### Bug fixes
|
|
1232
1243
|
|
|
1233
1244
|
- `#365463` - Gantt timeline view gets changed when resize the task to left side has been fixed.
|
|
1234
1245
|
|
|
@@ -1236,7 +1247,7 @@
|
|
|
1236
1247
|
|
|
1237
1248
|
### GanttChart
|
|
1238
1249
|
|
|
1239
|
-
#### Bug
|
|
1250
|
+
#### Bug fixes
|
|
1240
1251
|
|
|
1241
1252
|
- `#360085` - Issue in deleting a task after performing expand collapse action for multiple times has been fixed.
|
|
1242
1253
|
- `#364950` - The `taskLabel` property does not show the task name properly when giving name with space has been fixed.
|
|
@@ -1245,7 +1256,7 @@
|
|
|
1245
1256
|
|
|
1246
1257
|
### GanttChart
|
|
1247
1258
|
|
|
1248
|
-
#### Bug
|
|
1259
|
+
#### Bug fixes
|
|
1249
1260
|
|
|
1250
1261
|
- `#362011` - Date alignment issue with Gantt Zoom to fit top tier and bottom tier has been fixed.
|
|
1251
1262
|
- `#364643` - Extra fields are added in `dataSource` property for bottom position issue has been fixed.
|
|
@@ -1257,7 +1268,7 @@
|
|
|
1257
1268
|
|
|
1258
1269
|
### GanttChart
|
|
1259
1270
|
|
|
1260
|
-
#### Bug
|
|
1271
|
+
#### Bug fixes
|
|
1261
1272
|
|
|
1262
1273
|
- `#356978` - Issue in disable the initial move of taskbar drag has been fixed.
|
|
1263
1274
|
- `#357647` - Issue in enabling scroll top during load time has been fixed.
|
|
@@ -1275,7 +1286,7 @@
|
|
|
1275
1286
|
|
|
1276
1287
|
### GanttChart
|
|
1277
1288
|
|
|
1278
|
-
#### Bug
|
|
1289
|
+
#### Bug fixes
|
|
1279
1290
|
|
|
1280
1291
|
- `#359455` - Issue in rendering Gantt when parent container height is set in percentage has been fixed.
|
|
1281
1292
|
- `#360424` - Issue in performing drag and drop when resource is set to null has been fixed.
|
|
@@ -1288,7 +1299,7 @@
|
|
|
1288
1299
|
|
|
1289
1300
|
### GanttChart
|
|
1290
1301
|
|
|
1291
|
-
#### Bug
|
|
1302
|
+
#### Bug fixes
|
|
1292
1303
|
|
|
1293
1304
|
- `#354721` - Issue in rendering milestone based on the milestone mapping in datasource has been fixed.
|
|
1294
1305
|
- `#358683` - Toolbar gets hide after `expandAll` and `collapseAll` is performed issue has been fixed.
|
|
@@ -1297,7 +1308,7 @@
|
|
|
1297
1308
|
|
|
1298
1309
|
### GanttChart
|
|
1299
1310
|
|
|
1300
|
-
#### Bug
|
|
1311
|
+
#### Bug fixes
|
|
1301
1312
|
|
|
1302
1313
|
- `#355824, #360027` - Gantt Chart display issue with misalign in dates on which DST change happens has been fixed.
|
|
1303
1314
|
- `#F171256` - Issue in Localization for the word New Task has been fixed.
|
|
@@ -1309,7 +1320,7 @@
|
|
|
1309
1320
|
|
|
1310
1321
|
### GanttChart
|
|
1311
1322
|
|
|
1312
|
-
#### Bug
|
|
1323
|
+
#### Bug fixes
|
|
1313
1324
|
|
|
1314
1325
|
- `#357340` - Issue with Gantt `selectedRowIndex` property when deleted the selected item in last row.
|
|
1315
1326
|
|
|
@@ -1317,7 +1328,7 @@
|
|
|
1317
1328
|
|
|
1318
1329
|
### GanttChart
|
|
1319
1330
|
|
|
1320
|
-
#### Bug
|
|
1331
|
+
#### Bug fixes
|
|
1321
1332
|
|
|
1322
1333
|
- `#346141` - Issue with Gantt manipulates and change task data date values from original data has been fixed.
|
|
1323
1334
|
- `#F170644` - Issue in manual start date while mapping multiple parent levels has been fixed.
|
|
@@ -1333,7 +1344,7 @@
|
|
|
1333
1344
|
|
|
1334
1345
|
### GanttChart
|
|
1335
1346
|
|
|
1336
|
-
#### Bug
|
|
1347
|
+
#### Bug fixes
|
|
1337
1348
|
|
|
1338
1349
|
- `#347613` - Connector line issue after updating the datasource dynamically has been fixed.
|
|
1339
1350
|
- `#346909` - Issue in disable custom context menu has been fixed.
|
|
@@ -1342,7 +1353,7 @@
|
|
|
1342
1353
|
|
|
1343
1354
|
### GanttChart
|
|
1344
1355
|
|
|
1345
|
-
#### Bug
|
|
1356
|
+
#### Bug fixes
|
|
1346
1357
|
|
|
1347
1358
|
- `#347753` - Issue in `defaultedit` edit type has been fixed.
|
|
1348
1359
|
|
|
@@ -1350,7 +1361,7 @@
|
|
|
1350
1361
|
|
|
1351
1362
|
### GanttChart
|
|
1352
1363
|
|
|
1353
|
-
#### Bug
|
|
1364
|
+
#### Bug fixes
|
|
1354
1365
|
|
|
1355
1366
|
- `#342557` - In fixed work type duration update issue has been fixed.
|
|
1356
1367
|
|
|
@@ -1358,7 +1369,7 @@
|
|
|
1358
1369
|
|
|
1359
1370
|
### GanttChart
|
|
1360
1371
|
|
|
1361
|
-
#### Bug
|
|
1372
|
+
#### Bug fixes
|
|
1362
1373
|
|
|
1363
1374
|
- `#343417` - Issue in updating row index after row drag and drop has been fixed.
|
|
1364
1375
|
- `#346516` - Issue in context menu after cell editing has been fixed.
|
|
@@ -1368,7 +1379,7 @@
|
|
|
1368
1379
|
|
|
1369
1380
|
### GanttChart
|
|
1370
1381
|
|
|
1371
|
-
#### Bug
|
|
1382
|
+
#### Bug fixes
|
|
1372
1383
|
|
|
1373
1384
|
- `#343991` - Additional parameters are not passed to `BatchUpdate` method when deleting the row issue has been fixed.
|
|
1374
1385
|
- `#344100` - Issue in cancelling the drawing of predecessor line in `actionBegin` event has been fixed.
|
|
@@ -1385,7 +1396,7 @@
|
|
|
1385
1396
|
|
|
1386
1397
|
### GanttChart
|
|
1387
1398
|
|
|
1388
|
-
#### Bug
|
|
1399
|
+
#### Bug fixes
|
|
1389
1400
|
|
|
1390
1401
|
- `#343417` - Issue in CRUD operations when using datamanager data has been fixed.
|
|
1391
1402
|
- `#340739` - Vertical grid line issue while changing height dynamically has been fixed.
|
|
@@ -1395,7 +1406,7 @@
|
|
|
1395
1406
|
|
|
1396
1407
|
### GanttChart
|
|
1397
1408
|
|
|
1398
|
-
#### Bug
|
|
1409
|
+
#### Bug fixes
|
|
1399
1410
|
|
|
1400
1411
|
- `#342557` - In fixed work type duration update issue has been fixed.
|
|
1401
1412
|
- `#340406` - Misalignment while using line height property issue has been fixed.
|
|
@@ -1413,7 +1424,7 @@
|
|
|
1413
1424
|
|
|
1414
1425
|
### GanttChart
|
|
1415
1426
|
|
|
1416
|
-
#### Bug
|
|
1427
|
+
#### Bug fixes
|
|
1417
1428
|
|
|
1418
1429
|
- `#340421` - In smaller resolution the splitter appeared in wrong position issue has been fixed.
|
|
1419
1430
|
- `#341502` - Indicators disappear when datasource changed dynamically issue has been fixed.
|
|
@@ -1422,7 +1433,7 @@
|
|
|
1422
1433
|
|
|
1423
1434
|
### GanttChart
|
|
1424
1435
|
|
|
1425
|
-
#### Bug
|
|
1436
|
+
#### Bug fixes
|
|
1426
1437
|
|
|
1427
1438
|
- `#340155` - Dialog closes when pressing insert key issue has been fixed.
|
|
1428
1439
|
- `#333851` - Dynamically changing the holidays issue has been fixed.
|
|
@@ -1431,7 +1442,7 @@
|
|
|
1431
1442
|
|
|
1432
1443
|
### GanttChart
|
|
1433
1444
|
|
|
1434
|
-
#### Bug
|
|
1445
|
+
#### Bug fixes
|
|
1435
1446
|
|
|
1436
1447
|
- `#339434` - Issue in tooltip has been resolved.
|
|
1437
1448
|
|
|
@@ -1439,7 +1450,7 @@
|
|
|
1439
1450
|
|
|
1440
1451
|
### GanttChart
|
|
1441
1452
|
|
|
1442
|
-
#### Bug
|
|
1453
|
+
#### Bug fixes
|
|
1443
1454
|
|
|
1444
1455
|
- `#339511` - Issue in maintaining resource selection has been resolved.
|
|
1445
1456
|
- `#338206` - Cleared warnings thrown in Firefox browser.
|
|
@@ -1448,7 +1459,7 @@
|
|
|
1448
1459
|
|
|
1449
1460
|
### GanttChart
|
|
1450
1461
|
|
|
1451
|
-
#### Bug
|
|
1462
|
+
#### Bug fixes
|
|
1452
1463
|
|
|
1453
1464
|
- `#338587` - Issue in assigning empty data to datasource has been resolved.
|
|
1454
1465
|
- `#335677` - Issue in `expandAtLevel` and `collapseAtLevel` method with virtual scrolling has been resolved.
|
|
@@ -1457,7 +1468,7 @@
|
|
|
1457
1468
|
|
|
1458
1469
|
### GanttChart
|
|
1459
1470
|
|
|
1460
|
-
#### Bug
|
|
1471
|
+
#### Bug fixes
|
|
1461
1472
|
|
|
1462
1473
|
- `#336211` - Issue with Virtual Scrolling in Firefox browse has been resolved.
|
|
1463
1474
|
|
|
@@ -1465,7 +1476,7 @@
|
|
|
1465
1476
|
|
|
1466
1477
|
### GanttChart
|
|
1467
1478
|
|
|
1468
|
-
#### Bug
|
|
1479
|
+
#### Bug fixes
|
|
1469
1480
|
|
|
1470
1481
|
- `#331618` - Issue in updating `dataSource` property has been fixed.
|
|
1471
1482
|
- `#333672` - Issue in calculating duration across DST has been fixed.
|
|
@@ -1475,7 +1486,7 @@
|
|
|
1475
1486
|
|
|
1476
1487
|
### GanttChart
|
|
1477
1488
|
|
|
1478
|
-
#### Bug
|
|
1489
|
+
#### Bug fixes
|
|
1479
1490
|
|
|
1480
1491
|
- `#331671` - Right Labels are rendered properly in exported PDF document.
|
|
1481
1492
|
- `#332161` - Issue fixed when drag and drop performed after adding record through context menu.
|
|
@@ -1492,7 +1503,7 @@
|
|
|
1492
1503
|
|
|
1493
1504
|
### GanttChart
|
|
1494
1505
|
|
|
1495
|
-
#### Bug
|
|
1506
|
+
#### Bug fixes
|
|
1496
1507
|
|
|
1497
1508
|
- `#330806` - When using `updateTaskId` method with predecessor field is not mapped in the `taskFields` has been fixed.
|
|
1498
1509
|
- At certain zoom level, both halves of year are H1 has been resolved.
|
|
@@ -1501,7 +1512,7 @@
|
|
|
1501
1512
|
|
|
1502
1513
|
### GanttChart
|
|
1503
1514
|
|
|
1504
|
-
#### Bug
|
|
1515
|
+
#### Bug fixes
|
|
1505
1516
|
|
|
1506
1517
|
- `#328182` - Mismatch between timeline and chart body content has been fixed.
|
|
1507
1518
|
- `#165629` - Notes updated properly in Gantt chart when new task is added.
|
|
@@ -1512,7 +1523,7 @@
|
|
|
1512
1523
|
|
|
1513
1524
|
### GanttChart
|
|
1514
1525
|
|
|
1515
|
-
#### Bug
|
|
1526
|
+
#### Bug fixes
|
|
1516
1527
|
|
|
1517
1528
|
- `#325587` - Issue while deleting resource on split task has been fixed.
|
|
1518
1529
|
- Issue on dynamically changing the `allowTaskbarEditing` property has been fixed.
|
|
@@ -1534,7 +1545,7 @@
|
|
|
1534
1545
|
|
|
1535
1546
|
- `#325067` - Improved performance while scrolling, when predecessors are mapped.
|
|
1536
1547
|
|
|
1537
|
-
#### Bug
|
|
1548
|
+
#### Bug fixes
|
|
1538
1549
|
|
|
1539
1550
|
- `#326155` - Issue in splitting task using public method has been fixed.
|
|
1540
1551
|
- `#325948` - Issue in adding new task with empty string has been fixed.
|
|
@@ -1544,7 +1555,7 @@
|
|
|
1544
1555
|
|
|
1545
1556
|
### GanttChart
|
|
1546
1557
|
|
|
1547
|
-
#### Bug
|
|
1558
|
+
#### Bug fixes
|
|
1548
1559
|
|
|
1549
1560
|
- `#325250` - Progress updated properly in manual scheduling.
|
|
1550
1561
|
- `#324644` - Issue on adding records, when Gantt view is changed has been fixed.
|
|
@@ -1554,7 +1565,7 @@
|
|
|
1554
1565
|
|
|
1555
1566
|
### GanttChart
|
|
1556
1567
|
|
|
1557
|
-
#### Bug
|
|
1568
|
+
#### Bug fixes
|
|
1558
1569
|
|
|
1559
1570
|
- `#324141` - Issue in tooltip rendering position has been fixed.
|
|
1560
1571
|
- `#320979` - Issue on changing data source and timeline settings on same time has been fixed.
|
|
@@ -1565,7 +1576,7 @@
|
|
|
1565
1576
|
|
|
1566
1577
|
### GanttChart
|
|
1567
1578
|
|
|
1568
|
-
#### Bug
|
|
1579
|
+
#### Bug fixes
|
|
1569
1580
|
|
|
1570
1581
|
- `F164497` - Issue in editing end date of a task has been fixed.
|
|
1571
1582
|
|
|
@@ -1573,7 +1584,7 @@
|
|
|
1573
1584
|
|
|
1574
1585
|
### GanttChart
|
|
1575
1586
|
|
|
1576
|
-
#### Bug
|
|
1587
|
+
#### Bug fixes
|
|
1577
1588
|
|
|
1578
1589
|
- `#320979` - Provided support to update data source dynamically with `collapseAllParentTasks` and `enableMultiTaskbar` enabled mode.
|
|
1579
1590
|
|
|
@@ -1581,7 +1592,7 @@
|
|
|
1581
1592
|
|
|
1582
1593
|
### GanttChart
|
|
1583
1594
|
|
|
1584
|
-
#### Bug
|
|
1595
|
+
#### Bug fixes
|
|
1585
1596
|
|
|
1586
1597
|
- `#320882` - Issue on expand/collapse icon in `Resource view` has been fixed.
|
|
1587
1598
|
|
|
@@ -1602,7 +1613,7 @@
|
|
|
1602
1613
|
|
|
1603
1614
|
- `#317550` - Provided support to define `valueAccessor` as string.
|
|
1604
1615
|
|
|
1605
|
-
#### Bug
|
|
1616
|
+
#### Bug fixes
|
|
1606
1617
|
|
|
1607
1618
|
- Console error when end date of segments is given as string has been fixed.
|
|
1608
1619
|
|
|
@@ -1610,7 +1621,7 @@
|
|
|
1610
1621
|
|
|
1611
1622
|
### GanttChart
|
|
1612
1623
|
|
|
1613
|
-
#### Bug
|
|
1624
|
+
#### Bug fixes
|
|
1614
1625
|
|
|
1615
1626
|
- `316898` - Maintained additional fields in segments on zooming action.
|
|
1616
1627
|
|
|
@@ -1618,7 +1629,7 @@
|
|
|
1618
1629
|
|
|
1619
1630
|
### GanttChart
|
|
1620
1631
|
|
|
1621
|
-
#### Bug
|
|
1632
|
+
#### Bug fixes
|
|
1622
1633
|
|
|
1623
1634
|
- `#315501` - Error on closing filter menu while focusing out has been resolved.
|
|
1624
1635
|
|
|
@@ -1626,7 +1637,7 @@
|
|
|
1626
1637
|
|
|
1627
1638
|
### GanttChart
|
|
1628
1639
|
|
|
1629
|
-
#### Bug
|
|
1640
|
+
#### Bug fixes
|
|
1630
1641
|
|
|
1631
1642
|
- `#311841` - Duplicating records issue while indent action has been resolved.
|
|
1632
1643
|
- `F160722` - Error on rendering editing tooltip has been resolved.
|
|
@@ -1636,7 +1647,7 @@
|
|
|
1636
1647
|
|
|
1637
1648
|
### GanttChart
|
|
1638
1649
|
|
|
1639
|
-
#### Bug
|
|
1650
|
+
#### Bug fixes
|
|
1640
1651
|
|
|
1641
1652
|
- `#298884` - Error on reorder rows method has been fixed.
|
|
1642
1653
|
|
|
@@ -1652,7 +1663,7 @@
|
|
|
1652
1663
|
|
|
1653
1664
|
- `#291192` - Provided Immutable Support to refresh specific rows while performing Gantt actions.
|
|
1654
1665
|
|
|
1655
|
-
#### Bug
|
|
1666
|
+
#### Bug fixes
|
|
1656
1667
|
|
|
1657
1668
|
- `F161492` - Console error on converting milestone to task has been fixed.
|
|
1658
1669
|
|
|
@@ -1660,7 +1671,7 @@
|
|
|
1660
1671
|
|
|
1661
1672
|
### GanttChart
|
|
1662
1673
|
|
|
1663
|
-
#### Bug
|
|
1674
|
+
#### Bug fixes
|
|
1664
1675
|
|
|
1665
1676
|
- `F161492` - Console error on drag and drop action has been fixed.
|
|
1666
1677
|
- `F161492` - Issue on indent action has been fixed.
|
|
@@ -1669,7 +1680,7 @@
|
|
|
1669
1680
|
|
|
1670
1681
|
### GanttChart
|
|
1671
1682
|
|
|
1672
|
-
#### Bug
|
|
1683
|
+
#### Bug fixes
|
|
1673
1684
|
|
|
1674
1685
|
- `#298884` - Issue on reorder rows method in virtual scroll support has been fixed.
|
|
1675
1686
|
|
|
@@ -1677,7 +1688,7 @@
|
|
|
1677
1688
|
|
|
1678
1689
|
### GanttChart
|
|
1679
1690
|
|
|
1680
|
-
#### Bug
|
|
1691
|
+
#### Bug fixes
|
|
1681
1692
|
|
|
1682
1693
|
- `F160722` - Issue on editing tooltip template has been fixed.
|
|
1683
1694
|
- `#306971` - HTML encoder issue with notes column has been fixed.
|
|
@@ -1687,7 +1698,7 @@
|
|
|
1687
1698
|
|
|
1688
1699
|
### GanttChart
|
|
1689
1700
|
|
|
1690
|
-
#### Bug
|
|
1701
|
+
#### Bug fixes
|
|
1691
1702
|
|
|
1692
1703
|
- `#306741` - Issue on closing filter menu while focusing out has been fixed.
|
|
1693
1704
|
- `#306556` - Issue on duration field of add dialog has been fixed.
|
|
@@ -1707,7 +1718,7 @@
|
|
|
1707
1718
|
|
|
1708
1719
|
- `#252195`, `#272491`, `#242982`, `#242978` - Provided `Virtual Scroll` support for Gantt.
|
|
1709
1720
|
|
|
1710
|
-
#### Bug
|
|
1721
|
+
#### Bug fixes
|
|
1711
1722
|
|
|
1712
1723
|
- `#306090` - Issue on pressing delete key when add/edit dialog is opened has been fixed.
|
|
1713
1724
|
- `#306342` - Included additional field in `taskData.segments`.
|
|
@@ -1717,7 +1728,7 @@
|
|
|
1717
1728
|
|
|
1718
1729
|
### GanttChart
|
|
1719
1730
|
|
|
1720
|
-
#### Bug
|
|
1731
|
+
#### Bug fixes
|
|
1721
1732
|
|
|
1722
1733
|
- `F159625` - Console error on indent action after adding record has been fixed.
|
|
1723
1734
|
|
|
@@ -1725,7 +1736,7 @@
|
|
|
1725
1736
|
|
|
1726
1737
|
### GanttChart
|
|
1727
1738
|
|
|
1728
|
-
#### Bug
|
|
1739
|
+
#### Bug fixes
|
|
1729
1740
|
|
|
1730
1741
|
- `301606` - Issue in template column when use it as `treeColumnIndex` has been fixed.
|
|
1731
1742
|
|
|
@@ -1733,7 +1744,7 @@
|
|
|
1733
1744
|
|
|
1734
1745
|
### GanttChart
|
|
1735
1746
|
|
|
1736
|
-
#### Bug
|
|
1747
|
+
#### Bug fixes
|
|
1737
1748
|
|
|
1738
1749
|
- `293889` - Console error in split task when allowTaskbarEditing is disable has been fixed.
|
|
1739
1750
|
- `300744` - Console error on clicking add/edit toolbar has been fixed.
|
|
@@ -1743,7 +1754,7 @@
|
|
|
1743
1754
|
|
|
1744
1755
|
### GanttChart
|
|
1745
1756
|
|
|
1746
|
-
#### Bug
|
|
1757
|
+
#### Bug fixes
|
|
1747
1758
|
|
|
1748
1759
|
- `299695` - Issue in left label template has been fixed.
|
|
1749
1760
|
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
|
|
@@ -1761,7 +1772,7 @@
|
|
|
1761
1772
|
- `#292246` - Provided support to split the taskbar into multiple segments through context menu and dialog edit.
|
|
1762
1773
|
- `#282972, #293345` - Provided support to render predecessor and rows properly in different zooming levels and display scaling size.
|
|
1763
1774
|
|
|
1764
|
-
#### Bug
|
|
1775
|
+
#### Bug fixes
|
|
1765
1776
|
|
|
1766
1777
|
- `#295381` - Issue on exporting Gantt with partial data has been fixed.
|
|
1767
1778
|
- `#299370` - Issue on restricting dragging action when read only property set to true.
|
|
@@ -1772,7 +1783,7 @@
|
|
|
1772
1783
|
|
|
1773
1784
|
### GanttChart
|
|
1774
1785
|
|
|
1775
|
-
#### Bug
|
|
1786
|
+
#### Bug fixes
|
|
1776
1787
|
|
|
1777
1788
|
- `#296920` - Issue on rendering Gantt with resources has been fixed.
|
|
1778
1789
|
- `F158128` - Issue on updating DB on `indent` and `outdent` action has been fixed.
|
|
@@ -1783,7 +1794,7 @@
|
|
|
1783
1794
|
|
|
1784
1795
|
### GanttChart
|
|
1785
1796
|
|
|
1786
|
-
#### Bug
|
|
1797
|
+
#### Bug fixes
|
|
1787
1798
|
|
|
1788
1799
|
- `#293528` - Issue when work value is given as decimal values has been fixed.
|
|
1789
1800
|
|
|
@@ -1795,7 +1806,7 @@
|
|
|
1795
1806
|
|
|
1796
1807
|
- `#292825` - Provided support to improvement of trigger actions on key press.
|
|
1797
1808
|
|
|
1798
|
-
#### Bug
|
|
1809
|
+
#### Bug fixes
|
|
1799
1810
|
|
|
1800
1811
|
- `#293539` - Issue while dynamically updating `allowRowDragAndDrop` gets fixed.
|
|
1801
1812
|
- `#292470` - Issue on edit template in dialog has been fixed.
|
|
@@ -1805,7 +1816,7 @@
|
|
|
1805
1816
|
|
|
1806
1817
|
### GanttChart
|
|
1807
1818
|
|
|
1808
|
-
#### Bug
|
|
1819
|
+
#### Bug fixes
|
|
1809
1820
|
|
|
1810
1821
|
- `#290457` - Issue on customizing the background colour of taskbar in Resource view has been fixed.
|
|
1811
1822
|
- `F157498` - Console error on indenting record after sorting has been fixed.
|
|
@@ -1814,7 +1825,7 @@
|
|
|
1814
1825
|
|
|
1815
1826
|
### GanttChart
|
|
1816
1827
|
|
|
1817
|
-
#### Bug
|
|
1828
|
+
#### Bug fixes
|
|
1818
1829
|
|
|
1819
1830
|
- `#291158` - Console error on destroy Gantt when allowKeyboard is false has been fixed.
|
|
1820
1831
|
- `#279528` - Dialog dependency drop-down list has existing dependency data has been fixed.
|
|
@@ -1823,7 +1834,7 @@
|
|
|
1823
1834
|
|
|
1824
1835
|
### GanttChart
|
|
1825
1836
|
|
|
1826
|
-
#### Bug
|
|
1837
|
+
#### Bug fixes
|
|
1827
1838
|
|
|
1828
1839
|
- `#288438` - Tooltip rendering issue has been fixed.
|
|
1829
1840
|
- The issue of the bottom tire format in Chinese culture has been fixed.
|
|
@@ -1836,7 +1847,7 @@
|
|
|
1836
1847
|
|
|
1837
1848
|
- `#287282` - Provided support to change viewType of Gantt dynamically.
|
|
1838
1849
|
|
|
1839
|
-
#### Bug
|
|
1850
|
+
#### Bug fixes
|
|
1840
1851
|
|
|
1841
1852
|
- `#285626` - Console error while rendering multiple Gantt has been fixed.
|
|
1842
1853
|
- `#285749` - Issue on parent progress calculation while delete child record has been fixed.
|
|
@@ -1845,7 +1856,7 @@
|
|
|
1845
1856
|
|
|
1846
1857
|
### GanttChart
|
|
1847
1858
|
|
|
1848
|
-
#### Bug
|
|
1859
|
+
#### Bug fixes
|
|
1849
1860
|
|
|
1850
1861
|
- `#284995` - Issue in predecessor lines of exported pdf document has been fixed.
|
|
1851
1862
|
- `#284995` - Content overflow issue in exported pdf document has been fixed.
|
|
@@ -1859,7 +1870,7 @@
|
|
|
1859
1870
|
|
|
1860
1871
|
### GanttChart
|
|
1861
1872
|
|
|
1862
|
-
#### Bug
|
|
1873
|
+
#### Bug fixes
|
|
1863
1874
|
|
|
1864
1875
|
- `#276968` - Column misalignment issue after editing has been fixed.
|
|
1865
1876
|
- `F155689` - Issue on expanding records while mapping expand status of record has been fixed.
|
|
@@ -1868,7 +1879,7 @@
|
|
|
1868
1879
|
|
|
1869
1880
|
### GanttChart
|
|
1870
1881
|
|
|
1871
|
-
#### Bug
|
|
1882
|
+
#### Bug fixes
|
|
1872
1883
|
|
|
1873
1884
|
- `#278235` - Parent Id is not updated properly on row drag and drop action issue gets resolved.
|
|
1874
1885
|
- `F155766` - PDF export document Gantt timeline issue after zooming has been resolved.
|
|
@@ -1891,7 +1902,7 @@
|
|
|
1891
1902
|
|
|
1892
1903
|
### GanttChart
|
|
1893
1904
|
|
|
1894
|
-
#### Bug
|
|
1905
|
+
#### Bug fixes
|
|
1895
1906
|
|
|
1896
1907
|
- `#281103`- Taskbar not rendered properly while cancel the new child record by context menu action has been fixed.
|
|
1897
1908
|
- `#281247`- Parent id is not updated on add a child record by context menu has been fixed.
|
|
@@ -1915,7 +1926,7 @@
|
|
|
1915
1926
|
|
|
1916
1927
|
### GanttChart
|
|
1917
1928
|
|
|
1918
|
-
#### Bug
|
|
1929
|
+
#### Bug fixes
|
|
1919
1930
|
|
|
1920
1931
|
- `#278176` - Zoom in or zoom out toolbar button disabled after zoom to fit action was fixed.
|
|
1921
1932
|
- `#278238` - Action begin event not triggered on finish to finish predecessor was fixed.
|
|
@@ -1928,7 +1939,7 @@
|
|
|
1928
1939
|
|
|
1929
1940
|
### GanttChart
|
|
1930
1941
|
|
|
1931
|
-
#### Bug
|
|
1942
|
+
#### Bug fixes
|
|
1932
1943
|
|
|
1933
1944
|
- `#277029` - Update value not display on edit action issue has been fixed.
|
|
1934
1945
|
- `#276942` - Issue while passing additional parameter to the server side on CRUD operation has been fixed.
|
|
@@ -1939,7 +1950,7 @@
|
|
|
1939
1950
|
|
|
1940
1951
|
### GanttChart
|
|
1941
1952
|
|
|
1942
|
-
#### Bug
|
|
1953
|
+
#### Bug fixes
|
|
1943
1954
|
|
|
1944
1955
|
- `#39566` - Issue when remove event markers dynamically has been resolved.
|
|
1945
1956
|
- `F154261`,`#276047` - Issue while adding new record with empty data on load time gets resolved.
|
|
@@ -1957,7 +1968,7 @@
|
|
|
1957
1968
|
|
|
1958
1969
|
### GanttChart
|
|
1959
1970
|
|
|
1960
|
-
#### Bug
|
|
1971
|
+
#### Bug fixes
|
|
1961
1972
|
|
|
1962
1973
|
- `#268349` - Issue on maintaining duration data type gets resolved.
|
|
1963
1974
|
- Column filter menu displayed in wrong place has been fixed.
|
|
@@ -1972,7 +1983,7 @@
|
|
|
1972
1983
|
|
|
1973
1984
|
### GanttChart
|
|
1974
1985
|
|
|
1975
|
-
#### Bug
|
|
1986
|
+
#### Bug fixes
|
|
1976
1987
|
|
|
1977
1988
|
- `#273422` - Date mismatch for parent and child record gets resolved.
|
|
1978
1989
|
|
|
@@ -1980,7 +1991,7 @@
|
|
|
1980
1991
|
|
|
1981
1992
|
### GanttChart
|
|
1982
1993
|
|
|
1983
|
-
#### Bug
|
|
1994
|
+
#### Bug fixes
|
|
1984
1995
|
|
|
1985
1996
|
- `#273440` - Issue on updating end date value using cell edit gets resolved.
|
|
1986
1997
|
- `#273426` - Issue on validating parent start date on taskbar edit action gets resolved.
|
|
@@ -1990,7 +2001,7 @@
|
|
|
1990
2001
|
|
|
1991
2002
|
### GanttChart
|
|
1992
2003
|
|
|
1993
|
-
#### Bug
|
|
2004
|
+
#### Bug fixes
|
|
1994
2005
|
|
|
1995
2006
|
- `#268281` - Issue on adding dependency using dialog gets resolved.
|
|
1996
2007
|
|
|
@@ -1998,7 +2009,7 @@
|
|
|
1998
2009
|
|
|
1999
2010
|
### GanttChart
|
|
2000
2011
|
|
|
2001
|
-
#### Bug
|
|
2012
|
+
#### Bug fixes
|
|
2002
2013
|
|
|
2003
2014
|
- `#270801` - Issue on end date calculations gets resolved.
|
|
2004
2015
|
- `#270563` - Console error throws while taskbar resizing with use of taskbar template has been fixed.
|
|
@@ -2012,7 +2023,7 @@
|
|
|
2012
2023
|
|
|
2013
2024
|
- `#269693, #269694` - Provided accessibility support for column header and filter.
|
|
2014
2025
|
|
|
2015
|
-
#### Bug
|
|
2026
|
+
#### Bug fixes
|
|
2016
2027
|
|
|
2017
2028
|
- `#270384` - Prevented event markers, indicators, holidays, baseline consideration for timeline while doing zoom to fit action.
|
|
2018
2029
|
|
|
@@ -2020,7 +2031,7 @@
|
|
|
2020
2031
|
|
|
2021
2032
|
### GanttChart
|
|
2022
2033
|
|
|
2023
|
-
#### Bug
|
|
2034
|
+
#### Bug fixes
|
|
2024
2035
|
|
|
2025
2036
|
- `#264099` - Console error on tab key press has been fixed.
|
|
2026
2037
|
- `#269692`,`#269690` - Issue on focussing to the next element has been fixed.
|
|
@@ -2037,7 +2048,7 @@
|
|
|
2037
2048
|
- `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.
|
|
2038
2049
|
- `#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.
|
|
2039
2050
|
|
|
2040
|
-
#### Bug
|
|
2051
|
+
#### Bug fixes
|
|
2041
2052
|
|
|
2042
2053
|
- `#263236` - Issue on multi-level dragged parent dropped into last index has been fixed.
|
|
2043
2054
|
- `#264099` - Issue in tab key action in edited state is fixed.
|
|
@@ -2052,7 +2063,7 @@
|
|
|
2052
2063
|
- `F149069` - Provided support to render parent as milestone.
|
|
2053
2064
|
- `#257320` - Provided support for 'zoom to fit' based on visible tasks alone.
|
|
2054
2065
|
|
|
2055
|
-
#### Bug
|
|
2066
|
+
#### Bug fixes
|
|
2056
2067
|
|
|
2057
2068
|
- `F150408` - Baseline tooltip not rendered for milestone tasks has been fixed.
|
|
2058
2069
|
- `#260944` - Issue in preventing taskbar editing has been fixed.
|
|
@@ -2061,7 +2072,7 @@
|
|
|
2061
2072
|
|
|
2062
2073
|
### GanttChart
|
|
2063
2074
|
|
|
2064
|
-
#### Bug
|
|
2075
|
+
#### Bug fixes
|
|
2065
2076
|
|
|
2066
2077
|
- `#260331` - Typescript declaration issue fixed.
|
|
2067
2078
|
|
|
@@ -2077,7 +2088,7 @@
|
|
|
2077
2088
|
|
|
2078
2089
|
### GanttChart
|
|
2079
2090
|
|
|
2080
|
-
#### Bug
|
|
2091
|
+
#### Bug fixes
|
|
2081
2092
|
|
|
2082
2093
|
- `F149551` - Handled empty value while editing the numeric edit type field.
|
|
2083
2094
|
|
|
@@ -2085,7 +2096,7 @@
|
|
|
2085
2096
|
|
|
2086
2097
|
### GanttChart
|
|
2087
2098
|
|
|
2088
|
-
#### Bug
|
|
2099
|
+
#### Bug fixes
|
|
2089
2100
|
|
|
2090
2101
|
- `F147793` - Context menu not closing issue while scrolling on the Gantt element has been fixed.
|
|
2091
2102
|
|
|
@@ -2104,7 +2115,7 @@
|
|
|
2104
2115
|
|
|
2105
2116
|
### GanttChart
|
|
2106
2117
|
|
|
2107
|
-
#### Bug
|
|
2118
|
+
#### Bug fixes
|
|
2108
2119
|
|
|
2109
2120
|
- `#253076` - Accessibility issues in Gantt has been fixed.
|
|
2110
2121
|
|
|
@@ -2112,7 +2123,7 @@
|
|
|
2112
2123
|
|
|
2113
2124
|
### GanttChart
|
|
2114
2125
|
|
|
2115
|
-
#### Bug
|
|
2126
|
+
#### Bug fixes
|
|
2116
2127
|
|
|
2117
2128
|
- `F149069` - Parent taskbar alignment issue while rendering with single milestone child record has been fixed.
|
|
2118
2129
|
- `F149070` - Key navigation disable issue on Tree Grid section has been fixed.
|
|
@@ -2122,7 +2133,7 @@
|
|
|
2122
2133
|
|
|
2123
2134
|
### GanttChart
|
|
2124
2135
|
|
|
2125
|
-
#### Bug
|
|
2136
|
+
#### Bug fixes
|
|
2126
2137
|
|
|
2127
2138
|
- `#253912` - Parent taskbar disappearance issue while deleting all its child records has been fixed.
|
|
2128
2139
|
|
|
@@ -2130,7 +2141,7 @@
|
|
|
2130
2141
|
|
|
2131
2142
|
### GanttChart
|
|
2132
2143
|
|
|
2133
|
-
#### Bug
|
|
2144
|
+
#### Bug fixes
|
|
2134
2145
|
|
|
2135
2146
|
- `249581` - Browser hangs issue while change schedule mode to year has been fixed.
|
|
2136
2147
|
- `252195` - Issue on forEach method iteration in IE11 has been fixed.
|
|
@@ -2141,7 +2152,7 @@
|
|
|
2141
2152
|
|
|
2142
2153
|
### GanttChart
|
|
2143
2154
|
|
|
2144
|
-
#### Bug
|
|
2155
|
+
#### Bug fixes
|
|
2145
2156
|
|
|
2146
2157
|
- `F147755` - Chart part disappearing issue when splitter position value greater than control width has been fixed.
|
|
2147
2158
|
|
|
@@ -2149,7 +2160,7 @@
|
|
|
2149
2160
|
|
|
2150
2161
|
### GanttChart
|
|
2151
2162
|
|
|
2152
|
-
#### Bug
|
|
2163
|
+
#### Bug fixes
|
|
2153
2164
|
|
|
2154
2165
|
- `#245866` - Alignment issue with `height` property value as `auto` has been fixed.
|
|
2155
2166
|
- `F145725` - Issue with cell editing on newly added record has been fixed.
|
|
@@ -2171,7 +2182,7 @@
|
|
|
2171
2182
|
|
|
2172
2183
|
### GanttChart
|
|
2173
2184
|
|
|
2174
|
-
#### Bug
|
|
2185
|
+
#### Bug fixes
|
|
2175
2186
|
|
|
2176
2187
|
- `F145733` - Alignment issue with header and rows on splitter resizing has been fixed.
|
|
2177
2188
|
- `F146641` - Issue with indicators tooltip support has been fixed.
|
|
@@ -2180,7 +2191,7 @@
|
|
|
2180
2191
|
|
|
2181
2192
|
### GanttChart
|
|
2182
2193
|
|
|
2183
|
-
#### Bug
|
|
2194
|
+
#### Bug fixes
|
|
2184
2195
|
|
|
2185
2196
|
- `#243770` - Issue in date picker with custom format has been fixed.
|
|
2186
2197
|
- `#243238` - Included current edited data in `actionComplete` event arguments.
|
|
@@ -2191,7 +2202,7 @@
|
|
|
2191
2202
|
|
|
2192
2203
|
### GanttChart
|
|
2193
2204
|
|
|
2194
|
-
#### Bug
|
|
2205
|
+
#### Bug fixes
|
|
2195
2206
|
|
|
2196
2207
|
- #F145936 - Custom column values not updated in data source on Editing has been fixed.
|
|
2197
2208
|
- Lexical declaration issues in es2015 has been fixed.
|
|
@@ -2200,7 +2211,7 @@
|
|
|
2200
2211
|
|
|
2201
2212
|
### GanttChart
|
|
2202
2213
|
|
|
2203
|
-
#### Bug
|
|
2214
|
+
#### Bug fixes
|
|
2204
2215
|
|
|
2205
2216
|
- #241781 - Gantt task-data property missing in template data issue has been fixed.
|
|
2206
2217
|
|
|
@@ -2208,7 +2219,7 @@
|
|
|
2208
2219
|
|
|
2209
2220
|
### GanttChart
|
|
2210
2221
|
|
|
2211
|
-
#### Bug
|
|
2222
|
+
#### Bug fixes
|
|
2212
2223
|
|
|
2213
2224
|
- #238228 - Issue while rendering tooltip with smaller duration has been fixed.
|
|
2214
2225
|
|
|
@@ -2222,7 +2233,7 @@
|
|
|
2222
2233
|
|
|
2223
2234
|
### GanttChart
|
|
2224
2235
|
|
|
2225
|
-
#### Bug
|
|
2236
|
+
#### Bug fixes
|
|
2226
2237
|
|
|
2227
2238
|
- #F144145 - Task Id duplication issue while adding new record has been fixed.
|
|
2228
2239
|
|
|
@@ -2230,7 +2241,7 @@
|
|
|
2230
2241
|
|
|
2231
2242
|
### GanttChart
|
|
2232
2243
|
|
|
2233
|
-
#### Bug
|
|
2244
|
+
#### Bug fixes
|
|
2234
2245
|
|
|
2235
2246
|
- #233041 - Alignment issue with timeline and vertical lines has been fixed.
|
|
2236
2247
|
|
|
@@ -2242,7 +2253,7 @@
|
|
|
2242
2253
|
|
|
2243
2254
|
### GanttChart
|
|
2244
2255
|
|
|
2245
|
-
#### Bug
|
|
2256
|
+
#### Bug fixes
|
|
2246
2257
|
|
|
2247
2258
|
- Bug fixes included.
|
|
2248
2259
|
|
|
@@ -2250,9 +2261,9 @@
|
|
|
2250
2261
|
|
|
2251
2262
|
### GanttChart
|
|
2252
2263
|
|
|
2253
|
-
#### Bug
|
|
2264
|
+
#### Bug fixes
|
|
2254
2265
|
|
|
2255
|
-
- Internal
|
|
2266
|
+
- Internal Bug fixes included.
|
|
2256
2267
|
|
|
2257
2268
|
## 17.1.32-beta (2019-03-13)
|
|
2258
2269
|
|
|
@@ -2276,7 +2287,7 @@
|
|
|
2276
2287
|
|
|
2277
2288
|
### GanttChart
|
|
2278
2289
|
|
|
2279
|
-
#### Bug
|
|
2290
|
+
#### Bug fixes
|
|
2280
2291
|
|
|
2281
2292
|
- `#I473901` - Baseline converted to milestone when task gets converted into milestone issue has been fixed.
|
|
2282
2293
|
- `#F182867` - Edit template for start date column not works issue has been fixed.
|