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