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