@syncfusion/ej2-vue-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 CHANGED
@@ -4,20 +4,58 @@
4
4
 
5
5
  ### GanttChart
6
6
 
7
- #### Bug Fixes
8
-
9
- - `#I557001` - Console error in dependency connection after row drag action issue has been fixed.
10
- - `#I556547` - top and bottom tier shows null when using custom zooming levels.
11
- - `#I552622` - The enable immutable enabled sample expand icon hide when record add issue has been fixed.
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.
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
 
26
+ - `#I562492` - `actionBegin` arguments miss the last record while dragging issue has been fixed.
27
+
28
+ ## 25.1.35 (2024-03-15)
29
+
30
+ ### GanttChart
31
+
32
+ #### Bug fixes
33
+
34
+ - `#F186965` - When we use `RTL` mode splitter settings functionality remains as in normal mode issue has been fixed.
35
+ - `#I561396` - When `hasChildMapping` is enabled `addParams` not working issue has been fixed.
36
+ - `#I546767` - Split taskbar template not working properly with multiple levels.
37
+
38
+ - `#I546767` - Split taskbar template not working properly with multiple levels.
39
+
40
+ #### Features
41
+
42
+ - `#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).
43
+ - `#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).
44
+ - `#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).
45
+
46
+ - `#I468621`,`#I504565`,`#I518180`, `#I523106`,`#I558459` - Provided undo redo support for the actions such as `Edit`, `Add`, `Delete`, `Sorting`, `ColumnReorder`, `ColumnResize`, `Search`, `Filtering`, `ZoomIn`, `ZoomOut`, `ZoomToFit`, `ColumnState`, `Indent`, `Outdent`, `RowDragAndDrop`, `TaskbarDragAndDrop`, `PreviousTimeSpan` and `NextTimeSpan` in Gantt Chart. Please find the demo link [here](https://ej2.syncfusion.com/vue/demos/#/material3/gantt/undo-redo.html).
47
+ - `#I364692` - Provided support for taskbars, task labels, and header templates in the Gantt Chart's PDF Export feature. Please find the documentation link [here](https://ej2.syncfusion.com/vue/documentation/gantt/pdf-export/pdf-export#exporting-with-templates).
48
+ - `#I522246`,`#I527511`,`#I562591`- Provided [`additionalParams`](https://ej2.syncfusion.com/vue/documentation/api/gantt/addDialogFieldSettingsModel/#additionalParams) API support to customize the Grid and RTE in edit/add dialog. Please find more information [here](https://ej2.syncfusion.com/vue/documentation/gantt/managing-tasks/managing-tasks#customize-tab-elements).
49
+
50
+ #### Breaking Changes
51
+
52
+ - 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`.
53
+
16
54
  ## 24.2.8 (2024-02-27)
17
55
 
18
56
  ### GanttChart
19
57
 
20
- #### Bug Fixes
58
+ #### Bug fixes
21
59
 
22
60
  - `#I555169` - The scrollbar into view taskbar not working properly issue has been fixed.
23
61
  - `#I556229` - Splitter View is not updating properly while using `setSplitterPosition` issue has been fixed.
@@ -37,7 +75,7 @@
37
75
 
38
76
  ### GanttChart
39
77
 
40
- #### Bug Fixes
78
+ #### Bug fixes
41
79
 
42
80
  - `#I548671` - Dependency not working when id is alpha numeric issue has been fixed.
43
81
  - `#I552756` - A console error occurs when hovering over the Column menu options issue has been fixed.
@@ -48,7 +86,7 @@
48
86
 
49
87
  ### GanttChart
50
88
 
51
- #### Bug Fixes
89
+ #### Bug fixes
52
90
 
53
91
  - `#I544540` - Offset value not calculated properly issue has been fixed.
54
92
  - `#I552745` - Pressing enter key in dialog refresh the Gantt issue has been fixed.
@@ -59,7 +97,7 @@
59
97
 
60
98
  ### GanttChart
61
99
 
62
- #### Bug Fixes
100
+ #### Bug fixes
63
101
 
64
102
  - `#I550406` - Task type property does not update properly by mapping work field issue has been fixed.
65
103
  - `#I542029` - Unable to render full lengthy text in pdf export issue has been fixed.
@@ -70,7 +108,7 @@
70
108
 
71
109
  ### GanttChart
72
110
 
73
- #### Bug Fixes
111
+ #### Bug fixes
74
112
 
75
113
  - `#I540355` - RTE create column not working in dialog box issue has been fixed.
76
114
  - `#I543351` - The taskbar render validation not working properly issue has been fixed.
@@ -79,7 +117,7 @@
79
117
 
80
118
  ### GanttChart
81
119
 
82
- #### Bug Fixes
120
+ #### Bug fixes
83
121
 
84
122
  - `#I540518` - Can't able to drag and drop to the new resource issue has been fixed.
85
123
  - `#I185970` - Dynamic template updating in columns does not render issue has been fixed.
@@ -91,7 +129,7 @@
91
129
 
92
130
  ### GanttChart
93
131
 
94
- #### Bug Fixes
132
+ #### Bug fixes
95
133
 
96
134
  - `#I533229` - Server call is triggered twice issue has been fixed.
97
135
  - `#I531670` - When adding a record by method before saving, if the task ID is changed after taskbar hover exception thrown issue has been fixed.
@@ -102,7 +140,7 @@
102
140
 
103
141
  ### GanttChart
104
142
 
105
- #### Bug Fixes
143
+ #### Bug fixes
106
144
 
107
145
  - `#I530808` - Progress width not rendered properly in split tasks issue has been fixed.
108
146
  - `#F185683` - Resources are not updating properly in `actionBegin`event issue has been fixed.
@@ -116,7 +154,7 @@
116
154
 
117
155
  ### GanttChart
118
156
 
119
- #### Bug Fixes
157
+ #### Bug fixes
120
158
 
121
159
  `#I531670` - When adding record by method before saving, if the task ID is changed after taskbar hover exception thrown issue has been fixed.
122
160
 
@@ -130,7 +168,7 @@
130
168
 
131
169
  ### GanttChart
132
170
 
133
- #### Bug Fixes
171
+ #### Bug fixes
134
172
 
135
173
  - `#I520118` - Console error occurs other than self reference data issue has been fixed.
136
174
  - `#I515425` - Issue with observable data binding in Gantt chart issue has been fixed.
@@ -142,7 +180,7 @@
142
180
 
143
181
  ### GanttChart
144
182
 
145
- #### Bug Fixes
183
+ #### Bug fixes
146
184
 
147
185
  - `#I517359` - Columns does not update while changing columns value by Gantt instance issue has been fixed.
148
186
  - `#I514463` - PDF exported with blank pages and dislocated connected lines issue has been fixed.
@@ -155,13 +193,13 @@
155
193
  - `#I513332` - Excel filter only takes one character at a time issue has been fixed.
156
194
  - `#I517515` - Custom toolbar template not renders after toolbar click action in Gantt issue has been fixed.
157
195
 
158
- #### Bug Fixes
196
+ #### Bug fixes
159
197
 
160
198
  ## 23.1.43 (2023-10-31)
161
199
 
162
200
  ### GanttChart
163
201
 
164
- #### Bug Fixes
202
+ #### Bug fixes
165
203
 
166
204
  - `#I493515` - Console error throw while Expand and collapse the parent taskbar issue has been fixed.
167
205
  - `#I513655` - Filter menu close as soon as the mouse is up issue has been fixed.
@@ -170,7 +208,7 @@
170
208
 
171
209
  ### GanttChart
172
210
 
173
- #### Bug Fixes
211
+ #### Bug fixes
174
212
 
175
213
  - `#I508297` - Progress tooltip is misaligned after editing issue has been fixed.
176
214
  - `#I509023` - Duration changes to zero while giving input as decimal in remote data issue has been fixed.
@@ -182,7 +220,7 @@
182
220
 
183
221
  ### GanttChart
184
222
 
185
- #### Bug Fixes
223
+ #### Bug fixes
186
224
 
187
225
  - `#I494495` - Script error occurs when trying to edit after sorting in presence of validation message issue has been fixed.
188
226
  - `#I508721` - Baseline date does not render properly for milestone task issue has been fixed.
@@ -192,7 +230,7 @@
192
230
 
193
231
  ### GanttChart
194
232
 
195
- #### Bug Fixes
233
+ #### Bug fixes
196
234
 
197
235
  - `#I502041` - Error throw while adding the record issue has been fixed.
198
236
  - `#I493515` - Style is not applied to the second segment issue has been fixed.
@@ -201,7 +239,7 @@
201
239
 
202
240
  ### GanttChart
203
241
 
204
- #### Bug Fixes
242
+ #### Bug fixes
205
243
 
206
244
  - `#I479961` - Milestone baseline moves along with the milestone issue has been fixed.
207
245
  - `#I501391` - Misalignment in tooltip when connecting predecessor.
@@ -230,7 +268,7 @@
230
268
  - Provided support to export the Gantt component where each rows are auto-fit to the PDF document page width. Please find the demo link [here](https://ej2.syncfusion.com/vue/demos/#/material3/gantt/exporting.html).
231
269
  - Provided touch interaction support for taskbar resizing, dragging, predecessor connectivity in Gantt chart.
232
270
 
233
- #### Bug Fixes
271
+ #### Bug fixes
234
272
 
235
273
  - `#I492654` - When empty data source pdf export exception thrown issue has been fixed.
236
274
  - `#I479578` - Milestone parent is not appearing issue has been fixed.
@@ -239,7 +277,7 @@
239
277
 
240
278
  ### GanttChart
241
279
 
242
- #### Bug Fixes
280
+ #### Bug fixes
243
281
 
244
282
  - `#I488557` - The project dates are not modified after changing the timeline.
245
283
  - `#I472635` - When pressing the insert key `newRowPosition` bottom row is not highlighted.
@@ -253,7 +291,7 @@
253
291
 
254
292
  ### GanttChart
255
293
 
256
- #### Bug Fixes
294
+ #### Bug fixes
257
295
 
258
296
  - `#I485527` - Filter menu opening issue in column menu has been fixed.
259
297
  - `#I491313` - Multiple records were selected after using the context menu, adding the milestone position wrong issue has been fixed.
@@ -264,7 +302,7 @@
264
302
 
265
303
  ### GanttChart
266
304
 
267
- #### Bug Fixes
305
+ #### Bug fixes
268
306
 
269
307
  - `#I486977` - Zoom To Fit issue when we resize browser window has been fixed.
270
308
  - `#I484086` - Other instance of the taskbar not moved in the resource view issue has been fixed.
@@ -274,7 +312,7 @@
274
312
 
275
313
  ### GanttChart
276
314
 
277
- #### Bug Fixes
315
+ #### Bug fixes
278
316
 
279
317
  - `#I485657` - Misalignment happened in timeline while exporting `PDF` in Gantt has been fixed.
280
318
  - `#I485398` - console error occurs while using segment data issue has been fixed.
@@ -287,7 +325,7 @@
287
325
 
288
326
  ### GanttChart
289
327
 
290
- #### Bug Fixes
328
+ #### Bug fixes
291
329
 
292
330
  - `#I485907` - When multiple records are selected after using the context menu to delete, it is not working issue has been fixed.
293
331
  - `#I483579` - Splitter resize issue when we resize browser window issue has been fixed.
@@ -298,7 +336,7 @@
298
336
 
299
337
  ### GanttChart
300
338
 
301
- #### Bug Fixes
339
+ #### Bug fixes
302
340
 
303
341
  - `#I479591` - Critical path is not working properly when the baseline is changed dynamically issue has been fixed.
304
342
  - `#F182867` - Edit parameters not working in date columns issue has been fixed.
@@ -318,7 +356,7 @@
318
356
 
319
357
  ### GanttChart
320
358
 
321
- #### Bug Fixes
359
+ #### Bug fixes
322
360
 
323
361
  -`#I472635`-Using insert key highlights top row has been fixed.
324
362
 
@@ -331,7 +369,7 @@
331
369
 
332
370
  ### GanttChart
333
371
 
334
- #### Bug Fixes
372
+ #### Bug fixes
335
373
 
336
374
  - `#I45187` - Border is changed to outline in CSS issue has been fixed.
337
375
 
@@ -339,7 +377,7 @@
339
377
 
340
378
  ### GanttChart
341
379
 
342
- #### Bug Fixes
380
+ #### Bug fixes
343
381
 
344
382
  - `#I474676` - Fit to project display wrong timeline issue has been fixed.
345
383
  - `#I472975` - Manual task predecessor not properly fetching updated offset issue has been fixed.
@@ -353,7 +391,7 @@
353
391
 
354
392
  ### GanttChart
355
393
 
356
- #### Bug Fixes
394
+ #### Bug fixes
357
395
 
358
396
  - `#I471925` - Cannot see a Dragged Task after Zoom In issue has been fixed.
359
397
  - `#I473517` - Incorrect taskbar render when unit is given in hour issue has been fixed.
@@ -364,7 +402,7 @@
364
402
 
365
403
  ### GanttChart
366
404
 
367
- #### Bug Fixes
405
+ #### Bug fixes
368
406
 
369
407
  - `#I473901` - Baseline converted to milestone when task gets converted into milestone issue has been fixed.
370
408
  - `#I471926` - Console error occurs in critical path when data source is empty issue has been fixed.
@@ -392,7 +430,7 @@
392
430
 
393
431
  ### GanttChart
394
432
 
395
- #### Bug Fixes
433
+ #### Bug fixes
396
434
 
397
435
  - `#I459187` - Newly added record missed at the bottom in virtual scroll issue has been fixed.
398
436
  - `#I469401` - Resource names gets duplicated in right label issue has been fixed.
@@ -405,7 +443,7 @@
405
443
 
406
444
  ### GanttChart
407
445
 
408
- #### Bug Fixes
446
+ #### Bug fixes
409
447
 
410
448
  - `#I467744` - Provided support for virtual scroll in resource view multitask bar.
411
449
  - `#I464831` - Incorrect render of segments when we give end date while declaring segment in data source issue has been fixed.
@@ -425,7 +463,7 @@
425
463
 
426
464
  ### GanttChart
427
465
 
428
- #### Bug Fixes
466
+ #### Bug fixes
429
467
 
430
468
  - `#I461738` - Updating custom column change the end date issue has been fixed
431
469
  - `#I461564` - Editing cell followed by context menu does not work issue has been fixed
@@ -443,7 +481,7 @@
443
481
 
444
482
  ### GanttChart
445
483
 
446
- #### Bug Fixes
484
+ #### Bug fixes
447
485
 
448
486
  - `#I461435` - Adding and deleting record rapidly while displaying tooltip cause error has been fixed.
449
487
  - `#I461087` - Offset value getting modified incorrectly issue has been fixed.
@@ -453,7 +491,7 @@
453
491
 
454
492
  ### GanttChart
455
493
 
456
- #### Bug Fixes
494
+ #### Bug fixes
457
495
 
458
496
  - `#I461778` - Misalignment in rows on Tree Grid and Gantt in virtual scroll issue has been fixed
459
497
  - `#I181309` - splitter position not updating after resize issue has been fixed.
@@ -466,7 +504,7 @@
466
504
 
467
505
  ### GanttChart
468
506
 
469
- #### Bug Fixes
507
+ #### Bug fixes
470
508
 
471
509
  - `#I457032` - Task label not rendered properly when we render as template issue has been fixed.
472
510
  - `#I457212` - Timeline renders different in `Firefox` and `Chrome` issue has been fixed.
@@ -478,7 +516,7 @@
478
516
 
479
517
  ### GanttChart
480
518
 
481
- #### Bug Fixes
519
+ #### Bug fixes
482
520
 
483
521
  - `#I441205` - Two spinner appears while performing action issue has been fixed.
484
522
  - `#I451257` - No proper template for manual milestone parent.
@@ -488,7 +526,7 @@
488
526
 
489
527
  ### GanttChart
490
528
 
491
- #### Bug Fixes
529
+ #### Bug fixes
492
530
 
493
531
  - `#I453787` - Duration not calculated properly in hour duration unit issue has been fixed.
494
532
  - `#I453745` - Modified records in `actionBegin` event has invalid records issue has been fixed.
@@ -502,7 +540,7 @@
502
540
 
503
541
  ### GanttChart
504
542
 
505
- #### Bug Fixes
543
+ #### Bug fixes
506
544
 
507
545
  - `#I451243` - Unable to set zooming levels through `zoomingLevels` property issue has been fixed.
508
546
  - `#I447704` - Timeline tier is not changing dynamically issue has been fixed.
@@ -514,7 +552,7 @@
514
552
 
515
553
  ### GanttChart
516
554
 
517
- #### Bug Fixes
555
+ #### Bug fixes
518
556
 
519
557
  - `#I432146` - Script error occurs while changing data source and resource simultaneously issue has been fixed.
520
558
  - -`I441276`- Outdent task is not in correct index of modified records in `actionComplete` event issue has been fixed.
@@ -546,7 +584,7 @@
546
584
 
547
585
  ### GanttChart
548
586
 
549
- #### Bug Fixes
587
+ #### Bug fixes
550
588
 
551
589
  -`I442012`- Pdf export padding property for column header is not working properly issue has been fixed.
552
590
  -`F180721`- Script error occurs when critical path is enabled in virtualization mode issue has been fixed.
@@ -560,7 +598,7 @@
560
598
 
561
599
  ### GanttChart
562
600
 
563
- #### Bug Fixes
601
+ #### Bug fixes
564
602
 
565
603
  -`I413261`- Validate predecessor link on editing issue has been fixed.
566
604
  -`I441394`- Gantt Column name doesn't change respect to changing of culture at runtime issue has been fixed.
@@ -574,7 +612,7 @@
574
612
 
575
613
  ### GanttChart
576
614
 
577
- #### Bug Fixes
615
+ #### Bug fixes
578
616
 
579
617
  -`I435386`- Column template not working in `Vue` platform issue has been fixed.
580
618
  -`I426170`- Incorrect Start Date Update for Unscheduled Task When Editing Parent Start Date.
@@ -591,7 +629,7 @@
591
629
 
592
630
  ### GanttChart
593
631
 
594
- #### Bug Fixes
632
+ #### Bug fixes
595
633
 
596
634
  -`I432910`- Export Issue with Predecessor Connectivity for Filtered Data.
597
635
  -`#I434098`- Script error occurs when updating resources dynamically without child mapping.
@@ -601,7 +639,7 @@
601
639
 
602
640
  ### GanttChart
603
641
 
604
- #### Bug Fixes
642
+ #### Bug fixes
605
643
 
606
644
  - `#I431629`- A script error is thrown while performing tab navigation on the last row.
607
645
 
@@ -609,7 +647,7 @@
609
647
 
610
648
  ### GanttChart
611
649
 
612
- #### Bug Fixes
650
+ #### Bug fixes
613
651
 
614
652
  - `#I429875` - Console error while using self-referential data issue has been fixed.
615
653
  - `#I428914` - Duration value is not maintained when using `valueAccessor` issue has been fixed.
@@ -619,7 +657,7 @@
619
657
 
620
658
  ### GanttChart
621
659
 
622
- #### Bug Fixes
660
+ #### Bug fixes
623
661
 
624
662
  - `#I427837` - Baseline renders with incorrect date in difference timezone issue has been fixed.
625
663
  - `#I430365` - Child tasks not updated after updating parent task predecessor has been fixed.
@@ -629,7 +667,7 @@
629
667
 
630
668
  ### GanttChart
631
669
 
632
- #### Bug Fixes
670
+ #### Bug fixes
633
671
 
634
672
  - `#I426170` - Incorrect request type in zooming action has been fixed.
635
673
  - `#FB39646` - Incorrect index value during row drag and drop has been fixed.
@@ -638,7 +676,7 @@
638
676
 
639
677
  ### GanttChart
640
678
 
641
- #### Bug Fixes
679
+ #### Bug fixes
642
680
 
643
681
  - `#I421870`- Record does not update properly when its modified in `actionBegin` event issue has been fixed.
644
682
  - `#I420414` - Row height issue in task mode has been fixed.
@@ -647,7 +685,7 @@
647
685
 
648
686
  ### GanttChart
649
687
 
650
- #### Bug Fixes
688
+ #### Bug fixes
651
689
 
652
690
  - `#I420702` - Persistence settings prevent changing the timeline settings issue has been fixed.
653
691
  - `#I422731` - Issue when predecessor is given for unscheduled parent issue has been fixed.
@@ -671,7 +709,7 @@
671
709
  - `#I237939`,`#I255626`,`#I398597` - Provided `RTL` support in Gantt chart. Please find the documentation link [here](https://ej2.syncfusion.com/vue/documentation/gantt/global-local/#right-to-left-rtl)
672
710
  - Provided `Shimmer` support in Gantt chart. Please find the demo link [here](https://ej2.syncfusion.com/vue/demos/#/bootstrap5/gantt/loading-animation).
673
711
 
674
- #### Bug Fixes
712
+ #### Bug fixes
675
713
 
676
714
  - `#I417035` - Expand Collapse not working properly after cell editing issue has been fixed.
677
715
  - `#I421663` - The baseline end date has not been properly validated issue has been fixed.
@@ -680,7 +718,7 @@
680
718
 
681
719
  ### GanttChart
682
720
 
683
- #### Bug Fixes
721
+ #### Bug fixes
684
722
 
685
723
  - `#I420414` - Unable to disable edit dialog fields in general tab issue has been fixed.
686
724
  - `#I420280` - The `actionBegin` event receives more records as modified data when a task is resized issue has been fixed.
@@ -694,7 +732,7 @@
694
732
 
695
733
  ### GanttChart
696
734
 
697
- #### Bug Fixes
735
+ #### Bug fixes
698
736
 
699
737
  - `#I413261` - Dependency values for the parent task are not properly updated issue has been fixed.
700
738
  - `#I419062` - Edit type issue when datasource is undefined issue has been fixed.
@@ -707,7 +745,7 @@
707
745
 
708
746
  ### GanttChart
709
747
 
710
- #### Bug Fixes
748
+ #### Bug fixes
711
749
 
712
750
  - `#I416610` - Able to scroll vertically when virtual scrolling enabled without scrollable records issue has been fixed.
713
751
  - `#I417049` - Adding duration to an unscheduled task affects the project start date.
@@ -718,7 +756,7 @@
718
756
 
719
757
  ### GanttChart
720
758
 
721
- #### Bug Fixes
759
+ #### Bug fixes
722
760
 
723
761
  - `#I413261` - Dependency values for the parent task are not properly updated issue has been fixed.
724
762
  - `#I410200` - Timeline headers disappears when timeline changes dynamically.
@@ -732,7 +770,7 @@
732
770
 
733
771
  ### GanttChart
734
772
 
735
- #### Bug Fixes
773
+ #### Bug fixes
736
774
 
737
775
  - `#I414182` - Datasource Property not updated properly after row drag and drop issue has been fixed.
738
776
  - `#I413625` - Current view data not updated properly when dynamically change the view type issue has been fixed.
@@ -746,7 +784,7 @@
746
784
 
747
785
  ### GanttChart
748
786
 
749
- #### Bug Fixes
787
+ #### Bug fixes
750
788
 
751
789
  - `#I413261` - Dependency values for the parent task are not properly updated issue has been fixed.
752
790
  - `#I412821` - Row drag and drop is not working properly when Virtualization is enabled.
@@ -757,7 +795,7 @@
757
795
 
758
796
  ### GanttChart
759
797
 
760
- #### Bug Fixes
798
+ #### Bug fixes
761
799
 
762
800
  - `#I409097` - Deleting record when search text is selected issue has been fixed.
763
801
  - `#I404228` - Saving record even when in edited state issue has been fixed.
@@ -767,7 +805,7 @@
767
805
 
768
806
  ### GanttChart
769
807
 
770
- #### Bug Fixes
808
+ #### Bug fixes
771
809
 
772
810
  - `#I395003` - Gantt records disappear when scrolling up and down quickly issue has been fixed.
773
811
  - `#I407437` - Add new record in resource view without child mapping issue has been fixed.
@@ -779,7 +817,7 @@
779
817
 
780
818
  ### GanttChart
781
819
 
782
- #### Bug Fixes
820
+ #### Bug fixes
783
821
 
784
822
  - `#I408288` - Timeline rendering is incomplete when data is rebinded issue has been fixed.
785
823
  - `#I404228` - Issue in saving data in segment has been fixed.
@@ -809,7 +847,7 @@
809
847
  - `#I246769`, `#I316949`, `#I334501`, `#F159768`, `#F167576` - Provided support to define task id as string type for Gantt Chart. Please find the `API` link [here](https://ej2.syncfusion.com/vue/documentation/api/gantt/taskFields/#id).
810
848
  - `#FB36072` - Provided support for Critical Path with Multi Taskbar enabled.
811
849
 
812
- #### Bug Fixes
850
+ #### Bug fixes
813
851
 
814
852
  - `#F177237` - The `currentViewData` with dependencies were not exported correctly in `PDFExport` issue has been fixed.
815
853
  - `#I402913` - Checkbox selection must be completed with a single click issue has been fixed.
@@ -821,7 +859,7 @@
821
859
 
822
860
  ### GanttChart
823
861
 
824
- #### Bug Fixes
862
+ #### Bug fixes
825
863
 
826
864
  - `#I403222` - Console error occurs in resource view with enabled persistence issue has been fixed.
827
865
 
@@ -829,7 +867,7 @@
829
867
 
830
868
  ### GanttChart
831
869
 
832
- #### Bug Fixes
870
+ #### Bug fixes
833
871
 
834
872
  - `#F176984` - Timeline is extended when the splitter position is moved issue has been fixed.
835
873
  - `#I398394` - Row drag and drop not working properly on resource view sample issue has been fixed.
@@ -839,7 +877,7 @@
839
877
 
840
878
  ### GanttChart
841
879
 
842
- #### Bug Fixes
880
+ #### Bug fixes
843
881
 
844
882
  - `#I389542` - Filter records with hierarchy mode as both shows no record to display issue has been fixed.
845
883
 
@@ -847,7 +885,7 @@
847
885
 
848
886
  ### GanttChart
849
887
 
850
- #### Bug Fixes
888
+ #### Bug fixes
851
889
 
852
890
  - `#I394194` - Timeline changes when toggling critical path issue has been fixed.
853
891
  - `#I388575` - Gantt chart disappears when searching is performed with tasks in collapsed state with virtualization issue has been fixed.
@@ -863,7 +901,7 @@
863
901
 
864
902
  ### GanttChart
865
903
 
866
- #### Bug Fixes
904
+ #### Bug fixes
867
905
 
868
906
  - `#I393339` - Empty record is displayed after searching a text when using the refresh method issue has been fixed.
869
907
  - `#I392655` - Issue in deleting multiple tasks, when one task is collapsed issue has been fixed.
@@ -877,7 +915,7 @@
877
915
 
878
916
  ### GanttChart
879
917
 
880
- #### Bug Fixes
918
+ #### Bug fixes
881
919
 
882
920
  - `#I389834` - Records position not updated properly in datasource when we drag and drop the records issue has been fixed.
883
921
 
@@ -885,7 +923,7 @@
885
923
 
886
924
  ### GanttChart
887
925
 
888
- #### Bug Fixes
926
+ #### Bug fixes
889
927
 
890
928
  - `#I380929` - Baseline end date issue for milestone with same baseline start and end date has been fixed.
891
929
  - `#I385298` - Bottom Tier not partitioned properly when zoom to fit issue has been fixed.
@@ -903,7 +941,7 @@
903
941
  - `#I233407`, `#I258725`, `#I280586`, `#I291191`, `#I304599`, `#F160011`, `#I310340`, `#F163773`, `#I323187`, `#I323187`, `#I346348` - Provided Critical Path support for Gantt Chart. Please find the Demo link [here](https://ej2.syncfusion.com/vue/demos/#/bootstrap5/gantt/critical-path).
904
942
  - Provided State Persistence support for Gantt Chart. Please find the documentation link [here](https://ej2.syncfusion.com/vue/documentation/gantt/state-persistence).
905
943
 
906
- #### Bug Fixes
944
+ #### Bug fixes
907
945
 
908
946
  - `#I379308, #I380615` - Baseline end date issue for milestone with same baseline start and end date has been fixed.
909
947
  - `#I383128` - DataSource gets updated wrongly when we update the data with invalid `parentID` issue has been fixed.
@@ -915,7 +953,7 @@
915
953
 
916
954
  ### GanttChart
917
955
 
918
- #### Bug Fixes
956
+ #### Bug fixes
919
957
 
920
958
  - `#367483` - Indent Outdent toolbar options appearing when edit settings is not defined issue has been been fixed.
921
959
  - `#384296` - Unable to draw dependency when progress mapping is disabled issue has been been fixed.
@@ -925,7 +963,7 @@
925
963
 
926
964
  ### GanttChart
927
965
 
928
- #### Bug Fixes
966
+ #### Bug fixes
929
967
 
930
968
  - `#379229` - Pdf export is not working when using custom date format issue has been fixed.
931
969
  - `#381109` - Issue when Zoom To Fit with unscheduled tasks has been fixed.
@@ -935,7 +973,7 @@
935
973
 
936
974
  ### GanttChart
937
975
 
938
- #### Bug Fixes
976
+ #### Bug fixes
939
977
 
940
978
  - `#380136` - End date is not updated when we update the resource unit via `updateRecordByID` method.
941
979
  - `#378491` - Data is not displayed when we frequently move between different tabs has been fixed.
@@ -945,7 +983,7 @@
945
983
 
946
984
  ### GanttChart
947
985
 
948
- #### Bug Fixes
986
+ #### Bug fixes
949
987
 
950
988
  - `#F174816` - Landscape page orientation is not working when exporting Pdf has been fixed.
951
989
  - `#377857` - Task not assigned to resources when dynamically changes from project view into resource view has been fixed.
@@ -956,7 +994,7 @@
956
994
 
957
995
  ### GanttChart
958
996
 
959
- #### Bug Fixes
997
+ #### Bug fixes
960
998
 
961
999
  - `#376228` - Duration is not updated while updating resource units using `updateRecordByID` method issue has been fixed.
962
1000
  - `#370224` - Filtering issue when rendering Gantt inside the modal has been fixed.
@@ -966,7 +1004,7 @@
966
1004
 
967
1005
  ### GanttChart
968
1006
 
969
- #### Bug Fixes
1007
+ #### Bug fixes
970
1008
 
971
1009
  - `#372661` - Data not properly updated in the Gantt Chart when switching between list view issue has been fixed.
972
1010
 
@@ -974,7 +1012,7 @@
974
1012
 
975
1013
  ### GanttChart
976
1014
 
977
- #### Bug Fixes
1015
+ #### Bug fixes
978
1016
 
979
1017
  - `#373529` - Task label is not properly displayed in pdf export issue has been fixed.
980
1018
  - `#373829` - Top tier and bottom tier partitioning issue in quarterly mode has been fixed.
@@ -985,7 +1023,7 @@
985
1023
 
986
1024
  ### GanttChart
987
1025
 
988
- #### Bug Fixes
1026
+ #### Bug fixes
989
1027
 
990
1028
  - `#372623` - New record keeps an editable state in dependency tab even after switching the tabs has been fixed.
991
1029
  - `#373803` - Scrollbar not available in notes tab issue has been fixed.
@@ -996,7 +1034,7 @@
996
1034
 
997
1035
  ### GanttChart
998
1036
 
999
- #### Bug Fixes
1037
+ #### Bug fixes
1000
1038
 
1001
1039
  - `#371080` - Issue in `actionBegin` event for cancelling the row drag and drop action using request type `beforeDrop` has been fixed.
1002
1040
  - `#374064` - Gantt height not gets responsive when collapsing all tasks in `auto` mode.
@@ -1006,7 +1044,7 @@
1006
1044
 
1007
1045
  ### GanttChart
1008
1046
 
1009
- #### Bug Fixes
1047
+ #### Bug fixes
1010
1048
 
1011
1049
  - `#300959` - Provided support to fill empty space with extended timeline in zoom out action.
1012
1050
  - `#371372` - Unable to change end Date of manual parent task issue has been fixed.
@@ -1016,7 +1054,7 @@
1016
1054
 
1017
1055
  ### GanttChart
1018
1056
 
1019
- #### Bug Fixes
1057
+ #### Bug fixes
1020
1058
 
1021
1059
  - `#369264` - Event marker labels not visible when there is single record has been fixed
1022
1060
  - `#362146` - Row customization using `rowDataBound` event in `enableImmutableMode` issue has been fixed
@@ -1030,7 +1068,7 @@
1030
1068
 
1031
1069
  ### GanttChart
1032
1070
 
1033
- #### Bug Fixes
1071
+ #### Bug fixes
1034
1072
 
1035
1073
  - `#366304` - Gantt line mismatches when we set system display as 100% and browser zoom settings as 90% has been fixed.
1036
1074
  - `#365994` - Right and left label template not working in `vue` has been fixed.
@@ -1041,7 +1079,7 @@
1041
1079
 
1042
1080
  ### GanttChart
1043
1081
 
1044
- #### Bug Fixes
1082
+ #### Bug fixes
1045
1083
 
1046
1084
  - `#366296` - When moving from once cell to another cell using tab key navigation issue has been fixed.
1047
1085
  - `#363358`,`F172781` - Drag and drop not working properly after row gets collapsed issue has been fixed.
@@ -1050,7 +1088,7 @@
1050
1088
 
1051
1089
  ### GanttChart
1052
1090
 
1053
- #### Bug Fixes
1091
+ #### Bug fixes
1054
1092
 
1055
1093
  - `#365463` - Gantt timeline view gets changed when resize the task to left side has been fixed.
1056
1094
 
@@ -1058,7 +1096,7 @@
1058
1096
 
1059
1097
  ### GanttChart
1060
1098
 
1061
- #### Bug Fixes
1099
+ #### Bug fixes
1062
1100
 
1063
1101
  - `#360085` - Issue in deleting a task after performing expand collapse action for multiple times has been fixed.
1064
1102
  - `#364950` - The `taskLabel` property does not show the task name properly when giving name with space has been fixed.
@@ -1069,7 +1107,7 @@
1069
1107
 
1070
1108
  ### GanttChart
1071
1109
 
1072
- #### Bug Fixes
1110
+ #### Bug fixes
1073
1111
 
1074
1112
  - `#362011` - Date alignment issue with Gantt Zoom to fit top tier and bottom tier has been fixed.
1075
1113
  - `#364643` - Extra fields are added in `dataSource` property for bottom position issue has been fixed.
@@ -1086,7 +1124,7 @@
1086
1124
 
1087
1125
  ### GanttChart
1088
1126
 
1089
- #### Bug Fixes
1127
+ #### Bug fixes
1090
1128
 
1091
1129
  - `#356978` - Issue in disable the initial move of taskbar drag has been fixed.
1092
1130
  - `#357647` - Issue in enabling scroll top during load time has been fixed.
@@ -1100,7 +1138,7 @@
1100
1138
 
1101
1139
  ### GanttChart
1102
1140
 
1103
- #### Bug Fixes
1141
+ #### Bug fixes
1104
1142
 
1105
1143
  - `#359455` - Issue in rendering Gantt when parent container height is set in percentage has been fixed.
1106
1144
  - `#360424` - Issue in performing drag and drop when resource is set to null has been fixed.
@@ -1114,7 +1152,7 @@
1114
1152
 
1115
1153
  ### GanttChart
1116
1154
 
1117
- #### Bug Fixes
1155
+ #### Bug fixes
1118
1156
 
1119
1157
  - `#354721` - Issue in rendering milestone based on the milestone mapping in datasource has been fixed.
1120
1158
  - `#358683` - Toolbar gets hide after `expandAll` and `collapseAll` is performed issue has been fixed.
@@ -1123,7 +1161,7 @@
1123
1161
 
1124
1162
  ### GanttChart
1125
1163
 
1126
- #### Bug Fixes
1164
+ #### Bug fixes
1127
1165
 
1128
1166
  - `#355824, #360027` - Gantt Chart display issue with misalign in dates on which DST change happens has been fixed.
1129
1167
  - `#F171256` - Issue in Localization for the word New Task has been fixed.
@@ -1134,7 +1172,7 @@
1134
1172
 
1135
1173
  ### GanttChart
1136
1174
 
1137
- #### Bug Fixes
1175
+ #### Bug fixes
1138
1176
 
1139
1177
  - `#357340` - Issue with Gantt `selectedRowIndex` property when deleted the selected item in last row.
1140
1178
 
@@ -1142,7 +1180,7 @@
1142
1180
 
1143
1181
  ### GanttChart
1144
1182
 
1145
- #### Bug Fixes
1183
+ #### Bug fixes
1146
1184
 
1147
1185
  - `#346141` - Issue with Gantt manipulates and change task data date values from original data has been fixed.
1148
1186
  - `#F170644` - Issue in manual start date while mapping multiple parent levels has been fixed.
@@ -1160,7 +1198,7 @@
1160
1198
 
1161
1199
  ### GanttChart
1162
1200
 
1163
- #### Bug Fixes
1201
+ #### Bug fixes
1164
1202
 
1165
1203
  - `#347613` - Connector line issue after updating the datasource dynamically has been fixed.
1166
1204
  - `#346909` - Issue in disable custom context menu has been fixed.
@@ -1169,7 +1207,7 @@
1169
1207
 
1170
1208
  ### GanttChart
1171
1209
 
1172
- #### Bug Fixes
1210
+ #### Bug fixes
1173
1211
 
1174
1212
  - `#347753` - Issue in `defaultedit` edit type has been fixed.
1175
1213
 
@@ -1177,7 +1215,7 @@
1177
1215
 
1178
1216
  ### GanttChart
1179
1217
 
1180
- #### Bug Fixes
1218
+ #### Bug fixes
1181
1219
 
1182
1220
  - `#342557` - In fixed work type duration update issue has been fixed.
1183
1221
 
@@ -1185,7 +1223,7 @@
1185
1223
 
1186
1224
  ### GanttChart
1187
1225
 
1188
- #### Bug Fixes
1226
+ #### Bug fixes
1189
1227
 
1190
1228
  - `#343417` - Issue in updating row index after row drag and drop has been fixed.
1191
1229
  - `#346516` - Issue in context menu after cell editing has been fixed.
@@ -1195,7 +1233,7 @@
1195
1233
 
1196
1234
  ### GanttChart
1197
1235
 
1198
- #### Bug Fixes
1236
+ #### Bug fixes
1199
1237
 
1200
1238
  - `#343991` - Additional parameters are not passed to `BatchUpdate` method when deleting the row issue has been fixed.
1201
1239
  - `#344100` - Issue in cancelling the drawing of predecessor line in `actionBegin` event has been fixed.
@@ -1210,7 +1248,7 @@
1210
1248
 
1211
1249
  ### GanttChart
1212
1250
 
1213
- #### Bug Fixes
1251
+ #### Bug fixes
1214
1252
 
1215
1253
  - `#343417` - Issue in CRUD operations when using datamanager data has been fixed.
1216
1254
  - `#340739` - Vertical grid line issue while changing height dynamically has been fixed.
@@ -1220,7 +1258,7 @@
1220
1258
 
1221
1259
  ### GanttChart
1222
1260
 
1223
- #### Bug Fixes
1261
+ #### Bug fixes
1224
1262
 
1225
1263
  - `#342557` - In fixed work type duration update issue has been fixed.
1226
1264
  - `#340406` - Misalignment while using line height property issue has been fixed.
@@ -1234,7 +1272,7 @@
1234
1272
 
1235
1273
  - `#304621, #322659` - Provided percentage support for height and width of Gantt element.
1236
1274
 
1237
- #### Bug Fixes
1275
+ #### Bug fixes
1238
1276
 
1239
1277
  - `#331618` - Issue in updating `dataSource` property has been fixed.
1240
1278
  - `#333672` - Issue in calculating duration across DST has been fixed.
@@ -1243,7 +1281,7 @@
1243
1281
 
1244
1282
  ### GanttChart
1245
1283
 
1246
- #### Bug Fixes
1284
+ #### Bug fixes
1247
1285
 
1248
1286
  - `#340421` - In smaller resolution the splitter appeared in wrong position issue has been fixed.
1249
1287
  - `#341502` - Indicators disappear when datasource changed dynamically issue has been fixed.
@@ -1252,7 +1290,7 @@
1252
1290
 
1253
1291
  ### GanttChart
1254
1292
 
1255
- #### Bug Fixes
1293
+ #### Bug fixes
1256
1294
 
1257
1295
  - `#340155` - Dialog closes when pressing insert key issue has been fixed.
1258
1296
  - `#333851` - Dynamically changing the holidays issue has been fixed.
@@ -1261,7 +1299,7 @@
1261
1299
 
1262
1300
  ### GanttChart
1263
1301
 
1264
- #### Bug Fixes
1302
+ #### Bug fixes
1265
1303
 
1266
1304
  - `#339434` - Issue in tooltip has been resolved.
1267
1305
 
@@ -1269,7 +1307,7 @@
1269
1307
 
1270
1308
  ### GanttChart
1271
1309
 
1272
- #### Bug Fixes
1310
+ #### Bug fixes
1273
1311
 
1274
1312
  - `#339511` - Issue in maintaining resource selection has been resolved.
1275
1313
  - `#338206` - Cleared warnings thrown in Firefox browser.
@@ -1278,7 +1316,7 @@
1278
1316
 
1279
1317
  ### GanttChart
1280
1318
 
1281
- #### Bug Fixes
1319
+ #### Bug fixes
1282
1320
 
1283
1321
  - `#338587` - Issue in assigning empty data to datasource has been resolved.
1284
1322
  - `#335677` - Issue in `expandAtLevel` and `collapseAtLevel` method with virtual scrolling has been resolved.
@@ -1287,7 +1325,7 @@
1287
1325
 
1288
1326
  ### GanttChart
1289
1327
 
1290
- #### Bug Fixes
1328
+ #### Bug fixes
1291
1329
 
1292
1330
  - `#336211` - Issue with Virtual Scrolling in Firefox browse has been resolved.
1293
1331
 
@@ -1295,7 +1333,7 @@
1295
1333
 
1296
1334
  ### GanttChart
1297
1335
 
1298
- #### Bug Fixes
1336
+ #### Bug fixes
1299
1337
 
1300
1338
  - `#331618` - Issue in updating `dataSource` property has been fixed.
1301
1339
  - `#333672` - Issue in calculating duration across DST has been fixed.
@@ -1305,7 +1343,7 @@
1305
1343
 
1306
1344
  ### GanttChart
1307
1345
 
1308
- #### Bug Fixes
1346
+ #### Bug fixes
1309
1347
 
1310
1348
  - `#331671` - Right Labels are rendered properly in exported PDF document.
1311
1349
  - `#332161` - Issue fixed when drag and drop performed after adding record through context menu.
@@ -1322,7 +1360,7 @@
1322
1360
 
1323
1361
  ### GanttChart
1324
1362
 
1325
- #### Bug Fixes
1363
+ #### Bug fixes
1326
1364
 
1327
1365
  - `#330806` - When using `updateTaskId` method with predecessor field is not mapped in the `taskFields` has been fixed.
1328
1366
  - At certain zoom level, both halves of year are H1 has been resolved.
@@ -1331,7 +1369,7 @@
1331
1369
 
1332
1370
  ### GanttChart
1333
1371
 
1334
- #### Bug Fixes
1372
+ #### Bug fixes
1335
1373
 
1336
1374
  - `#328182` - Mismatch between timeline and chart body content has been fixed.
1337
1375
  - `#165629` - Notes updated properly in Gantt chart when new task is added.
@@ -1344,7 +1382,7 @@
1344
1382
 
1345
1383
  ### GanttChart
1346
1384
 
1347
- #### Bug Fixes
1385
+ #### Bug fixes
1348
1386
 
1349
1387
  - `#325587` - Issue while deleting resource on split task has been fixed.
1350
1388
  - Issue on dynamically changing the `allowTaskbarEditing` property has been fixed.
@@ -1366,7 +1404,7 @@
1366
1404
 
1367
1405
  - `#320843` - Provide support to cancel the merging of split tasks using client-side event.
1368
1406
 
1369
- #### Bug Fixes
1407
+ #### Bug fixes
1370
1408
 
1371
1409
  - `#326155` - Issue in splitting task using public method has been fixed.
1372
1410
  - `#325948` - Issue in adding new task with empty string has been fixed.
@@ -1378,7 +1416,7 @@
1378
1416
 
1379
1417
  ### GanttChart
1380
1418
 
1381
- #### Bug Fixes
1419
+ #### Bug fixes
1382
1420
 
1383
1421
  - `#325250` - Progress updated properly in manual scheduling.
1384
1422
  - `#324644` - Issue on adding records, when Gantt view is changed has been fixed.
@@ -1390,7 +1428,7 @@
1390
1428
 
1391
1429
  ### GanttChart
1392
1430
 
1393
- #### Bug Fixes
1431
+ #### Bug fixes
1394
1432
 
1395
1433
  - `#324141` - Issue in tooltip rendering position has been fixed.
1396
1434
  - `#320979` - Issue on changing data source and timeline settings on same time has been fixed.
@@ -1401,7 +1439,7 @@
1401
1439
 
1402
1440
  ### GanttChart
1403
1441
 
1404
- #### Bug Fixes
1442
+ #### Bug fixes
1405
1443
 
1406
1444
  - `F164497` - Issue in editing end date of a task has been fixed.
1407
1445
 
@@ -1409,7 +1447,7 @@
1409
1447
 
1410
1448
  ### GanttChart
1411
1449
 
1412
- #### Bug Fixes
1450
+ #### Bug fixes
1413
1451
 
1414
1452
  - `#320979` - Provided support to update data source dynamically with `collapseAllParentTasks` and `enableMultiTaskbar` enabled mode.
1415
1453
 
@@ -1417,7 +1455,7 @@
1417
1455
 
1418
1456
  ### GanttChart
1419
1457
 
1420
- #### Bug Fixes
1458
+ #### Bug fixes
1421
1459
 
1422
1460
  - `#320882` - Issue on expand/collapse icon in `Resource view` has been fixed.
1423
1461
 
@@ -1438,7 +1476,7 @@
1438
1476
 
1439
1477
  - `#317550` - Provided support to define `valueAccessor` as string.
1440
1478
 
1441
- #### Bug Fixes
1479
+ #### Bug fixes
1442
1480
 
1443
1481
  - Console error when end date of segments is given as string has been fixed.
1444
1482
 
@@ -1446,7 +1484,7 @@
1446
1484
 
1447
1485
  ### GanttChart
1448
1486
 
1449
- #### Bug Fixes
1487
+ #### Bug fixes
1450
1488
 
1451
1489
  - `316898` - Maintained additional fields in segments on zooming action.
1452
1490
 
@@ -1454,7 +1492,7 @@
1454
1492
 
1455
1493
  ### GanttChart
1456
1494
 
1457
- #### Bug Fixes
1495
+ #### Bug fixes
1458
1496
 
1459
1497
  - `#315501` - Error on closing filter menu while focusing out has been resolved.
1460
1498
 
@@ -1462,7 +1500,7 @@
1462
1500
 
1463
1501
  ### GanttChart
1464
1502
 
1465
- #### Bug Fixes
1503
+ #### Bug fixes
1466
1504
 
1467
1505
  - `#311841` - Duplicating records issue while indent action has been resolved.
1468
1506
  - `F160722` - Error on rendering editing tooltip has been resolved.
@@ -1474,7 +1512,7 @@
1474
1512
 
1475
1513
  ### GanttChart
1476
1514
 
1477
- #### Bug Fixes
1515
+ #### Bug fixes
1478
1516
 
1479
1517
  - `#298884` - Error on reorder rows method has been fixed.
1480
1518
 
@@ -1490,7 +1528,7 @@
1490
1528
 
1491
1529
  - `#291192` - Provided Immutable Support to refresh specific rows while performing Gantt actions.
1492
1530
 
1493
- #### Bug Fixes
1531
+ #### Bug fixes
1494
1532
 
1495
1533
  - `F161492` - Console error on converting milestone to task has been fixed.
1496
1534
 
@@ -1498,7 +1536,7 @@
1498
1536
 
1499
1537
  ### GanttChart
1500
1538
 
1501
- #### Bug Fixes
1539
+ #### Bug fixes
1502
1540
 
1503
1541
  - `F161492` - Console error on drag and drop action has been fixed.
1504
1542
  - `F161492` - Issue on indent action has been fixed.
@@ -1507,7 +1545,7 @@
1507
1545
 
1508
1546
  ### GanttChart
1509
1547
 
1510
- #### Bug Fixes
1548
+ #### Bug fixes
1511
1549
 
1512
1550
  - `#298884` - Issue on reorder rows method in virtual scroll support has been fixed.
1513
1551
 
@@ -1515,7 +1553,7 @@
1515
1553
 
1516
1554
  ### GanttChart
1517
1555
 
1518
- #### Bug Fixes
1556
+ #### Bug fixes
1519
1557
 
1520
1558
  - `F160722` - Issue on editing tooltip template has been fixed.
1521
1559
  - `#306971` - HTML encoder issue with notes column has been fixed.
@@ -1525,7 +1563,7 @@
1525
1563
 
1526
1564
  ### GanttChart
1527
1565
 
1528
- #### Bug Fixes
1566
+ #### Bug fixes
1529
1567
 
1530
1568
  - `#306741` - Issue on closing filter menu while focusing out has been fixed.
1531
1569
  - `#306556` - Issue on duration field of add dialog has been fixed.
@@ -1545,7 +1583,7 @@
1545
1583
 
1546
1584
  - `F149775` - Provided `Virtual Scroll` support for Gantt.
1547
1585
 
1548
- #### Bug Fixes
1586
+ #### Bug fixes
1549
1587
 
1550
1588
  - `#306090` - Issue on pressing delete key when add/edit dialog is opened has been fixed.
1551
1589
  - `#306342` - Included additional field in `taskData.segments`.
@@ -1555,7 +1593,7 @@
1555
1593
 
1556
1594
  ### GanttChart
1557
1595
 
1558
- #### Bug Fixes
1596
+ #### Bug fixes
1559
1597
 
1560
1598
  - `F159625` - Console error on indent action after adding record has been fixed.
1561
1599
 
@@ -1563,7 +1601,7 @@
1563
1601
 
1564
1602
  ### GanttChart
1565
1603
 
1566
- #### Bug Fixes
1604
+ #### Bug fixes
1567
1605
 
1568
1606
  - `301606` - Issue in template column when use it as `treeColumnIndex` has been fixed.
1569
1607
 
@@ -1571,7 +1609,7 @@
1571
1609
 
1572
1610
  ### GanttChart
1573
1611
 
1574
- #### Bug Fixes
1612
+ #### Bug fixes
1575
1613
 
1576
1614
  - `293889` - Console error in split task when allowTaskbarEditing is disable has been fixed.
1577
1615
  - `300744` - Console error on clicking add/edit toolbar has been fixed.
@@ -1581,7 +1619,7 @@
1581
1619
 
1582
1620
  ### GanttChart
1583
1621
 
1584
- #### Bug Fixes
1622
+ #### Bug fixes
1585
1623
 
1586
1624
  - `299695` - Issue in left label template has been fixed.
1587
1625
  - `F159354` - Issue in locale text of predecessor tooltip has been fixed.
@@ -1597,7 +1635,7 @@
1597
1635
  - `#292246` - Provided support to split the taskbar into multiple segments through context menu and dialog edit.
1598
1636
  - `#282972, #293345` - Provided support to render predecessor and rows properly in different zooming levels and display scaling size.
1599
1637
 
1600
- #### Bug Fixes
1638
+ #### Bug fixes
1601
1639
 
1602
1640
  - `#295381` - Issue on exporting Gantt with partial data has been fixed.
1603
1641
  - `#299370` - Issue on restricting dragging action when read only property set to true.
@@ -1608,7 +1646,7 @@
1608
1646
 
1609
1647
  ### GanttChart
1610
1648
 
1611
- #### Bug Fixes
1649
+ #### Bug fixes
1612
1650
 
1613
1651
  - `#296920` - Issue on rendering Gantt with resources has been fixed.
1614
1652
  - `F158128` - Issue on updating DB on `indent` and `outdent` action has been fixed.
@@ -1619,7 +1657,7 @@
1619
1657
 
1620
1658
  ### GanttChart
1621
1659
 
1622
- #### Bug Fixes
1660
+ #### Bug fixes
1623
1661
 
1624
1662
  - `#293528` - Issue when work value is given as decimal values has been fixed.
1625
1663
 
@@ -1631,7 +1669,7 @@
1631
1669
 
1632
1670
  - `#292825` - Provided support to improvement of trigger actions on key press.
1633
1671
 
1634
- #### Bug Fixes
1672
+ #### Bug fixes
1635
1673
 
1636
1674
  - `#293539` - Issue while dynamically updating `allowRowDragAndDrop` gets fixed.
1637
1675
  - `#292470` - Issue on edit template in dialog has been fixed.
@@ -1641,7 +1679,7 @@
1641
1679
 
1642
1680
  ### GanttChart
1643
1681
 
1644
- #### Bug Fixes
1682
+ #### Bug fixes
1645
1683
 
1646
1684
  - `#290457` - Issue on customizing the background colour of taskbar in Resource view has been fixed.
1647
1685
  - `F157498` - Console error on indenting record after sorting has been fixed.
@@ -1650,7 +1688,7 @@
1650
1688
 
1651
1689
  ### GanttChart
1652
1690
 
1653
- #### Bug Fixes
1691
+ #### Bug fixes
1654
1692
 
1655
1693
  - `#291158` - Console error on destroy Gantt when allowKeyboard is false has been fixed.
1656
1694
  - `#279528` - Dialog dependency drop-down list has existing dependency data has been fixed.
@@ -1659,7 +1697,7 @@
1659
1697
 
1660
1698
  ### GanttChart
1661
1699
 
1662
- #### Bug Fixes
1700
+ #### Bug fixes
1663
1701
 
1664
1702
  - `#288438` - Tooltip rendering issue has been fixed.
1665
1703
  - The issue of the bottom tire format in Chinese culture has been fixed.
@@ -1672,7 +1710,7 @@
1672
1710
 
1673
1711
  - `#287282` - Provided support to change viewType of Gantt dynamically.
1674
1712
 
1675
- #### Bug Fixes
1713
+ #### Bug fixes
1676
1714
 
1677
1715
  - `#285626` - Console error while rendering multiple Gantt has been fixed.
1678
1716
  - `#285749` - Issue on parent progress calculation while delete child record has been fixed.
@@ -1681,7 +1719,7 @@
1681
1719
 
1682
1720
  ### GanttChart
1683
1721
 
1684
- #### Bug Fixes
1722
+ #### Bug fixes
1685
1723
 
1686
1724
  - `#284995` - Issue in predecessor lines of exported pdf document has been fixed.
1687
1725
  - `#284995` - Content overflow issue in exported pdf document has been fixed.
@@ -1695,7 +1733,7 @@
1695
1733
 
1696
1734
  ### GanttChart
1697
1735
 
1698
- #### Bug Fixes
1736
+ #### Bug fixes
1699
1737
 
1700
1738
  - `#276968` - Column misalignment issue after editing has been fixed.
1701
1739
  - `F155689` - Issue on expanding records while mapping expand status of record has been fixed.
@@ -1704,7 +1742,7 @@
1704
1742
 
1705
1743
  ### GanttChart
1706
1744
 
1707
- #### Bug Fixes
1745
+ #### Bug fixes
1708
1746
 
1709
1747
  - `#278235` - Parent Id is not updated properly on row drag and drop action issue gets resolved.
1710
1748
  - `F155766` - PDF export document Gantt timeline issue after zooming has been resolved.
@@ -1727,7 +1765,7 @@
1727
1765
 
1728
1766
  ### GanttChart
1729
1767
 
1730
- #### Bug Fixes
1768
+ #### Bug fixes
1731
1769
 
1732
1770
  - `#281103`- Taskbar not rendered properly while cancel the new child record by context menu action has been fixed.
1733
1771
  - `#281247`- Parent id is not updated on add a child record by context menu has been fixed.
@@ -1751,7 +1789,7 @@
1751
1789
 
1752
1790
  ### GanttChart
1753
1791
 
1754
- #### Bug Fixes
1792
+ #### Bug fixes
1755
1793
 
1756
1794
  - `#278176` - Zoom in or zoom out toolbar button disabled after zoom to fit action was fixed.
1757
1795
  - `#278238` - Action begin event not triggered on finish to finish predecessor was fixed.
@@ -1764,7 +1802,7 @@
1764
1802
 
1765
1803
  ### GanttChart
1766
1804
 
1767
- #### Bug Fixes
1805
+ #### Bug fixes
1768
1806
 
1769
1807
  - `#277029` - Update value not display on edit action issue has been fixed.
1770
1808
  - `#276942` - Issue while passing additional parameter to the server side on CRUD operation has been fixed.
@@ -1773,7 +1811,7 @@
1773
1811
 
1774
1812
  ### GanttChart
1775
1813
 
1776
- #### Bug Fixes
1814
+ #### Bug fixes
1777
1815
 
1778
1816
  - `#39566` - Issue when remove event markers dynamically has been resolved.
1779
1817
  - `F154261`,`#276047` - Issue while adding new record with empty data on load time gets resolved.
@@ -1793,7 +1831,7 @@
1793
1831
 
1794
1832
  ### GanttChart
1795
1833
 
1796
- #### Bug Fixes
1834
+ #### Bug fixes
1797
1835
 
1798
1836
  - `#268349` - Issue on maintaining duration data type gets resolved.
1799
1837
  - Column filter menu displayed in wrong place has been fixed.
@@ -1808,7 +1846,7 @@
1808
1846
 
1809
1847
  ### GanttChart
1810
1848
 
1811
- #### Bug Fixes
1849
+ #### Bug fixes
1812
1850
 
1813
1851
  - `#273422` - Date mismatch for parent and child record gets resolved.
1814
1852
 
@@ -1816,7 +1854,7 @@
1816
1854
 
1817
1855
  ### GanttChart
1818
1856
 
1819
- #### Bug Fixes
1857
+ #### Bug fixes
1820
1858
 
1821
1859
  - `#273440` - Issue on updating end date value using cell edit gets resolved.
1822
1860
  - `#273426` - Issue on validating parent start date on taskbar edit action gets resolved.
@@ -1826,7 +1864,7 @@
1826
1864
 
1827
1865
  ### GanttChart
1828
1866
 
1829
- #### Bug Fixes
1867
+ #### Bug fixes
1830
1868
 
1831
1869
  - `#268281` - Issue on adding dependency using dialog gets resolved.
1832
1870
 
@@ -1834,7 +1872,7 @@
1834
1872
 
1835
1873
  ### GanttChart
1836
1874
 
1837
- #### Bug Fixes
1875
+ #### Bug fixes
1838
1876
 
1839
1877
  - `#270801` - Issue on end date calculations gets resolved.
1840
1878
  - `#270563` - Console error throws while taskbar resizing with use of taskbar template has been fixed.
@@ -1848,7 +1886,7 @@
1848
1886
 
1849
1887
  - `#269693, #269694` - Provided accessibility support for column header and filter.
1850
1888
 
1851
- #### Bug Fixes
1889
+ #### Bug fixes
1852
1890
 
1853
1891
  - `#270384` - Prevented event markers, indicators, holidays, baseline consideration for timeline while doing zoom to fit action.
1854
1892
 
@@ -1856,7 +1894,7 @@
1856
1894
 
1857
1895
  ### GanttChart
1858
1896
 
1859
- #### Bug Fixes
1897
+ #### Bug fixes
1860
1898
 
1861
1899
  - `#264099` - Console error on tab key press has been fixed.
1862
1900
  - `#269692`,`#269690` - Issue on focussing to the next element has been fixed.
@@ -1873,7 +1911,7 @@
1873
1911
  - `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.
1874
1912
  - `#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.
1875
1913
 
1876
- #### Bug Fixes
1914
+ #### Bug fixes
1877
1915
 
1878
1916
  - `#263236` - Issue on multi-level dragged parent dropped into last index has been fixed.
1879
1917
  - `#264099` - Issue in tab key action in edited state is fixed.
@@ -1892,7 +1930,7 @@
1892
1930
 
1893
1931
  - `F149069` - Provided support to render parent as milestone.
1894
1932
 
1895
- #### Bug Fixes
1933
+ #### Bug fixes
1896
1934
 
1897
1935
  - `F150408` - Baseline tooltip not rendered for milestone tasks has been fixed.
1898
1936
  - `#260944` - Issue in preventing taskbar editing has been fixed.
@@ -1901,7 +1939,7 @@
1901
1939
 
1902
1940
  ### GanttChart
1903
1941
 
1904
- #### Bug Fixes
1942
+ #### Bug fixes
1905
1943
 
1906
1944
  - `#260331` - Typescript declaration issue fixed.
1907
1945
 
@@ -1917,7 +1955,7 @@
1917
1955
 
1918
1956
  ### GanttChart
1919
1957
 
1920
- #### Bug Fixes
1958
+ #### Bug fixes
1921
1959
 
1922
1960
  - `F149551` - Handled empty value while editing the numeric edit type field.
1923
1961
 
@@ -1925,7 +1963,7 @@
1925
1963
 
1926
1964
  ### GanttChart
1927
1965
 
1928
- #### Bug Fixes
1966
+ #### Bug fixes
1929
1967
 
1930
1968
  - `F147793` - Context menu not closing issue while scrolling on the Gantt element has been fixed.
1931
1969
 
@@ -1944,7 +1982,7 @@
1944
1982
 
1945
1983
  ### GanttChart
1946
1984
 
1947
- #### Bug Fixes
1985
+ #### Bug fixes
1948
1986
 
1949
1987
  - `#253076` - Accessibility issues in Gantt has been fixed.
1950
1988
 
@@ -1952,7 +1990,7 @@
1952
1990
 
1953
1991
  ### GanttChart
1954
1992
 
1955
- #### Bug Fixes
1993
+ #### Bug fixes
1956
1994
 
1957
1995
  - `F149069` - Parent taskbar alignment issue while rendering with single milestone child record has been fixed.
1958
1996
  - `F149070` - Key navigation disable issue on Tree Grid section has been fixed.
@@ -1965,7 +2003,7 @@
1965
2003
 
1966
2004
  ### GanttChart
1967
2005
 
1968
- #### Bug Fixes
2006
+ #### Bug fixes
1969
2007
 
1970
2008
  - `#253912` - Parent taskbar disappearance issue while deleting all its child records has been fixed.
1971
2009
 
@@ -1973,7 +2011,7 @@
1973
2011
 
1974
2012
  ### GanttChart
1975
2013
 
1976
- #### Bug Fixes
2014
+ #### Bug fixes
1977
2015
 
1978
2016
  - `249581` - Browser hangs issue while change schedule mode to year has been fixed.
1979
2017
  - `252195` - Issue on forEach method iteration in IE11 has been fixed.
@@ -1984,7 +2022,7 @@
1984
2022
 
1985
2023
  ### GanttChart
1986
2024
 
1987
- #### Bug Fixes
2025
+ #### Bug fixes
1988
2026
 
1989
2027
  - `F147755` - Chart part disappearing issue when splitter position value greater than control width has been fixed.
1990
2028
 
@@ -1992,7 +2030,7 @@
1992
2030
 
1993
2031
  ### GanttChart
1994
2032
 
1995
- #### Bug Fixes
2033
+ #### Bug fixes
1996
2034
 
1997
2035
  - `#245866` - Alignment issue with `height` property value as `auto` has been fixed.
1998
2036
  - `F145725` - Issue with cell editing on newly added record has been fixed.
@@ -2009,7 +2047,7 @@
2009
2047
 
2010
2048
  ### GanttChart
2011
2049
 
2012
- #### Bug Fixes
2050
+ #### Bug fixes
2013
2051
 
2014
2052
  - `F145733` - Alignment issue with header and rows on splitter resizing has been fixed.
2015
2053
  - `F146641` - Issue with indicators tooltip support has been fixed.
@@ -2020,7 +2058,7 @@
2020
2058
 
2021
2059
  ### GanttChart
2022
2060
 
2023
- #### Bug Fixes
2061
+ #### Bug fixes
2024
2062
 
2025
2063
  - `#243770` - Issue in date picker with custom format has been fixed.
2026
2064
  - `#243238` - Included current edited data in `actionComplete` event arguments.
@@ -2029,7 +2067,7 @@
2029
2067
 
2030
2068
  ### GanttChart
2031
2069
 
2032
- #### Bug Fixes
2070
+ #### Bug fixes
2033
2071
 
2034
2072
  - #F145936 - Custom column values not updated in data source on Editing has been fixed.
2035
2073
  - Lexical declaration issues in es2015 has been fixed.
@@ -2040,7 +2078,7 @@
2040
2078
 
2041
2079
  ### GanttChart
2042
2080
 
2043
- #### Bug Fixes
2081
+ #### Bug fixes
2044
2082
 
2045
2083
  - #241781 - Gantt task-data property missing in template data issue has been fixed.
2046
2084
 
@@ -2048,7 +2086,7 @@
2048
2086
 
2049
2087
  ### GanttChart
2050
2088
 
2051
- #### Bug Fixes
2089
+ #### Bug fixes
2052
2090
 
2053
2091
  - #238228 - Issue while rendering tooltip with smaller duration has been fixed.
2054
2092
 
@@ -2062,7 +2100,7 @@
2062
2100
 
2063
2101
  ### GanttChart
2064
2102
 
2065
- #### Bug Fixes
2103
+ #### Bug fixes
2066
2104
 
2067
2105
  - #F144145 - Task Id duplication issue while adding new record has been fixed.
2068
2106
 
@@ -2070,7 +2108,7 @@
2070
2108
 
2071
2109
  ### GanttChart
2072
2110
 
2073
- #### Bug Fixes
2111
+ #### Bug fixes
2074
2112
 
2075
2113
  - #233041 - Alignment issue with timeline and vertical lines has been fixed.
2076
2114
 
@@ -2082,7 +2120,7 @@
2082
2120
 
2083
2121
  ### GanttChart
2084
2122
 
2085
- #### Bug Fixes
2123
+ #### Bug fixes
2086
2124
 
2087
2125
  - Bug fixes included.
2088
2126
 
@@ -2090,9 +2128,9 @@
2090
2128
 
2091
2129
  ### GanttChart
2092
2130
 
2093
- #### Bug Fixes
2131
+ #### Bug fixes
2094
2132
 
2095
- - Internal bug fixes included.
2133
+ - Internal Bug fixes included.
2096
2134
 
2097
2135
  ## 17.1.32-beta (2019-03-13)
2098
2136
 
@@ -2116,7 +2154,7 @@
2116
2154
 
2117
2155
  ### GanttChart
2118
2156
 
2119
- #### Bug Fixes
2157
+ #### Bug fixes
2120
2158
 
2121
2159
  - `#I473341` - Tooltip template not working properly issue has been fixed.
2122
2160
  - `#I467372` - no drop icon is displayed while dropping in Gantt chart.