@syncfusion/ej2-angular-gantt 24.2.3 → 24.2.4-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.
Files changed (41) hide show
  1. package/@syncfusion/ej2-angular-gantt.es5.js +812 -0
  2. package/@syncfusion/ej2-angular-gantt.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-gantt.js +764 -0
  4. package/@syncfusion/ej2-angular-gantt.js.map +1 -0
  5. package/CHANGELOG.md +2178 -0
  6. package/dist/ej2-angular-gantt.umd.js +925 -0
  7. package/dist/ej2-angular-gantt.umd.js.map +1 -0
  8. package/dist/ej2-angular-gantt.umd.min.js +11 -0
  9. package/dist/ej2-angular-gantt.umd.min.js.map +1 -0
  10. package/{syncfusion-ej2-angular-gantt.d.ts → ej2-angular-gantt.d.ts} +1 -1
  11. package/ej2-angular-gantt.metadata.json +1 -0
  12. package/package.json +13 -27
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/utils/lib-details.d.ts +2 -2
  15. package/schematics/utils/lib-details.js +2 -2
  16. package/schematics/utils/lib-details.ts +2 -2
  17. package/src/gantt/adddialogfields.directive.d.ts +0 -5
  18. package/src/gantt/columns.directive.d.ts +0 -5
  19. package/src/gantt/dayworkingtime.directive.d.ts +0 -5
  20. package/src/gantt/editdialogfields.directive.d.ts +0 -5
  21. package/src/gantt/eventmarkers.directive.d.ts +0 -5
  22. package/src/gantt/gantt-all.module.d.ts +0 -6
  23. package/src/gantt/gantt.component.d.ts +0 -3
  24. package/src/gantt/gantt.module.d.ts +0 -12
  25. package/src/gantt/holidays.directive.d.ts +0 -5
  26. package/esm2020/public_api.mjs +0 -3
  27. package/esm2020/src/gantt/adddialogfields.directive.mjs +0 -58
  28. package/esm2020/src/gantt/columns.directive.mjs +0 -72
  29. package/esm2020/src/gantt/dayworkingtime.directive.mjs +0 -58
  30. package/esm2020/src/gantt/editdialogfields.directive.mjs +0 -58
  31. package/esm2020/src/gantt/eventmarkers.directive.mjs +0 -57
  32. package/esm2020/src/gantt/gantt-all.module.mjs +0 -71
  33. package/esm2020/src/gantt/gantt.component.mjs +0 -255
  34. package/esm2020/src/gantt/gantt.module.mjs +0 -79
  35. package/esm2020/src/gantt/holidays.directive.mjs +0 -58
  36. package/esm2020/src/index.mjs +0 -11
  37. package/esm2020/syncfusion-ej2-angular-gantt.mjs +0 -5
  38. package/fesm2015/syncfusion-ej2-angular-gantt.mjs +0 -734
  39. package/fesm2015/syncfusion-ej2-angular-gantt.mjs.map +0 -1
  40. package/fesm2020/syncfusion-ej2-angular-gantt.mjs +0 -734
  41. package/fesm2020/syncfusion-ej2-angular-gantt.mjs.map +0 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,2178 @@
1
+ # Changelog
2
+
3
+ ## [Unreleased]
4
+
5
+ ### GanttChart
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I550406` - Task type property does not update properly by mapping work field issue has been fixed.
10
+ - `#I542029` - Unable to render full lengthy text in pdf export issue has been fixed.
11
+ - `#I549638` - The taskbar edit action is not working in RTL mode issue has been fixed.
12
+ - `#I544478` - Validation rules not working for numeric field issue has been fixed.
13
+
14
+ - `F159354` - Issue in locale text of predecessor tooltip has been fixed.
15
+
16
+ ## 24.2.3 (2024-01-31)
17
+
18
+ ### GanttChart
19
+
20
+ #### Bug Fixes
21
+
22
+ - `#I540355` - RTE create column not working in dialog box issue has been fixed.
23
+ - `#I543351` - The taskbar render validation not working properly issue has been fixed.
24
+
25
+ - `#I540355` - RTE create column not working in dialog box issue has been fixed.
26
+
27
+ ## 24.1.47 (2024-01-23)
28
+
29
+ ### GanttChart
30
+
31
+ #### Bug Fixes
32
+
33
+ - `#I540518` - Can't able to drag and drop to the new resource issue has been fixed.
34
+ - `#I185970` - Dynamic template updating in columns does not render issue has been fixed.
35
+ - `#I538002` - Alignment Issue with PDF Export in React Gantt issue has been fixed.
36
+
37
+ - `#I185970` - Dynamic template updating in columns does not render issue has been fixed.
38
+
39
+ ## 24.1.46 (2024-01-17)
40
+
41
+ ### GanttChart
42
+
43
+ #### Bug Fixes
44
+
45
+ - `#I533229` - Server call is triggered twice issue has been fixed.
46
+ - `#I531670` - When adding a record by method before saving, if the task ID is changed after taskbar hover exception thrown issue has been fixed.
47
+ - `#I538917` - Text is not rendered properly in header while using page size issue has been fixed.
48
+ - `#I185970` - Dynamic template updating in columns does not render issue has been fixed.
49
+
50
+ - `#I185970` - Dynamic template updating in columns does not render issue has been fixed.
51
+
52
+ ## 24.1.45 (2024-01-09)
53
+
54
+ ### GanttChart
55
+
56
+ #### Bug Fixes
57
+
58
+ - `#I530808` - Progress width not rendered properly in split tasks issue has been fixed.
59
+ - `#F185683` - Resources are not updating properly in `actionBegin`event issue has been fixed.
60
+ - `#I532918` - Baseline width not rendered properly in PDF export issue has been fixed.
61
+ - `#F532918` - Issue with remote data while performing CRUD operation in various Gantt chart versions has been fixed.
62
+ - `#I521365` - Dates in tooltip not rendered correctly issue has been fixed.
63
+
64
+ ## 24.1.44 (2024-01-03)
65
+
66
+ ### GanttChart
67
+
68
+ #### Bug Fixes
69
+
70
+ `#I531670` - When adding record by method before saving, if the task ID is changed after taskbar hover exception thrown issue has been fixed.
71
+
72
+
73
+ ## 24.1.43 (2023-12-27)
74
+
75
+ - `#I527509` - Action begin event arguments not working properly issue has been fixed.
76
+ - `#I517104` - Gantt component hangs whole page if timezone changed to UK(London) issue has been fixed.
77
+
78
+ ### GanttChart
79
+
80
+ #### Bug Fixes
81
+
82
+ - `#I527509` - Action begin event arguments not working properly issue has been fixed.
83
+
84
+ ## 23.2.5 (2023-11-23)
85
+
86
+ ### GanttChart
87
+
88
+ #### Bug Fixes
89
+
90
+ - `#I520118` - Console error occurs other than self reference data issue has been fixed.
91
+ - `#I515425` - Issue with observable data binding in Gantt chart issue has been fixed.
92
+ - `#I520146` - Timeline render in advance the project start date while resizing taskbar issue has been fixed.
93
+ - `#I521906` - Milestone not working properly while drop at weekend issue has been fixed.
94
+ - `#I516954` - Dependency line not render after adding child record issue has been fixed.
95
+
96
+ - `#I515425` - Issue with observable data binding in Gantt chart issue has been fixed.
97
+ - `#I521906` - Milestone not working properly while drop at weekend issue has been fixed.
98
+ - `#I516954` - Dependency line not render after adding child record issue has been fixed.
99
+
100
+ ## 23.2.4 (2023-11-20)
101
+
102
+ ### GanttChart
103
+
104
+ #### Bug Fixes
105
+
106
+ - `#I517359` - Columns does not update while changing columns value by Gantt instance issue has been fixed.
107
+ - `#I514463` - PDF exported with blank pages and dislocated connected lines issue has been fixed.
108
+ - `#I514452` - Baseline does not render by changing date issue has been fixed.
109
+
110
+ - `#I514452` - Baseline does not render by changing date issue has been fixed.
111
+
112
+ ## 23.1.44 (2023-11-07)
113
+
114
+ ### GanttChart
115
+
116
+ - `#I513332` - Excel filter only takes one character at a time issue has been fixed.
117
+ - `#I517515` - Custom toolbar template not renders after toolbar click action in Gantt issue has been fixed.
118
+
119
+ #### Bug Fixes
120
+
121
+ ## 23.1.43 (2023-10-31)
122
+
123
+ ### GanttChart
124
+
125
+ #### Bug Fixes
126
+
127
+ - `#I493515` - Console error throw while Expand and collapse the parent taskbar issue has been fixed.
128
+ - `#I513655` - Filter menu close as soon as the mouse is up issue has been fixed.
129
+
130
+ ## 23.1.42 (2023-10-24)
131
+
132
+ ### GanttChart
133
+
134
+ #### Bug Fixes
135
+
136
+ - `#I508297` - Progress tooltip is misaligned after editing issue has been fixed.
137
+ - `#I509023` - Duration changes to zero while giving input as decimal in remote data issue has been fixed.
138
+ - `#I510092` - Taskbar not rendered in proper alignment in exported page issue has been fixed.
139
+ - `#I512556` - Background color issue with dependency connector line has been fixed.
140
+ - `#I502236` - Taskbar drag and drop issue in virtual scroll resource view issue been fixed.
141
+
142
+ - `#I502236` - Taskbar drag and drop issue in virtual scroll resource view issue been fixed.
143
+
144
+ ## 23.1.41 (2023-10-17)
145
+
146
+ ### GanttChart
147
+
148
+ #### Bug Fixes
149
+
150
+ - `#I494495` - Script error occurs when trying to edit after sorting in presence of validation message issue has been fixed.
151
+ - `#I508721` - Baseline date does not render properly for milestone task issue has been fixed.
152
+ - `#I482456` - Critical path tasks not validated after drag and drop issue has been fixed.
153
+
154
+ ## 23.1.39 (2023-10-04)
155
+
156
+ ### GanttChart
157
+
158
+ #### Bug Fixes
159
+
160
+ - `#I502041` - Error throw while adding the record issue has been fixed.
161
+ - `#I493515` - Style is not applied to the second segment issue has been fixed.
162
+
163
+ ## 23.1.38 (2023-09-26)
164
+
165
+ ### GanttChart
166
+
167
+ #### Bug Fixes
168
+
169
+ - `#I479961` - Milestone baseline moves along with the milestone issue has been fixed.
170
+ - `#I501391` - Misalignment in tooltip when connecting predecessor.
171
+ - `#I495216` - Predecessor is not displayed when we give `GUID` issue has been fixed.
172
+ - `#I499587` - Update of custom column in general tab issue has been fixed.
173
+ - `#I184189` - Changing values in the action Begin event does not reflect while rendering issue has been fixed.
174
+ - `#F184629` - Milestone not rendered properly after editing issue has been fixed.
175
+ - `#I492520` - Critical path styling not getting cleared correctly issue has been fixed.
176
+ - `#I502650` - Taskbar dragging and progress resizing while moving the mouse outside chart issue has been fixed.
177
+ - `#I493515` - When we collapse with Virtualization, the styles doesn't apply properly issue has been fixed.
178
+ - `#I486977` - White space issue occur when we close the side pane issue has been fixed.
179
+
180
+ - `#I499587` - Update of custom column in general tab issue has been fixed.
181
+ - `#I486977` - White space issue occur when we close the side pane issue has been fixed.
182
+
183
+ ## 23.1.36 (2023-09-15)
184
+
185
+ ### GanttChart
186
+
187
+ #### Features
188
+
189
+ - `#I275966` - Provided lazy loading support in Gantt chart. Please find the demo link [here](https://ej2.syncfusion.com/demos/#/bootstrap5/gantt/load-on-demand.html).
190
+ - `#I396039` - Provided baseline support for PDF export in Gantt Chart.
191
+ - 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/demos/#/bootstrap5/gantt/exporting.html).
192
+ - Provided touch interaction support for taskbar resizing, dragging, predecessor connectivity in Gantt chart.
193
+
194
+ - `#I275966` - Provided lazy loading support in Gantt chart. Please find the demo link [here](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/gantt/load-on-demand.html).
195
+ - `#I396039` - Provided baseline support for PDF export in Gantt Chart.
196
+ - 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).
197
+ - Provided touch interaction support for taskbar resizing, dragging, predecessor connectivity in Gantt chart.
198
+
199
+ #### Bug Fixes
200
+
201
+ - `#I492654` - When empty data source pdf export exception thrown issue has been fixed.
202
+ - `#I479578` - Milestone parent is not appearing issue has been fixed.
203
+
204
+ ## 22.2.12 (2023-09-05)
205
+
206
+ ### GanttChart
207
+
208
+ #### Bug Fixes
209
+
210
+ - `#I488557` - The project dates are not modified after changing the timeline.
211
+ - `#I472635` - When pressing the insert key `newRowPosition` bottom row is not highlighted.
212
+ - `#I489655` - Milestone is not converting back to taskbar when we have milestone property has been fixed.
213
+ - `#I492520` - Critical path styling not getting cleared correctly issue has been fixed.
214
+ - `#I492654` - When empty data source pdf export exception thrown issue has been fixed.
215
+ - `#I485527` - Filter menu opening issue in column menu has been fixed.
216
+ - `#I494859` - Gantt shrinks when we update the datasource issue has been fixed.
217
+
218
+ - `#I494859` - Gantt shrinks when we update the datasource issue has been fixed.
219
+
220
+ ## 22.2.11 (2023-08-29)
221
+
222
+ ### GanttChart
223
+
224
+ #### Bug Fixes
225
+
226
+ - `#I485527` - Filter menu opening issue in column menu has been fixed.
227
+ - `#I491313` - Multiple records were selected after using the context menu, adding the milestone position wrong issue has been fixed.
228
+ - `#F183168` - Gantt Chart not refreshing after adding new item is fixed.
229
+ - `#I491178` - Data modified in the server is not reflected in the rendered Gantt Chart is fixed.
230
+
231
+ - `#F183168` - Gantt Chart not refreshing after adding new item is fixed.
232
+
233
+ ## 22.2.10 (2023-08-22)
234
+
235
+ ### GanttChart
236
+
237
+ #### Bug Fixes
238
+
239
+ - `#I486977` - Zoom To Fit issue when we resize browser window has been fixed.
240
+ - `#I484086` - Other instance of the taskbar not moved in the resource view issue has been fixed.
241
+ - `#I482456` - Critical path is incorrect in the Gantt Chart issue has been fixed.
242
+
243
+ - `#I486977` - Zoom To Fit issue when we resize browser window has been fixed.
244
+ - `#I484086` - Other instance of the taskbar not moved in the resource view issue has been fixed.
245
+
246
+ ## 22.2.9 (2023-08-15)
247
+
248
+ ### GanttChart
249
+
250
+ #### Bug Fixes
251
+
252
+ - `#I485657` - Misalignment happened in timeline while exporting `PDF` in Gantt has been fixed.
253
+ - `#I485398` - console error occurs while using segment data issue has been fixed.
254
+ - `#I487527` - Data manager URL is called twice.
255
+ - `#I484079`- Vertical scroll and taskbar is not fully visible in yearly mode issue has been fixed.
256
+ - `#I461564`- No action is performed when we try to add task when the cell is in edited state issue has been fixed.
257
+ - `#I486234` - Label gets hidden in Gantt Chart when task mode is manual issue has been fixed.
258
+
259
+ ## 22.2.8 (2023-08-08)
260
+
261
+ ### GanttChart
262
+
263
+ #### Bug Fixes
264
+
265
+ - `#I485907` - When multiple records are selected after using the context menu to delete, it is not working issue has been fixed.
266
+ - `#I483579` - Splitter resize issue when we resize browser window issue has been fixed.
267
+ - `#I483399` - Style not applied for the collapsed row when the virtual scroll is enabled issue has been fixed.
268
+ - `#I473286` - Unable to drag taskbar and tooltip is misaligned issue has been fixed.
269
+
270
+ - `#I473286` - Unable to drag taskbar and tooltip is misaligned issue has been fixed.
271
+
272
+ ## 22.2.7 (2023-08-02)
273
+
274
+ ### GanttChart
275
+
276
+ #### Bug Fixes
277
+
278
+ - `#I479591` - Critical path is not working properly when the baseline is changed dynamically issue has been fixed.
279
+ - `#F182867` - Edit parameters not working in date columns issue has been fixed.
280
+ - `#I479578` - Milestone get disappeared when we indent the record issue has been fixed.
281
+ - `#I481480` - Last segments resizing issue has been fixed.
282
+ - `#I481603` - Zoom To Fit while Search/Filtered then Clearing Search doesn't update Horizontal Scroll issue has been fixed.
283
+ - `#IF183168` - Record was not added in Gantt using `oDataV4Adaptor` issue has been fixed.
284
+ - `#I479607` - Search including extra results issue has been fixed.
285
+ - `#I481058` - Console error when we use RTL and taskbar template issue has been fixed.
286
+ - `#I482456` - Critical path not working properly issue has been fixed.
287
+ - `#I485219` - Selection is not working when we use react hook.
288
+ - `#I486928` - Incorrect time is displayed in the column.
289
+
290
+ - `#IF183168` - Record was not added in Gantt using `oDataV4Adaptor` issue has been fixed.
291
+
292
+ ## 22.2.5 (2023-07-27)
293
+
294
+ ### GanttChart
295
+
296
+ #### Bug Fixes
297
+
298
+ -`#I472635`-Using insert key highlights top row has been fixed.
299
+
300
+ - `#I480002` - Can’t open task information in the context menu issue has been fixed.
301
+ - `#I479988` - Ghosting bars left on screen after cancelling task bar drag.
302
+ - `#I479961` - Milestone baseline moves along with the milestone issue has been fixed.
303
+ - `#I481999` - Page refresh when using validation rules for column issue has been fixed.
304
+
305
+ ## 22.1.39 (2023-07-18)
306
+
307
+ ### GanttChart
308
+
309
+ #### Bug Fixes
310
+
311
+ - `#I45187` - Border is changed to outline in CSS issue has been fixed.
312
+
313
+ ## 22.1.38 (2023-07-11)
314
+
315
+ ### GanttChart
316
+
317
+ #### Bug Fixes
318
+
319
+ - `#I474676` - Fit to project display wrong timeline issue has been fixed.
320
+ - `#I472975` - Manual task predecessor not properly fetching updated offset issue has been fixed.
321
+ - `#I471838` - White space occur when we change page size in `dataBound` event issue has been fixed.
322
+ - `#I475099` - Context menu is not opening when the dataSource is empty.
323
+ - `#I477253` - Inserting a task prevents scrolling to top of list.
324
+ - `#I461924` - Issue with collapse all Toolbar Option issue has been fixed.
325
+ - `#I475987` -Edit template is not working when the virtualization is enabled.
326
+
327
+ ## 22.1.37 (2023-07-04)
328
+
329
+ ### GanttChart
330
+
331
+ #### Bug Fixes
332
+
333
+ - `#I471925` - Cannot see a Dragged Task after Zoom In issue has been fixed.
334
+ - `#I473517` - Incorrect taskbar render when unit is given in hour issue has been fixed.
335
+ - `#I473451` - Segment taskbar is not rendered correctly issue has been fixed.
336
+ - `#I471730` - Taskbar not rendered properly based on duration issue has been fixed.
337
+
338
+ ## 22.1.36 (2023-06-28)
339
+
340
+ ### GanttChart
341
+
342
+ #### Bug Fixes
343
+
344
+ - `#I473901` - Baseline converted to milestone when task gets converted into milestone issue has been fixed.
345
+ - `#I471926` - Console error occurs in critical path when data source is empty issue has been fixed.
346
+ - `#I469289` - Fit to project is not working properly issue has been fixed.
347
+ - `#I473341` - Tooltip template not working properly issue has been fixed.
348
+ - `#I467372` - no drop icon is displayed while dropping in Gantt chart.
349
+ - `#F182867` - Edit template for start date column not works issue has been fixed.
350
+ - `#I470521` - Toolbar template is not working properly in react issue has been fixed.
351
+ - `#I44322` - Row Selection behaviour occurs differently in grid and Gantt.
352
+
353
+ ## 22.1.34 (2023-06-21)
354
+
355
+ ### GanttChart
356
+
357
+ #### Features
358
+
359
+ -`#I43435` - Improved the user interface of taskbar resizing and moving actions in the Gantt Chart. Now, when users perform taskbar resizing or moving, a virtual element is displayed instead of updating the original taskbar element. This virtual element remains visible until the action is completed, providing users with a clear representation of the changes they are making. Please find the demo link [here](https://ej2.syncfusion.com/demos/#/bootstrap5/gantt/editing.html).
360
+
361
+
362
+ #### Breaking changes
363
+
364
+ - Connector lines have been changed from elements to SVG elements for UI improvement. This change has been made to enhance the user interface and provide a more visually appealing and flexible way of displaying connector lines.
365
+
366
+ ## 21.2.10 (2023-06-13)
367
+
368
+ ### GanttChart
369
+
370
+ #### Bug Fixes
371
+
372
+ - `#I459187` - Newly added record missed at the bottom in virtual scroll issue has been fixed.
373
+ - `#I469401` - Resource names gets duplicated in right label issue has been fixed.
374
+ - `#I464184` - Progress width not updated properly in split tasks issue has been fixed.
375
+ - `#F182318` - Progress width not updated properly in manual tasks after zooming action issue has been fixed.
376
+
377
+ - `#F182318` - Progress width not updated properly in manual tasks after zooming action issue has been fixed.
378
+
379
+ ## 21.2.9 (2023-06-06)
380
+
381
+ ### GanttChart
382
+
383
+ #### Bug Fixes
384
+
385
+ - `#I467744` - Provided support for virtual scroll in resource view multitask bar.
386
+ - `#I464831` - Incorrect render of segments when we give end date while declaring segment in data source issue has been fixed.
387
+ - `#I461924` - Bug Script Error throws while using Virtualization with Collapse All action.
388
+ - `#I469496` - Start date not updated properly for predecessor connected record issue has been fixed.
389
+ - `#I465752` - Timeline start date gets changed when we perform right resizing or progress resizing issue has been fixed.
390
+ - `#I463593` - True type font style is not updated in the footer.
391
+ - `#I463666` - Bug Milestones not rendering correctly in hierarchy issue has been fixed.
392
+ - `#I463231` - Selection is not maintained when we scroll issue has been fixed.
393
+ - `#I462836` - Taskbar not rendered properly when the dependency is connected to the bottom task issue has been fixed.
394
+ - `#I464999` - Expand or Collapse All causes improper view in virtual scrolling issue has been fixed.
395
+ - `#I462469` - Virtual scrolling breaks in deleting the last record issue has been fixed.
396
+ - `#I464528` - Outdent action does not work properly issue has been fixed.
397
+ - `#I464592` - Progress values are incorrect in parent task after performing drag drop issue has been fixed.
398
+
399
+ - `#I467744` - Provided support for virtual scroll in resource view multitask bar.
400
+ - `#I464831` - Incorrect render of segments when we give end date while declaring segment in data source issue has been fixed.
401
+ - `#I462836` - Taskbar not rendered properly when the dependency is connected to the bottom task issue has been fixed.
402
+
403
+ ## 21.2.8 (2023-05-30)
404
+
405
+ ### GanttChart
406
+
407
+ #### Bug Fixes
408
+
409
+ - `#I461738` - Updating custom column change the end date issue has been fixed
410
+ - `#I461564` - Editing cell followed by context menu does not work issue has been fixed
411
+ - `#I461800` - Console error while exporting pdf error has been fixed.
412
+ - `#I464045` - Parent dependency renders though we set `allowParentDependency` as false issue has been fixed.
413
+ - `#I462271` - Taskbar not rendered when we use taskbar template issue has been fixed.
414
+ - `#I460869`- Issue in Resource view wont display resource name has been fixed
415
+ - `#I461105` - Baseline dates rendered incorrectly in without `dayWorkingTime` issue has been fixed.
416
+ - -`#I460869`- Issue in Resource view wont display resource name has been fixed.
417
+
418
+ - `#I461105` - Baseline dates rendered incorrectly in without `dayWorkingTime` issue has been fixed.
419
+
420
+ ## 21.2.6 (2023-05-23)
421
+
422
+ ### GanttChart
423
+
424
+ #### Bug Fixes
425
+
426
+ - `#I461435` - Adding and deleting record rapidly while displaying tooltip cause error has been fixed.
427
+ - `#I461087` - Offset value getting modified incorrectly issue has been fixed.
428
+ - `#I461778` - Misalignment in rows on Tree Grid and Gantt in virtual scroll issue has been fixed
429
+
430
+ ## 21.2.5 (2023-05-16)
431
+
432
+ ### GanttChart
433
+
434
+ #### Bug Fixes
435
+
436
+ - `#I461778` - Misalignment in rows on Tree Grid and Gantt in virtual scroll issue has been fixed
437
+ - `#I181309` - splitter position not updating after resize issue has been fixed.
438
+ - `#I449506` - Moving child row referencing another parent row will not move all of the descendants of that another parent row issue has been fixed.
439
+ - `#I457803` - Offset value is not correctly updated while connecting predecessor issue has been fixed.
440
+ - `#I449944` - Zoom out button in toolbar not enabled once after zoom in operation issue has been fixed.
441
+ - `#I434098` - Issue while rendering resource view without child mapping has been fixed.
442
+
443
+ - `#I449944` - Zoom out button in toolbar not enabled once after zoom in operation issue has been fixed.
444
+ - `#I434098` - Issue while rendering resource view without child mapping has been fixed.
445
+
446
+ ## 21.2.4 (2023-05-09)
447
+
448
+ ### GanttChart
449
+
450
+ #### Bug Fixes
451
+
452
+ - `#I457032` - Task label not rendered properly when we render as template issue has been fixed.
453
+ - `#I457212` - Timeline renders different in `Firefox` and `Chrome` issue has been fixed.
454
+ - `#I456146` - Console error occur while changing task field after removing toolbar issue has been fixed.
455
+ - `#F181579` - Style not reflected on the notes column when we perform dialog edit issue has been fixed.
456
+ - `#I456453` - `CSS class` is not updated while changing it through `updateRecordbyId` method issue has been fixed.
457
+
458
+ -`#I449944` - Zoom out is not enabled.
459
+
460
+ - `#I457032` - Task label not rendered properly when we render as template issue has been fixed.
461
+ - `#F181579` - Style not reflected on the notes column when we perform dialog edit issue has been fixed.
462
+
463
+ ## 21.2.3 (2023-05-03)
464
+
465
+ ### GanttChart
466
+
467
+ #### Bug Fixes
468
+
469
+ - `#I441205` - Two spinner appears while performing action issue has been fixed.
470
+ - `#I451257` - No proper template for manual milestone parent.
471
+ - `#I443041` - Gantt react performance rendering issue during initial load has been fixed.
472
+
473
+ ## 21.1.41 (2023-04-18)
474
+
475
+ ### GanttChart
476
+
477
+ #### Bug Fixes
478
+
479
+ - `#I453787` - Duration not calculated properly in hour duration unit issue has been fixed.
480
+ - `#I453745` - Modified records in `actionBegin` event has invalid records issue has been fixed.
481
+ - `#I449552` - Child record rendered in incorrect dates during initial load issue has been fixed.
482
+ - -`#I452233`- Parent Taskbar template not working properly in latest version.
483
+ - -`#I449864`- Holiday label is not visible when we don't set height.
484
+ - -`#I449674`- Cannot split task when the taskbar is rendered to one day.
485
+ - `#I449757` - Taskbar width rendered incorrectly issue has been fixed.
486
+
487
+ -`I449864`- Holiday label is not visible when we don't set height.
488
+
489
+
490
+ ## 21.1.38 (2023-04-04)
491
+
492
+ ### GanttChart
493
+
494
+ #### Bug Fixes
495
+
496
+ - `#I451243` - Unable to set zooming levels through `zoomingLevels` property issue has been fixed.
497
+ - `#I447704` - Timeline tier is not changing dynamically issue has been fixed.
498
+ - `I447465` - Incorrect progress value on parent task when child tasks have fractional duration issue has been fixed.
499
+ - -`I447475`- End key is not working properly issue has been fixed.
500
+ - -`#I447772` - Application freezing while changing holidays/weekend issue has been fixed.
501
+
502
+ - `#I451243` - Unable to set zooming levels through `zoomingLevels` property issue has been fixed.
503
+ - `#I447704` - Timeline tier is not changing dynamically issue has been fixed.
504
+ - `#I447772` - Application freezing while changing holidays/weekend issue has been fixed.
505
+
506
+ ## 21.1.37 (2023-03-29)
507
+
508
+ ### GanttChart
509
+
510
+ #### Bug Fixes
511
+
512
+ - `#I432146` - Script error occurs while changing data source and resource simultaneously issue has been fixed.
513
+ - -`I441276`- Outdent task is not in correct index of modified records in `actionComplete` event issue has been fixed.
514
+ - -`I435254`, `I444942`- Taskbar not rendered in Pdf exported file when `timelineUnitSize` is initialized issue has been fixed.
515
+
516
+ - `#I432146` - Script error occurs while changing data source and resource simultaneously issue has been fixed.
517
+ - -`I435254`- Taskbar not rendered in Pdf exported file when `timelineUnitSize` is initialized issue has been fixed.
518
+
519
+ ## 21.1.35 (2023-03-23)
520
+
521
+ ### GanttChart
522
+
523
+ #### Features
524
+
525
+ - `#I419169` - Provided Taskbar drag and drop support for resource view in Gantt Chart. Please find the demo link [here](https://ej2.syncfusion.com/demos/#/bootstrap5/gantt/resource-multi-taskbar.html).
526
+ - `#I417330` - Provided support to disable parent predecessor by using `allowParentDependency` property. Please find the `API` link [here](https://ej2.syncfusion.com/documentation/api/gantt/#allowparentdependency).
527
+ - `#I413261` - Restricted offset value update based on enabling or disabling the `API`. Please find the
528
+ - `API` link [here](https://ej2.syncfusion.com/documentation/api/gantt/#updateoffsetontaskbaredit).
529
+ - `#I420482` - Provided option to disable date validation at initial load based on enabling or disabling the `API`
530
+ - By disabling this `API` we can improve load time performance by two time. Please find the
531
+ - `API` link [here](https://ej2.syncfusion.com/documentation/api/gantt/#autocalculatedatescheduling).
532
+
533
+ - `#I419169` - Provided Taskbar drag and drop support for resource view in Gantt Chart. Please find the demo link [here](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/gantt/resource-multi-taskbar).
534
+ - `#I417330` - Provided support to disable parent predecessor by using `allowParentDependency` property. Please find the `API` link [here](https://ej2.syncfusion.com/angular/documentation/api/gantt/#allowparentdependency).
535
+ - `#I413261` - Restricted offset value update based on enabling or disabling the `API`. Please find the
536
+ - `API` link [here](https://ej2.syncfusion.com/angular/documentation/api/gantt/#updateoffsetontaskbaredit).
537
+ - `#I420482` - Provided option to disable date validation at initial load based on enabling or disabling the `API`
538
+ - By disabling this `API` we can improve load time performance by two time. Please find the
539
+ - `API` link [here](https://ej2.syncfusion.com/angular/documentation/api/gantt/#autocalculatedatescheduling).
540
+
541
+ ## 20.4.54 (2023-03-14)
542
+
543
+ ### GanttChart
544
+
545
+ #### Bug Fixes
546
+
547
+ -`I442012`- Pdf export padding property for column header is not working properly issue has been fixed.
548
+ -`F180721`- Script error occurs when critical path is enabled in virtualization mode issue has been fixed.
549
+ -`F180854`- Successor task not updated when editing predecessor task issue has been fixed.
550
+ -`I436189`- Two different payloads passed to put and post for a single add action issue has been fixed.
551
+ -`I440310`- Script error throws when parent ID mapped issue has been fixed.
552
+ -`I441047`- An exception is thrown when attempting to update `task fields` and `data source`.
553
+
554
+
555
+ ## 20.4.53 (2023-03-07)
556
+
557
+ ### GanttChart
558
+
559
+ #### Bug Fixes
560
+
561
+ -`I413261`- Validate predecessor link on editing issue has been fixed.
562
+ -`I441394`- Gantt Column name doesn't change respect to changing of culture at runtime issue has been fixed.
563
+ -`I437053`- Task label not updated correctly When dynamically updating data source issue has been fixed.
564
+
565
+
566
+ ## 20.4.52 (2023-02-28)
567
+
568
+ ### GanttChart
569
+
570
+ #### Bug Fixes
571
+
572
+ -`I435386`- Column template not working in `Vue` platform issue has been fixed.
573
+ -`I426170`- Incorrect Start Date Update for Unscheduled Task When Editing Parent Start Date.
574
+ -`I432910`- zoom in not disabled issue has been fixed.
575
+ -`I431348`- Updating Day Working Time Property Dynamically in UTC Timezone Results in Invalid Dates.
576
+ -`I394676`- Incorrect Date in milestone while on load and editing issue has been fixed.
577
+ -`#I436476`- Gantt Task doesn't get updated after Batch Update issue is fixed.
578
+
579
+
580
+ -`I394676`- Incorrect Date in milestone while on load and editing issue has been fixed.
581
+
582
+
583
+ ## 20.4.51 (2023-02-21)
584
+
585
+ ### GanttChart
586
+
587
+ #### Bug Fixes
588
+
589
+ -`I432910`- Export Issue with Predecessor Connectivity for Filtered Data.
590
+ -`#I434098`- Script error occurs when updating resources dynamically without child mapping.
591
+
592
+
593
+ -`#I434098`- Script error occurs when updating resources dynamically without child mapping.
594
+
595
+
596
+ ## 20.4.50 (2023-02-14)
597
+
598
+ ### GanttChart
599
+
600
+ #### Bug Fixes
601
+
602
+ - `#I431629`- A script error is thrown while performing tab navigation on the last row.
603
+
604
+ ## 20.4.49 (2023-02-07)
605
+
606
+ ### GanttChart
607
+
608
+ #### Bug Fixes
609
+
610
+ - `#I429875` - Console error while using self-referential data issue has been fixed.
611
+ - `#I428914` - Duration value is not maintained when using `valueAccessor` issue has been fixed.
612
+ - `#I426170` - Action complete is not triggered properly for Zoom In and Zoom to fit in Gantt chart.
613
+
614
+ -`#I428914`- Duration value is not maintained when using `valueAccessor` issue has been fixed.
615
+
616
+
617
+ ## 20.4.48 (2023-02-01)
618
+
619
+ ### GanttChart
620
+
621
+ #### Bug Fixes
622
+
623
+ - `#I427837` - Baseline renders with incorrect date in difference timezone issue has been fixed.
624
+ - `#I430365` - Child tasks not updated after updating parent task predecessor has been fixed.
625
+ - `#I428064` - Incorrect unit in timeline issue has been fixed.
626
+
627
+ - `#I428064` - Incorrect unit in timeline issue has been fixed.
628
+
629
+ ## 20.4.43 (2023-01-10)
630
+
631
+ ### GanttChart
632
+
633
+ #### Bug Fixes
634
+
635
+ - `#I426170` - Incorrect request type in zooming action has been fixed.
636
+ - `#FB39646` - Incorrect index value during row drag and drop has been fixed.
637
+
638
+ ## 20.4.42 (2023-01-04)
639
+
640
+ ### GanttChart
641
+
642
+ #### Bug Fixes
643
+
644
+ - `#I421870`- Record does not update properly when its modified in `actionBegin` event issue has been fixed.
645
+ - `#I420414` - Row height issue in task mode has been fixed.
646
+
647
+ - `#I420414` - Row height issue in task mode has been fixed.
648
+
649
+ ## 20.4.40 (2022-12-28)
650
+
651
+ ### GanttChart
652
+
653
+ #### Bug Fixes
654
+
655
+ - `#I420702` - Persistence settings prevent changing the timeline settings issue has been fixed.
656
+ - `#I422731` - Issue when predecessor is given for unscheduled parent issue has been fixed.
657
+ - `#I423435` - Customize baseline colour in `queryTaskbarInfo` event in segmented tasks issue has been fixed.
658
+ - `#I420280` - The `actionBegin` event receives more records as modified data when task is edited issue has been fixed.
659
+ - `#I422943` - Taskbar appearing on next date issue has been fixed.
660
+ - `#I422476` - Progress value issue in parent task has been fixed.
661
+ - `#I425389`- Baseline not properly rendered after moving Milestone.
662
+
663
+ - `#I420702` - Persistence settings prevent changing the timeline settings issue has been fixed.
664
+ - `#I422943` - Taskbar appearing on next date issue has been fixed.
665
+
666
+ ## 20.4.38 (2022-12-21)
667
+
668
+ ### GanttChart
669
+
670
+ #### Features
671
+
672
+ - `#I237939`,`#I255626`,`#I398597` - Provided `RTL` support in Gantt chart. Please find the documentation link [here](https://ej2.syncfusion.com/documentation/gantt/global-local/#right-to-left-rtl).
673
+ - Provided `Shimmer` support in Gantt chart. Please find the demo link [here](https://ej2.syncfusion.com/demos/#/bootstrap5/gantt/loading-animation).
674
+
675
+ - `#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).
676
+ - Provided `Shimmer` support in Gantt chart. Please find the demo link [here](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/gantt/loading-animation).
677
+
678
+ #### Bug Fixes
679
+
680
+ - `#I417035` - Expand Collapse not working properly after cell editing issue has been fixed.
681
+ - `#I421663` - The baseline end date has not been properly validated issue has been fixed.
682
+
683
+ ## 20.3.60 (2022-12-06)
684
+
685
+ ### GanttChart
686
+
687
+ #### Bug Fixes
688
+
689
+ - `#I420414` - Unable to disable edit dialog fields in general tab issue has been fixed.
690
+ - `#I420280` - The `actionBegin` event receives more records as modified data when a task is resized issue has been fixed.
691
+ - `#I420126` - Error thrown when deleting a Unassigned task in the Resource View issue has been fixed.
692
+ - `#I415400` - Cell Edit does not save when clicking on the chart side issue has been fixed.
693
+ - `#I419273` - End Key not working as expected when selection type set to Both.
694
+
695
+ ## 20.3.59 (2022-11-29)
696
+
697
+ ### GanttChart
698
+
699
+ #### Bug Fixes
700
+
701
+ - `#I413261` - Dependency values for the parent task are not properly updated issue has been fixed.
702
+ - `#I419062` - Edit type issue when datasource is undefined issue has been fixed.
703
+ - `#I417042` - A console error is thrown when updating the parent task's start date.
704
+ - `#I419262` - The dependency line is rendered even after cancel.
705
+
706
+ ## 20.3.58 (2022-11-22)
707
+
708
+ ### GanttChart
709
+
710
+ #### Bug Fixes
711
+
712
+ - `#I416610` - Able to scroll vertically when virtual scrolling enabled without scrollable records issue has been fixed.
713
+ - `#I417049` - Adding duration to an unscheduled task affects the project start date.
714
+
715
+ ## 20.3.57 (2022-11-15)
716
+
717
+ ### GanttChart
718
+
719
+ #### Bug Fixes
720
+
721
+ - `#I413261` - Dependency values for the parent task are not properly updated issue has been fixed.
722
+ - `#I410200` - Timeline headers disappears when timeline changes dynamically.
723
+ - `#I413560` - Datasource Property not updated properly after row indent and outdent issue has been fixed.
724
+ - `#I65261` - Filtering functionality issues in duration column.
725
+ - `#I65321` - Task duration is not calculated properly in dialog edit.
726
+
727
+ ## 20.3.56 (2022-11-08)
728
+
729
+ ### GanttChart
730
+
731
+ #### Bug Fixes
732
+
733
+ - `#I414182` - Datasource Property not updated properly after row drag and drop issue has been fixed.
734
+ - `#I413625` - Current view data not updated properly when dynamically change the view type issue has been fixed.
735
+ - `#I414481` - Dynamically updating the `renderBaseline` property in immutable mode issue has been fixed.
736
+
737
+ ## 20.3.52 (2022-10-26)
738
+
739
+ ### GanttChart
740
+
741
+ #### Bug Fixes
742
+
743
+ - `#I413261` - Dependency values for the parent task are not properly updated issue has been fixed.
744
+ - `#I412821` - Row drag and drop is not working properly when Virtualization is enabled.
745
+
746
+ ## 20.3.50 (2022-10-18)
747
+
748
+ ### GanttChart
749
+
750
+ #### Bug Fixes
751
+
752
+ - `#I409097` - Deleting record when search text is selected issue has been fixed.
753
+ - `#I404228` - Saving record even when in edited state issue has been fixed.
754
+ - `#I413093` - Pdf export is not working in latest version issue has been fixed.
755
+
756
+ - `#I404228` - Saving record even when in edited state issue has been fixed.
757
+ - `#I412821` - Row drag and drop is not working properly when Virtualization is enabled.
758
+
759
+ ## 20.3.49 (2022-10-11)
760
+
761
+ ### GanttChart
762
+
763
+ #### Bug Fixes
764
+
765
+ - `#I395003` - Gantt records disappear when scrolling up and down quickly issue has been fixed.
766
+ - `#I407437` - Add new record in resource view without child mapping issue has been fixed.
767
+ - `#I407832` - Console error when all the element is disabled in context menu.
768
+ - `#I407716` - Data source update on load time issue has been fixed.
769
+ - `#I400913`, `#I405837` - Pdf export is not working when the data has Hebrew and Vietnamese characters.
770
+
771
+ - `#I407437` - Add new record in resource view without child mapping issue has been fixed.
772
+ - `#I405837` - Pdf export is not working when the data has Hebrew and Vietnamese characters.
773
+
774
+ ## 20.3.48 (2022-10-05)
775
+
776
+ ### GanttChart
777
+
778
+ #### Bug Fixes
779
+
780
+ - `#I408288` - Timeline rendering is incomplete when data is rebinded issue has been fixed.
781
+ - `#I404228` - Issue in saving data in segment has been fixed.
782
+ - `#I406597` - Duplicate record in the data source issue has been fixed.
783
+ - `#I405108` - Unable to customize event marker tooltip issue has been fixed.
784
+ - `#F176879` - Unable to customize the dependency name issue has been fixed.
785
+ - `#I409288` - Exception when the expand change dynamically has been fixed.
786
+
787
+ - `#I404228` - Issue in saving data in segment has been fixed.
788
+ - `#I409288` - Exception when the expand change dynamically has been fixed.
789
+
790
+ ## 20.3.47 (2022-09-29)
791
+
792
+ ### GanttChart
793
+
794
+ #### Features
795
+
796
+ - `#F145182`, `#I260943`, `#I269630`, `#I273259`, `#I320454`, `#I326471`, `#I336212`, `#I340854`, `#I341129`, `#F171031`, `#I364331` - Provided Predecessor support for parent task in Gantt Chart. Please find the demo link [here](https://ej2.syncfusion.com/demos/#/bootstrap5/gantt/editing).
797
+ - `#I315577` - Provided Row Drag and Drop support in Virtual Scrolling feature for Gantt Chart.
798
+ - `#F165210` - Provided excel filter support in Gantt Chart. Please find the demo link [here](https://ej2.syncfusion.com/demos/#/bootstrap5/gantt/filtering).
799
+ - `#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/documentation/api/gantt/taskFields/#id).
800
+ - `#FB36072` - Provided support for Critical Path with Multi Taskbar enabled.
801
+
802
+ - `#F145182`, `#I260943`, `#I269630`, `#I273259`, `#I320454`, `#I326471`, `#I336212`, `#I340854`, `#I341129`, `#F171031`, `#I364331` - Provided Predecessor support for parent task in Gantt Chart. Please find the demo link [here](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/gantt/editing).
803
+ - `#I315577` - Provided Row Drag and Drop support in Virtual Scrolling feature for Gantt Chart.
804
+ - `#F165210` - Provided excel filter support in Gantt Chart. Please find the demo link [here](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/gantt/filtering).
805
+ - `#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).
806
+ - `#FB36072` - Provided support for Critical Path with Multi Taskbar enabled.
807
+
808
+ #### Bug Fixes
809
+
810
+ - `#F177237` - The `currentViewData` with dependencies were not exported correctly in `PDFExport` issue has been fixed.
811
+ - `#I402913` - Checkbox selection must be completed with a single click issue has been fixed.
812
+ - `#I404007` - Filter Menu not closed when focus is removed issue has been fixed.
813
+ - `#I403823` - Custom Column values not updated when editing in tab issue has been fixed.
814
+ - `#I403221` - Issue in deleting parent record in resource view has been fixed.
815
+
816
+ - `#I404007` - Filter Menu not closed when focus is removed issue has been fixed.
817
+
818
+ ## 20.2.49 (2022-09-13)
819
+
820
+ ### GanttChart
821
+
822
+ #### Bug Fixes
823
+
824
+ - `#I403222` - Console error occurs in resource view with enabled persistence issue has been fixed.
825
+
826
+ ## 20.2.46 (2022-08-30)
827
+
828
+ ### GanttChart
829
+
830
+ #### Bug Fixes
831
+
832
+ - `#F176984` - Timeline is extended when the splitter position is moved issue has been fixed.
833
+ - `#I398394` - Row drag and drop not working properly on resource view sample issue has been fixed.
834
+ - `#I396036` - Baselines become milestones when start date and end date are mapped.
835
+
836
+ - `#F176984` - Timeline is extended when the splitter position is moved issue has been fixed.
837
+
838
+ ## 20.2.45 (2022-08-23)
839
+
840
+ ### GanttChart
841
+
842
+ #### Bug Fixes
843
+
844
+ - `#I389542` - Filter records with hierarchy mode as both shows no record to display issue has been fixed.
845
+
846
+ ## 20.2.44 (2022-08-16)
847
+
848
+ ### GanttChart
849
+
850
+ #### Bug Fixes
851
+
852
+ - `#I394194` - Timeline changes when toggling critical path issue has been fixed.
853
+ - `#I388575` - Gantt chart disappears when searching is performed with tasks in collapsed state with virtualization issue has been fixed.
854
+ - `#I394195` - Week start day not working properly after perform Zooming actions issue has been fixed.
855
+ - `#I393709` - Baseline milestone not rendered in proper position .
856
+ - `#I394223` - Gantt Chart does not update data source when adding new record.
857
+
858
+ - `#I393709` - Baseline milestone not rendered in proper position.
859
+
860
+ ## 20.2.43 (2022-08-08)
861
+
862
+ ### GanttChart
863
+
864
+ #### Bug Fixes
865
+
866
+ - `#I393339` - Empty record is displayed after searching a text when using the refresh method issue has been fixed.
867
+ - `#I392655` - Issue in deleting multiple tasks, when one task is collapsed issue has been fixed.
868
+ - `#I394407` - Script error occurs when we edit the baseline date issue has been fixed.
869
+ - `#I376455` - Unable to focus on chart element when editing is not enabled has been fixed.
870
+ - `#I393670`, `#I393633` - End date calculated wrongly for adding new task after zoom to fit is performed issue has been fixed.
871
+ - `#I391704`-Need to disable HTML encoding in tooltip has been fixed.
872
+ - `#F149986` - Unable to use drop down edit in progress column has been fixed.
873
+
874
+ ## 20.2.39 (2022-07-19)
875
+
876
+ ### GanttChart
877
+
878
+ #### Bug Fixes
879
+
880
+ - `#I389834` - Records position not updated properly in datasource when we drag and drop the records issue has been fixed.
881
+
882
+ ## 20.2.38 (2022-07-12)
883
+
884
+ ### GanttChart
885
+
886
+ #### Bug Fixes
887
+
888
+ - `#I380929` - Baseline end date issue for milestone with same baseline start and end date has been fixed.
889
+ - `#I385298` - Bottom Tier not partitioned properly when zoom to fit issue has been fixed.
890
+ - `#I388575` - Virtual scroll issue when collapsed and searched has been fixed
891
+
892
+ ## 20.2.36 (2022-06-30)
893
+
894
+ ### GanttChart
895
+
896
+ #### Features
897
+
898
+ - `#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/demos/#/bootstrap5/gantt/critical-path).
899
+ - Provided State Persistence support for Gantt Chart. Please find the documentation link [here](https://ej2.syncfusion.com/javascript/documentation/gantt/state-persistence).
900
+
901
+ - `#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).
902
+ - Provided State Persistence support for Gantt Chart. Please find the documentation link [here](https://ej2.syncfusion.com/angular/documentation/gantt/state-persistence).
903
+
904
+ #### Bug Fixes
905
+
906
+ - `#I379308, #I380615` - Baseline end date issue for milestone with same baseline start and end date has been fixed.
907
+ - `#I383128` - DataSource gets updated wrongly when we update the data with invalid `parentID` issue has been fixed.
908
+ - `#I378077` - Newly added records not gets refreshed when running the sample using `nodejs` issue has been resolved.
909
+ - `#I382484` - Gantt records gets repeated when we perform scrolling in virtual data issue has been fixed.
910
+ - `#I376455` - Tab key navigation not working properly when moving to new records has been fixed.
911
+
912
+ - `#I376455` - Tab key navigation not working properly when moving to new records has been fixed.
913
+ - `#I383128` - DataSource gets updated wrongly when we update the data with invalid `parentID` issue has been fixed.
914
+ - `#I376455` - Unable to focus on chart element when editing is not enabled has been fixed.
915
+ - `#I391704`-Need to disable HTML encoding in tooltip has been fixed.
916
+
917
+ ## 20.1.60 (2022-06-14)
918
+
919
+ ### GanttChart
920
+
921
+ #### Bug Fixes
922
+
923
+ - `#367483` - Indent Outdent toolbar options appearing when edit settings is not defined issue has been been fixed.
924
+ - `#384296` - Unable to draw dependency when progress mapping is disabled issue has been been fixed.
925
+ - `#381374` - Editing milestone duration varies the start date issue has been been fixed.
926
+
927
+ - `#367483` - Indent Outdent toolbar options appearing when edit settings is not defined issue has been been fixed.
928
+ - `#384296` - Unable to draw dependency when progress mapping is disabled issue has been been fixed.
929
+
930
+ ## 20.1.59 (2022-06-07)
931
+
932
+ ### GanttChart
933
+
934
+ #### Bug Fixes
935
+
936
+ - `#379229` - Pdf export is not working when using custom date format issue has been fixed.
937
+ - `#381109` - Issue when Zoom To Fit with unscheduled tasks has been fixed.
938
+ - `#382884` - work value calculation issue for parent task has been fixed.
939
+
940
+ ## 20.1.58 (2022-05-31)
941
+
942
+ ### GanttChart
943
+
944
+ #### Bug Fixes
945
+
946
+ - `#380136` - End date is not updated when we update the resource unit via `updateRecordByID` method.
947
+ - `#378491` - Data is not displayed when we frequently move between different tabs has been fixed.
948
+ - `#379660` - Script error thrown when switching between tabs has been fixed.
949
+
950
+ - `#378491` - Data is not displayed when we frequently move between different tabs has been fixed.
951
+ - `#379660` - Script error thrown when switching between tabs has been fixed.
952
+
953
+ ## 20.1.56 (2022-05-17)
954
+
955
+ ### GanttChart
956
+
957
+ #### Bug Fixes
958
+
959
+ - `#F174816` - Landscape page orientation is not working when exporting Pdf has been fixed.
960
+ - `#377857` - Task not assigned to resources when dynamically changes from project view into resource view has been fixed.
961
+
962
+ ## 20.1.55 (2022-05-12)
963
+
964
+ ### GanttChart
965
+
966
+ #### Bug Fixes
967
+
968
+ - `#376228` - Duration is not updated while updating resource units using `updateRecordByID` method issue has been fixed.
969
+ - `#370224` - Filtering issue when rendering Gantt inside the modal has been fixed.
970
+ - `#376455` - Tab key navigation not working properly when moving from grid to timeline issue has been fixed.
971
+
972
+ - `#376455` - Tab key navigation not working properly when moving from grid to timeline issue has been fixed.
973
+
974
+ ## 20.1.52 (2022-05-04)
975
+
976
+ ### GanttChart
977
+
978
+ #### Bug Fixes
979
+
980
+ - `#372661` - Data not properly updated in the Gantt Chart when switching between list view issue has been fixed.
981
+
982
+ ## 20.1.51 (2022-04-26)
983
+
984
+ ### GanttChart
985
+
986
+ #### Bug Fixes
987
+
988
+ - `#373529` - Task label is not properly displayed in pdf export issue has been fixed.
989
+ - `#373829` - Top tier and bottom tier partitioning issue in quarterly mode has been fixed.
990
+ - `#374212, #372614` - Timeline is not rendered properly when using hour format in `DST` issue has been fixed.
991
+ - `#367794` - Cell editing issue in internet explorer has been fixed.
992
+
993
+ - `#373529` - Task label is not properly displayed in pdf export issue has been fixed.
994
+ - `#373829` - Top tier and bottom tier partitioning issue in quarterly mode has been fixed.
995
+
996
+ ## 20.1.50 (2022-04-19)
997
+
998
+ ### GanttChart
999
+
1000
+ #### Bug Fixes
1001
+
1002
+ - `#372623` - New record keeps an editable state in dependency tab even after switching the tabs has been fixed.
1003
+ - `#373803` - Scrollbar not available in notes tab issue has been fixed.
1004
+ - `#372344` - Issue in `taskLabelTemplate` using `ngTemplate` has been fixed.
1005
+ - `#372131` - Issue in `taskbarTemplate` with `enableMultiTaskbar` enabled has been fixed.
1006
+
1007
+ ## 20.1.48 (2022-04-12)
1008
+
1009
+ ### GanttChart
1010
+
1011
+ #### Bug Fixes
1012
+
1013
+ - `#371080` - Issue in `actionBegin` event for cancelling the row drag and drop action using request type `beforeDrop` has been fixed.
1014
+ - `#374064` - Gantt height not gets responsive when collapsing all tasks in `auto` mode.
1015
+ - `#372623` - Filter popup gets closed automatically When clicking between the filter fields has been fixed.
1016
+
1017
+ - `#372623` - Filter popup gets closed automatically When clicking between the filter fields has been fixed.
1018
+
1019
+ ## 20.1.47 (2022-04-04)
1020
+
1021
+ ### GanttChart
1022
+
1023
+ #### Bug Fixes
1024
+
1025
+ - `#300959` - Provided support to fill empty space with extended timeline in zoom out action.
1026
+ - `#371372` - Unable to change end Date of manual parent task issue has been fixed.
1027
+ - `#363003` - Child mapping order not maintained in data source property issue has been fixed.
1028
+
1029
+ ## 19.4.56 (2022-03-15)
1030
+
1031
+ ### GanttChart
1032
+
1033
+ #### Bug Fixes
1034
+
1035
+ - `#369264` - Event marker labels not visible when there is single record has been fixed
1036
+ - `#362146` - Row customization using `rowDataBound` event in `enableImmutableMode` issue has been fixed
1037
+ - `#363336` - Child records not updated properly in specific index issue has been fixed.
1038
+ - `#368609` - Indent and outdent toolbar item not showing when checkbox selection is enabled has been fixed.
1039
+ - `#363752` - Issue in assigning custom zooming levels in `load` event has been fixed.
1040
+ - `#368549` - Gantt chart indentation issue while adding a child task has been fixed.
1041
+ - `#359455` - Issue in giving height as view port for parent container has been fixed.
1042
+
1043
+ - `#369264` - Event marker labels not visible when there is single record has been fixed
1044
+ - `#363752` - Issue in assigning custom zooming levels in `load` event has been fixed.
1045
+ - `#362146` - Row customization using `rowDataBound` event in `enableImmutableMode` issue has been fixed
1046
+ - `#363336` - Child records not updated properly in specific index issue has been fixed.
1047
+ - `#368609` - Indent and outdent toolbar item not showing when checkbox selection is enabled has been fixed.
1048
+ - `#368549` - Gantt chart indentation issue while adding a child task has been fixed.
1049
+
1050
+ ## 19.4.55 (2022-03-08)
1051
+
1052
+ ### GanttChart
1053
+
1054
+ #### Bug Fixes
1055
+
1056
+ - `#366304` - Gantt line mismatches when we set system display as 100% and browser zoom settings as 90% has been fixed.
1057
+ - `#365994` - Right and left label template not working in `vue` has been fixed.
1058
+
1059
+ - `#366304` - Gantt line mismatches when we set system display as 100% and browser zoom settings as 90% has been fixed.
1060
+
1061
+ ## 19.4.54 (2022-03-01)
1062
+
1063
+ ### GanttChart
1064
+
1065
+ #### Bug Fixes
1066
+
1067
+ - `#366296` - When moving from once cell to another cell using tab key navigation issue has been fixed.
1068
+ - `#363358`,`F172781` - Drag and drop not working properly after row gets collapsed issue has been fixed.
1069
+
1070
+ ## 19.4.53 (2022-02-22)
1071
+
1072
+ ### GanttChart
1073
+
1074
+ #### Bug Fixes
1075
+
1076
+ - `#365463` - Gantt timeline view gets changed when resize the task to left side has been fixed.
1077
+
1078
+ ## 19.4.52 (2022-02-15)
1079
+
1080
+ ### GanttChart
1081
+
1082
+ #### Bug Fixes
1083
+
1084
+ - `#360085` - Issue in deleting a task after performing expand collapse action for multiple times has been fixed.
1085
+ - `#364950` - The `taskLabel` property does not show the task name properly when giving name with space has been fixed.
1086
+
1087
+ - `#364950` - The `taskLabel` property does not show the task name properly when giving name with space has been fixed.
1088
+
1089
+ ## 19.4.50 (2022-02-08)
1090
+
1091
+ ### GanttChart
1092
+
1093
+ #### Bug Fixes
1094
+
1095
+ - `#362011` - Date alignment issue with Gantt Zoom to fit top tier and bottom tier has been fixed.
1096
+ - `#364643` - Extra fields are added in `dataSource` property for bottom position issue has been fixed.
1097
+ - `#363210` - Issue in performing edit dialog when we map only segments tab in `editDialogFields` has been fixed.
1098
+ - `#364723` - Issue in updating `dataSource` property using insert key has been fixed.
1099
+ - `#364643` - New record added in the top of datasource when row position is set as Bottom has been fixed.
1100
+
1101
+ - `#363210` - Issue in performing edit dialog when we map only segments tab in `editdialogfields` has been fixed.
1102
+
1103
+ ## 19.4.47 (2022-01-25)
1104
+
1105
+ ### GanttChart
1106
+
1107
+ #### Bug Fixes
1108
+
1109
+ - `#356978` - Issue in disable the initial move of taskbar drag has been fixed.
1110
+ - `#357647` - Issue in enabling scroll top during load time has been fixed.
1111
+ - `#360893` - Issue in data source not updating when dragging and dropping child record has been fixed.
1112
+ - `#359455` - Issue in rendering Gantt when parent container height is set in percentage has been fixed.
1113
+ - `#361492` - Dragged row does not disappear when the row dropped outside the Gantt issue has been fixed.
1114
+ - `#360381` - Issue in clicking on date picker while filtering has been fixed.
1115
+ - `#362566` - Child records do not indent properly when immutable mode is enabled issue has been fixed
1116
+
1117
+ - `#356978` - Issue in disable the initial move of taskbar drag has been fixed.
1118
+ - `#360893` - Issue in data source not updating when dragging and dropping child record has been fixed.
1119
+ - `#362566` - Child records do not indent properly when immutable mode is enabled issue has been fixed.
1120
+
1121
+ ## 19.4.43 (2022-01-18)
1122
+
1123
+ ### GanttChart
1124
+
1125
+ #### Bug Fixes
1126
+
1127
+ - `#359455` - Issue in rendering Gantt when parent container height is set in percentage has been fixed.
1128
+ - `#360424` - Issue in performing drag and drop when resource is set to null has been fixed.
1129
+ - `#360085` - Issue in adding new record after performing expand collapse action for multiple times has been fixed.
1130
+ - `#360081` - Console error thrown when we assign resources to parent tasks has been fixed.
1131
+
1132
+ ## 19.4.42 (2022-01-11)
1133
+
1134
+ ### GanttChart
1135
+
1136
+ #### Bug Fixes
1137
+
1138
+ - `#354721` - Issue in rendering milestone based on the milestone mapping in datasource has been fixed.
1139
+ - `#358683` - Toolbar gets hide after `expandAll` and `collapseAll` is performed issue has been fixed.
1140
+
1141
+ ## 19.4.41 (2022-01-04)
1142
+
1143
+ ### GanttChart
1144
+
1145
+ #### Bug Fixes
1146
+
1147
+ - `#355824, #360027` - Gantt Chart display issue with misalign in dates on which DST change happens has been fixed.
1148
+ - `#F171256` - Issue in Localization for the word New Task has been fixed.
1149
+
1150
+ - `#355824` - Gantt Chart display issue with misalign in dates on which DST change happens has been fixed.
1151
+
1152
+ ## 19.4.40 (2021-12-28)
1153
+
1154
+ ### GanttChart
1155
+
1156
+ #### Bug Fixes
1157
+
1158
+ - `#357340` - Issue with Gantt `selectedRowIndex` property when deleted the selected item in last row.
1159
+
1160
+ ## 19.4.38 (2021-12-17)
1161
+
1162
+ ### GanttChart
1163
+
1164
+ #### Bug Fixes
1165
+
1166
+ - `#346141` - Issue with Gantt manipulates and change task data date values from original data has been fixed.
1167
+ - `#F170644` - Issue in manual start date while mapping multiple parent levels has been fixed.
1168
+ - `#F170274` - DateTimePicker is not rendering in dialog segment tab start date and end date columns has been fixed.
1169
+
1170
+ - `#346141` - Gantt manipulates and changes task data dates from original data issue has been fixed.
1171
+
1172
+ #### Breaking Changes
1173
+
1174
+ - Original user datasource is maintained in `taskData` and `dataSource` properties in Gantt during load time. It will update only after CRUD operation.
1175
+
1176
+ ## 19.3.56 (2021-12-02)
1177
+
1178
+ ### GanttChart
1179
+
1180
+ #### Bug Fixes
1181
+
1182
+ - `#347613` - Connector line issue after updating the datasource dynamically has been fixed.
1183
+ - `#346909` - Issue in disable custom context menu has been fixed.
1184
+
1185
+ - `#347613` - Connector line issue after updating the datasource dynamically has been fixed.
1186
+
1187
+ ## 19.3.55 (2021-11-23)
1188
+
1189
+ ### GanttChart
1190
+
1191
+ #### Bug Fixes
1192
+
1193
+ - `#347753` - Issue in `defaultedit` edit type has been fixed.
1194
+
1195
+ ## 19.3.53 (2021-11-12)
1196
+
1197
+ ### GanttChart
1198
+
1199
+ #### Bug Fixes
1200
+
1201
+ - `#342557` - In fixed work type duration update issue has been fixed.
1202
+
1203
+ ## 19.3.48 (2021-11-02)
1204
+
1205
+ ### GanttChart
1206
+
1207
+ #### Bug Fixes
1208
+
1209
+ - `#343417` - Issue in updating row index after row drag and drop has been fixed.
1210
+ - `#346516` - Issue in context menu after cell editing has been fixed.
1211
+ - `#346736` - Issue in rendering connector points when progress field is not mapped has been fixed.
1212
+
1213
+ - `#346516` - Issue in context menu after cell editing has been fixed.
1214
+ - `#346736` - Issue in rendering connector points when progress field is not mapped has been fixed.
1215
+
1216
+ ## 19.3.47 (2021-10-26)
1217
+
1218
+ ### GanttChart
1219
+
1220
+ #### Bug Fixes
1221
+
1222
+ - `#343991` - Additional parameters are not passed to `BatchUpdate` method when deleting the row issue has been fixed.
1223
+ - `#344100` - Issue in cancelling the drawing of predecessor line in `actionBegin` event has been fixed.
1224
+ - `#345841` - Issue on taskbar editing when timezone property set as `UTC` has been fixed.
1225
+ - `#341691` - Bring back browser default context menu in dialog editing has been fixed.
1226
+
1227
+ - `#345841` - Issue on taskbar editing when timezone property set as `UTC` has been fixed.
1228
+ - `#341691` - Bring back browser default context menu in dialog editing has been fixed.
1229
+
1230
+ #### Breaking Changes
1231
+
1232
+ - Add and Edit dialog is now rendered as direct child to *body* element.
1233
+
1234
+ ## 19.3.46 (2021-10-19)
1235
+
1236
+ ### GanttChart
1237
+
1238
+ #### Bug Fixes
1239
+
1240
+ - `#343417` - Issue in CRUD operations when using datamanager data has been fixed.
1241
+ - `#340739` - Vertical grid line issue while changing height dynamically has been fixed.
1242
+ - `#F168970` - Issue in updating Segments data issue has been fixed.
1243
+
1244
+ - `#343417` - Issue in CRUD operations when using datamanager data has been fixed.
1245
+ - `#340739` - Vertical grid line issue while changing height dynamically has been fixed.
1246
+
1247
+ ## 19.3.45 (2021-10-12)
1248
+
1249
+ ### GanttChart
1250
+
1251
+ #### Bug Fixes
1252
+
1253
+ - `#342557` - In fixed work type duration update issue has been fixed.
1254
+ - `#340406` - Misalignment while using line height property issue has been fixed.
1255
+ - `#310346` - Pdf export issue while changing date format has been fixed.
1256
+
1257
+ - `#340406` - Misalignment while using line height property issue has been fixed.
1258
+ - `#310346` - Pdf export issue while changing date format has been fixed.
1259
+
1260
+ ## 19.3.44 (2021-10-05)
1261
+
1262
+ ### GanttChart
1263
+
1264
+ #### New Features
1265
+
1266
+ - `#304621, #322659` - Provided percentage support for height and width of Gantt element.
1267
+
1268
+ - `#322659` - Provided percentage support for height and width of Gantt element.
1269
+
1270
+ ## 19.2.62 (2021-09-14)
1271
+
1272
+ ### GanttChart
1273
+
1274
+ #### Bug Fixes
1275
+
1276
+ - `#340421` - In smaller resolution the splitter appeared in wrong position issue has been fixed.
1277
+ - `#341502` - Indicators disappear when datasource changed dynamically issue has been fixed.
1278
+
1279
+ - `#340421` - In smaller resolution the splitter appeared in wrong position issue has been fixed.
1280
+
1281
+ ## 19.2.60 (2021-09-07)
1282
+
1283
+ ### GanttChart
1284
+
1285
+ #### Bug Fixes
1286
+
1287
+ - `#340155` - Dialog closes when pressing insert key issue has been fixed.
1288
+ - `#333851` - Dynamically changing the holidays issue has been fixed.
1289
+
1290
+ ## 19.2.59 (2021-08-31)
1291
+
1292
+ ### GanttChart
1293
+
1294
+ #### Bug Fixes
1295
+
1296
+ - `#339434` - Issue in tooltip has been resolved.
1297
+
1298
+ ## 19.2.57 (2021-08-24)
1299
+
1300
+ ### GanttChart
1301
+
1302
+ #### Bug Fixes
1303
+
1304
+ - `#339511` - Issue in maintaining resource selection has been resolved.
1305
+ - `#338206` - Cleared warnings thrown in Firefox browser.
1306
+
1307
+ ## 19.2.56 (2021-08-17)
1308
+
1309
+ ### GanttChart
1310
+
1311
+ #### Bug Fixes
1312
+
1313
+ - `#338587` - Issue in assigning empty data to datasource has been resolved.
1314
+ - `#335677` - Issue in `expandAtLevel` and `collapseAtLevel` method with virtual scrolling has been resolved.
1315
+
1316
+ ## 19.2.55 (2021-08-11)
1317
+
1318
+ ### GanttChart
1319
+
1320
+ #### Bug Fixes
1321
+
1322
+ - `#336211` - Issue with Virtual Scrolling in Firefox browse has been resolved.
1323
+
1324
+ ## 19.2.47 (2021-07-13)
1325
+
1326
+ ### GanttChart
1327
+
1328
+ #### Bug Fixes
1329
+
1330
+ - `#331618` - Issue in updating `dataSource` property has been fixed.
1331
+ - `#333672` - Issue in calculating duration across DST has been fixed.
1332
+ - Issue in tooltip position has been fixed.
1333
+
1334
+ - Issue in tooltip position has been fixed.
1335
+
1336
+ ## 19.2.46 (2021-07-06)
1337
+
1338
+ ### GanttChart
1339
+
1340
+ #### Bug Fixes
1341
+
1342
+ - `#331671` - Right Labels are rendered properly in exported PDF document.
1343
+ - `#332161` - Issue fixed when drag and drop performed after adding record through context menu.
1344
+
1345
+ ## 19.2.44 (2021-06-30)
1346
+
1347
+ ### GanttChart
1348
+
1349
+ #### New Features
1350
+
1351
+ - `#290125` - Provided support to add multiple tasks in Gantt.
1352
+
1353
+ ## 19.1.69 (2021-06-15)
1354
+
1355
+ ### GanttChart
1356
+
1357
+ #### Bug Fixes
1358
+
1359
+ - `#330806` - When using `updateTaskId` method with predecessor field is not mapped in the `taskFields` has been fixed.
1360
+ - At certain zoom level, both halves of year are H1 has been resolved.
1361
+
1362
+ ## 19.1.66 (2021-06-01)
1363
+
1364
+ ### GanttChart
1365
+
1366
+ #### Bug Fixes
1367
+
1368
+ - `#328182` - Mismatch between timeline and chart body content has been fixed.
1369
+ - `#165629` - Notes updated properly in Gantt chart when new task is added.
1370
+ - `#325331` - Immutable mode issue on data source refresh has been fixed.
1371
+ - `F163073` - Issue on `RemoteSaveAdaptor` has been fixed.
1372
+
1373
+ - `#325331` - Immutable mode issue on data source refresh has been fixed.
1374
+
1375
+ ## 19.1.64 (2021-05-19)
1376
+
1377
+ ### GanttChart
1378
+
1379
+ #### Bug Fixes
1380
+
1381
+ - `#325587` - Issue while deleting resource on split task has been fixed.
1382
+ - Issue on dynamically changing the `allowTaskbarEditing` property has been fixed.
1383
+ - `#165210` - Issue while filtering using Excel type has been fixed.
1384
+ - `#327043` - Issue in rendering taskbar template has been fixed.
1385
+
1386
+ ## 19.1.63 (2021-05-13)
1387
+
1388
+ ### GanttChart
1389
+
1390
+ #### New Features
1391
+
1392
+ - `#264444, #296315` - Provided support for managing date with different time zones.
1393
+ - `#317529, #320843` - Provide support to cancel the merging of split tasks using client-side event.
1394
+ - `#307881`, `#309475`, `#325067` - Improved performance while scrolling, when predecessors are mapped.
1395
+
1396
+ - `#296315` - Provided support for managing date with different time zones.
1397
+
1398
+ #### Bug Fixes
1399
+
1400
+ - `#326155` - Issue in splitting task using public method has been fixed.
1401
+ - `#325948` - Issue in adding new task with empty string has been fixed.
1402
+ - `#325585` - Issue while defining columns and dynamically changing the view type has been fixed.
1403
+
1404
+ ## 19.1.59 (2021-05-04)
1405
+
1406
+ ### GanttChart
1407
+
1408
+ #### Bug Fixes
1409
+
1410
+ - `#325250` - Progress updated properly in manual scheduling.
1411
+ - `#324644` - Issue on adding records, when Gantt view is changed has been fixed.
1412
+ - `#325627` - Editing works fine after when holiday is set dynamically.
1413
+
1414
+ ## 19.1.58 (2021-04-27)
1415
+
1416
+ ### GanttChart
1417
+
1418
+ #### Bug Fixes
1419
+
1420
+ - `#324141` - Issue in tooltip rendering position has been fixed.
1421
+ - `#320979` - Issue on changing data source and timeline settings on same time has been fixed.
1422
+ - `F163357` - Duplicating issue when a task is dropped below an unassigned resource in the resource view has been fixed.
1423
+ - `F164497` - Issue in editing end date of a task has been fixed.
1424
+
1425
+ ## 19.1.57 (2021-04-20)
1426
+
1427
+ ### GanttChart
1428
+
1429
+ #### Bug Fixes
1430
+
1431
+ - `F164497` - Issue in editing end date of a task has been fixed.
1432
+
1433
+ ## 19.1.56 (2021-04-13)
1434
+
1435
+ ### GanttChart
1436
+
1437
+ #### Bug Fixes
1438
+
1439
+ - `#320979` - Provided support to update data source dynamically with `collapseAllParentTasks` and `enableMultiTaskbar` enabled mode.
1440
+
1441
+ ## 19.1.55 (2021-04-06)
1442
+
1443
+ ### GanttChart
1444
+
1445
+ #### Bug Fixes
1446
+
1447
+ - `#320882` - Issue on expand/collapse icon in `Resource view` has been fixed.
1448
+
1449
+ ## 19.1.54 (2021-03-30)
1450
+
1451
+ ### GanttChart
1452
+
1453
+ #### New Features
1454
+
1455
+ - `#298361` - Provided Observable data binding support in Gantt.
1456
+ - `#300136` - Provided support for tab like behaviour on cell navigation for cell edit mode.
1457
+
1458
+ ## 18.4.49 (2021-03-23)
1459
+
1460
+ ### GanttChart
1461
+
1462
+ #### New Features
1463
+
1464
+ - `#317550` - Provided support to define `valueAccessor` as string.
1465
+
1466
+ #### Bug Fixes
1467
+
1468
+ - Console error when end date of segments is given as string has been fixed.
1469
+
1470
+ ## 18.4.47 (2021-03-09)
1471
+
1472
+ ### GanttChart
1473
+
1474
+ #### Bug Fixes
1475
+
1476
+ - `316898` - Maintained additional fields in segments on zooming action.
1477
+
1478
+ ## 18.4.44 (2021-02-23)
1479
+
1480
+ ### GanttChart
1481
+
1482
+ #### Bug Fixes
1483
+
1484
+ - `#315501` - Error on closing filter menu while focusing out has been resolved.
1485
+
1486
+ ## 18.4.43 (2021-02-16)
1487
+
1488
+ ### GanttChart
1489
+
1490
+ #### Bug Fixes
1491
+
1492
+ - `#311841` - Duplicating records issue while indent action has been resolved.
1493
+ - `F160722` - Error on rendering editing tooltip has been resolved.
1494
+ - `F161444` - Error while hiding context menu items has been resolved.
1495
+
1496
+ - `#311841` - Duplicating records issue while indent action has been resolved.
1497
+ - `F160722` - Error on rendering editing tooltip has been resolved.
1498
+
1499
+ ## 18.4.41 (2021-02-02)
1500
+
1501
+ ### GanttChart
1502
+
1503
+ #### Bug Fixes
1504
+
1505
+ - `#298884` - Error on reorder rows method has been fixed.
1506
+
1507
+ #### New Features
1508
+
1509
+ - `#306342` - Included target element in `actionBegin`, `taskbarEditing`, `contextMenuOpen` events.
1510
+
1511
+ ## 18.4.39 (2021-01-28)
1512
+
1513
+ ### GanttChart
1514
+
1515
+ #### New Features
1516
+
1517
+ - `#291192` - Provided Immutable Support to refresh specific rows while performing Gantt actions.
1518
+
1519
+ #### Bug Fixes
1520
+
1521
+ - `F161492` - Console error on converting milestone to task has been fixed.
1522
+
1523
+ ## 18.4.35 (2021-01-19)
1524
+
1525
+ ### GanttChart
1526
+
1527
+ #### Bug Fixes
1528
+
1529
+ - `F161492` - Console error on drag and drop action has been fixed.
1530
+ - `F161492` - Issue on indent action has been fixed.
1531
+
1532
+ ## 18.4.33 (2021-01-05)
1533
+
1534
+ ### GanttChart
1535
+
1536
+ #### Bug Fixes
1537
+
1538
+ - `#298884` - Issue on reorder rows method in virtual scroll support has been fixed.
1539
+
1540
+ ## 18.4.32 (2020-12-29)
1541
+
1542
+ ### GanttChart
1543
+
1544
+ #### Bug Fixes
1545
+
1546
+ - `F160722` - Issue on editing tooltip template has been fixed.
1547
+ - `#306971` - HTML encoder issue with notes column has been fixed.
1548
+ - `#306928` - Timeline width issue on zoom to fit action has been resolved.
1549
+
1550
+ - `F160722` - Issue on editing tooltip template has been fixed.
1551
+ - `#306971` - HTML encoder issue with notes column has been fixed.
1552
+
1553
+ ## 18.4.31 (2020-12-22)
1554
+
1555
+ ### GanttChart
1556
+
1557
+ #### Bug Fixes
1558
+
1559
+ - `#306741` - Issue on closing filter menu while focusing out has been fixed.
1560
+ - `#306556` - Issue on duration field of add dialog has been fixed.
1561
+ - `#305822` - Issue on updating height on browser resizing has been fixed.
1562
+ - `#307295` - Issue on updating data source dynamically has been fixed.
1563
+ - `#305728` - Issue on loading large number of records in resource tab has been fixed.
1564
+
1565
+ - `#307295` - Issue on updating data source dynamically has been fixed.
1566
+
1567
+ ## 18.4.30 (2020-12-17)
1568
+
1569
+ ### GanttChart
1570
+
1571
+ #### New Features
1572
+
1573
+ - `#298884` - Provided `Virtual Scroll` support for Gantt.
1574
+
1575
+ - `#264980` - Provided `Virtual Scroll` support for Gantt.
1576
+
1577
+ #### Bug Fixes
1578
+
1579
+ - `#306090` - Issue on pressing delete key when add/edit dialog is opened has been fixed.
1580
+ - `#306342` - Included additional field in `taskData.segments`.
1581
+ - `#305420` - Issue on triggering `rowSelected` event while opening context menu has been fixed.
1582
+
1583
+ - `#306090` - Issue on pressing delete key when add/edit dialog is opened has been fixed.
1584
+ - `#305420` - Issue on triggering `rowSelected` event while opening context menu has been fixed.
1585
+
1586
+ ## 18.3.52 (2020-12-01)
1587
+
1588
+ ### GanttChart
1589
+
1590
+ #### Bug Fixes
1591
+
1592
+ - `F159625` - Console error on indent action after adding record has been fixed.
1593
+
1594
+ ## 18.3.51 (2020-11-24)
1595
+
1596
+ ### GanttChart
1597
+
1598
+ #### Bug Fixes
1599
+
1600
+ - `301606` - Issue in template column when use it as `treeColumnIndex` has been fixed.
1601
+
1602
+ ## 18.3.50 (2020-11-17)
1603
+
1604
+ ### GanttChart
1605
+
1606
+ #### Bug Fixes
1607
+
1608
+ - `293889` - Console error in split task when allowTaskbarEditing is disable has been fixed.
1609
+ - `300744` - Console error on clicking add/edit toolbar has been fixed.
1610
+ - `301653` - Issue on split task when date is given as string has been fixed.
1611
+
1612
+ ## 18.3.48 (2020-11-11)
1613
+
1614
+ ### GanttChart
1615
+
1616
+ #### Bug Fixes
1617
+
1618
+ - `299695` - Issue in left label template has been fixed.
1619
+ - `F159354` - Issue in locale text of predecessor tooltip has been fixed.
1620
+ - `300962` - Included timeline property in actionComplete event after zooming action.
1621
+ - `300804` - Issue in displaying resources when data source is empty has been fixed.
1622
+
1623
+ ## 18.3.47 (2020-11-05)
1624
+
1625
+ ### GanttChart
1626
+
1627
+ #### New Features
1628
+
1629
+ - `#292246` - Provided support to split the taskbar into multiple segments through context menu and dialog edit.
1630
+ - `#282972, #293345` - Provided support to render predecessor and rows properly in different zooming levels and display scaling size.
1631
+
1632
+ #### Bug Fixes
1633
+
1634
+ - `#295381` - Issue on exporting Gantt with partial data has been fixed.
1635
+ - `#299370` - Issue on restricting dragging action when read only property set to true.
1636
+ - `F159153` - Issue in localized text of dependency tab default value has been fixed.
1637
+ - `F158903` - Issue while sorting after add task action has been fixed.
1638
+
1639
+ - `#295381` - Issue on exporting Gantt with partial data has been fixed.
1640
+ - `#299370` - Issue on restricting dragging action when read only property set to true.
1641
+ - `F159153` - Issue in localized text of dependency tab default value has been fixed.
1642
+
1643
+ ## 18.3.42 (2020-10-20)
1644
+
1645
+ ### GanttChart
1646
+
1647
+ #### Bug Fixes
1648
+
1649
+ - `#296920` - Issue on rendering Gantt with resources has been fixed.
1650
+ - `F158128` - Issue on updating DB on `indent` and `outdent` action has been fixed.
1651
+ - `#291962` - Dates are not filtered with given date format issue has been fixed.
1652
+ - `#295998` - Events are not triggered properly while perform zoom to fit actions has been fixed.
1653
+
1654
+ - `#296920` - Issue on rendering Gantt with resources has been fixed.
1655
+
1656
+ ## 18.3.35 (2020-10-01)
1657
+
1658
+ ### GanttChart
1659
+
1660
+ #### Bug Fixes
1661
+
1662
+ - `#293528` - Issue when work value is given as decimal values has been fixed.
1663
+
1664
+ ## 18.2.59 (2020-09-21)
1665
+
1666
+ ### GanttChart
1667
+
1668
+ #### New Features
1669
+
1670
+ - `#292825` - Provided support to improvement of trigger actions on key press.
1671
+
1672
+ - `#292825` - Provided support to trigger actions on key press.
1673
+
1674
+ #### Bug Fixes
1675
+
1676
+ - `#293539` - Issue while dynamically updating `allowRowDragAndDrop` gets fixed.
1677
+ - `#292470` - Issue on edit template in dialog has been fixed.
1678
+ - `#293749` - Edit `params` not worked properly for progress column has been fixed.
1679
+
1680
+ - `#293539` - Issue while dynamically updating `allowRowDragAndDrop` gets fixed.
1681
+
1682
+ ## 18.2.57 (2020-09-08)
1683
+
1684
+ ### GanttChart
1685
+
1686
+ #### Bug Fixes
1687
+
1688
+ - `#290457` - Issue on customizing the background colour of taskbar in Resource view has been fixed.
1689
+ - `F157498` - Console error on indenting record after sorting has been fixed.
1690
+
1691
+ ## 18.2.56 (2020-09-01)
1692
+
1693
+ ### GanttChart
1694
+
1695
+ #### Bug Fixes
1696
+
1697
+ - `#291158` - Console error on destroy Gantt when allowKeyboard is false has been fixed.
1698
+ - `#279528` - Dialog dependency drop-down list has existing dependency data has been fixed.
1699
+
1700
+ ## 18.2.55 (2020-08-25)
1701
+
1702
+ ### GanttChart
1703
+
1704
+ #### Bug Fixes
1705
+
1706
+ - `#288438` - Tooltip rendering issue has been fixed.
1707
+ - The issue of the bottom tire format in Chinese culture has been fixed.
1708
+
1709
+ ## 18.2.48 (2020-08-04)
1710
+
1711
+ ### GanttChart
1712
+
1713
+ #### New Features
1714
+
1715
+ - `#287282` - Provided support to change viewType of Gantt dynamically.
1716
+
1717
+ #### Bug Fixes
1718
+
1719
+ - `#285626` - Console error while rendering multiple Gantt has been fixed.
1720
+ - `#285749` - Issue on parent progress calculation while delete child record has been fixed.
1721
+
1722
+ - `#285626` - Console error while rendering multiple Gantt has been fixed.
1723
+
1724
+ ## 18.2.47 (2020-07-28)
1725
+
1726
+ ### GanttChart
1727
+
1728
+ #### Bug Fixes
1729
+
1730
+ - `#284995` - Issue in predecessor lines of exported pdf document has been fixed.
1731
+ - `#284995` - Content overflow issue in exported pdf document has been fixed.
1732
+ - `#284052` - Editing issue in Gantt Chart when using DB has been fixed.
1733
+
1734
+ #### New Features
1735
+
1736
+ - `#280004` - Given support to render edit template fields in Gantt edit dialog.
1737
+
1738
+ ## 18.2.46 (2020-07-21)
1739
+
1740
+ ### GanttChart
1741
+
1742
+ #### Bug Fixes
1743
+
1744
+ - `#276968` - Column misalignment issue after editing has been fixed.
1745
+ - `F155689` - Issue on expanding records while mapping expand status of record has been fixed.
1746
+
1747
+ ## 18.2.45 (2020-07-14)
1748
+
1749
+ ### GanttChart
1750
+
1751
+ #### Bug Fixes
1752
+
1753
+ - `#278235` - Parent Id is not updated properly on row drag and drop action issue gets resolved.
1754
+ - `F155766` - PDF export document Gantt timeline issue after zooming has been resolved.
1755
+ - `#279872` - Issue while updating add and edit dialog fields in action begin events are resolved.
1756
+ - `#275651` - Issue while dynamically updating `worWeek` gets fixed.
1757
+ - `#277029` - Updating custom column in action begin event issue gets resolved.
1758
+
1759
+ ## 18.2.44 (2020-07-07)
1760
+
1761
+ ### GanttChart
1762
+
1763
+ #### New Features
1764
+
1765
+ - `#245866, #279740, #248032` - Provided support to `render multiple resource tasks` in a row on collapsed state in resource view Gantt.
1766
+ - `#252413` - Provided support to display the `over allocation` indicators for a resources in resource view Gantt.
1767
+ - `#262121` - Provided support for `dependency` between two tasks in resource view Gantt.
1768
+ - `#269776` - Provided support for rendering Gantt as `read only`.
1769
+
1770
+ ## 18.1.59 (2020-06-23)
1771
+
1772
+ ### GanttChart
1773
+
1774
+ #### Bug Fixes
1775
+
1776
+ - `#281103`- Taskbar not rendered properly while cancel the new child record by context menu action has been fixed.
1777
+ - `#281247`- Parent id is not updated on add a child record by context menu has been fixed.
1778
+ - `#279689` - Issue in displaying values with boolean edit type was fixed.
1779
+ - `#281102`, `#281154` - Events not triggered with correct request type in indent action has been fixed.
1780
+ - `#281251` - Not continued to tab onto the next non-Gantt Chart element issue has been fixed.
1781
+ - `#280070`- Issue on pdf export date format mismatch in Gantt has been fixed.
1782
+ - `#279234` - Console error while selecting the record issue gets resolved.
1783
+ - `#279689`- Issue in updating start date with date time picker when custom columns are rendered has been fixed.
1784
+ - `#280802` - Issue on maintaining parent Id value while adding records with empty data source gets fixed.
1785
+
1786
+ - `#280070`- Issue on pdf export date format mismatch in Gantt has been fixed.
1787
+ - `#279234` - Console error while selecting the record issue gets resolved.
1788
+
1789
+ ## 18.1.57 (2020-06-16)
1790
+
1791
+ ### GanttChart
1792
+
1793
+ #### New Features
1794
+
1795
+ - `#278724` - Provided support for hiding ID column in dependency tab.
1796
+
1797
+ ## 18.1.55 (2020-06-02)
1798
+
1799
+ ### GanttChart
1800
+
1801
+ #### Bug Fixes
1802
+
1803
+ - `#278176` - Zoom in or zoom out toolbar button disabled after zoom to fit action was fixed.
1804
+ - `#278238` - Action begin event not triggered on finish to finish predecessor was fixed.
1805
+
1806
+ #### New Features
1807
+
1808
+ - `#269776` - Provided support for `expandAtLevel` method and changed `expandByIndex` method parameter as array type.
1809
+
1810
+ ## 18.1.54 (2020-05-26)
1811
+
1812
+ ### GanttChart
1813
+
1814
+ #### Bug Fixes
1815
+
1816
+ - `#277029` - Update value not display on edit action issue has been fixed.
1817
+ - `#276942` - Issue while passing additional parameter to the server side on CRUD operation has been fixed.
1818
+
1819
+ ## 18.1.53 (2020-05-19)
1820
+
1821
+ ### GanttChart
1822
+
1823
+ #### Bug Fixes
1824
+
1825
+ - `#39566` - Issue when remove event markers dynamically has been resolved.
1826
+ - `F154261`,`#276047` - Issue while adding new record with empty data on load time gets resolved.
1827
+ - `#274206` - Issue in updating resource column gets resolved.
1828
+
1829
+ - `F154261`,`#276047` - Issue while adding new record with empty data on load time gets resolved.
1830
+
1831
+ #### New Features
1832
+
1833
+ - `#273107` - Provided support to render task type on load time.
1834
+
1835
+ #### Breaking Changes
1836
+
1837
+ - Now the resource value in the `taskData` is always array of objects type and it is irrespective of resource value type in data source.
1838
+
1839
+ ## 18.1.52 (2020-05-13)
1840
+
1841
+ ### GanttChart
1842
+
1843
+ #### Bug Fixes
1844
+
1845
+ - `#268349` - Issue on maintaining duration data type gets resolved.
1846
+ - Column filter menu displayed in wrong place has been fixed.
1847
+
1848
+ - `#268349` - Issue on maintaining duration data type gets resolved.
1849
+
1850
+ #### New Features
1851
+
1852
+ - Provided drag and drop support for resource view Gantt.
1853
+ - `#271392` - Provided support to update task id dynamically.
1854
+ - `#269776` - Provided support to indent a selected record.
1855
+
1856
+ ## 18.1.48 (2020-05-05)
1857
+
1858
+ ### GanttChart
1859
+
1860
+ #### Bug Fixes
1861
+
1862
+ - `#273422` - Date mismatch for parent and child record gets resolved.
1863
+
1864
+ ## 18.1.46 (2020-04-28)
1865
+
1866
+ ### GanttChart
1867
+
1868
+ #### Bug Fixes
1869
+
1870
+ - `#273440` - Issue on updating end date value using cell edit gets resolved.
1871
+ - `#273426` - Issue on validating parent start date on taskbar edit action gets resolved.
1872
+ - `#274066` - Console error on dragging parent milestone task gets resolved.
1873
+
1874
+ ## 18.1.45 (2020-04-21)
1875
+
1876
+ ### GanttChart
1877
+
1878
+ #### Bug Fixes
1879
+
1880
+ - `#268281` - Issue on adding dependency using dialog gets resolved.
1881
+
1882
+ ## 18.1.44 (2020-04-14)
1883
+
1884
+ ### GanttChart
1885
+
1886
+ #### Bug Fixes
1887
+
1888
+ - `#270801` - Issue on end date calculations gets resolved.
1889
+ - `#270563` - Console error throws while taskbar resizing with use of taskbar template has been fixed.
1890
+ - Issue in mapping custom class of task from data source has been fixed.
1891
+
1892
+ - `#270563` - Console error throws while taskbar resizing with use of taskbar template has been fixed.
1893
+
1894
+ ## 18.1.43 (2020-04-07)
1895
+
1896
+ ### GanttChart
1897
+
1898
+ #### New Features
1899
+
1900
+ - `#269693, #269694` - Provided accessibility support for column header and filter.
1901
+
1902
+ #### Bug Fixes
1903
+
1904
+ - `#270384` - Prevented event markers, indicators, holidays, baseline consideration for timeline while doing zoom to fit action.
1905
+
1906
+ ## 18.1.42 (2020-04-01)
1907
+
1908
+ ### GanttChart
1909
+
1910
+ #### Bug Fixes
1911
+
1912
+ - `#264099` - Console error on tab key press has been fixed.
1913
+ - `#269692`,`#269690` - Issue on focussing to the next element has been fixed.
1914
+ - `#269772` - Prevented taskbar editing tooltip while tooltip is disabled.
1915
+
1916
+ ## 18.1.36-beta (2020-03-19)
1917
+
1918
+ ### GanttChart
1919
+
1920
+ #### New Features
1921
+
1922
+ - `#238591`,`#247663`,`#253913`,`#263052`,`F147148`,`F147548`,`F149280` - Provided support for PDF export which exports Gantt data to PDF format.
1923
+ - `#258677`,`#264570`,`F149280` - Provided support for manual task scheduling which is used to scheduling the task manually without any dependency.
1924
+ - `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.
1925
+ - `#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.
1926
+
1927
+ #### Bug Fixes
1928
+
1929
+ - `#263236` - Issue on multi-level dragged parent dropped into last index has been fixed.
1930
+ - `#264099` - Issue in tab key action in edited state is fixed.
1931
+
1932
+ - `#264099` - Issue in tab key action in edited state is fixed.
1933
+
1934
+ ## 17.4.46 (2020-01-30)
1935
+
1936
+ ### GanttChart
1937
+
1938
+ #### New Features
1939
+
1940
+ - `F148795` - Provided custom editor support in dialog edit.
1941
+ - `F149069` - Provided support to render parent as milestone.
1942
+ - `#257320` - Provided support for 'zoom to fit' based on visible tasks alone.
1943
+
1944
+ #### Bug Fixes
1945
+
1946
+ - `F150408` - Baseline tooltip not rendered for milestone tasks has been fixed.
1947
+ - `#260944` - Issue in preventing taskbar editing has been fixed.
1948
+
1949
+ - `#260944` - Issue in preventing taskbar editing has been fixed.
1950
+
1951
+ ## 17.4.44 (2021-01-21)
1952
+
1953
+ ### GanttChart
1954
+
1955
+ #### Bug Fixes
1956
+
1957
+ - `#260331` - Typescript declaration issue fixed.
1958
+
1959
+ ## 17.4.41 (2020-01-07)
1960
+
1961
+ ### GanttChart
1962
+
1963
+ #### New Features
1964
+
1965
+ - `#253076` - Provided support to focus Gantt on tab key press.
1966
+
1967
+ ## 17.4.40 (2019-12-24)
1968
+
1969
+ ### GanttChart
1970
+
1971
+ #### Bug Fixes
1972
+
1973
+ - `F149551` - Handled empty value while editing the numeric edit type field.
1974
+
1975
+ ## 17.4.39 (2019-12-17)
1976
+
1977
+ ### GanttChart
1978
+
1979
+ #### Bug Fixes
1980
+
1981
+ - `F147793` - Context menu not closing issue while scrolling on the Gantt element has been fixed.
1982
+
1983
+ #### Breaking Changes
1984
+
1985
+ - Now `dateFormat` default value has been changed to null and the value will be updated by given culture. It is also possible to override `dateFormat` property by custom value.
1986
+
1987
+ #### New Features
1988
+
1989
+ - `#253909` - Provided support for converting a task to milestone by method.
1990
+ - `F148875` - Provided support for disabling column editing on dialog popup.
1991
+ - `F146587` - Provided support for taskbarClick event in Gantt.
1992
+ - `F146585` - Provided support for mouseHover event in Gantt.
1993
+
1994
+ - `#253909` - Provided support for converting a task to milestone by method.
1995
+
1996
+ ## 17.3.30 (2019-12-03)
1997
+
1998
+ ### GanttChart
1999
+
2000
+ #### Bug Fixes
2001
+
2002
+ - `#253076` - Accessibility issues in Gantt has been fixed.
2003
+
2004
+ ## 17.3.29 (2019-11-26)
2005
+
2006
+ ### GanttChart
2007
+
2008
+ #### Bug Fixes
2009
+
2010
+ - `F149069` - Parent taskbar alignment issue while rendering with single milestone child record has been fixed.
2011
+ - `F149070` - Key navigation disable issue on Tree Grid section has been fixed.
2012
+ - `#255266` - ParentID field not available in taskData field has been fixed.
2013
+
2014
+ ## 17.3.28 (2019-11-19)
2015
+
2016
+ ### GanttChart
2017
+
2018
+ #### Bug Fixes
2019
+
2020
+ - `#253912` - Parent taskbar disappearance issue while deleting all its child records has been fixed.
2021
+
2022
+ ## 17.3.19 (2019-10-22)
2023
+
2024
+ ### GanttChart
2025
+
2026
+ #### Bug Fixes
2027
+
2028
+ - `249581` - Browser hangs issue while change schedule mode to year has been fixed.
2029
+ - `252195` - Issue on forEach method iteration in IE11 has been fixed.
2030
+
2031
+ ## 17.3.14 (2019-10-03)
2032
+
2033
+ ### GanttChart
2034
+
2035
+ #### Bug Fixes
2036
+
2037
+ - `F147755` - Chart part disappearing issue when splitter position value greater than control width has been fixed.
2038
+
2039
+ ## 17.3.9-beta (2019-09-20)
2040
+
2041
+ ### GanttChart
2042
+
2043
+ #### Bug Fixes
2044
+
2045
+ - `#245866` - Alignment issue with `height` property value as `auto` has been fixed.
2046
+ - `F145725` - Issue with cell editing on newly added record has been fixed.
2047
+ - `#246761` - Issue while providing date field value with empty string value and invalid date values has been fixed.
2048
+ - `#247124` - Issue while loading Gantt SB samples in Mobile devices has been fixed.
2049
+ - `F147329` - Issue in progress calculation with unscheduled tasks has been fixed.
2050
+ - `F147380` - Issue with prevent edit dialog has been fixed.
2051
+
2052
+ - `#245866` - Alignment issue with `height` property value as `auto` has been fixed.
2053
+ - `F145725` - Issue with cell editing on newly added record has been fixed.
2054
+ - `#246761` - Issue while providing date field value with empty string value and invalid date values has been fixed.
2055
+ - `#247124` - Issue while loading Gantt SB samples in Mobile devices has been fixed.
2056
+
2057
+ #### New Features
2058
+
2059
+ - `#233407` - Provided support to perform Excel and CSV exporting in Gantt.
2060
+
2061
+ ## 17.2.46 (2019-08-22)
2062
+
2063
+ ### GanttChart
2064
+
2065
+ #### Bug Fixes
2066
+
2067
+ - `F145733` - Alignment issue with header and rows on splitter resizing has been fixed.
2068
+ - `F146641` - Issue with indicators tooltip support has been fixed.
2069
+
2070
+ - `F146641` - Issue with indicators tooltip support has been fixed.
2071
+
2072
+ ## 17.2.41 (2019-08-14)
2073
+
2074
+ ### GanttChart
2075
+
2076
+ #### Bug Fixes
2077
+
2078
+ - `#243770` - Issue in date picker with custom format has been fixed.
2079
+ - `#243238` - Included current edited data in `actionComplete` event arguments.
2080
+
2081
+ - `#243770` - Issue in date picker with custom format has been fixed.
2082
+
2083
+ ## 17.2.40 (2019-08-06)
2084
+
2085
+ ### GanttChart
2086
+
2087
+ #### Bug Fixes
2088
+
2089
+ - #F145936 - Custom column values not updated in data source on Editing has been fixed.
2090
+ - Lexical declaration issues in es2015 has been fixed.
2091
+
2092
+ - Lexical declaration issues in es2015 has been fixed.
2093
+
2094
+ ## 17.2.36 (2019-07-24)
2095
+
2096
+ ### GanttChart
2097
+
2098
+ #### Bug Fixes
2099
+
2100
+ - #241781 - Gantt task-data property missing in template data issue has been fixed.
2101
+
2102
+ ## 17.2.28-beta (2019-06-27)
2103
+
2104
+ ### GanttChart
2105
+
2106
+ #### Bug Fixes
2107
+
2108
+ - #238228 - Issue while rendering tooltip with smaller duration has been fixed.
2109
+
2110
+ #### New Features
2111
+
2112
+ - Now Gantt supports context menu to perform various action.
2113
+ - Provided support to perform timeline zoom in, zoom out and zoom to fit actions in Gantt.
2114
+ - Provided key interaction support in Gantt.
2115
+
2116
+ ## 17.1.49 (2019-05-29)
2117
+
2118
+ ### GanttChart
2119
+
2120
+ #### Bug Fixes
2121
+
2122
+ - #F144145 - Task Id duplication issue while adding new record has been fixed.
2123
+
2124
+ ## 17.1.47 (2019-05-14)
2125
+
2126
+ ### GanttChart
2127
+
2128
+ #### Bug Fixes
2129
+
2130
+ - #233041 - Alignment issue with timeline and vertical lines has been fixed.
2131
+
2132
+ #### New Features
2133
+
2134
+ - #F143360 - Provided support to refresh the `dataSource` dynamically.
2135
+
2136
+ ## 17.1.43 (2019-04-30)
2137
+
2138
+ ### GanttChart
2139
+
2140
+ #### Bug Fixes
2141
+
2142
+ - Bug fixes included.
2143
+
2144
+ ## 17.1.40 (2019-04-09)
2145
+
2146
+ ### GanttChart
2147
+
2148
+ #### Bug Fixes
2149
+
2150
+ - Internal bug fixes included.
2151
+
2152
+ ## 17.1.32-beta (2019-03-13)
2153
+
2154
+ ### GanttChart
2155
+
2156
+ - **Data sources** – Bind hierarchical or self-referential data to Gantt chart with an array of JavaScript objects or DataManager.
2157
+ - **Timeline** – Display timescale from minutes to decades easily, and also display custom texts in the timeline units. Timeline can be displayed in either one-tier or two-tier layout.
2158
+ - **Customizable Taskbars** – Display various tasks in a project using child taskbar, summary taskbar and milestone UI, that can also be customized with templates.
2159
+ - **Unscheduled tasks** – Support for displaying tasks with undefined start date, end date or duration in a project.
2160
+ - **Baselines** – Display the deviations between planned dates and actual dates of a task in a project using baselines.
2161
+ - **CRUD actions** – Provides the options to dynamically insert, delete and update tasks using columns, dialog and taskbar editing options.
2162
+ - **Task dependency** – Define or update the dependencies between the tasks in a project with four types of task dependencies Finish – Start, Start – Finish, Finish – Finish, Start – Start.
2163
+ - **Markers and indicators** - Support for displaying indicators and flags along with taskbars and task labels. Also map important events in a project using event marker.
2164
+ - **Filtering** – Offers filtering the Gantt content using column menu filtering along with toolbar search box.
2165
+ - **Customizable columns** – Customize the columns and add custom columns to Gantt chart at initialization through column property.
2166
+ - **Enriched UI** – Support for Material, bootstrap, fabric and high contrast themes along with other UI options like holidays support, vertical and horizontal grid lines support and so on.
2167
+ - **Localization** - Provides inherent support to localize the UI.
2168
+
2169
+
2170
+ ## 21.1.36 (2023-06-28)
2171
+
2172
+ ### GanttChart
2173
+
2174
+ #### Bug Fixes
2175
+
2176
+ - `#I469289` - Fit to project is not working properly issue has been fixed.
2177
+ - `#I474676` - Fit to project display wrong timeline issue has been fixed.
2178
+