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