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