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