@syncfusion/ej2-angular-gantt 24.2.9-ngcc → 25.1.35-ngcc
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/@syncfusion/ej2-angular-gantt.es5.js +16 -7
- package/@syncfusion/ej2-angular-gantt.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-gantt.js +16 -7
- package/@syncfusion/ej2-angular-gantt.js.map +1 -1
- package/CHANGELOG.md +188 -181
- package/dist/ej2-angular-gantt.umd.js +16 -5
- package/dist/ej2-angular-gantt.umd.js.map +1 -1
- package/dist/ej2-angular-gantt.umd.min.js +2 -2
- package/dist/ej2-angular-gantt.umd.min.js.map +1 -1
- package/ej2-angular-gantt.metadata.json +1 -1
- package/package.json +9 -9
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/gantt/adddialogfields.directive.d.ts +5 -0
- package/src/gantt/editdialogfields.directive.d.ts +5 -0
- package/src/gantt/gantt-all.module.d.ts +1 -0
- package/src/index.d.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,22 +4,29 @@
|
|
|
4
4
|
|
|
5
5
|
### GanttChart
|
|
6
6
|
|
|
7
|
-
#### Bug
|
|
7
|
+
#### Bug fixes
|
|
8
8
|
|
|
9
|
-
- `#
|
|
10
|
-
- `#
|
|
11
|
-
- `#
|
|
12
|
-
- `#F186617` - Gantt pdf export taskbar text alignment issue has been fixed.
|
|
13
|
-
- `#I561997` - The PDF export is not working properly when changing `bottomTier` to week.
|
|
14
|
-
- `#I560166` - The context menu using "add child" for any task, dependency line validation is not working properly.
|
|
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.
|
|
15
12
|
|
|
16
13
|
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
|
|
17
14
|
|
|
15
|
+
#### Features
|
|
16
|
+
|
|
17
|
+
- `#I468621`,`#I504565`,`#I518180`, `#I523106`,`#I558459` - Provided undo redo support for the actions such as `Edit`, `Add`, `Delete`, `Sorting`, `ColumnReorder`, `ColumnResize`, `Search`, `Filtering`, `ZoomIn`, `ZoomOut`, `ZoomToFit`, `ColumnState`, `Indent`, `Outdent`, `RowDragAndDrop`, `TaskbarDragAndDrop`, `PreviousTimeSpan` and `NextTimeSpan` in Gantt Chart. Please find the demo link [here](https://ej2.syncfusion.com/demos/#/bootstrap5/gantt/undo-redo.html).
|
|
18
|
+
- `#I364692` - Provided support for taskbars, task labels, and header templates in the Gantt Chart's PDF Export feature. Please find the documentation link [here](https://ej2.syncfusion.com/documentation/gantt/pdf-export/pdf-export#exporting-with-templates).
|
|
19
|
+
- `#I522246`,`#I527511`,`#I562591`- Provided [`additionalParams`](https://ej2.syncfusion.com/documentation/api/gantt/addDialogFieldSettingsModel/#additionalParams) API support to customize the Grid and RTE in edit/add dialog. Please find more information [here](https://ej2.syncfusion.com/documentation/gantt/managing-tasks/managing-tasks#customize-tab-elements).
|
|
20
|
+
|
|
21
|
+
#### Breaking Changes
|
|
22
|
+
|
|
23
|
+
- 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`.
|
|
24
|
+
|
|
18
25
|
## 24.2.8 (2024-02-27)
|
|
19
26
|
|
|
20
27
|
### GanttChart
|
|
21
28
|
|
|
22
|
-
#### Bug
|
|
29
|
+
#### Bug fixes
|
|
23
30
|
|
|
24
31
|
- `#I555169` - The scrollbar into view taskbar not working properly issue has been fixed.
|
|
25
32
|
- `#I556229` - Splitter View is not updating properly while using `setSplitterPosition` issue has been fixed.
|
|
@@ -40,7 +47,7 @@
|
|
|
40
47
|
|
|
41
48
|
### GanttChart
|
|
42
49
|
|
|
43
|
-
#### Bug
|
|
50
|
+
#### Bug fixes
|
|
44
51
|
|
|
45
52
|
- `#I548671` - Dependency not working when id is alpha numeric issue has been fixed.
|
|
46
53
|
- `#I552756` - A console error occurs when hovering over the Column menu options issue has been fixed.
|
|
@@ -53,7 +60,7 @@
|
|
|
53
60
|
|
|
54
61
|
### GanttChart
|
|
55
62
|
|
|
56
|
-
#### Bug
|
|
63
|
+
#### Bug fixes
|
|
57
64
|
|
|
58
65
|
- `#I544540` - Offset value not calculated properly issue has been fixed.
|
|
59
66
|
- `#I552745` - Pressing enter key in dialog refresh the Gantt issue has been fixed.
|
|
@@ -67,7 +74,7 @@
|
|
|
67
74
|
|
|
68
75
|
### GanttChart
|
|
69
76
|
|
|
70
|
-
#### Bug
|
|
77
|
+
#### Bug fixes
|
|
71
78
|
|
|
72
79
|
- `#I550406` - Task type property does not update properly by mapping work field issue has been fixed.
|
|
73
80
|
- `#I542029` - Unable to render full lengthy text in pdf export issue has been fixed.
|
|
@@ -80,7 +87,7 @@
|
|
|
80
87
|
|
|
81
88
|
### GanttChart
|
|
82
89
|
|
|
83
|
-
#### Bug
|
|
90
|
+
#### Bug fixes
|
|
84
91
|
|
|
85
92
|
- `#I540355` - RTE create column not working in dialog box issue has been fixed.
|
|
86
93
|
- `#I543351` - The taskbar render validation not working properly issue has been fixed.
|
|
@@ -91,7 +98,7 @@
|
|
|
91
98
|
|
|
92
99
|
### GanttChart
|
|
93
100
|
|
|
94
|
-
#### Bug
|
|
101
|
+
#### Bug fixes
|
|
95
102
|
|
|
96
103
|
- `#I540518` - Can't able to drag and drop to the new resource issue has been fixed.
|
|
97
104
|
- `#I185970` - Dynamic template updating in columns does not render issue has been fixed.
|
|
@@ -103,7 +110,7 @@
|
|
|
103
110
|
|
|
104
111
|
### GanttChart
|
|
105
112
|
|
|
106
|
-
#### Bug
|
|
113
|
+
#### Bug fixes
|
|
107
114
|
|
|
108
115
|
- `#I533229` - Server call is triggered twice issue has been fixed.
|
|
109
116
|
- `#I531670` - When adding a record by method before saving, if the task ID is changed after taskbar hover exception thrown issue has been fixed.
|
|
@@ -116,7 +123,7 @@
|
|
|
116
123
|
|
|
117
124
|
### GanttChart
|
|
118
125
|
|
|
119
|
-
#### Bug
|
|
126
|
+
#### Bug fixes
|
|
120
127
|
|
|
121
128
|
- `#I530808` - Progress width not rendered properly in split tasks issue has been fixed.
|
|
122
129
|
- `#F185683` - Resources are not updating properly in `actionBegin`event issue has been fixed.
|
|
@@ -128,7 +135,7 @@
|
|
|
128
135
|
|
|
129
136
|
### GanttChart
|
|
130
137
|
|
|
131
|
-
#### Bug
|
|
138
|
+
#### Bug fixes
|
|
132
139
|
|
|
133
140
|
`#I531670` - When adding record by method before saving, if the task ID is changed after taskbar hover exception thrown issue has been fixed.
|
|
134
141
|
|
|
@@ -140,7 +147,7 @@
|
|
|
140
147
|
|
|
141
148
|
### GanttChart
|
|
142
149
|
|
|
143
|
-
#### Bug
|
|
150
|
+
#### Bug fixes
|
|
144
151
|
|
|
145
152
|
- `#I527509` - Action begin event arguments not working properly issue has been fixed.
|
|
146
153
|
|
|
@@ -148,7 +155,7 @@
|
|
|
148
155
|
|
|
149
156
|
### GanttChart
|
|
150
157
|
|
|
151
|
-
#### Bug
|
|
158
|
+
#### Bug fixes
|
|
152
159
|
|
|
153
160
|
- `#I520118` - Console error occurs other than self reference data issue has been fixed.
|
|
154
161
|
- `#I515425` - Issue with observable data binding in Gantt chart issue has been fixed.
|
|
@@ -164,7 +171,7 @@
|
|
|
164
171
|
|
|
165
172
|
### GanttChart
|
|
166
173
|
|
|
167
|
-
#### Bug
|
|
174
|
+
#### Bug fixes
|
|
168
175
|
|
|
169
176
|
- `#I517359` - Columns does not update while changing columns value by Gantt instance issue has been fixed.
|
|
170
177
|
- `#I514463` - PDF exported with blank pages and dislocated connected lines issue has been fixed.
|
|
@@ -179,13 +186,13 @@
|
|
|
179
186
|
- `#I513332` - Excel filter only takes one character at a time issue has been fixed.
|
|
180
187
|
- `#I517515` - Custom toolbar template not renders after toolbar click action in Gantt issue has been fixed.
|
|
181
188
|
|
|
182
|
-
#### Bug
|
|
189
|
+
#### Bug fixes
|
|
183
190
|
|
|
184
191
|
## 23.1.43 (2023-10-31)
|
|
185
192
|
|
|
186
193
|
### GanttChart
|
|
187
194
|
|
|
188
|
-
#### Bug
|
|
195
|
+
#### Bug fixes
|
|
189
196
|
|
|
190
197
|
- `#I493515` - Console error throw while Expand and collapse the parent taskbar issue has been fixed.
|
|
191
198
|
- `#I513655` - Filter menu close as soon as the mouse is up issue has been fixed.
|
|
@@ -194,7 +201,7 @@
|
|
|
194
201
|
|
|
195
202
|
### GanttChart
|
|
196
203
|
|
|
197
|
-
#### Bug
|
|
204
|
+
#### Bug fixes
|
|
198
205
|
|
|
199
206
|
- `#I508297` - Progress tooltip is misaligned after editing issue has been fixed.
|
|
200
207
|
- `#I509023` - Duration changes to zero while giving input as decimal in remote data issue has been fixed.
|
|
@@ -208,7 +215,7 @@
|
|
|
208
215
|
|
|
209
216
|
### GanttChart
|
|
210
217
|
|
|
211
|
-
#### Bug
|
|
218
|
+
#### Bug fixes
|
|
212
219
|
|
|
213
220
|
- `#I494495` - Script error occurs when trying to edit after sorting in presence of validation message issue has been fixed.
|
|
214
221
|
- `#I508721` - Baseline date does not render properly for milestone task issue has been fixed.
|
|
@@ -218,7 +225,7 @@
|
|
|
218
225
|
|
|
219
226
|
### GanttChart
|
|
220
227
|
|
|
221
|
-
#### Bug
|
|
228
|
+
#### Bug fixes
|
|
222
229
|
|
|
223
230
|
- `#I502041` - Error throw while adding the record issue has been fixed.
|
|
224
231
|
- `#I493515` - Style is not applied to the second segment issue has been fixed.
|
|
@@ -227,7 +234,7 @@
|
|
|
227
234
|
|
|
228
235
|
### GanttChart
|
|
229
236
|
|
|
230
|
-
#### Bug
|
|
237
|
+
#### Bug fixes
|
|
231
238
|
|
|
232
239
|
- `#I479961` - Milestone baseline moves along with the milestone issue has been fixed.
|
|
233
240
|
- `#I501391` - Misalignment in tooltip when connecting predecessor.
|
|
@@ -259,7 +266,7 @@
|
|
|
259
266
|
- 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/angular/demos/#/bootstrap5/gantt/exporting.html).
|
|
260
267
|
- Provided touch interaction support for taskbar resizing, dragging, predecessor connectivity in Gantt chart.
|
|
261
268
|
|
|
262
|
-
#### Bug
|
|
269
|
+
#### Bug fixes
|
|
263
270
|
|
|
264
271
|
- `#I492654` - When empty data source pdf export exception thrown issue has been fixed.
|
|
265
272
|
- `#I479578` - Milestone parent is not appearing issue has been fixed.
|
|
@@ -268,7 +275,7 @@
|
|
|
268
275
|
|
|
269
276
|
### GanttChart
|
|
270
277
|
|
|
271
|
-
#### Bug
|
|
278
|
+
#### Bug fixes
|
|
272
279
|
|
|
273
280
|
- `#I488557` - The project dates are not modified after changing the timeline.
|
|
274
281
|
- `#I472635` - When pressing the insert key `newRowPosition` bottom row is not highlighted.
|
|
@@ -284,7 +291,7 @@
|
|
|
284
291
|
|
|
285
292
|
### GanttChart
|
|
286
293
|
|
|
287
|
-
#### Bug
|
|
294
|
+
#### Bug fixes
|
|
288
295
|
|
|
289
296
|
- `#I485527` - Filter menu opening issue in column menu has been fixed.
|
|
290
297
|
- `#I491313` - Multiple records were selected after using the context menu, adding the milestone position wrong issue has been fixed.
|
|
@@ -297,7 +304,7 @@
|
|
|
297
304
|
|
|
298
305
|
### GanttChart
|
|
299
306
|
|
|
300
|
-
#### Bug
|
|
307
|
+
#### Bug fixes
|
|
301
308
|
|
|
302
309
|
- `#I486977` - Zoom To Fit issue when we resize browser window has been fixed.
|
|
303
310
|
- `#I484086` - Other instance of the taskbar not moved in the resource view issue has been fixed.
|
|
@@ -310,7 +317,7 @@
|
|
|
310
317
|
|
|
311
318
|
### GanttChart
|
|
312
319
|
|
|
313
|
-
#### Bug
|
|
320
|
+
#### Bug fixes
|
|
314
321
|
|
|
315
322
|
- `#I485657` - Misalignment happened in timeline while exporting `PDF` in Gantt has been fixed.
|
|
316
323
|
- `#I485398` - console error occurs while using segment data issue has been fixed.
|
|
@@ -323,7 +330,7 @@
|
|
|
323
330
|
|
|
324
331
|
### GanttChart
|
|
325
332
|
|
|
326
|
-
#### Bug
|
|
333
|
+
#### Bug fixes
|
|
327
334
|
|
|
328
335
|
- `#I485907` - When multiple records are selected after using the context menu to delete, it is not working issue has been fixed.
|
|
329
336
|
- `#I483579` - Splitter resize issue when we resize browser window issue has been fixed.
|
|
@@ -336,7 +343,7 @@
|
|
|
336
343
|
|
|
337
344
|
### GanttChart
|
|
338
345
|
|
|
339
|
-
#### Bug
|
|
346
|
+
#### Bug fixes
|
|
340
347
|
|
|
341
348
|
- `#I479591` - Critical path is not working properly when the baseline is changed dynamically issue has been fixed.
|
|
342
349
|
- `#F182867` - Edit parameters not working in date columns issue has been fixed.
|
|
@@ -356,7 +363,7 @@
|
|
|
356
363
|
|
|
357
364
|
### GanttChart
|
|
358
365
|
|
|
359
|
-
#### Bug
|
|
366
|
+
#### Bug fixes
|
|
360
367
|
|
|
361
368
|
-`#I472635`-Using insert key highlights top row has been fixed.
|
|
362
369
|
|
|
@@ -369,7 +376,7 @@
|
|
|
369
376
|
|
|
370
377
|
### GanttChart
|
|
371
378
|
|
|
372
|
-
#### Bug
|
|
379
|
+
#### Bug fixes
|
|
373
380
|
|
|
374
381
|
- `#I45187` - Border is changed to outline in CSS issue has been fixed.
|
|
375
382
|
|
|
@@ -377,7 +384,7 @@
|
|
|
377
384
|
|
|
378
385
|
### GanttChart
|
|
379
386
|
|
|
380
|
-
#### Bug
|
|
387
|
+
#### Bug fixes
|
|
381
388
|
|
|
382
389
|
- `#I474676` - Fit to project display wrong timeline issue has been fixed.
|
|
383
390
|
- `#I472975` - Manual task predecessor not properly fetching updated offset issue has been fixed.
|
|
@@ -391,7 +398,7 @@
|
|
|
391
398
|
|
|
392
399
|
### GanttChart
|
|
393
400
|
|
|
394
|
-
#### Bug
|
|
401
|
+
#### Bug fixes
|
|
395
402
|
|
|
396
403
|
- `#I471925` - Cannot see a Dragged Task after Zoom In issue has been fixed.
|
|
397
404
|
- `#I473517` - Incorrect taskbar render when unit is given in hour issue has been fixed.
|
|
@@ -402,7 +409,7 @@
|
|
|
402
409
|
|
|
403
410
|
### GanttChart
|
|
404
411
|
|
|
405
|
-
#### Bug
|
|
412
|
+
#### Bug fixes
|
|
406
413
|
|
|
407
414
|
- `#I473901` - Baseline converted to milestone when task gets converted into milestone issue has been fixed.
|
|
408
415
|
- `#I471926` - Console error occurs in critical path when data source is empty issue has been fixed.
|
|
@@ -430,7 +437,7 @@
|
|
|
430
437
|
|
|
431
438
|
### GanttChart
|
|
432
439
|
|
|
433
|
-
#### Bug
|
|
440
|
+
#### Bug fixes
|
|
434
441
|
|
|
435
442
|
- `#I459187` - Newly added record missed at the bottom in virtual scroll issue has been fixed.
|
|
436
443
|
- `#I469401` - Resource names gets duplicated in right label issue has been fixed.
|
|
@@ -443,7 +450,7 @@
|
|
|
443
450
|
|
|
444
451
|
### GanttChart
|
|
445
452
|
|
|
446
|
-
#### Bug
|
|
453
|
+
#### Bug fixes
|
|
447
454
|
|
|
448
455
|
- `#I467744` - Provided support for virtual scroll in resource view multitask bar.
|
|
449
456
|
- `#I464831` - Incorrect render of segments when we give end date while declaring segment in data source issue has been fixed.
|
|
@@ -467,7 +474,7 @@
|
|
|
467
474
|
|
|
468
475
|
### GanttChart
|
|
469
476
|
|
|
470
|
-
#### Bug
|
|
477
|
+
#### Bug fixes
|
|
471
478
|
|
|
472
479
|
- `#I461738` - Updating custom column change the end date issue has been fixed
|
|
473
480
|
- `#I461564` - Editing cell followed by context menu does not work issue has been fixed
|
|
@@ -484,7 +491,7 @@
|
|
|
484
491
|
|
|
485
492
|
### GanttChart
|
|
486
493
|
|
|
487
|
-
#### Bug
|
|
494
|
+
#### Bug fixes
|
|
488
495
|
|
|
489
496
|
- `#I461435` - Adding and deleting record rapidly while displaying tooltip cause error has been fixed.
|
|
490
497
|
- `#I461087` - Offset value getting modified incorrectly issue has been fixed.
|
|
@@ -494,7 +501,7 @@
|
|
|
494
501
|
|
|
495
502
|
### GanttChart
|
|
496
503
|
|
|
497
|
-
#### Bug
|
|
504
|
+
#### Bug fixes
|
|
498
505
|
|
|
499
506
|
- `#I461778` - Misalignment in rows on Tree Grid and Gantt in virtual scroll issue has been fixed
|
|
500
507
|
- `#I181309` - splitter position not updating after resize issue has been fixed.
|
|
@@ -510,7 +517,7 @@
|
|
|
510
517
|
|
|
511
518
|
### GanttChart
|
|
512
519
|
|
|
513
|
-
#### Bug
|
|
520
|
+
#### Bug fixes
|
|
514
521
|
|
|
515
522
|
- `#I457032` - Task label not rendered properly when we render as template issue has been fixed.
|
|
516
523
|
- `#I457212` - Timeline renders different in `Firefox` and `Chrome` issue has been fixed.
|
|
@@ -527,7 +534,7 @@
|
|
|
527
534
|
|
|
528
535
|
### GanttChart
|
|
529
536
|
|
|
530
|
-
#### Bug
|
|
537
|
+
#### Bug fixes
|
|
531
538
|
|
|
532
539
|
- `#I441205` - Two spinner appears while performing action issue has been fixed.
|
|
533
540
|
- `#I451257` - No proper template for manual milestone parent.
|
|
@@ -537,7 +544,7 @@
|
|
|
537
544
|
|
|
538
545
|
### GanttChart
|
|
539
546
|
|
|
540
|
-
#### Bug
|
|
547
|
+
#### Bug fixes
|
|
541
548
|
|
|
542
549
|
- `#I453787` - Duration not calculated properly in hour duration unit issue has been fixed.
|
|
543
550
|
- `#I453745` - Modified records in `actionBegin` event has invalid records issue has been fixed.
|
|
@@ -554,7 +561,7 @@
|
|
|
554
561
|
|
|
555
562
|
### GanttChart
|
|
556
563
|
|
|
557
|
-
#### Bug
|
|
564
|
+
#### Bug fixes
|
|
558
565
|
|
|
559
566
|
- `#I451243` - Unable to set zooming levels through `zoomingLevels` property issue has been fixed.
|
|
560
567
|
- `#I447704` - Timeline tier is not changing dynamically issue has been fixed.
|
|
@@ -570,7 +577,7 @@
|
|
|
570
577
|
|
|
571
578
|
### GanttChart
|
|
572
579
|
|
|
573
|
-
#### Bug
|
|
580
|
+
#### Bug fixes
|
|
574
581
|
|
|
575
582
|
- `#I432146` - Script error occurs while changing data source and resource simultaneously issue has been fixed.
|
|
576
583
|
- -`I441276`- Outdent task is not in correct index of modified records in `actionComplete` event issue has been fixed.
|
|
@@ -605,7 +612,7 @@
|
|
|
605
612
|
|
|
606
613
|
### GanttChart
|
|
607
614
|
|
|
608
|
-
#### Bug
|
|
615
|
+
#### Bug fixes
|
|
609
616
|
|
|
610
617
|
-`I442012`- Pdf export padding property for column header is not working properly issue has been fixed.
|
|
611
618
|
-`F180721`- Script error occurs when critical path is enabled in virtualization mode issue has been fixed.
|
|
@@ -619,7 +626,7 @@
|
|
|
619
626
|
|
|
620
627
|
### GanttChart
|
|
621
628
|
|
|
622
|
-
#### Bug
|
|
629
|
+
#### Bug fixes
|
|
623
630
|
|
|
624
631
|
-`I413261`- Validate predecessor link on editing issue has been fixed.
|
|
625
632
|
-`I441394`- Gantt Column name doesn't change respect to changing of culture at runtime issue has been fixed.
|
|
@@ -630,7 +637,7 @@
|
|
|
630
637
|
|
|
631
638
|
### GanttChart
|
|
632
639
|
|
|
633
|
-
#### Bug
|
|
640
|
+
#### Bug fixes
|
|
634
641
|
|
|
635
642
|
-`I435386`- Column template not working in `Vue` platform issue has been fixed.
|
|
636
643
|
-`I426170`- Incorrect Start Date Update for Unscheduled Task When Editing Parent Start Date.
|
|
@@ -647,7 +654,7 @@
|
|
|
647
654
|
|
|
648
655
|
### GanttChart
|
|
649
656
|
|
|
650
|
-
#### Bug
|
|
657
|
+
#### Bug fixes
|
|
651
658
|
|
|
652
659
|
-`I432910`- Export Issue with Predecessor Connectivity for Filtered Data.
|
|
653
660
|
-`#I434098`- Script error occurs when updating resources dynamically without child mapping.
|
|
@@ -660,7 +667,7 @@
|
|
|
660
667
|
|
|
661
668
|
### GanttChart
|
|
662
669
|
|
|
663
|
-
#### Bug
|
|
670
|
+
#### Bug fixes
|
|
664
671
|
|
|
665
672
|
- `#I431629`- A script error is thrown while performing tab navigation on the last row.
|
|
666
673
|
|
|
@@ -668,7 +675,7 @@
|
|
|
668
675
|
|
|
669
676
|
### GanttChart
|
|
670
677
|
|
|
671
|
-
#### Bug
|
|
678
|
+
#### Bug fixes
|
|
672
679
|
|
|
673
680
|
- `#I429875` - Console error while using self-referential data issue has been fixed.
|
|
674
681
|
- `#I428914` - Duration value is not maintained when using `valueAccessor` issue has been fixed.
|
|
@@ -681,7 +688,7 @@
|
|
|
681
688
|
|
|
682
689
|
### GanttChart
|
|
683
690
|
|
|
684
|
-
#### Bug
|
|
691
|
+
#### Bug fixes
|
|
685
692
|
|
|
686
693
|
- `#I427837` - Baseline renders with incorrect date in difference timezone issue has been fixed.
|
|
687
694
|
- `#I430365` - Child tasks not updated after updating parent task predecessor has been fixed.
|
|
@@ -693,7 +700,7 @@
|
|
|
693
700
|
|
|
694
701
|
### GanttChart
|
|
695
702
|
|
|
696
|
-
#### Bug
|
|
703
|
+
#### Bug fixes
|
|
697
704
|
|
|
698
705
|
- `#I426170` - Incorrect request type in zooming action has been fixed.
|
|
699
706
|
- `#FB39646` - Incorrect index value during row drag and drop has been fixed.
|
|
@@ -702,7 +709,7 @@
|
|
|
702
709
|
|
|
703
710
|
### GanttChart
|
|
704
711
|
|
|
705
|
-
#### Bug
|
|
712
|
+
#### Bug fixes
|
|
706
713
|
|
|
707
714
|
- `#I421870`- Record does not update properly when its modified in `actionBegin` event issue has been fixed.
|
|
708
715
|
- `#I420414` - Row height issue in task mode has been fixed.
|
|
@@ -713,7 +720,7 @@
|
|
|
713
720
|
|
|
714
721
|
### GanttChart
|
|
715
722
|
|
|
716
|
-
#### Bug
|
|
723
|
+
#### Bug fixes
|
|
717
724
|
|
|
718
725
|
- `#I420702` - Persistence settings prevent changing the timeline settings issue has been fixed.
|
|
719
726
|
- `#I422731` - Issue when predecessor is given for unscheduled parent issue has been fixed.
|
|
@@ -738,7 +745,7 @@
|
|
|
738
745
|
- `#I237939`,`#I255626`,`#I398597` - Provided `RTL` support in Gantt chart. Please find the documentation link [here](https://ej2.syncfusion.com/angular/documentation/gantt/global-local/#right-to-left-rtl).
|
|
739
746
|
- Provided `Shimmer` support in Gantt chart. Please find the demo link [here](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/gantt/loading-animation).
|
|
740
747
|
|
|
741
|
-
#### Bug
|
|
748
|
+
#### Bug fixes
|
|
742
749
|
|
|
743
750
|
- `#I417035` - Expand Collapse not working properly after cell editing issue has been fixed.
|
|
744
751
|
- `#I421663` - The baseline end date has not been properly validated issue has been fixed.
|
|
@@ -747,7 +754,7 @@
|
|
|
747
754
|
|
|
748
755
|
### GanttChart
|
|
749
756
|
|
|
750
|
-
#### Bug
|
|
757
|
+
#### Bug fixes
|
|
751
758
|
|
|
752
759
|
- `#I420414` - Unable to disable edit dialog fields in general tab issue has been fixed.
|
|
753
760
|
- `#I420280` - The `actionBegin` event receives more records as modified data when a task is resized issue has been fixed.
|
|
@@ -759,7 +766,7 @@
|
|
|
759
766
|
|
|
760
767
|
### GanttChart
|
|
761
768
|
|
|
762
|
-
#### Bug
|
|
769
|
+
#### Bug fixes
|
|
763
770
|
|
|
764
771
|
- `#I413261` - Dependency values for the parent task are not properly updated issue has been fixed.
|
|
765
772
|
- `#I419062` - Edit type issue when datasource is undefined issue has been fixed.
|
|
@@ -770,7 +777,7 @@
|
|
|
770
777
|
|
|
771
778
|
### GanttChart
|
|
772
779
|
|
|
773
|
-
#### Bug
|
|
780
|
+
#### Bug fixes
|
|
774
781
|
|
|
775
782
|
- `#I416610` - Able to scroll vertically when virtual scrolling enabled without scrollable records issue has been fixed.
|
|
776
783
|
- `#I417049` - Adding duration to an unscheduled task affects the project start date.
|
|
@@ -779,7 +786,7 @@
|
|
|
779
786
|
|
|
780
787
|
### GanttChart
|
|
781
788
|
|
|
782
|
-
#### Bug
|
|
789
|
+
#### Bug fixes
|
|
783
790
|
|
|
784
791
|
- `#I413261` - Dependency values for the parent task are not properly updated issue has been fixed.
|
|
785
792
|
- `#I410200` - Timeline headers disappears when timeline changes dynamically.
|
|
@@ -791,7 +798,7 @@
|
|
|
791
798
|
|
|
792
799
|
### GanttChart
|
|
793
800
|
|
|
794
|
-
#### Bug
|
|
801
|
+
#### Bug fixes
|
|
795
802
|
|
|
796
803
|
- `#I414182` - Datasource Property not updated properly after row drag and drop issue has been fixed.
|
|
797
804
|
- `#I413625` - Current view data not updated properly when dynamically change the view type issue has been fixed.
|
|
@@ -801,7 +808,7 @@
|
|
|
801
808
|
|
|
802
809
|
### GanttChart
|
|
803
810
|
|
|
804
|
-
#### Bug
|
|
811
|
+
#### Bug fixes
|
|
805
812
|
|
|
806
813
|
- `#I413261` - Dependency values for the parent task are not properly updated issue has been fixed.
|
|
807
814
|
- `#I412821` - Row drag and drop is not working properly when Virtualization is enabled.
|
|
@@ -810,7 +817,7 @@
|
|
|
810
817
|
|
|
811
818
|
### GanttChart
|
|
812
819
|
|
|
813
|
-
#### Bug
|
|
820
|
+
#### Bug fixes
|
|
814
821
|
|
|
815
822
|
- `#I409097` - Deleting record when search text is selected issue has been fixed.
|
|
816
823
|
- `#I404228` - Saving record even when in edited state issue has been fixed.
|
|
@@ -823,7 +830,7 @@
|
|
|
823
830
|
|
|
824
831
|
### GanttChart
|
|
825
832
|
|
|
826
|
-
#### Bug
|
|
833
|
+
#### Bug fixes
|
|
827
834
|
|
|
828
835
|
- `#I395003` - Gantt records disappear when scrolling up and down quickly issue has been fixed.
|
|
829
836
|
- `#I407437` - Add new record in resource view without child mapping issue has been fixed.
|
|
@@ -838,7 +845,7 @@
|
|
|
838
845
|
|
|
839
846
|
### GanttChart
|
|
840
847
|
|
|
841
|
-
#### Bug
|
|
848
|
+
#### Bug fixes
|
|
842
849
|
|
|
843
850
|
- `#I408288` - Timeline rendering is incomplete when data is rebinded issue has been fixed.
|
|
844
851
|
- `#I404228` - Issue in saving data in segment has been fixed.
|
|
@@ -868,7 +875,7 @@
|
|
|
868
875
|
- `#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/angular/documentation/api/gantt/taskFields/#id).
|
|
869
876
|
- `#FB36072` - Provided support for Critical Path with Multi Taskbar enabled.
|
|
870
877
|
|
|
871
|
-
#### Bug
|
|
878
|
+
#### Bug fixes
|
|
872
879
|
|
|
873
880
|
- `#F177237` - The `currentViewData` with dependencies were not exported correctly in `PDFExport` issue has been fixed.
|
|
874
881
|
- `#I402913` - Checkbox selection must be completed with a single click issue has been fixed.
|
|
@@ -882,7 +889,7 @@
|
|
|
882
889
|
|
|
883
890
|
### GanttChart
|
|
884
891
|
|
|
885
|
-
#### Bug
|
|
892
|
+
#### Bug fixes
|
|
886
893
|
|
|
887
894
|
- `#I403222` - Console error occurs in resource view with enabled persistence issue has been fixed.
|
|
888
895
|
|
|
@@ -890,7 +897,7 @@
|
|
|
890
897
|
|
|
891
898
|
### GanttChart
|
|
892
899
|
|
|
893
|
-
#### Bug
|
|
900
|
+
#### Bug fixes
|
|
894
901
|
|
|
895
902
|
- `#F176984` - Timeline is extended when the splitter position is moved issue has been fixed.
|
|
896
903
|
- `#I398394` - Row drag and drop not working properly on resource view sample issue has been fixed.
|
|
@@ -902,7 +909,7 @@
|
|
|
902
909
|
|
|
903
910
|
### GanttChart
|
|
904
911
|
|
|
905
|
-
#### Bug
|
|
912
|
+
#### Bug fixes
|
|
906
913
|
|
|
907
914
|
- `#I389542` - Filter records with hierarchy mode as both shows no record to display issue has been fixed.
|
|
908
915
|
|
|
@@ -910,7 +917,7 @@
|
|
|
910
917
|
|
|
911
918
|
### GanttChart
|
|
912
919
|
|
|
913
|
-
#### Bug
|
|
920
|
+
#### Bug fixes
|
|
914
921
|
|
|
915
922
|
- `#I394194` - Timeline changes when toggling critical path issue has been fixed.
|
|
916
923
|
- `#I388575` - Gantt chart disappears when searching is performed with tasks in collapsed state with virtualization issue has been fixed.
|
|
@@ -924,7 +931,7 @@
|
|
|
924
931
|
|
|
925
932
|
### GanttChart
|
|
926
933
|
|
|
927
|
-
#### Bug
|
|
934
|
+
#### Bug fixes
|
|
928
935
|
|
|
929
936
|
- `#I393339` - Empty record is displayed after searching a text when using the refresh method issue has been fixed.
|
|
930
937
|
- `#I392655` - Issue in deleting multiple tasks, when one task is collapsed issue has been fixed.
|
|
@@ -938,7 +945,7 @@
|
|
|
938
945
|
|
|
939
946
|
### GanttChart
|
|
940
947
|
|
|
941
|
-
#### Bug
|
|
948
|
+
#### Bug fixes
|
|
942
949
|
|
|
943
950
|
- `#I389834` - Records position not updated properly in datasource when we drag and drop the records issue has been fixed.
|
|
944
951
|
|
|
@@ -946,7 +953,7 @@
|
|
|
946
953
|
|
|
947
954
|
### GanttChart
|
|
948
955
|
|
|
949
|
-
#### Bug
|
|
956
|
+
#### Bug fixes
|
|
950
957
|
|
|
951
958
|
- `#I380929` - Baseline end date issue for milestone with same baseline start and end date has been fixed.
|
|
952
959
|
- `#I385298` - Bottom Tier not partitioned properly when zoom to fit issue has been fixed.
|
|
@@ -964,7 +971,7 @@
|
|
|
964
971
|
- `#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/angular/demos/#/bootstrap5/gantt/critical-path).
|
|
965
972
|
- Provided State Persistence support for Gantt Chart. Please find the documentation link [here](https://ej2.syncfusion.com/angular/documentation/gantt/state-persistence).
|
|
966
973
|
|
|
967
|
-
#### Bug
|
|
974
|
+
#### Bug fixes
|
|
968
975
|
|
|
969
976
|
- `#I379308, #I380615` - Baseline end date issue for milestone with same baseline start and end date has been fixed.
|
|
970
977
|
- `#I383128` - DataSource gets updated wrongly when we update the data with invalid `parentID` issue has been fixed.
|
|
@@ -981,7 +988,7 @@
|
|
|
981
988
|
|
|
982
989
|
### GanttChart
|
|
983
990
|
|
|
984
|
-
#### Bug
|
|
991
|
+
#### Bug fixes
|
|
985
992
|
|
|
986
993
|
- `#367483` - Indent Outdent toolbar options appearing when edit settings is not defined issue has been been fixed.
|
|
987
994
|
- `#384296` - Unable to draw dependency when progress mapping is disabled issue has been been fixed.
|
|
@@ -994,7 +1001,7 @@
|
|
|
994
1001
|
|
|
995
1002
|
### GanttChart
|
|
996
1003
|
|
|
997
|
-
#### Bug
|
|
1004
|
+
#### Bug fixes
|
|
998
1005
|
|
|
999
1006
|
- `#379229` - Pdf export is not working when using custom date format issue has been fixed.
|
|
1000
1007
|
- `#381109` - Issue when Zoom To Fit with unscheduled tasks has been fixed.
|
|
@@ -1004,7 +1011,7 @@
|
|
|
1004
1011
|
|
|
1005
1012
|
### GanttChart
|
|
1006
1013
|
|
|
1007
|
-
#### Bug
|
|
1014
|
+
#### Bug fixes
|
|
1008
1015
|
|
|
1009
1016
|
- `#380136` - End date is not updated when we update the resource unit via `updateRecordByID` method.
|
|
1010
1017
|
- `#378491` - Data is not displayed when we frequently move between different tabs has been fixed.
|
|
@@ -1017,7 +1024,7 @@
|
|
|
1017
1024
|
|
|
1018
1025
|
### GanttChart
|
|
1019
1026
|
|
|
1020
|
-
#### Bug
|
|
1027
|
+
#### Bug fixes
|
|
1021
1028
|
|
|
1022
1029
|
- `#F174816` - Landscape page orientation is not working when exporting Pdf has been fixed.
|
|
1023
1030
|
- `#377857` - Task not assigned to resources when dynamically changes from project view into resource view has been fixed.
|
|
@@ -1026,7 +1033,7 @@
|
|
|
1026
1033
|
|
|
1027
1034
|
### GanttChart
|
|
1028
1035
|
|
|
1029
|
-
#### Bug
|
|
1036
|
+
#### Bug fixes
|
|
1030
1037
|
|
|
1031
1038
|
- `#376228` - Duration is not updated while updating resource units using `updateRecordByID` method issue has been fixed.
|
|
1032
1039
|
- `#370224` - Filtering issue when rendering Gantt inside the modal has been fixed.
|
|
@@ -1038,7 +1045,7 @@
|
|
|
1038
1045
|
|
|
1039
1046
|
### GanttChart
|
|
1040
1047
|
|
|
1041
|
-
#### Bug
|
|
1048
|
+
#### Bug fixes
|
|
1042
1049
|
|
|
1043
1050
|
- `#372661` - Data not properly updated in the Gantt Chart when switching between list view issue has been fixed.
|
|
1044
1051
|
|
|
@@ -1046,7 +1053,7 @@
|
|
|
1046
1053
|
|
|
1047
1054
|
### GanttChart
|
|
1048
1055
|
|
|
1049
|
-
#### Bug
|
|
1056
|
+
#### Bug fixes
|
|
1050
1057
|
|
|
1051
1058
|
- `#373529` - Task label is not properly displayed in pdf export issue has been fixed.
|
|
1052
1059
|
- `#373829` - Top tier and bottom tier partitioning issue in quarterly mode has been fixed.
|
|
@@ -1060,7 +1067,7 @@
|
|
|
1060
1067
|
|
|
1061
1068
|
### GanttChart
|
|
1062
1069
|
|
|
1063
|
-
#### Bug
|
|
1070
|
+
#### Bug fixes
|
|
1064
1071
|
|
|
1065
1072
|
- `#372623` - New record keeps an editable state in dependency tab even after switching the tabs has been fixed.
|
|
1066
1073
|
- `#373803` - Scrollbar not available in notes tab issue has been fixed.
|
|
@@ -1071,7 +1078,7 @@
|
|
|
1071
1078
|
|
|
1072
1079
|
### GanttChart
|
|
1073
1080
|
|
|
1074
|
-
#### Bug
|
|
1081
|
+
#### Bug fixes
|
|
1075
1082
|
|
|
1076
1083
|
- `#371080` - Issue in `actionBegin` event for cancelling the row drag and drop action using request type `beforeDrop` has been fixed.
|
|
1077
1084
|
- `#374064` - Gantt height not gets responsive when collapsing all tasks in `auto` mode.
|
|
@@ -1083,7 +1090,7 @@
|
|
|
1083
1090
|
|
|
1084
1091
|
### GanttChart
|
|
1085
1092
|
|
|
1086
|
-
#### Bug
|
|
1093
|
+
#### Bug fixes
|
|
1087
1094
|
|
|
1088
1095
|
- `#300959` - Provided support to fill empty space with extended timeline in zoom out action.
|
|
1089
1096
|
- `#371372` - Unable to change end Date of manual parent task issue has been fixed.
|
|
@@ -1093,7 +1100,7 @@
|
|
|
1093
1100
|
|
|
1094
1101
|
### GanttChart
|
|
1095
1102
|
|
|
1096
|
-
#### Bug
|
|
1103
|
+
#### Bug fixes
|
|
1097
1104
|
|
|
1098
1105
|
- `#369264` - Event marker labels not visible when there is single record has been fixed
|
|
1099
1106
|
- `#362146` - Row customization using `rowDataBound` event in `enableImmutableMode` issue has been fixed
|
|
@@ -1114,7 +1121,7 @@
|
|
|
1114
1121
|
|
|
1115
1122
|
### GanttChart
|
|
1116
1123
|
|
|
1117
|
-
#### Bug
|
|
1124
|
+
#### Bug fixes
|
|
1118
1125
|
|
|
1119
1126
|
- `#366304` - Gantt line mismatches when we set system display as 100% and browser zoom settings as 90% has been fixed.
|
|
1120
1127
|
- `#365994` - Right and left label template not working in `vue` has been fixed.
|
|
@@ -1125,7 +1132,7 @@
|
|
|
1125
1132
|
|
|
1126
1133
|
### GanttChart
|
|
1127
1134
|
|
|
1128
|
-
#### Bug
|
|
1135
|
+
#### Bug fixes
|
|
1129
1136
|
|
|
1130
1137
|
- `#366296` - When moving from once cell to another cell using tab key navigation issue has been fixed.
|
|
1131
1138
|
- `#363358`,`F172781` - Drag and drop not working properly after row gets collapsed issue has been fixed.
|
|
@@ -1134,7 +1141,7 @@
|
|
|
1134
1141
|
|
|
1135
1142
|
### GanttChart
|
|
1136
1143
|
|
|
1137
|
-
#### Bug
|
|
1144
|
+
#### Bug fixes
|
|
1138
1145
|
|
|
1139
1146
|
- `#365463` - Gantt timeline view gets changed when resize the task to left side has been fixed.
|
|
1140
1147
|
|
|
@@ -1142,7 +1149,7 @@
|
|
|
1142
1149
|
|
|
1143
1150
|
### GanttChart
|
|
1144
1151
|
|
|
1145
|
-
#### Bug
|
|
1152
|
+
#### Bug fixes
|
|
1146
1153
|
|
|
1147
1154
|
- `#360085` - Issue in deleting a task after performing expand collapse action for multiple times has been fixed.
|
|
1148
1155
|
- `#364950` - The `taskLabel` property does not show the task name properly when giving name with space has been fixed.
|
|
@@ -1153,7 +1160,7 @@
|
|
|
1153
1160
|
|
|
1154
1161
|
### GanttChart
|
|
1155
1162
|
|
|
1156
|
-
#### Bug
|
|
1163
|
+
#### Bug fixes
|
|
1157
1164
|
|
|
1158
1165
|
- `#362011` - Date alignment issue with Gantt Zoom to fit top tier and bottom tier has been fixed.
|
|
1159
1166
|
- `#364643` - Extra fields are added in `dataSource` property for bottom position issue has been fixed.
|
|
@@ -1167,7 +1174,7 @@
|
|
|
1167
1174
|
|
|
1168
1175
|
### GanttChart
|
|
1169
1176
|
|
|
1170
|
-
#### Bug
|
|
1177
|
+
#### Bug fixes
|
|
1171
1178
|
|
|
1172
1179
|
- `#356978` - Issue in disable the initial move of taskbar drag has been fixed.
|
|
1173
1180
|
- `#357647` - Issue in enabling scroll top during load time has been fixed.
|
|
@@ -1185,7 +1192,7 @@
|
|
|
1185
1192
|
|
|
1186
1193
|
### GanttChart
|
|
1187
1194
|
|
|
1188
|
-
#### Bug
|
|
1195
|
+
#### Bug fixes
|
|
1189
1196
|
|
|
1190
1197
|
- `#359455` - Issue in rendering Gantt when parent container height is set in percentage has been fixed.
|
|
1191
1198
|
- `#360424` - Issue in performing drag and drop when resource is set to null has been fixed.
|
|
@@ -1196,7 +1203,7 @@
|
|
|
1196
1203
|
|
|
1197
1204
|
### GanttChart
|
|
1198
1205
|
|
|
1199
|
-
#### Bug
|
|
1206
|
+
#### Bug fixes
|
|
1200
1207
|
|
|
1201
1208
|
- `#354721` - Issue in rendering milestone based on the milestone mapping in datasource has been fixed.
|
|
1202
1209
|
- `#358683` - Toolbar gets hide after `expandAll` and `collapseAll` is performed issue has been fixed.
|
|
@@ -1205,7 +1212,7 @@
|
|
|
1205
1212
|
|
|
1206
1213
|
### GanttChart
|
|
1207
1214
|
|
|
1208
|
-
#### Bug
|
|
1215
|
+
#### Bug fixes
|
|
1209
1216
|
|
|
1210
1217
|
- `#355824, #360027` - Gantt Chart display issue with misalign in dates on which DST change happens has been fixed.
|
|
1211
1218
|
- `#F171256` - Issue in Localization for the word New Task has been fixed.
|
|
@@ -1216,7 +1223,7 @@
|
|
|
1216
1223
|
|
|
1217
1224
|
### GanttChart
|
|
1218
1225
|
|
|
1219
|
-
#### Bug
|
|
1226
|
+
#### Bug fixes
|
|
1220
1227
|
|
|
1221
1228
|
- `#357340` - Issue with Gantt `selectedRowIndex` property when deleted the selected item in last row.
|
|
1222
1229
|
|
|
@@ -1224,7 +1231,7 @@
|
|
|
1224
1231
|
|
|
1225
1232
|
### GanttChart
|
|
1226
1233
|
|
|
1227
|
-
#### Bug
|
|
1234
|
+
#### Bug fixes
|
|
1228
1235
|
|
|
1229
1236
|
- `#346141` - Issue with Gantt manipulates and change task data date values from original data has been fixed.
|
|
1230
1237
|
- `#F170644` - Issue in manual start date while mapping multiple parent levels has been fixed.
|
|
@@ -1240,7 +1247,7 @@
|
|
|
1240
1247
|
|
|
1241
1248
|
### GanttChart
|
|
1242
1249
|
|
|
1243
|
-
#### Bug
|
|
1250
|
+
#### Bug fixes
|
|
1244
1251
|
|
|
1245
1252
|
- `#347613` - Connector line issue after updating the datasource dynamically has been fixed.
|
|
1246
1253
|
- `#346909` - Issue in disable custom context menu has been fixed.
|
|
@@ -1251,7 +1258,7 @@
|
|
|
1251
1258
|
|
|
1252
1259
|
### GanttChart
|
|
1253
1260
|
|
|
1254
|
-
#### Bug
|
|
1261
|
+
#### Bug fixes
|
|
1255
1262
|
|
|
1256
1263
|
- `#347753` - Issue in `defaultedit` edit type has been fixed.
|
|
1257
1264
|
|
|
@@ -1259,7 +1266,7 @@
|
|
|
1259
1266
|
|
|
1260
1267
|
### GanttChart
|
|
1261
1268
|
|
|
1262
|
-
#### Bug
|
|
1269
|
+
#### Bug fixes
|
|
1263
1270
|
|
|
1264
1271
|
- `#342557` - In fixed work type duration update issue has been fixed.
|
|
1265
1272
|
|
|
@@ -1267,7 +1274,7 @@
|
|
|
1267
1274
|
|
|
1268
1275
|
### GanttChart
|
|
1269
1276
|
|
|
1270
|
-
#### Bug
|
|
1277
|
+
#### Bug fixes
|
|
1271
1278
|
|
|
1272
1279
|
- `#343417` - Issue in updating row index after row drag and drop has been fixed.
|
|
1273
1280
|
- `#346516` - Issue in context menu after cell editing has been fixed.
|
|
@@ -1280,7 +1287,7 @@
|
|
|
1280
1287
|
|
|
1281
1288
|
### GanttChart
|
|
1282
1289
|
|
|
1283
|
-
#### Bug
|
|
1290
|
+
#### Bug fixes
|
|
1284
1291
|
|
|
1285
1292
|
- `#343991` - Additional parameters are not passed to `BatchUpdate` method when deleting the row issue has been fixed.
|
|
1286
1293
|
- `#344100` - Issue in cancelling the drawing of predecessor line in `actionBegin` event has been fixed.
|
|
@@ -1298,7 +1305,7 @@
|
|
|
1298
1305
|
|
|
1299
1306
|
### GanttChart
|
|
1300
1307
|
|
|
1301
|
-
#### Bug
|
|
1308
|
+
#### Bug fixes
|
|
1302
1309
|
|
|
1303
1310
|
- `#343417` - Issue in CRUD operations when using datamanager data has been fixed.
|
|
1304
1311
|
- `#340739` - Vertical grid line issue while changing height dynamically has been fixed.
|
|
@@ -1311,7 +1318,7 @@
|
|
|
1311
1318
|
|
|
1312
1319
|
### GanttChart
|
|
1313
1320
|
|
|
1314
|
-
#### Bug
|
|
1321
|
+
#### Bug fixes
|
|
1315
1322
|
|
|
1316
1323
|
- `#342557` - In fixed work type duration update issue has been fixed.
|
|
1317
1324
|
- `#340406` - Misalignment while using line height property issue has been fixed.
|
|
@@ -1334,7 +1341,7 @@
|
|
|
1334
1341
|
|
|
1335
1342
|
### GanttChart
|
|
1336
1343
|
|
|
1337
|
-
#### Bug
|
|
1344
|
+
#### Bug fixes
|
|
1338
1345
|
|
|
1339
1346
|
- `#340421` - In smaller resolution the splitter appeared in wrong position issue has been fixed.
|
|
1340
1347
|
- `#341502` - Indicators disappear when datasource changed dynamically issue has been fixed.
|
|
@@ -1345,7 +1352,7 @@
|
|
|
1345
1352
|
|
|
1346
1353
|
### GanttChart
|
|
1347
1354
|
|
|
1348
|
-
#### Bug
|
|
1355
|
+
#### Bug fixes
|
|
1349
1356
|
|
|
1350
1357
|
- `#340155` - Dialog closes when pressing insert key issue has been fixed.
|
|
1351
1358
|
- `#333851` - Dynamically changing the holidays issue has been fixed.
|
|
@@ -1354,7 +1361,7 @@
|
|
|
1354
1361
|
|
|
1355
1362
|
### GanttChart
|
|
1356
1363
|
|
|
1357
|
-
#### Bug
|
|
1364
|
+
#### Bug fixes
|
|
1358
1365
|
|
|
1359
1366
|
- `#339434` - Issue in tooltip has been resolved.
|
|
1360
1367
|
|
|
@@ -1362,7 +1369,7 @@
|
|
|
1362
1369
|
|
|
1363
1370
|
### GanttChart
|
|
1364
1371
|
|
|
1365
|
-
#### Bug
|
|
1372
|
+
#### Bug fixes
|
|
1366
1373
|
|
|
1367
1374
|
- `#339511` - Issue in maintaining resource selection has been resolved.
|
|
1368
1375
|
- `#338206` - Cleared warnings thrown in Firefox browser.
|
|
@@ -1371,7 +1378,7 @@
|
|
|
1371
1378
|
|
|
1372
1379
|
### GanttChart
|
|
1373
1380
|
|
|
1374
|
-
#### Bug
|
|
1381
|
+
#### Bug fixes
|
|
1375
1382
|
|
|
1376
1383
|
- `#338587` - Issue in assigning empty data to datasource has been resolved.
|
|
1377
1384
|
- `#335677` - Issue in `expandAtLevel` and `collapseAtLevel` method with virtual scrolling has been resolved.
|
|
@@ -1380,7 +1387,7 @@
|
|
|
1380
1387
|
|
|
1381
1388
|
### GanttChart
|
|
1382
1389
|
|
|
1383
|
-
#### Bug
|
|
1390
|
+
#### Bug fixes
|
|
1384
1391
|
|
|
1385
1392
|
- `#336211` - Issue with Virtual Scrolling in Firefox browse has been resolved.
|
|
1386
1393
|
|
|
@@ -1388,7 +1395,7 @@
|
|
|
1388
1395
|
|
|
1389
1396
|
### GanttChart
|
|
1390
1397
|
|
|
1391
|
-
#### Bug
|
|
1398
|
+
#### Bug fixes
|
|
1392
1399
|
|
|
1393
1400
|
- `#331618` - Issue in updating `dataSource` property has been fixed.
|
|
1394
1401
|
- `#333672` - Issue in calculating duration across DST has been fixed.
|
|
@@ -1400,7 +1407,7 @@
|
|
|
1400
1407
|
|
|
1401
1408
|
### GanttChart
|
|
1402
1409
|
|
|
1403
|
-
#### Bug
|
|
1410
|
+
#### Bug fixes
|
|
1404
1411
|
|
|
1405
1412
|
- `#331671` - Right Labels are rendered properly in exported PDF document.
|
|
1406
1413
|
- `#332161` - Issue fixed when drag and drop performed after adding record through context menu.
|
|
@@ -1417,7 +1424,7 @@
|
|
|
1417
1424
|
|
|
1418
1425
|
### GanttChart
|
|
1419
1426
|
|
|
1420
|
-
#### Bug
|
|
1427
|
+
#### Bug fixes
|
|
1421
1428
|
|
|
1422
1429
|
- `#330806` - When using `updateTaskId` method with predecessor field is not mapped in the `taskFields` has been fixed.
|
|
1423
1430
|
- At certain zoom level, both halves of year are H1 has been resolved.
|
|
@@ -1426,7 +1433,7 @@
|
|
|
1426
1433
|
|
|
1427
1434
|
### GanttChart
|
|
1428
1435
|
|
|
1429
|
-
#### Bug
|
|
1436
|
+
#### Bug fixes
|
|
1430
1437
|
|
|
1431
1438
|
- `#328182` - Mismatch between timeline and chart body content has been fixed.
|
|
1432
1439
|
- `#165629` - Notes updated properly in Gantt chart when new task is added.
|
|
@@ -1439,7 +1446,7 @@
|
|
|
1439
1446
|
|
|
1440
1447
|
### GanttChart
|
|
1441
1448
|
|
|
1442
|
-
#### Bug
|
|
1449
|
+
#### Bug fixes
|
|
1443
1450
|
|
|
1444
1451
|
- `#325587` - Issue while deleting resource on split task has been fixed.
|
|
1445
1452
|
- Issue on dynamically changing the `allowTaskbarEditing` property has been fixed.
|
|
@@ -1458,7 +1465,7 @@
|
|
|
1458
1465
|
|
|
1459
1466
|
- `#296315` - Provided support for managing date with different time zones.
|
|
1460
1467
|
|
|
1461
|
-
#### Bug
|
|
1468
|
+
#### Bug fixes
|
|
1462
1469
|
|
|
1463
1470
|
- `#326155` - Issue in splitting task using public method has been fixed.
|
|
1464
1471
|
- `#325948` - Issue in adding new task with empty string has been fixed.
|
|
@@ -1468,7 +1475,7 @@
|
|
|
1468
1475
|
|
|
1469
1476
|
### GanttChart
|
|
1470
1477
|
|
|
1471
|
-
#### Bug
|
|
1478
|
+
#### Bug fixes
|
|
1472
1479
|
|
|
1473
1480
|
- `#325250` - Progress updated properly in manual scheduling.
|
|
1474
1481
|
- `#324644` - Issue on adding records, when Gantt view is changed has been fixed.
|
|
@@ -1478,7 +1485,7 @@
|
|
|
1478
1485
|
|
|
1479
1486
|
### GanttChart
|
|
1480
1487
|
|
|
1481
|
-
#### Bug
|
|
1488
|
+
#### Bug fixes
|
|
1482
1489
|
|
|
1483
1490
|
- `#324141` - Issue in tooltip rendering position has been fixed.
|
|
1484
1491
|
- `#320979` - Issue on changing data source and timeline settings on same time has been fixed.
|
|
@@ -1489,7 +1496,7 @@
|
|
|
1489
1496
|
|
|
1490
1497
|
### GanttChart
|
|
1491
1498
|
|
|
1492
|
-
#### Bug
|
|
1499
|
+
#### Bug fixes
|
|
1493
1500
|
|
|
1494
1501
|
- `F164497` - Issue in editing end date of a task has been fixed.
|
|
1495
1502
|
|
|
@@ -1497,7 +1504,7 @@
|
|
|
1497
1504
|
|
|
1498
1505
|
### GanttChart
|
|
1499
1506
|
|
|
1500
|
-
#### Bug
|
|
1507
|
+
#### Bug fixes
|
|
1501
1508
|
|
|
1502
1509
|
- `#320979` - Provided support to update data source dynamically with `collapseAllParentTasks` and `enableMultiTaskbar` enabled mode.
|
|
1503
1510
|
|
|
@@ -1505,7 +1512,7 @@
|
|
|
1505
1512
|
|
|
1506
1513
|
### GanttChart
|
|
1507
1514
|
|
|
1508
|
-
#### Bug
|
|
1515
|
+
#### Bug fixes
|
|
1509
1516
|
|
|
1510
1517
|
- `#320882` - Issue on expand/collapse icon in `Resource view` has been fixed.
|
|
1511
1518
|
|
|
@@ -1526,7 +1533,7 @@
|
|
|
1526
1533
|
|
|
1527
1534
|
- `#317550` - Provided support to define `valueAccessor` as string.
|
|
1528
1535
|
|
|
1529
|
-
#### Bug
|
|
1536
|
+
#### Bug fixes
|
|
1530
1537
|
|
|
1531
1538
|
- Console error when end date of segments is given as string has been fixed.
|
|
1532
1539
|
|
|
@@ -1534,7 +1541,7 @@
|
|
|
1534
1541
|
|
|
1535
1542
|
### GanttChart
|
|
1536
1543
|
|
|
1537
|
-
#### Bug
|
|
1544
|
+
#### Bug fixes
|
|
1538
1545
|
|
|
1539
1546
|
- `316898` - Maintained additional fields in segments on zooming action.
|
|
1540
1547
|
|
|
@@ -1542,7 +1549,7 @@
|
|
|
1542
1549
|
|
|
1543
1550
|
### GanttChart
|
|
1544
1551
|
|
|
1545
|
-
#### Bug
|
|
1552
|
+
#### Bug fixes
|
|
1546
1553
|
|
|
1547
1554
|
- `#315501` - Error on closing filter menu while focusing out has been resolved.
|
|
1548
1555
|
|
|
@@ -1550,7 +1557,7 @@
|
|
|
1550
1557
|
|
|
1551
1558
|
### GanttChart
|
|
1552
1559
|
|
|
1553
|
-
#### Bug
|
|
1560
|
+
#### Bug fixes
|
|
1554
1561
|
|
|
1555
1562
|
- `#311841` - Duplicating records issue while indent action has been resolved.
|
|
1556
1563
|
- `F160722` - Error on rendering editing tooltip has been resolved.
|
|
@@ -1563,7 +1570,7 @@
|
|
|
1563
1570
|
|
|
1564
1571
|
### GanttChart
|
|
1565
1572
|
|
|
1566
|
-
#### Bug
|
|
1573
|
+
#### Bug fixes
|
|
1567
1574
|
|
|
1568
1575
|
- `#298884` - Error on reorder rows method has been fixed.
|
|
1569
1576
|
|
|
@@ -1579,7 +1586,7 @@
|
|
|
1579
1586
|
|
|
1580
1587
|
- `#291192` - Provided Immutable Support to refresh specific rows while performing Gantt actions.
|
|
1581
1588
|
|
|
1582
|
-
#### Bug
|
|
1589
|
+
#### Bug fixes
|
|
1583
1590
|
|
|
1584
1591
|
- `F161492` - Console error on converting milestone to task has been fixed.
|
|
1585
1592
|
|
|
@@ -1587,7 +1594,7 @@
|
|
|
1587
1594
|
|
|
1588
1595
|
### GanttChart
|
|
1589
1596
|
|
|
1590
|
-
#### Bug
|
|
1597
|
+
#### Bug fixes
|
|
1591
1598
|
|
|
1592
1599
|
- `F161492` - Console error on drag and drop action has been fixed.
|
|
1593
1600
|
- `F161492` - Issue on indent action has been fixed.
|
|
@@ -1596,7 +1603,7 @@
|
|
|
1596
1603
|
|
|
1597
1604
|
### GanttChart
|
|
1598
1605
|
|
|
1599
|
-
#### Bug
|
|
1606
|
+
#### Bug fixes
|
|
1600
1607
|
|
|
1601
1608
|
- `#298884` - Issue on reorder rows method in virtual scroll support has been fixed.
|
|
1602
1609
|
|
|
@@ -1604,7 +1611,7 @@
|
|
|
1604
1611
|
|
|
1605
1612
|
### GanttChart
|
|
1606
1613
|
|
|
1607
|
-
#### Bug
|
|
1614
|
+
#### Bug fixes
|
|
1608
1615
|
|
|
1609
1616
|
- `F160722` - Issue on editing tooltip template has been fixed.
|
|
1610
1617
|
- `#306971` - HTML encoder issue with notes column has been fixed.
|
|
@@ -1617,7 +1624,7 @@
|
|
|
1617
1624
|
|
|
1618
1625
|
### GanttChart
|
|
1619
1626
|
|
|
1620
|
-
#### Bug
|
|
1627
|
+
#### Bug fixes
|
|
1621
1628
|
|
|
1622
1629
|
- `#306741` - Issue on closing filter menu while focusing out has been fixed.
|
|
1623
1630
|
- `#306556` - Issue on duration field of add dialog has been fixed.
|
|
@@ -1637,7 +1644,7 @@
|
|
|
1637
1644
|
|
|
1638
1645
|
- `#264980` - Provided `Virtual Scroll` support for Gantt.
|
|
1639
1646
|
|
|
1640
|
-
#### Bug
|
|
1647
|
+
#### Bug fixes
|
|
1641
1648
|
|
|
1642
1649
|
- `#306090` - Issue on pressing delete key when add/edit dialog is opened has been fixed.
|
|
1643
1650
|
- `#306342` - Included additional field in `taskData.segments`.
|
|
@@ -1650,7 +1657,7 @@
|
|
|
1650
1657
|
|
|
1651
1658
|
### GanttChart
|
|
1652
1659
|
|
|
1653
|
-
#### Bug
|
|
1660
|
+
#### Bug fixes
|
|
1654
1661
|
|
|
1655
1662
|
- `F159625` - Console error on indent action after adding record has been fixed.
|
|
1656
1663
|
|
|
@@ -1658,7 +1665,7 @@
|
|
|
1658
1665
|
|
|
1659
1666
|
### GanttChart
|
|
1660
1667
|
|
|
1661
|
-
#### Bug
|
|
1668
|
+
#### Bug fixes
|
|
1662
1669
|
|
|
1663
1670
|
- `301606` - Issue in template column when use it as `treeColumnIndex` has been fixed.
|
|
1664
1671
|
|
|
@@ -1666,7 +1673,7 @@
|
|
|
1666
1673
|
|
|
1667
1674
|
### GanttChart
|
|
1668
1675
|
|
|
1669
|
-
#### Bug
|
|
1676
|
+
#### Bug fixes
|
|
1670
1677
|
|
|
1671
1678
|
- `293889` - Console error in split task when allowTaskbarEditing is disable has been fixed.
|
|
1672
1679
|
- `300744` - Console error on clicking add/edit toolbar has been fixed.
|
|
@@ -1676,7 +1683,7 @@
|
|
|
1676
1683
|
|
|
1677
1684
|
### GanttChart
|
|
1678
1685
|
|
|
1679
|
-
#### Bug
|
|
1686
|
+
#### Bug fixes
|
|
1680
1687
|
|
|
1681
1688
|
- `299695` - Issue in left label template has been fixed.
|
|
1682
1689
|
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
|
|
@@ -1692,7 +1699,7 @@
|
|
|
1692
1699
|
- `#292246` - Provided support to split the taskbar into multiple segments through context menu and dialog edit.
|
|
1693
1700
|
- `#282972, #293345` - Provided support to render predecessor and rows properly in different zooming levels and display scaling size.
|
|
1694
1701
|
|
|
1695
|
-
#### Bug
|
|
1702
|
+
#### Bug fixes
|
|
1696
1703
|
|
|
1697
1704
|
- `#295381` - Issue on exporting Gantt with partial data has been fixed.
|
|
1698
1705
|
- `#299370` - Issue on restricting dragging action when read only property set to true.
|
|
@@ -1707,7 +1714,7 @@
|
|
|
1707
1714
|
|
|
1708
1715
|
### GanttChart
|
|
1709
1716
|
|
|
1710
|
-
#### Bug
|
|
1717
|
+
#### Bug fixes
|
|
1711
1718
|
|
|
1712
1719
|
- `#296920` - Issue on rendering Gantt with resources has been fixed.
|
|
1713
1720
|
- `F158128` - Issue on updating DB on `indent` and `outdent` action has been fixed.
|
|
@@ -1720,7 +1727,7 @@
|
|
|
1720
1727
|
|
|
1721
1728
|
### GanttChart
|
|
1722
1729
|
|
|
1723
|
-
#### Bug
|
|
1730
|
+
#### Bug fixes
|
|
1724
1731
|
|
|
1725
1732
|
- `#293528` - Issue when work value is given as decimal values has been fixed.
|
|
1726
1733
|
|
|
@@ -1734,7 +1741,7 @@
|
|
|
1734
1741
|
|
|
1735
1742
|
- `#292825` - Provided support to trigger actions on key press.
|
|
1736
1743
|
|
|
1737
|
-
#### Bug
|
|
1744
|
+
#### Bug fixes
|
|
1738
1745
|
|
|
1739
1746
|
- `#293539` - Issue while dynamically updating `allowRowDragAndDrop` gets fixed.
|
|
1740
1747
|
- `#292470` - Issue on edit template in dialog has been fixed.
|
|
@@ -1746,7 +1753,7 @@
|
|
|
1746
1753
|
|
|
1747
1754
|
### GanttChart
|
|
1748
1755
|
|
|
1749
|
-
#### Bug
|
|
1756
|
+
#### Bug fixes
|
|
1750
1757
|
|
|
1751
1758
|
- `#290457` - Issue on customizing the background colour of taskbar in Resource view has been fixed.
|
|
1752
1759
|
- `F157498` - Console error on indenting record after sorting has been fixed.
|
|
@@ -1755,7 +1762,7 @@
|
|
|
1755
1762
|
|
|
1756
1763
|
### GanttChart
|
|
1757
1764
|
|
|
1758
|
-
#### Bug
|
|
1765
|
+
#### Bug fixes
|
|
1759
1766
|
|
|
1760
1767
|
- `#291158` - Console error on destroy Gantt when allowKeyboard is false has been fixed.
|
|
1761
1768
|
- `#279528` - Dialog dependency drop-down list has existing dependency data has been fixed.
|
|
@@ -1764,7 +1771,7 @@
|
|
|
1764
1771
|
|
|
1765
1772
|
### GanttChart
|
|
1766
1773
|
|
|
1767
|
-
#### Bug
|
|
1774
|
+
#### Bug fixes
|
|
1768
1775
|
|
|
1769
1776
|
- `#288438` - Tooltip rendering issue has been fixed.
|
|
1770
1777
|
- The issue of the bottom tire format in Chinese culture has been fixed.
|
|
@@ -1777,7 +1784,7 @@
|
|
|
1777
1784
|
|
|
1778
1785
|
- `#287282` - Provided support to change viewType of Gantt dynamically.
|
|
1779
1786
|
|
|
1780
|
-
#### Bug
|
|
1787
|
+
#### Bug fixes
|
|
1781
1788
|
|
|
1782
1789
|
- `#285626` - Console error while rendering multiple Gantt has been fixed.
|
|
1783
1790
|
- `#285749` - Issue on parent progress calculation while delete child record has been fixed.
|
|
@@ -1788,7 +1795,7 @@
|
|
|
1788
1795
|
|
|
1789
1796
|
### GanttChart
|
|
1790
1797
|
|
|
1791
|
-
#### Bug
|
|
1798
|
+
#### Bug fixes
|
|
1792
1799
|
|
|
1793
1800
|
- `#284995` - Issue in predecessor lines of exported pdf document has been fixed.
|
|
1794
1801
|
- `#284995` - Content overflow issue in exported pdf document has been fixed.
|
|
@@ -1802,7 +1809,7 @@
|
|
|
1802
1809
|
|
|
1803
1810
|
### GanttChart
|
|
1804
1811
|
|
|
1805
|
-
#### Bug
|
|
1812
|
+
#### Bug fixes
|
|
1806
1813
|
|
|
1807
1814
|
- `#276968` - Column misalignment issue after editing has been fixed.
|
|
1808
1815
|
- `F155689` - Issue on expanding records while mapping expand status of record has been fixed.
|
|
@@ -1811,7 +1818,7 @@
|
|
|
1811
1818
|
|
|
1812
1819
|
### GanttChart
|
|
1813
1820
|
|
|
1814
|
-
#### Bug
|
|
1821
|
+
#### Bug fixes
|
|
1815
1822
|
|
|
1816
1823
|
- `#278235` - Parent Id is not updated properly on row drag and drop action issue gets resolved.
|
|
1817
1824
|
- `F155766` - PDF export document Gantt timeline issue after zooming has been resolved.
|
|
@@ -1834,7 +1841,7 @@
|
|
|
1834
1841
|
|
|
1835
1842
|
### GanttChart
|
|
1836
1843
|
|
|
1837
|
-
#### Bug
|
|
1844
|
+
#### Bug fixes
|
|
1838
1845
|
|
|
1839
1846
|
- `#281103`- Taskbar not rendered properly while cancel the new child record by context menu action has been fixed.
|
|
1840
1847
|
- `#281247`- Parent id is not updated on add a child record by context menu has been fixed.
|
|
@@ -1861,7 +1868,7 @@
|
|
|
1861
1868
|
|
|
1862
1869
|
### GanttChart
|
|
1863
1870
|
|
|
1864
|
-
#### Bug
|
|
1871
|
+
#### Bug fixes
|
|
1865
1872
|
|
|
1866
1873
|
- `#278176` - Zoom in or zoom out toolbar button disabled after zoom to fit action was fixed.
|
|
1867
1874
|
- `#278238` - Action begin event not triggered on finish to finish predecessor was fixed.
|
|
@@ -1874,7 +1881,7 @@
|
|
|
1874
1881
|
|
|
1875
1882
|
### GanttChart
|
|
1876
1883
|
|
|
1877
|
-
#### Bug
|
|
1884
|
+
#### Bug fixes
|
|
1878
1885
|
|
|
1879
1886
|
- `#277029` - Update value not display on edit action issue has been fixed.
|
|
1880
1887
|
- `#276942` - Issue while passing additional parameter to the server side on CRUD operation has been fixed.
|
|
@@ -1883,7 +1890,7 @@
|
|
|
1883
1890
|
|
|
1884
1891
|
### GanttChart
|
|
1885
1892
|
|
|
1886
|
-
#### Bug
|
|
1893
|
+
#### Bug fixes
|
|
1887
1894
|
|
|
1888
1895
|
- `#39566` - Issue when remove event markers dynamically has been resolved.
|
|
1889
1896
|
- `F154261`,`#276047` - Issue while adding new record with empty data on load time gets resolved.
|
|
@@ -1903,7 +1910,7 @@
|
|
|
1903
1910
|
|
|
1904
1911
|
### GanttChart
|
|
1905
1912
|
|
|
1906
|
-
#### Bug
|
|
1913
|
+
#### Bug fixes
|
|
1907
1914
|
|
|
1908
1915
|
- `#268349` - Issue on maintaining duration data type gets resolved.
|
|
1909
1916
|
- Column filter menu displayed in wrong place has been fixed.
|
|
@@ -1920,7 +1927,7 @@
|
|
|
1920
1927
|
|
|
1921
1928
|
### GanttChart
|
|
1922
1929
|
|
|
1923
|
-
#### Bug
|
|
1930
|
+
#### Bug fixes
|
|
1924
1931
|
|
|
1925
1932
|
- `#273422` - Date mismatch for parent and child record gets resolved.
|
|
1926
1933
|
|
|
@@ -1928,7 +1935,7 @@
|
|
|
1928
1935
|
|
|
1929
1936
|
### GanttChart
|
|
1930
1937
|
|
|
1931
|
-
#### Bug
|
|
1938
|
+
#### Bug fixes
|
|
1932
1939
|
|
|
1933
1940
|
- `#273440` - Issue on updating end date value using cell edit gets resolved.
|
|
1934
1941
|
- `#273426` - Issue on validating parent start date on taskbar edit action gets resolved.
|
|
@@ -1938,7 +1945,7 @@
|
|
|
1938
1945
|
|
|
1939
1946
|
### GanttChart
|
|
1940
1947
|
|
|
1941
|
-
#### Bug
|
|
1948
|
+
#### Bug fixes
|
|
1942
1949
|
|
|
1943
1950
|
- `#268281` - Issue on adding dependency using dialog gets resolved.
|
|
1944
1951
|
|
|
@@ -1946,7 +1953,7 @@
|
|
|
1946
1953
|
|
|
1947
1954
|
### GanttChart
|
|
1948
1955
|
|
|
1949
|
-
#### Bug
|
|
1956
|
+
#### Bug fixes
|
|
1950
1957
|
|
|
1951
1958
|
- `#270801` - Issue on end date calculations gets resolved.
|
|
1952
1959
|
- `#270563` - Console error throws while taskbar resizing with use of taskbar template has been fixed.
|
|
@@ -1962,7 +1969,7 @@
|
|
|
1962
1969
|
|
|
1963
1970
|
- `#269693, #269694` - Provided accessibility support for column header and filter.
|
|
1964
1971
|
|
|
1965
|
-
#### Bug
|
|
1972
|
+
#### Bug fixes
|
|
1966
1973
|
|
|
1967
1974
|
- `#270384` - Prevented event markers, indicators, holidays, baseline consideration for timeline while doing zoom to fit action.
|
|
1968
1975
|
|
|
@@ -1970,7 +1977,7 @@
|
|
|
1970
1977
|
|
|
1971
1978
|
### GanttChart
|
|
1972
1979
|
|
|
1973
|
-
#### Bug
|
|
1980
|
+
#### Bug fixes
|
|
1974
1981
|
|
|
1975
1982
|
- `#264099` - Console error on tab key press has been fixed.
|
|
1976
1983
|
- `#269692`,`#269690` - Issue on focussing to the next element has been fixed.
|
|
@@ -1987,7 +1994,7 @@
|
|
|
1987
1994
|
- `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.
|
|
1988
1995
|
- `#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.
|
|
1989
1996
|
|
|
1990
|
-
#### Bug
|
|
1997
|
+
#### Bug fixes
|
|
1991
1998
|
|
|
1992
1999
|
- `#263236` - Issue on multi-level dragged parent dropped into last index has been fixed.
|
|
1993
2000
|
- `#264099` - Issue in tab key action in edited state is fixed.
|
|
@@ -2004,7 +2011,7 @@
|
|
|
2004
2011
|
- `F149069` - Provided support to render parent as milestone.
|
|
2005
2012
|
- `#257320` - Provided support for 'zoom to fit' based on visible tasks alone.
|
|
2006
2013
|
|
|
2007
|
-
#### Bug
|
|
2014
|
+
#### Bug fixes
|
|
2008
2015
|
|
|
2009
2016
|
- `F150408` - Baseline tooltip not rendered for milestone tasks has been fixed.
|
|
2010
2017
|
- `#260944` - Issue in preventing taskbar editing has been fixed.
|
|
@@ -2015,7 +2022,7 @@
|
|
|
2015
2022
|
|
|
2016
2023
|
### GanttChart
|
|
2017
2024
|
|
|
2018
|
-
#### Bug
|
|
2025
|
+
#### Bug fixes
|
|
2019
2026
|
|
|
2020
2027
|
- `#260331` - Typescript declaration issue fixed.
|
|
2021
2028
|
|
|
@@ -2031,7 +2038,7 @@
|
|
|
2031
2038
|
|
|
2032
2039
|
### GanttChart
|
|
2033
2040
|
|
|
2034
|
-
#### Bug
|
|
2041
|
+
#### Bug fixes
|
|
2035
2042
|
|
|
2036
2043
|
- `F149551` - Handled empty value while editing the numeric edit type field.
|
|
2037
2044
|
|
|
@@ -2039,7 +2046,7 @@
|
|
|
2039
2046
|
|
|
2040
2047
|
### GanttChart
|
|
2041
2048
|
|
|
2042
|
-
#### Bug
|
|
2049
|
+
#### Bug fixes
|
|
2043
2050
|
|
|
2044
2051
|
- `F147793` - Context menu not closing issue while scrolling on the Gantt element has been fixed.
|
|
2045
2052
|
|
|
@@ -2060,7 +2067,7 @@
|
|
|
2060
2067
|
|
|
2061
2068
|
### GanttChart
|
|
2062
2069
|
|
|
2063
|
-
#### Bug
|
|
2070
|
+
#### Bug fixes
|
|
2064
2071
|
|
|
2065
2072
|
- `#253076` - Accessibility issues in Gantt has been fixed.
|
|
2066
2073
|
|
|
@@ -2068,7 +2075,7 @@
|
|
|
2068
2075
|
|
|
2069
2076
|
### GanttChart
|
|
2070
2077
|
|
|
2071
|
-
#### Bug
|
|
2078
|
+
#### Bug fixes
|
|
2072
2079
|
|
|
2073
2080
|
- `F149069` - Parent taskbar alignment issue while rendering with single milestone child record has been fixed.
|
|
2074
2081
|
- `F149070` - Key navigation disable issue on Tree Grid section has been fixed.
|
|
@@ -2078,7 +2085,7 @@
|
|
|
2078
2085
|
|
|
2079
2086
|
### GanttChart
|
|
2080
2087
|
|
|
2081
|
-
#### Bug
|
|
2088
|
+
#### Bug fixes
|
|
2082
2089
|
|
|
2083
2090
|
- `#253912` - Parent taskbar disappearance issue while deleting all its child records has been fixed.
|
|
2084
2091
|
|
|
@@ -2086,7 +2093,7 @@
|
|
|
2086
2093
|
|
|
2087
2094
|
### GanttChart
|
|
2088
2095
|
|
|
2089
|
-
#### Bug
|
|
2096
|
+
#### Bug fixes
|
|
2090
2097
|
|
|
2091
2098
|
- `249581` - Browser hangs issue while change schedule mode to year has been fixed.
|
|
2092
2099
|
- `252195` - Issue on forEach method iteration in IE11 has been fixed.
|
|
@@ -2095,7 +2102,7 @@
|
|
|
2095
2102
|
|
|
2096
2103
|
### GanttChart
|
|
2097
2104
|
|
|
2098
|
-
#### Bug
|
|
2105
|
+
#### Bug fixes
|
|
2099
2106
|
|
|
2100
2107
|
- `F147755` - Chart part disappearing issue when splitter position value greater than control width has been fixed.
|
|
2101
2108
|
|
|
@@ -2103,7 +2110,7 @@
|
|
|
2103
2110
|
|
|
2104
2111
|
### GanttChart
|
|
2105
2112
|
|
|
2106
|
-
#### Bug
|
|
2113
|
+
#### Bug fixes
|
|
2107
2114
|
|
|
2108
2115
|
- `#245866` - Alignment issue with `height` property value as `auto` has been fixed.
|
|
2109
2116
|
- `F145725` - Issue with cell editing on newly added record has been fixed.
|
|
@@ -2125,7 +2132,7 @@
|
|
|
2125
2132
|
|
|
2126
2133
|
### GanttChart
|
|
2127
2134
|
|
|
2128
|
-
#### Bug
|
|
2135
|
+
#### Bug fixes
|
|
2129
2136
|
|
|
2130
2137
|
- `F145733` - Alignment issue with header and rows on splitter resizing has been fixed.
|
|
2131
2138
|
- `F146641` - Issue with indicators tooltip support has been fixed.
|
|
@@ -2136,7 +2143,7 @@
|
|
|
2136
2143
|
|
|
2137
2144
|
### GanttChart
|
|
2138
2145
|
|
|
2139
|
-
#### Bug
|
|
2146
|
+
#### Bug fixes
|
|
2140
2147
|
|
|
2141
2148
|
- `#243770` - Issue in date picker with custom format has been fixed.
|
|
2142
2149
|
- `#243238` - Included current edited data in `actionComplete` event arguments.
|
|
@@ -2147,7 +2154,7 @@
|
|
|
2147
2154
|
|
|
2148
2155
|
### GanttChart
|
|
2149
2156
|
|
|
2150
|
-
#### Bug
|
|
2157
|
+
#### Bug fixes
|
|
2151
2158
|
|
|
2152
2159
|
- #F145936 - Custom column values not updated in data source on Editing has been fixed.
|
|
2153
2160
|
- Lexical declaration issues in es2015 has been fixed.
|
|
@@ -2158,7 +2165,7 @@
|
|
|
2158
2165
|
|
|
2159
2166
|
### GanttChart
|
|
2160
2167
|
|
|
2161
|
-
#### Bug
|
|
2168
|
+
#### Bug fixes
|
|
2162
2169
|
|
|
2163
2170
|
- #241781 - Gantt task-data property missing in template data issue has been fixed.
|
|
2164
2171
|
|
|
@@ -2166,7 +2173,7 @@
|
|
|
2166
2173
|
|
|
2167
2174
|
### GanttChart
|
|
2168
2175
|
|
|
2169
|
-
#### Bug
|
|
2176
|
+
#### Bug fixes
|
|
2170
2177
|
|
|
2171
2178
|
- #238228 - Issue while rendering tooltip with smaller duration has been fixed.
|
|
2172
2179
|
|
|
@@ -2180,7 +2187,7 @@
|
|
|
2180
2187
|
|
|
2181
2188
|
### GanttChart
|
|
2182
2189
|
|
|
2183
|
-
#### Bug
|
|
2190
|
+
#### Bug fixes
|
|
2184
2191
|
|
|
2185
2192
|
- #F144145 - Task Id duplication issue while adding new record has been fixed.
|
|
2186
2193
|
|
|
@@ -2188,7 +2195,7 @@
|
|
|
2188
2195
|
|
|
2189
2196
|
### GanttChart
|
|
2190
2197
|
|
|
2191
|
-
#### Bug
|
|
2198
|
+
#### Bug fixes
|
|
2192
2199
|
|
|
2193
2200
|
- #233041 - Alignment issue with timeline and vertical lines has been fixed.
|
|
2194
2201
|
|
|
@@ -2200,7 +2207,7 @@
|
|
|
2200
2207
|
|
|
2201
2208
|
### GanttChart
|
|
2202
2209
|
|
|
2203
|
-
#### Bug
|
|
2210
|
+
#### Bug fixes
|
|
2204
2211
|
|
|
2205
2212
|
- Bug fixes included.
|
|
2206
2213
|
|
|
@@ -2208,9 +2215,9 @@
|
|
|
2208
2215
|
|
|
2209
2216
|
### GanttChart
|
|
2210
2217
|
|
|
2211
|
-
#### Bug
|
|
2218
|
+
#### Bug fixes
|
|
2212
2219
|
|
|
2213
|
-
- Internal
|
|
2220
|
+
- Internal Bug fixes included.
|
|
2214
2221
|
|
|
2215
2222
|
## 17.1.32-beta (2019-03-13)
|
|
2216
2223
|
|
|
@@ -2234,7 +2241,7 @@
|
|
|
2234
2241
|
|
|
2235
2242
|
### GanttChart
|
|
2236
2243
|
|
|
2237
|
-
#### Bug
|
|
2244
|
+
#### Bug fixes
|
|
2238
2245
|
|
|
2239
2246
|
- `#I469289` - Fit to project is not working properly issue has been fixed.
|
|
2240
2247
|
- `#I474676` - Fit to project display wrong timeline issue has been fixed.
|