@syncfusion/ej2-angular-gantt 32.2.3-ngcc → 32.2.3

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 (107) hide show
  1. package/CHANGELOG.md +2821 -0
  2. package/README.md +9 -2
  3. package/esm2020/public_api.mjs +2 -0
  4. package/esm2020/src/gantt/adddialogfields.directive.mjs +58 -0
  5. package/esm2020/src/gantt/columns.directive.mjs +96 -0
  6. package/esm2020/src/gantt/dayworkingtime.directive.mjs +58 -0
  7. package/esm2020/src/gantt/editdialogfields.directive.mjs +58 -0
  8. package/esm2020/src/gantt/eventmarkers.directive.mjs +57 -0
  9. package/esm2020/src/gantt/gantt-all.module.mjs +77 -0
  10. package/esm2020/src/gantt/gantt.component.mjs +310 -0
  11. package/esm2020/src/gantt/gantt.module.mjs +88 -0
  12. package/esm2020/src/gantt/holidays.directive.mjs +58 -0
  13. package/esm2020/src/gantt/weekworkingtime.directive.mjs +58 -0
  14. package/esm2020/src/index.mjs +12 -0
  15. package/esm2020/syncfusion-ej2-angular-gantt.mjs +5 -0
  16. package/fesm2015/syncfusion-ej2-angular-gantt.mjs +879 -0
  17. package/fesm2015/syncfusion-ej2-angular-gantt.mjs.map +1 -0
  18. package/fesm2020/syncfusion-ej2-angular-gantt.mjs +879 -0
  19. package/fesm2020/syncfusion-ej2-angular-gantt.mjs.map +1 -0
  20. package/package.json +28 -46
  21. package/public_api.d.ts +1 -1
  22. package/src/gantt/adddialogfields.directive.d.ts +58 -53
  23. package/src/gantt/columns.directive.d.ts +237 -209
  24. package/src/gantt/dayworkingtime.directive.d.ts +41 -36
  25. package/src/gantt/editdialogfields.directive.d.ts +58 -53
  26. package/src/gantt/eventmarkers.directive.d.ts +54 -42
  27. package/src/gantt/gantt-all.module.d.ts +29 -22
  28. package/src/gantt/gantt.component.d.ts +156 -143
  29. package/src/gantt/gantt.module.d.ts +18 -5
  30. package/src/gantt/holidays.directive.d.ts +64 -46
  31. package/src/gantt/weekworkingtime.directive.d.ts +43 -38
  32. package/src/index.d.ts +11 -11
  33. package/styles/bds-lite.scss +1 -1
  34. package/styles/bds.scss +1 -1
  35. package/styles/bootstrap-dark-lite.scss +1 -1
  36. package/styles/bootstrap-dark.scss +1 -1
  37. package/styles/bootstrap-lite.scss +1 -1
  38. package/styles/bootstrap.scss +1 -1
  39. package/styles/bootstrap4-lite.scss +1 -1
  40. package/styles/bootstrap4.scss +1 -1
  41. package/styles/bootstrap5-dark-lite.scss +1 -1
  42. package/styles/bootstrap5-dark.scss +1 -1
  43. package/styles/bootstrap5-lite.scss +1 -1
  44. package/styles/bootstrap5.3-lite.scss +1 -1
  45. package/styles/bootstrap5.3.scss +1 -1
  46. package/styles/bootstrap5.scss +1 -1
  47. package/styles/fabric-dark-lite.scss +1 -1
  48. package/styles/fabric-dark.scss +1 -1
  49. package/styles/fabric-lite.scss +1 -1
  50. package/styles/fabric.scss +1 -1
  51. package/styles/fluent-dark-lite.scss +1 -1
  52. package/styles/fluent-dark.scss +1 -1
  53. package/styles/fluent-lite.scss +1 -1
  54. package/styles/fluent.scss +1 -1
  55. package/styles/fluent2-lite.scss +1 -1
  56. package/styles/fluent2.scss +1 -1
  57. package/styles/gantt/bds.scss +1 -1
  58. package/styles/gantt/bootstrap-dark.scss +1 -1
  59. package/styles/gantt/bootstrap.scss +1 -1
  60. package/styles/gantt/bootstrap4.scss +1 -1
  61. package/styles/gantt/bootstrap5-dark.scss +1 -1
  62. package/styles/gantt/bootstrap5.3.scss +1 -1
  63. package/styles/gantt/bootstrap5.scss +1 -1
  64. package/styles/gantt/fabric-dark.scss +1 -1
  65. package/styles/gantt/fabric.scss +1 -1
  66. package/styles/gantt/fluent-dark.scss +1 -1
  67. package/styles/gantt/fluent.scss +1 -1
  68. package/styles/gantt/fluent2.scss +1 -1
  69. package/styles/gantt/highcontrast-light.scss +1 -1
  70. package/styles/gantt/highcontrast.scss +1 -1
  71. package/styles/gantt/material-dark.scss +1 -1
  72. package/styles/gantt/material.scss +1 -1
  73. package/styles/gantt/material3-dark.scss +1 -2
  74. package/styles/gantt/material3.scss +1 -2
  75. package/styles/gantt/tailwind-dark.scss +1 -1
  76. package/styles/gantt/tailwind.scss +1 -1
  77. package/styles/gantt/tailwind3.scss +1 -1
  78. package/styles/highcontrast-light-lite.scss +1 -1
  79. package/styles/highcontrast-light.scss +1 -1
  80. package/styles/highcontrast-lite.scss +1 -1
  81. package/styles/highcontrast.scss +1 -1
  82. package/styles/material-dark-lite.scss +1 -1
  83. package/styles/material-dark.scss +1 -1
  84. package/styles/material-lite.scss +1 -1
  85. package/styles/material.scss +1 -1
  86. package/styles/material3-dark-lite.scss +1 -1
  87. package/styles/material3-dark.scss +1 -2
  88. package/styles/material3-lite.scss +1 -1
  89. package/styles/material3.scss +1 -2
  90. package/styles/tailwind-dark-lite.scss +1 -1
  91. package/styles/tailwind-dark.scss +1 -1
  92. package/styles/tailwind-lite.scss +1 -1
  93. package/styles/tailwind.scss +1 -1
  94. package/styles/tailwind3-lite.scss +1 -1
  95. package/styles/tailwind3.scss +1 -1
  96. package/syncfusion-ej2-angular-gantt.d.ts +5 -0
  97. package/@syncfusion/ej2-angular-gantt.es5.js +0 -934
  98. package/@syncfusion/ej2-angular-gantt.es5.js.map +0 -1
  99. package/@syncfusion/ej2-angular-gantt.js +0 -882
  100. package/@syncfusion/ej2-angular-gantt.js.map +0 -1
  101. package/LICENSE +0 -10
  102. package/dist/ej2-angular-gantt.umd.js +0 -1055
  103. package/dist/ej2-angular-gantt.umd.js.map +0 -1
  104. package/dist/ej2-angular-gantt.umd.min.js +0 -11
  105. package/dist/ej2-angular-gantt.umd.min.js.map +0 -1
  106. package/ej2-angular-gantt.d.ts +0 -5
  107. package/ej2-angular-gantt.metadata.json +0 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,2821 @@
1
+ # Changelog
2
+
3
+ ## [Unreleased]
4
+
5
+ ### GanttChart
6
+
7
+ #### Bug fixes
8
+
9
+ - `F159354` - Issue in locale text of predecessor tooltip has been fixed.
10
+
11
+ ## 32.1.25 (2026-01-27)
12
+
13
+ ### GanttChart
14
+
15
+ #### Bug fixes
16
+
17
+ - `#I802590` - Fixed issue where task dates were rendered incorrectly when adding a dependency with timezone set to UTC.
18
+ - `#I803975` - Fixed the console error triggered by dragging rows and hovering over the chart in Firefox browser.
19
+
20
+ #### Bug fix
21
+
22
+ - `#I803975` - Fixed the console error triggered by dragging rows and hovering over the chart in Firefox browser.
23
+
24
+ ## 32.1.24 (2026-01-20)
25
+
26
+ ### GanttChart
27
+
28
+ #### Bug fix
29
+
30
+ - `#I800500` - Resolved the issue where `calendarSettings` were not applied correctly when child tasks property were mapped with an empty array.
31
+
32
+ ## 32.1.23 (2026-01-13)
33
+
34
+ ### GanttChart
35
+
36
+ #### Bug fix
37
+
38
+ - `#I797272` - Fixed issue where the critical path was rendered incorrectly when `updateOffsetOnTaskbarEdit` was set to false.
39
+
40
+ ## 32.1.21 (2025-12-30)
41
+
42
+ ### GanttChart
43
+
44
+ #### Bug fixes
45
+
46
+ - `#I792826` - The issue of an exception being thrown when adding a record after enabling frozen columns has been resolved.
47
+ - `#I796421` - Fixed resource mapping issue in source where `resourceName` was used instead of `resourceId`.
48
+ - `#I741056` - Fixed issue where the `ShowColumnMenu` property was not working properly.
49
+
50
+ - `#I792826` - The issue of an exception being thrown when adding a record after enabling frozen columns has been resolved.
51
+ - `#I741056` - Fixed issue where the `ShowColumnMenu` property was not working properly.
52
+
53
+ ## 32.1.20 (2025-12-23)
54
+
55
+ ### GanttChart
56
+
57
+ #### Bug fixes
58
+
59
+ - `#I791822` - Fixed `gridLines` misalignment when virtualization was enabled in the Firefox browser.
60
+ - `#I791825` - Resolved the issue where vertical `gridLines` disappeared after scrolling with virtualization enabled in Firefox browser.
61
+ - `#I796445` - Resolved the issue where taskbars are not visible while filtering the collapsed record.
62
+ - `#I786381` - Resolved the issue where cyclic dependency validation incorrectly handled Parent-Child task relationships, leading to inaccurate render of dependencies.
63
+ - `#I792757` - Resolved performance degradation during CRUD operations in the React Gantt component when column templates are enabled, delivering improved responsiveness and a smoother user experience.
64
+
65
+ - `#I796445` - Resolved the issue where taskbars are not visible while filtering the collapsed record.
66
+
67
+ ## 30.1.37 (2025-06-25)
68
+
69
+ ### GanttChart
70
+
71
+ #### Bug fixes
72
+
73
+ - `#I698597` - The issue where the task label font could not be customized using `ganttStyle` in PDF exports of the Gantt chart has been resolved.
74
+ - `#I702960` - Undo action does not work properly when drag and drop the taskbar with timeline virtualization enabled issue has been resolved.
75
+ - `#I703918` - A script error occurred when the context menu was used in resource view after adding a dependency to a newly added record issue has been resolved.
76
+ - `#I702456` - The issue, where the `rowSelecting` event did not trigger correctly when selecting a row using a checkbox, has been resolved.
77
+ - `#I698654`,`#I704950` - The issue of the splitter position dynamically changing, which caused a white space, has been resolved.
78
+
79
+ - `#I703918` - A script error occurred when the context menu was used in resource view after adding a dependency to a newly added record issue has been resolved.
80
+ - `#I702456` - The issue, where the `rowSelecting` event did not trigger correctly when selecting a row using a checkbox, has been resolved.
81
+ - `#I698654` - The issue of the splitter position dynamically changing, which caused a white space, has been resolved.
82
+
83
+ ## 28.2.11 (2025-03-11)
84
+
85
+ ### GanttChart
86
+
87
+ #### Bug fixes
88
+
89
+ `#I693977` - Resolved an issue where the `durationUnit` property did not function correctly when the work field was mapped.
90
+ `#I698273` - Milestone end date is not validated properly during cell editing issue has been resolved.
91
+
92
+ `#I693977` - Resolved an issue where the `durationUnit` property did not function correctly when the work field was mapped.
93
+
94
+ ## 28.2.9 (2025-03-04)
95
+
96
+ ### GanttChart
97
+
98
+ #### Bug fixes
99
+
100
+ `#I689599` - Resolved a console error that occurred when undoing a deleted split task.
101
+ `#I692333` - When the `includeWeekend` property is set to true, the split taskbar cannot be dragged and dropped issue has been resolved.
102
+
103
+ ## 28.2.7 (2025-02-25)
104
+
105
+ ### GanttChart
106
+
107
+ #### Bug fixes
108
+
109
+ - `#I685559` - `updateRecordByID` method does not work when a predecessor dependency value is passed with offset days issue has been resolved.
110
+ - `#I689267` - Console error occurred at initial load when end date not mapped in `taskFields` issue has been resolved.
111
+ - Task not rendered at given time in datasource when `dayWorkingTime` is enabled issue has been resolved.
112
+ - `#I691907` - Incorrect values are saved during edit action of work field with `FixedDuration` and `FixedWork` task types issue has been resolved.
113
+ - `#I690721` - Console error occurs when user map level property in datasource issue has been resolved.
114
+
115
+ - `#I685559` - `updateRecordByID` method does not work when a predecessor dependency value is passed with offset days issue has been resolved.
116
+ - Task not rendered at given time in datasource when `dayWorkingTime` is enabled issue has been resolved.
117
+ - `#I690721` - Console error occurs when user map level property in datasource issue has been resolved.
118
+
119
+ ## 28.2.6 (2025-02-18)
120
+
121
+ ### GanttChart
122
+
123
+ #### Bug fixes
124
+
125
+ - `#I684077` - The console error that occurred while updating a record with start and end dates as strings using the `updateRecordByID` method has been resolved.
126
+ - `#I668559` - Event marker and weekends are rendering incorrect place while using `warsaw` timezone issue has been fixed.
127
+ - `#I683525` - Resource was not included the second time when using edit in column issue has been fixed.
128
+
129
+ - `#I668559` - Event marker and weekends are rendering incorrect place while using `warsaw` timezone issue has been fixed.
130
+
131
+ ## 28.2.5 (2025-02-11)
132
+
133
+ ### GanttChart
134
+
135
+ #### Bug fixes
136
+
137
+ - `#I678529` - When row drag and drop is used, the issue where modified records were not updating properly in the actionComplete event has been fixed.
138
+ - `#I683525` - Resolved a script error that occurred during cell editing of the Resource field when the resource collection was modified through column editing.
139
+
140
+ ## 28.2.4 (2025-02-04)
141
+
142
+ ### GanttChart
143
+
144
+ #### Bug fixes
145
+
146
+ - `#I678529` - Fixed issues where the Work column value was not updating correctly when one resource unit was set to 0 and another to 100. Additionally, resolved an issue in Fixed Duration mapping, where the Work value did not update to 0 when the resource unit was set to 0.
147
+ - `#I682615`,`#I684467` - Duration updated incorrectly while updating record via method issue has been fixed.
148
+ - `#I674922` - Taskbar Drag Issues When Overlapping on the Same Date issue has been fixed.
149
+
150
+ ## 28.2.3 (2025-01-29)
151
+
152
+ ### GanttChart
153
+
154
+ #### Bug fixes
155
+
156
+ - `#I679476` - Delay occurs when sample is loaded with the critical path issue has been fixed.
157
+ - `#I679518` - Invalid dependency lines are displayed when edit settings are not enabled issue has been fixed.
158
+
159
+ ## 28.1.41 (2025-01-21)
160
+
161
+ ### GanttChart
162
+
163
+ #### Bug fixes
164
+
165
+ - `#I665780` - Baseline and taskbar width mismatched when using the same dates for both issue has been fixed.
166
+ - `#I678186` - Decimal work value is updating, when record add issue has been fixed.
167
+ - `#I679179` - Offset value was not calculated properly issue has been fixed.
168
+
169
+ ## 28.1.39 (2024-01-14)
170
+
171
+ ### GanttChart
172
+
173
+ #### Bug fixes
174
+
175
+ - `#I668317` - Timeline tiers get misaligned while using timeline virtualization in `DST` zone issue has been fixed.
176
+ - `#I676849` - When the context menu action is cancel, the added child record is still considered as a parent issue has been fixed.
177
+ - `#I606658` - Taskbar not render correct position when `zoomToFit` issue has been fixed.
178
+ - `#I668145` - A script error is thrown when the Delete Dependency context menu item is clicked issue has been fixed.
179
+ - `#I676845` - Console error occurred while exporting PDF without columns property issue has been fixed.
180
+ - `#I661832` - collapsed records were not in the viewport for the last set of records with a large number of child records, issue has been fixed.
181
+ - `#I664339` - Template not destroyed while zooming action issue has been fixed.
182
+
183
+ - `#I668317` - Timeline tiers get misaligned while using timeline virtualization in `DST` zone issue has been fixed.
184
+ - `#I676849` - When the context menu action is cancel, the added child record is still considered as a parent issue has been fixed.
185
+ - `#I676845` - Console error occurred while exporting PDF without columns property issue has been fixed.
186
+
187
+ ## 28.1.38 (2025-01-07)
188
+
189
+ ### GanttChart
190
+
191
+ #### Bug fixes
192
+
193
+ - `#I668777` - Toolbar visible property not working issue has been fixed.
194
+ - `#I668317` - Timeline tiers get misaligned while using timeline virtualization in `DST` zone issue has been fixed.
195
+ - `#I674918` - When virtualization is enabled, the resource collection does not display properly in the resource tab issue has been fixed.
196
+ - `#I667515` - Horizontal scroll jumps to starting point while scrolling after zooming actions issue has been fixed.
197
+
198
+ - `#I668317` - Timeline tiers get misaligned while using timeline virtualization in `DST` zone issue has been fixed.
199
+ - `#I667515` - Horizontal scroll jumps to starting point while scrolling after zooming actions issue has been fixed.
200
+
201
+ ## 28.1.37 (2024-12-31)
202
+
203
+ ### GanttChart
204
+
205
+ #### Bug fixes
206
+
207
+ - `#I656160` - White space and scrolling issues while using load child on demand has been fixed.
208
+ - `#I668559` - Event marker position is not rendering correctly on the timeline issue has been fixed.
209
+ - `#I665780` - Baseline width is not set properly for decimal duration issue has been fixed.
210
+
211
+ - `#I656160` - White space and scrolling issues while using load child on demand has been fixed.
212
+ - `#I668559` - Event marker position is not rendering correctly on the timeline issue has been fixed.
213
+
214
+ ## 28.1.36 (2024-12-25)
215
+
216
+ ### GanttChart
217
+
218
+ #### Bug fixes
219
+
220
+ - `#I664845`, `#I664429` - Unable to Add Dependency When Task Name Contains a Hyphen issue has been fixed.
221
+ - `#I666904` - When the resource unit is changed, the duration field is not updated issue has been fixed.
222
+ - `#I665780` - Baseline width not validated properly for less than one day issue has been fixed.
223
+ - `#I663274` - Taskbar not rendering properly with fixed work issue has been fixed.
224
+ - `#I663985` - Script error thrown when collapsing the root node with task mode set to custom and `enableMultiTaskbar` enabled issue has been fixed.
225
+ - `#I665270` - Work not calculated correctly on parent task, after child outdent issue has been fixed.
226
+ - `#I662513`, `#F195374` - Console error thrown when scrolling in virtualization sample with `allowSelection` set to false issue has been fixed.
227
+ - `#I666264` - Console error occurred while taskbar drag with null duration issue has been fixed.
228
+
229
+ - `#I664845`, `#I664429` - Unable to Add Dependency When Task Name Contains a Hyphen issue has been fixed.
230
+ - `#I662513` - Console error thrown when scrolling in virtualization sample with `allowSelection` set to false issue has been fixed.
231
+
232
+ ## 28.1.35 (2024-12-18)
233
+
234
+ ### GanttChart
235
+
236
+ #### Bug fixes
237
+
238
+ - `#F195300` - AutoFocus mismatching issue between grid and chart click issue has been fixed.
239
+ - `#I660168` - Vertical scrollbar hides when resizing splitter to left or right issue has been fixed.
240
+ - `#I665389` - Splitter position changes dynamically, but when splitter is manually dragged, position does not update issue has been fixed.
241
+ - `#I663036` - Applied color do not persist in edit dialog's notes tab issue has been fixed.
242
+ - `#I658189` - Tooltip misalignment occurs when the parent element is scrolled issue has been fixed.
243
+ - `#I660498`,`#I659031` - Angular Gantt not working for `Content-Security-Policy` of meta tag issue has been fixed.
244
+ - `#I660467` - Gantt crashes when timezone is set to `berlin` issue has been fixed.
245
+ - `#I664048` - Issue in child-parent predecessor validation issue has been fixed.
246
+ - `#I664336` - Convert to task does not work for milestone task with task type as fixed work issue has been fixed.
247
+
248
+ - `#I660168` - Vertical scrollbar hides when resizing splitter to left or right issue has been fixed.
249
+ - `#I665389` - Splitter position changes dynamically, but when splitter is manually dragged, position does not update issue has been fixed.
250
+ - `#I660498`,`#I659031` - Angular Gantt not working for `Content-Security-Policy` of meta tag issue has been fixed.
251
+ - `#I660467` - Gantt crashes when timezone is set to `berlin` issue has been fixed.
252
+
253
+ ## 28.1.33 (2024-12-12)
254
+
255
+ ### GanttChart
256
+
257
+ #### Features
258
+
259
+ - `#I639036` - Added `AutoFit` and `AutoFitAll` options in the `columnMenuItems` property to perform autofit on the current column and all existing columns. For more details, refer to the documentation link [here](https://ej2.syncfusion.com/documentation/gantt/columns/column-menu).
260
+ - `#I644719` - Implemented support for applying custom `colors` to individual segments in the PDF Gantt chart using the [`taskSegmentStyles`](https://ej2.syncfusion.com/documentation/api/gantt/iTaskbarStyle/#taskSegmentStyles) property, enabling enhanced customization and improved visualization of tasks and their segments in exported document.
261
+
262
+ #### Bug fixes
263
+
264
+ - `#I660593` - Work field column value is inconsistent during cell editing issue has been fixed.
265
+ - `#I645586` - Last rows of the taskbar are not exported when performing PDF export with the `pageOrientation` set Portrait issue has been fixed.
266
+ - `#I656591` - Duplication of timeline issue occurs for PDF export when using a blob object issue has been fixed.
267
+ - `#I657724` - Tooltip misalignment issue in angular template issue has been fixed.
268
+
269
+ - `#I657724` - Tooltip misalignment issue in angular template issue has been fixed.
270
+
271
+ ## 27.2.5 (2024-12-03)
272
+
273
+ ### GanttChart
274
+
275
+ #### Bug fixes
276
+
277
+ - `#I643775` - The `queryTaskbarInfo` event wasn't triggered for virtualization with multiple taskbars enabled and tasks in a collapsed state issue has been fixed.
278
+ - `#I660550` - Work calculation not working properly while changing end Date in grid columns issue has been fixed.
279
+ - `#I660532` - `SchedulingType` Value Resets to Null even we passed value issue has been fixed.
280
+ - `#I652260` - Splitter persistence object is not working properly in local storage issue has been fixed.
281
+ - `#I658881` - Right label is not rendered properly while giving decimal value for duration issue has been fixed.
282
+ - `#I654502` - `fontFamily` is not changing in the PDF export for header and footer issue has been fixed.
283
+ - `#F194824` - On expand parent records, data not aligned properly when `loadChildOnDemand` and virtualization enabled issue has been fixed.
284
+
285
+ - `#I643775` - The `queryTaskbarInfo` event wasn't triggered for virtualization with multiple taskbars enabled and tasks in a collapsed state issue has been fixed.
286
+ - `#I654502` - `fontFamily` is not changing in the PDF export for header and footer issue has been fixed.
287
+
288
+ ## 27.2.4 (2024-11-26)
289
+
290
+ ### GanttChart
291
+
292
+ #### Bug fixes
293
+
294
+ - `#I652901` - Incorrect date calculation when `dayWorkingTime` is defined as 24 hrs issue has been fixed.
295
+ - `#I649832` - Negative offset getting removed when duration is in decimal issue has been fixed.
296
+ - `#I650300` - Offset value for unscheduled task not updated issue has been fixed.
297
+ - `#I656842` - Misalignment between grid and chart side issue has been fixed.
298
+
299
+ ## 27.2.3 (2024-11-21)
300
+
301
+ ### GanttChart
302
+
303
+ #### Bug fixes
304
+
305
+ - `#I648948` - Undo redo functionality does not work for newly added records remote data sample issue has been fixed.
306
+ - `#I648941` - Critical path style not updated using dialog edit issue has been fixed.
307
+ - `#F194958` - Script error is occurs when dynamically changing the grid line property without data source issue has been fixed.
308
+ - `#I653638` - unit is not updated properly while setting task type as `FixedWork` issue has been fixed.
309
+ - `#I645586` - Last 3 rows of the taskbar are not exported when performing PDF export with the `pageOrientation` set Portrait issue has been fixed.
310
+ - `#I650238` - Work calculation is not functioning correctly when adding a record issue has been fixed.
311
+ - `#I650892` - Horizontal scrollbar not disappeared after performing `ZoomToFit` with below 90 percent browser issue has been fixed.
312
+
313
+ - `#F194958` - Script error is occurs when dynamically changing the grid line property without data source issue has been fixed.
314
+ - `#I648948` - Undo redo functionality does not work for newly added records remote data sample issue has been fixed.
315
+
316
+ ## 27.2.2 (2024-11-15)
317
+
318
+ ### GanttChart
319
+
320
+ #### Bug fixes
321
+
322
+ - `#644829` - Words and taskbar alignment are misaligned in pdf file when row height is less than 20 issue has been fixed.
323
+ - `#I645725` - Console error occurs when taskbar drag and drop with touch interaction issue has been fixed.
324
+ - `#I646644` - Console error occurs while dependency has decimal offset day values issue has been fixed.
325
+ - `#I653638` - unit is not updated properly while setting task type as `FixedWork` issue has been fixed.
326
+
327
+ ## 27.1.58 (2024-11-05)
328
+
329
+ ### GanttChart
330
+
331
+ #### Bug fixes
332
+
333
+ - `#645586` - Last 3 rows of the taskbar are not exported when performing PDF export with the `pageOrientation` set Portrait issue has been fixed.
334
+ - `#644812` - When adding a record, the validation for taskType as `fixedDuration` is not working properly issue has been fixed.
335
+
336
+ ## 27.1.57 (2024-10-29)
337
+
338
+ ### GanttChart
339
+
340
+ #### Bug fixes
341
+
342
+ - `#I642434` - `recordIndex` property is updating last index for every above or below add action via `contextMenu` issue has been fixed.
343
+ - `#I646826` - An invalid resource collection is being passed resulting in a script error issue has been fixed.
344
+ - `#I637870` - White space when expand and collapse action issue has been fixed.
345
+
346
+ - `#I642434` - `recordIndex` property is updating last index for every above or below add action via `contextMenu` issue has been fixed.
347
+
348
+ ## 27.1.56 (2024-10-23)
349
+
350
+ ### GanttChart
351
+
352
+ #### Bug fixes
353
+
354
+ - `#I645245` - Console error occurs while taskbar editing without `allowEditing` property issue has been fixed.
355
+
356
+ ## 27.1.55 (2024-10-22)
357
+
358
+ ### GanttChart
359
+
360
+ #### Bug fixes
361
+
362
+ - `#I639460` - Console error occurred when clicking `fittoproject` issue has been fixed.
363
+ - `#I643327` - Custom zooming levels using virtual mode throw a script error when zooming in and out issue has been fixed.
364
+ - `#I641833` - Console error occurs while exporting pdf with empty data and critical path issue has been fixed.
365
+ - `#I639036` - `columnMenuItems` property shows an error when assigning AutoFit and `AutoFitAll` issue has been fixed.
366
+ - `#I637794`,`#I637841` - Pdf export issue with baselines not working properly issue has been fixed.
367
+
368
+ - `#I637794`,`#I637841` - Pdf export issue with baselines not working properly issue has been fixed.
369
+ - `#I643327` - Custom zooming levels using virtual mode throw a script error when zooming in and out issue has been fixed.
370
+
371
+ ## 27.1.53 (2024-10-15)
372
+
373
+ ### GanttChart
374
+
375
+ #### Bug fixes
376
+
377
+ - `#I634857` - Parent dependency validation is not working properly issue has been fixed.
378
+ - `#I632390` - While collapsing parent custom color applied for child disappeared issue has been fixed.
379
+ - `#I635881` - `taskMode` is set to custom non-working days are not disabled when editing the Start Date and End Date columns issue has been fixed.
380
+ - `#I636598` - Duration field not updating in dialog box when setting the end Date as same as start Date issue has been fixed.
381
+ - `#I635782` - When the `PdfTrueTypeFont` property is used, the label value is not exported issue has been fixed.
382
+ - `#I637078` - Setting `fontSize` for labels does not working when exporting to pdf issue has been fixed.
383
+ - `#I635774` - Portrait mode not working in pdf export while using `A0` page size issue has been fixed.
384
+ - `#I632226` - Performance delay occur during load time issue has been fixed.
385
+
386
+ - `#I634857` - Parent dependency validation is not working properly issue has been fixed.
387
+ - `#I632226` - Performance delay occur during load time issue has been fixed.
388
+
389
+ ## 27.1.52 (2024-10-08)
390
+
391
+ ### GanttChart
392
+
393
+ #### Bug fixes
394
+
395
+ - `#I634826` - Manual parent taskbar pdf export is not working properly issue has been fixed.
396
+ - `#I634832` - The issue about `isShiftPressed` property in the row selecting event was not maintained properly has been fixed.
397
+ - `#I633271` - Changing the events hitting order and add `rowPosition` property in `actionBegin` event issue has been fixed
398
+ - `#I634857` - Parent dependency validation is not working properly issue has been fixed.
399
+ - `#I634137` - The Date Format is not working properly in the predecessor dialog validation issue has been fixed.
400
+
401
+ - `#I634832` - The issue about `isShiftPressed` property in the row selecting event was not maintained properly has been fixed.
402
+ - `#I633271` - Changing the events hitting order and add `rowPosition` property in `actionBegin` event issue has been fixed.
403
+ - `#I634857` - Parent dependency validation is not working properly issue has been fixed.
404
+
405
+ ## 27.1.51 (2024-09-30)
406
+
407
+ ### GanttChart
408
+
409
+ #### Bug fixes
410
+
411
+ - `#I632186` - Custom column not refreshed properly while indent and outdent issue has been fixed.
412
+ - `#I631776` - Dates given in the data source are not displayed same as segment data source issue has been fixed.
413
+ - `#I633422` - Incorrect start date updated using `updateRecordByID` issue has been fixed.
414
+ - `#I510310` - Scroll jumps when using a 4K monitor with virtualization issue has been fixed.
415
+ - `#I632368` - Last record removed during virtual scroll issue has been fixed.
416
+
417
+ - `#I632186` - Custom column not refreshed properly while indent and outdent issue has been fixed.
418
+
419
+ ## 27.1.50 (2024-09-24)
420
+
421
+ ### GanttChart
422
+
423
+ #### Bug fixes
424
+
425
+ - `#I629988` - Change the event argument action property value while deleting dependency issue has been fixed.
426
+ - `#I629758` - Console error while deleting last record with undo redo and styles not persists in notes tab in dialog issues has been fixed.
427
+ - `#I631900` - Script error occurs while deleting last record when undo redo support is enabled issue has been fixed.
428
+ - `#I625233` - Timeline cell disappeared during `DST` issue has been fixed.
429
+ - `#I631255` - Incorrect left is updated during `DST` issue has been fixed.
430
+ - `#I628433` - When adding a dependency to an unscheduled task, an exception is thrown issue has been fixed.
431
+ - `#I632390` - While collapsing parent custom color applied for child disappeared issue has been fixed.
432
+
433
+ - `#I631900` - Script error occurs while deleting last record when undo redo support is enabled issue has been fixed.
434
+ - `#I625233` - Timeline cell disappeared during `DST` issue has been fixed.
435
+ - `#I631255` - Incorrect left is updated during `DST` issue has been fixed.
436
+
437
+ ## 27.1.48 (2024-09-18)
438
+
439
+ ### GanttChart
440
+
441
+ #### Features
442
+
443
+ - `#I893608`- The [Zooming](https://ej2.syncfusion.com/documentation/gantt/timeline/zooming) feature in the timeline has been enhanced to include touch support and mouse wheel interaction. Users can now perform zoom-in and zoom-out actions by pinching in/out on the chart pane or using the mouse wheel in combination with the 'Ctrl' key. Explore the demo [here](https://ej2.syncfusion.com/demos/#/fluent2/gantt/zooming.html).
444
+ - `#I885165`,`#F56892`- Provided support for taskbar resizing for manually scheduled parent taskbars [Task Scheduling](https://ej2.syncfusion.com/documentation/gantt/task-scheduling#manually-scheduled-tasks), allowing taskbar resize actions.
445
+ - `#I885310`,`#F56941`- The Gantt Chart now supports localized text for [Dependency](https://ej2.syncfusion.com/documentation/gantt/task-dependency) types (FS, FF, SF, SS), improving readability and providing greater flexibility for localized applications. Please find the demo link [here](https://ej2.syncfusion.com/demos/#/fluent2/gantt/editing.html).
446
+
447
+ - `#I893608`- The [Zooming](https://ej2.syncfusion.com/angular/documentation/gantt/timeline/zooming) feature in the timeline has been enhanced to include touch support and mouse wheel interaction. Users can now perform zoom-in and zoom-out actions by pinching in/out on the chart pane or using the mouse wheel in combination with the 'Ctrl' key. Explore the demo [here](https://ej2.syncfusion.com/angular/demos/#/fluent2/gantt/zooming).
448
+ - `#I885165`,`#F56892`- Provided support for taskbar resizing for manually scheduled parent taskbars [Task Scheduling](https://ej2.syncfusion.com/angular/documentation/gantt/task-scheduling#manually-scheduled-tasks), allowing taskbar resize actions.
449
+ - `#I885310`,`#F56941`- The Gantt Chart now supports localized text for [Dependency](https://ej2.syncfusion.com/angular/documentation/gantt/taskdependency) types (FS, FF, SF, SS), improving readability and providing greater flexibility for localized applications. Please find the demo link [here](https://ej2.syncfusion.com/angular/demos/#/fluent2/gantt/editing).
450
+
451
+ #### Breaking Changes
452
+
453
+ - The behaviour of the [`loadChildOnDemand`](https://ej2.syncfusion.com/documentation/api/gantt/#loadchildondemand) property in the Gantt Chart has been modified. Previously, when this property was set to `true`, both parent and child records were loaded simultaneously. Now, when set to true, parent records will initially be rendered in a collapsed state, with child records being loaded only when the parent row is expanded. Additionally, the default value of `loadChildOnDemand` has been changed from `false` to `true`.
454
+
455
+ - The behaviour of the [`loadChildOnDemand`](https://ej2.syncfusion.com/angular/documentation/api/gantt/#loadchildondemand) property in the Gantt Chart has been modified. Previously, when this property was set to `true`, both parent and child records were loaded simultaneously. Now, when set to true, parent records will initially be rendered in a collapsed state, with child records being loaded only when the parent row is expanded. Additionally, the default value of `loadChildOnDemand` has been changed from `false` to `true`.
456
+
457
+ #### Bug fixes
458
+
459
+ - `#I629322` - Edit dialog closes even when the action is cancel issue has been fixed.
460
+ - `#I629080` - The console error that occurred when changing the view type dynamically with a button click issue has been fixed.
461
+ - `#I632016` - Console error occurred while connecting `FF` type dependency to duration only tasks issue has been fixed.
462
+
463
+ ## 26.1.35 (2024-06-11)
464
+
465
+ ### GanttChart
466
+
467
+ #### Features
468
+
469
+ - `#I272613`,`#I269665`,`#I247664`,`#F146782` - Provided [weekWorkingTime](https://ej2.syncfusion.com/documentation/api/gantt/#weekworkingtime) support, allowing you to define distinct work hours for different working days. Please find the demo link [here](https://ej2.syncfusion.com/demos/#/material3/gantt/working-time-range.html).
470
+ - `#I287282`, `#I298661`, `#I307272`, `#I313849`, `#I323459`, `#F185672`, - Provided [timelineTemplate](https://ej2.syncfusion.com/documentation/api/gantt/#timelineTemplate) support to render user defined HTML elements in timeline header. Please find the demo link [here](https://ej2.syncfusion.com/demos/#/material3/gantt/timeline-template.html).
471
+ - We have improved to handle the exception of errors made at Gantt component model binding and throws the error information in `actionFailure` event. Please find the documentation link [here](https://ej2.syncfusion.com/documentation/gantt/exception-handling).
472
+
473
+ - `#I272613`,`#I269665`,`#I247664`,`#F146782` - Provided [weekWorkingTime](https://ej2.syncfusion.com/angular/documentation/api/gantt/#weekworkingtime) support, allowing you to define distinct work hours for different working days. Please find the demo link [here](https://ej2.syncfusion.com/angular/demos/#/material3/gantt/working-time-range).
474
+ - `#I287282`, `#I298661`, `#I307272`, `#I313849`, `#I323459`, `#F185672`, - Provided [timelineTemplate](https://ej2.syncfusion.com/angular/documentation/api/gantt/#timelineTemplate) support to render user defined HTML elements in timeline header. Please find the demo link [here](https://ej2.syncfusion.com/angular/demos/#/material3/gantt/timeline-template).
475
+ - We have improved to handle the exception of errors made at Gantt component model binding and throws the error information in `actionFailure` event. Please find the documentation link [here](https://ej2.syncfusion.com/angular/documentation/gantt/exception-handling).
476
+
477
+ ## 25.2.5 (2024-05-21)
478
+
479
+ ### GanttChart
480
+
481
+ #### Bug fixes
482
+
483
+ - `#I586588` - Event markers are hidden behind the taskbar in PDF exported file issue has been fixed.
484
+ - `#I586588` - Console error throws while merging two segments with duration of one day issue has been fixed.
485
+ - `#I463798` - Parent date changes when Unscheduled task is added issue has been fixed.
486
+ - `#I582983` - The issue about date miscalculation when dragging the taskbar with timeline virtualization has been fixed.
487
+
488
+ ## 25.2.3 (2024-05-08)
489
+
490
+ - `#I570803` - Tree Grid and Gantt chart side was not synchronized issue has been fixed.
491
+
492
+ ## 25.1.42 (2024-04-30)
493
+
494
+ ### GanttChart
495
+
496
+ #### Bug fixes
497
+
498
+ - `#I576547` - When a parent record is deleted, the PUT method still returns the record that has already been deleted issue has been fixed.
499
+ - `#I575077` - Timeline does not render properly while predecessor offset value in negative value issue has been fixed.
500
+ - `#I578380` - When using tooltip template, an exception is thrown issue has been fixed.
501
+ - `#I577723` - Dependency day not applied globalization issue has been fixed.
502
+ - `#I576290` - Dialog edit not working properly for multiple dependency issue has been fixed.
503
+ - `#I577597` - `queryTaskbarInfo` event using style is not applied when resource view in collapsed state in tasks issue has been fixed.
504
+
505
+ - `#I574986` - Console error occurs while adding segments via dialog in Gantt issue has been fixed.
506
+ - `#I578380` - When using tooltip template, an exception is thrown issue has been fixed.
507
+ - `#I577597` - `queryTaskbarInfo` event using style is not applied when resource view in collapsed state in tasks issue has been fixed.
508
+ - `#I576290` - Dialog edit not working properly for multiple dependency issue has been fixed.
509
+
510
+ ## 25.1.41 (2024-04-23)
511
+
512
+ - `#I579405` - When `enablePersistence` enabled exception thrown in Gantt issue has been fixed.
513
+ - `#I463798` - Parent date changes while adding Unscheduled task dynamically issue has been fixed.
514
+ - `#I578431` - Last page index issue in virtualization when adding new record after scrolling issue has been fixed.
515
+
516
+ ## 25.1.40 (2024-04-16)
517
+
518
+ ### GanttChart
519
+
520
+ #### Bug fixes
521
+
522
+ - `#I566632` - Duration calculations are incorrect in edit or add dialog in decimals issue has been fixed.
523
+ - `#I577383` - Predecessor not validated properly for parent task issue has been fixed.
524
+ - `#I574986` - Console error occurs while adding segments via dialog in Gantt issue has been fixed.
525
+ - `#I570307` - Toolbar refresh script error throws in Gantt issue has been fixed.
526
+
527
+ -`#I574986` - Console error occurs while adding segments via dialog in Gantt issue has been fixed.
528
+
529
+ ## 25.1.39 (2024-04-09)
530
+
531
+ ### GanttChart
532
+
533
+ #### Bug fixes
534
+
535
+ - `#I574841` - Console error occurs while opening dialog where fields and column are different.
536
+ - `#I570307` - Toolbar refresh script error throws in Gantt issue has been fixed.
537
+ - `#I568101` - The Gantt search toolbar item is not working in mobile mode issue has been fixed.
538
+ - `#I566632` - Duration calculations are incorrect in edit or add dialog in decimals issue has been fixed.
539
+ - `#I566103` - Baseline not showing in multi taskbar view.
540
+ - `#I565427` - Dependency not validated for dynamically updating work week and holidays issue has been fixed.
541
+ - `#I575577`,`#I575505`,`#I576464` - Console error occurred when dynamically changing the data source and other properties of the Gantt chart via button click has been fixed.
542
+
543
+ - `#I575505` - Console error occurred when dynamically changing the data source and other properties of the Gantt chart via button click has been fixed.
544
+
545
+ ## 25.1.38 (2024-04-02)
546
+
547
+ ### GanttChart
548
+
549
+ #### Bug fixes
550
+
551
+ - `#I566539` - Console error occurs while saving custom data in add dialog box with validation rule issue has been fixed.
552
+ - `#I553748` - Timeline dates validated wrongly after cell editing with timeline virtualization enabled issue has been fixed.
553
+ - `#I565751` - The chart side does not refresh when any record is edited by cell editing issue has been fixed.
554
+
555
+ ## 25.1.37 (2024-03-26)
556
+
557
+ ### GanttChart
558
+
559
+ #### Bug fixes
560
+
561
+ - `#F187206` - The delete action not working in remote data when `timezone` using in sample.
562
+ - `#I566491` - The exception is thrown when the resource ID mapping is empty issue has been fixed.
563
+ - `#I565418` - Start date defaulting to incorrect value when remove the start Date in add dialog.
564
+ - `#I566632` - Duration calculations are incorrect in edit or add dialog in decimals issue has been fixed.
565
+ - `#I565751` - The chart does not refresh when any record is edited by cell editing issue has been fixed.
566
+ - `#I566333` - Gantt chart disappeared while insert action with `timlineVirtualization` issue has been fixed.
567
+ - `#F186355` - Taskbar template not showing in resource view issue has been fixed.
568
+ - `#I562492` - `actionBegin` arguments miss the last record while dragging issue has been fixed.
569
+ - `#I556547` - Top and bottom tier shows null when using custom zooming level issue has been fixed.
570
+ - `#I566539` - Console error occurs while saving data in add dialog box with validation rule issue has been
571
+ fixed.
572
+ - `#I553748` - Timeline dates validated wrongly after cell editing with timeline virtualization enabled issue has been fixed.
573
+ - `#I565439` - Work calculations are incorrect for parent task in project view issue has been fixed.
574
+ - `#I553710`,`#I565824` - Weekends are not highlighted while `timlineVirtualization` is enabled issue has been fixed.
575
+ - `#I565359` - When `allowEditing` is disabled in a resource view, a console error is thrown issue has been fixed.
576
+ - `#I565427` - Dependency not validated for dynamically updating work week and holidays issue has been fixed.
577
+ - `#I560166` - The context menu using "add child" for any task, dependency line validation is not working properly.
578
+
579
+ - `#I565359` - When `allowEditing` is disabled in a resource view, a console error is thrown issue has been fixed.
580
+ - `#I566103` - Baseline not showing in multi taskbar view.
581
+
582
+ ## 25.1.35 (2024-03-15)
583
+
584
+ ### GanttChart
585
+
586
+ #### Bug fixes
587
+
588
+ - `#F186965` - When we use `RTL` mode splitter settings functionality remains as in normal mode issue has been fixed.
589
+ - `#I561396` - When `hasChildMapping` is enabled `addParams` not working issue has been fixed.
590
+ - `#I546767` - Split taskbar template not working properly with multiple levels.
591
+
592
+ #### Features
593
+
594
+ - `#I468621`,`#I504565`,`#I518180`, `#I523106`,`#I558459` - Provided undo redo support for the actions such as `Edit`, `Add`, `Delete`, `Sorting`, `ColumnReorder`, `ColumnResize`, `Search`, `Filtering`, `ZoomIn`, `ZoomOut`, `ZoomToFit`, `ColumnState`, `Indent`, `Outdent`, `RowDragAndDrop`, `TaskbarDragAndDrop`, `PreviousTimeSpan` and `NextTimeSpan` in Gantt Chart. Please find the demo link [here](https://ej2.syncfusion.com/demos/#/bootstrap5/gantt/undo-redo.html).
595
+ - `#I364692` - Provided support for taskbars, task labels, and header templates in the Gantt Chart's PDF Export feature. Please find the documentation link [here](https://ej2.syncfusion.com/documentation/gantt/pdf-export/pdf-export#exporting-with-templates).
596
+ - `#I522246`,`#I527511`,`#I562591`- Provided [`additionalParams`](https://ej2.syncfusion.com/documentation/api/gantt/addDialogFieldSettingsModel/#additionalParams) API support to customize the Grid and RTE in edit/add dialog. Please find more information [here](https://ej2.syncfusion.com/documentation/gantt/managing-tasks/managing-tasks#customize-tab-elements).
597
+
598
+ - `#I468621`,`#I504565`,`#I518180`, `#I523106`,`#I558459` - Provided undo redo support for the actions such as `Edit`, `Add`, `Delete`, `Sorting`, `ColumnReorder`, `ColumnResize`, `Search`, `Filtering`, `ZoomIn`, `ZoomOut`, `ZoomToFit`, `ColumnState`, `Indent`, `Outdent`, `RowDragAndDrop`, `TaskbarDragAndDrop`, `PreviousTimeSpan` and `NextTimeSpan` in Gantt Chart. Please find the demo link [here](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/gantt/undo-redo.html).
599
+ - `#I364692` - Provided support for taskbars, task labels, and header templates in the Gantt Chart's PDF Export feature. Please find the documentation link [here](https://ej2.syncfusion.com/angular/documentation/gantt/pdf-export/pdf-export#exporting-with-templates).
600
+ - `#I522246`,`#I527511`,`#I562591`- Provided [`additionalParams`](https://ej2.syncfusion.com/angular/documentation/api/gantt/addDialogFieldSettingsModel/#additionalParams) API support to customize the Grid and RTE in edit/add dialog. Please find more information [here](https://ej2.syncfusion.com/angular/documentation/gantt/managing-tasks/managing-tasks#customize-tab-elements).
601
+
602
+ #### Breaking Changes
603
+
604
+ - The default value for taskType will be `fixedUnit`, even when the `work` field is mapped in `taskFields`. Previously, if the `work` field was mapped, its default value internally changed to `fixedWork`, and resource units were calculated accordingly. Now, it's necessary to specify taskType as `fixedWork` at the sample level if the `work` field is mapped in `taskFields`.
605
+
606
+ ## 24.2.8 (2024-02-27)
607
+
608
+ ### GanttChart
609
+
610
+ #### Bug fixes
611
+
612
+ - `#I555169` - The scrollbar into view taskbar not working properly issue has been fixed.
613
+ - `#I556229` - Splitter View is not updating properly while using `setSplitterPosition` issue has been fixed.
614
+ - `#I553873` - Taskbar not rendered properly when using hour format in `DST` issue has been fixed.
615
+ - `#I548519` - Timeline start date changed after zooming action issue has been fixed.
616
+ - `#I548491` - React Gantt crashes when updating parent and changing column from column chooser issue has been fixed.
617
+ - `#I544198` - Delay in predecessor validation issue has been fixed.
618
+ - `#I552622` - The enable immutable enabled sample expand icon hide when record add issue has been fixed.
619
+ - `#I553420` - Editing resource allocation differed from initial rendering.
620
+ - `#I555214` - Disabling all editing options leads to console error issue has been fixed.
621
+ - `#I553748` - Editing the task name following the reset of the taskbar start date will lead to the taskbar rendering an incorrect date issue has been fixed.
622
+ - `#I553710` - Dragging the task following the reset of the parent taskbar start date will lead to get duplicate taskbar issue has been fixed.
623
+
624
+ - `#I556229` - Splitter View is not updating properly while using `setSplitterPosition` issue has been fixed.
625
+ - `#I548519` - Timeline start date changed after zooming action issue has been fixed.
626
+
627
+ ## 24.2.7 (2024-02-20)
628
+
629
+ ### GanttChart
630
+
631
+ #### Bug fixes
632
+
633
+ - `#I548671` - Dependency not working when id is alpha numeric issue has been fixed.
634
+ - `#I552756` - A console error occurs when hovering over the Column menu options issue has been fixed.
635
+ - `#I543787` - The timezone properties used in the sample taskbar not render properly issue has been fixed.
636
+ - `#I550317` - Duration value getting string instead of number issue has been fixed.
637
+
638
+ - `#I550317` - Duration value getting string instead of number issue has been fixed.
639
+
640
+ ## 24.2.5 (2024-02-13)
641
+
642
+ ### GanttChart
643
+
644
+ #### Bug fixes
645
+
646
+ - `#I544540` - Offset value not calculated properly issue has been fixed.
647
+ - `#I552745` - Pressing enter key in dialog refresh the Gantt issue has been fixed.
648
+ - `#I551289` - The zoom in action before horizontal scroll, after the zoom action triggers, alignment issues occur issue has been fixed.
649
+ - `#I532096` - Failing Karma Test cases in Angular issue has been fixed.
650
+
651
+ - `#I544540` - Offset value not calculated properly issue has been fixed.
652
+ - `#I532096` - Failing Karma Test cases in Angular issue has been fixed.
653
+
654
+ ## 24.2.4 (2024-02-06)
655
+
656
+ ### GanttChart
657
+
658
+ #### Bug fixes
659
+
660
+ - `#I550406` - Task type property does not update properly by mapping work field issue has been fixed.
661
+ - `#I542029` - Unable to render full lengthy text in pdf export issue has been fixed.
662
+ - `#I549638` - The taskbar edit action is not working in RTL mode issue has been fixed.
663
+ - `#I544478` - Validation rules not working for numeric field issue has been fixed.
664
+
665
+ - `#I544478` - Validation rules not working for numeric field issue has been fixed.
666
+
667
+ ## 24.2.3 (2024-01-31)
668
+
669
+ ### GanttChart
670
+
671
+ #### Bug fixes
672
+
673
+ - `#I540355` - RTE create column not working in dialog box issue has been fixed.
674
+ - `#I543351` - The taskbar render validation not working properly issue has been fixed.
675
+
676
+ - `#I540355` - RTE create column not working in dialog box issue has been fixed.
677
+
678
+ ## 24.1.47 (2024-01-23)
679
+
680
+ ### GanttChart
681
+
682
+ #### Bug fixes
683
+
684
+ - `#I540518` - Can't able to drag and drop to the new resource issue has been fixed.
685
+ - `#I185970` - Dynamic template updating in columns does not render issue has been fixed.
686
+ - `#I538002` - Alignment Issue with PDF Export in React Gantt issue has been fixed.
687
+
688
+ - `#I185970` - Dynamic template updating in columns does not render issue has been fixed.
689
+
690
+ ## 24.1.46 (2024-01-17)
691
+
692
+ ### GanttChart
693
+
694
+ #### Bug fixes
695
+
696
+ - `#I533229` - Server call is triggered twice issue has been fixed.
697
+ - `#I531670` - When adding a record by method before saving, if the task ID is changed after taskbar hover exception thrown issue has been fixed.
698
+ - `#I538917` - Text is not rendered properly in header while using page size issue has been fixed.
699
+ - `#I185970` - Dynamic template updating in columns does not render issue has been fixed.
700
+
701
+ - `#I185970` - Dynamic template updating in columns does not render issue has been fixed.
702
+
703
+ ## 24.1.45 (2024-01-09)
704
+
705
+ ### GanttChart
706
+
707
+ #### Bug fixes
708
+
709
+ - `#I530808` - Progress width not rendered properly in split tasks issue has been fixed.
710
+ - `#F185683` - Resources are not updating properly in `actionBegin`event issue has been fixed.
711
+ - `#I532918` - Baseline width not rendered properly in PDF export issue has been fixed.
712
+ - `#F532918` - Issue with remote data while performing CRUD operation in various Gantt chart versions has been fixed.
713
+ - `#I521365` - Dates in tooltip not rendered correctly issue has been fixed.
714
+
715
+ ## 24.1.44 (2024-01-03)
716
+
717
+ ### GanttChart
718
+
719
+ #### Bug fixes
720
+
721
+ `#I531670` - When adding record by method before saving, if the task ID is changed after taskbar hover exception thrown issue has been fixed.
722
+
723
+ ## 24.1.43 (2023-12-27)
724
+
725
+ - `#I527509` - Action begin event arguments not working properly issue has been fixed.
726
+ - `#I517104` - Gantt component hangs whole page if timezone changed to UK(London) issue has been fixed.
727
+
728
+ ### GanttChart
729
+
730
+ #### Bug fixes
731
+
732
+ - `#I527509` - Action begin event arguments not working properly issue has been fixed.
733
+
734
+ ## 23.2.5 (2023-11-23)
735
+
736
+ ### GanttChart
737
+
738
+ #### Bug fixes
739
+
740
+ - `#I520118` - Console error occurs other than self reference data issue has been fixed.
741
+ - `#I515425` - Issue with observable data binding in Gantt chart issue has been fixed.
742
+ - `#I520146` - Timeline render in advance the project start date while resizing taskbar issue has been fixed.
743
+ - `#I521906` - Milestone not working properly while drop at weekend issue has been fixed.
744
+ - `#I516954` - Dependency line not render after adding child record issue has been fixed.
745
+
746
+ - `#I515425` - Issue with observable data binding in Gantt chart issue has been fixed.
747
+ - `#I521906` - Milestone not working properly while drop at weekend issue has been fixed.
748
+ - `#I516954` - Dependency line not render after adding child record issue has been fixed.
749
+
750
+ ## 23.2.4 (2023-11-20)
751
+
752
+ ### GanttChart
753
+
754
+ #### Bug fixes
755
+
756
+ - `#I517359` - Columns does not update while changing columns value by Gantt instance issue has been fixed.
757
+ - `#I514463` - PDF exported with blank pages and dislocated connected lines issue has been fixed.
758
+ - `#I514452` - Baseline does not render by changing date issue has been fixed.
759
+
760
+ - `#I514452` - Baseline does not render by changing date issue has been fixed.
761
+
762
+ ## 23.1.44 (2023-11-07)
763
+
764
+ ### GanttChart
765
+
766
+ - `#I513332` - Excel filter only takes one character at a time issue has been fixed.
767
+ - `#I517515` - Custom toolbar template not renders after toolbar click action in Gantt issue has been fixed.
768
+
769
+ #### Bug fixes
770
+
771
+ ## 23.1.43 (2023-10-31)
772
+
773
+ ### GanttChart
774
+
775
+ #### Bug fixes
776
+
777
+ - `#I493515` - Console error throw while Expand and collapse the parent taskbar issue has been fixed.
778
+ - `#I513655` - Filter menu close as soon as the mouse is up issue has been fixed.
779
+
780
+ ## 23.1.42 (2023-10-24)
781
+
782
+ ### GanttChart
783
+
784
+ #### Bug fixes
785
+
786
+ - `#I508297` - Progress tooltip is misaligned after editing issue has been fixed.
787
+ - `#I509023` - Duration changes to zero while giving input as decimal in remote data issue has been fixed.
788
+ - `#I510092` - Taskbar not rendered in proper alignment in exported page issue has been fixed.
789
+ - `#I512556` - Background color issue with dependency connector line has been fixed.
790
+ - `#I502236` - Taskbar drag and drop issue in virtual scroll resource view issue been fixed.
791
+
792
+ - `#I502236` - Taskbar drag and drop issue in virtual scroll resource view issue been fixed.
793
+
794
+ ## 23.1.41 (2023-10-17)
795
+
796
+ ### GanttChart
797
+
798
+ #### Bug fixes
799
+
800
+ - `#I494495` - Script error occurs when trying to edit after sorting in presence of validation message issue has been fixed.
801
+ - `#I508721` - Baseline date does not render properly for milestone task issue has been fixed.
802
+ - `#I482456` - Critical path tasks not validated after drag and drop issue has been fixed.
803
+
804
+ ## 23.1.39 (2023-10-04)
805
+
806
+ ### GanttChart
807
+
808
+ #### Bug fixes
809
+
810
+ - `#I502041` - Error throw while adding the record issue has been fixed.
811
+ - `#I493515` - Style is not applied to the second segment issue has been fixed.
812
+
813
+ ## 23.1.38 (2023-09-26)
814
+
815
+ ### GanttChart
816
+
817
+ #### Bug fixes
818
+
819
+ - `#I479961` - Milestone baseline moves along with the milestone issue has been fixed.
820
+ - `#I501391` - Misalignment in tooltip when connecting predecessor.
821
+ - `#I495216` - Predecessor is not displayed when we give `GUID` issue has been fixed.
822
+ - `#I499587` - Update of custom column in general tab issue has been fixed.
823
+ - `#I184189` - Changing values in the action Begin event does not reflect while rendering issue has been fixed.
824
+ - `#F184629` - Milestone not rendered properly after editing issue has been fixed.
825
+ - `#I492520` - Critical path styling not getting cleared correctly issue has been fixed.
826
+ - `#I502650` - Taskbar dragging and progress resizing while moving the mouse outside chart issue has been fixed.
827
+ - `#I493515` - When we collapse with Virtualization, the styles doesn't apply properly issue has been fixed.
828
+ - `#I486977` - White space issue occur when we close the side pane issue has been fixed.
829
+
830
+ - `#I499587` - Update of custom column in general tab issue has been fixed.
831
+ - `#I486977` - White space issue occur when we close the side pane issue has been fixed.
832
+
833
+ ## 23.1.36 (2023-09-15)
834
+
835
+ ### GanttChart
836
+
837
+ #### Features
838
+
839
+ - `#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).
840
+ - `#I396039` - Provided baseline support for PDF export in Gantt Chart.
841
+ - 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).
842
+ - Provided touch interaction support for taskbar resizing, dragging, predecessor connectivity in Gantt chart.
843
+
844
+ - `#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).
845
+ - `#I396039` - Provided baseline support for PDF export in Gantt Chart.
846
+ - 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).
847
+ - Provided touch interaction support for taskbar resizing, dragging, predecessor connectivity in Gantt chart.
848
+
849
+ #### Bug fixes
850
+
851
+ - `#I492654` - When empty data source pdf export exception thrown issue has been fixed.
852
+ - `#I479578` - Milestone parent is not appearing issue has been fixed.
853
+
854
+ ## 22.2.12 (2023-09-05)
855
+
856
+ ### GanttChart
857
+
858
+ #### Bug fixes
859
+
860
+ - `#I488557` - The project dates are not modified after changing the timeline.
861
+ - `#I472635` - When pressing the insert key `newRowPosition` bottom row is not highlighted.
862
+ - `#I489655` - Milestone is not converting back to taskbar when we have milestone property has been fixed.
863
+ - `#I492520` - Critical path styling not getting cleared correctly issue has been fixed.
864
+ - `#I492654` - When empty data source pdf export exception thrown issue has been fixed.
865
+ - `#I485527` - Filter menu opening issue in column menu has been fixed.
866
+ - `#I494859` - Gantt shrinks when we update the datasource issue has been fixed.
867
+
868
+ - `#I494859` - Gantt shrinks when we update the datasource issue has been fixed.
869
+
870
+ ## 22.2.11 (2023-08-29)
871
+
872
+ ### GanttChart
873
+
874
+ #### Bug fixes
875
+
876
+ - `#I485527` - Filter menu opening issue in column menu has been fixed.
877
+ - `#I491313` - Multiple records were selected after using the context menu, adding the milestone position wrong issue has been fixed.
878
+ - `#F183168` - Gantt Chart not refreshing after adding new item is fixed.
879
+ - `#I491178` - Data modified in the server is not reflected in the rendered Gantt Chart is fixed.
880
+
881
+ - `#F183168` - Gantt Chart not refreshing after adding new item is fixed.
882
+
883
+ ## 22.2.10 (2023-08-22)
884
+
885
+ ### GanttChart
886
+
887
+ #### Bug fixes
888
+
889
+ - `#I486977` - Zoom To Fit issue when we resize browser window has been fixed.
890
+ - `#I484086` - Other instance of the taskbar not moved in the resource view issue has been fixed.
891
+ - `#I482456` - Critical path is incorrect in the Gantt Chart issue has been fixed.
892
+
893
+ - `#I486977` - Zoom To Fit issue when we resize browser window has been fixed.
894
+ - `#I484086` - Other instance of the taskbar not moved in the resource view issue has been fixed.
895
+
896
+ ## 22.2.9 (2023-08-15)
897
+
898
+ ### GanttChart
899
+
900
+ #### Bug fixes
901
+
902
+ - `#I485657` - Misalignment happened in timeline while exporting `PDF` in Gantt has been fixed.
903
+ - `#I485398` - console error occurs while using segment data issue has been fixed.
904
+ - `#I487527` - Data manager URL is called twice.
905
+ - `#I484079`- Vertical scroll and taskbar is not fully visible in yearly mode issue has been fixed.
906
+ - `#I461564`- No action is performed when we try to add task when the cell is in edited state issue has been fixed.
907
+ - `#I486234` - Label gets hidden in Gantt Chart when task mode is manual issue has been fixed.
908
+
909
+ ## 22.2.8 (2023-08-08)
910
+
911
+ ### GanttChart
912
+
913
+ #### Bug fixes
914
+
915
+ - `#I485907` - When multiple records are selected after using the context menu to delete, it is not working issue has been fixed.
916
+ - `#I483579` - Splitter resize issue when we resize browser window issue has been fixed.
917
+ - `#I483399` - Style not applied for the collapsed row when the virtual scroll is enabled issue has been fixed.
918
+ - `#I473286` - Unable to drag taskbar and tooltip is misaligned issue has been fixed.
919
+
920
+ - `#I473286` - Unable to drag taskbar and tooltip is misaligned issue has been fixed.
921
+
922
+ ## 22.2.7 (2023-08-02)
923
+
924
+ ### GanttChart
925
+
926
+ #### Bug fixes
927
+
928
+ - `#I479591` - Critical path is not working properly when the baseline is changed dynamically issue has been fixed.
929
+ - `#F182867` - Edit parameters not working in date columns issue has been fixed.
930
+ - `#I479578` - Milestone get disappeared when we indent the record issue has been fixed.
931
+ - `#I481480` - Last segments resizing issue has been fixed.
932
+ - `#I481603` - Zoom To Fit while Search/Filtered then Clearing Search doesn't update Horizontal Scroll issue has been fixed.
933
+ - `#IF183168` - Record was not added in Gantt using `oDataV4Adaptor` issue has been fixed.
934
+ - `#I479607` - Search including extra results issue has been fixed.
935
+ - `#I481058` - Console error when we use RTL and taskbar template issue has been fixed.
936
+ - `#I482456` - Critical path not working properly issue has been fixed.
937
+ - `#I485219` - Selection is not working when we use react hook.
938
+ - `#I486928` - Incorrect time is displayed in the column.
939
+
940
+ - `#IF183168` - Record was not added in Gantt using `oDataV4Adaptor` issue has been fixed.
941
+
942
+ ## 22.2.5 (2023-07-27)
943
+
944
+ ### GanttChart
945
+
946
+ #### Bug fixes
947
+
948
+ -`#I472635`-Using insert key highlights top row has been fixed.- `#I480002` - Can’t open task information in the context menu issue has been fixed.
949
+ - `#I479988` - Ghosting bars left on screen after cancelling task bar drag.
950
+ - `#I479961` - Milestone baseline moves along with the milestone issue has been fixed.
951
+ - `#I481999` - Page refresh when using validation rules for column issue has been fixed.
952
+
953
+ ## 22.1.39 (2023-07-18)
954
+
955
+ ### GanttChart
956
+
957
+ #### Bug fixes
958
+
959
+ - `#I45187` - Border is changed to outline in CSS issue has been fixed.
960
+
961
+ ## 22.1.38 (2023-07-11)
962
+
963
+ ### GanttChart
964
+
965
+ #### Bug fixes
966
+
967
+ - `#I474676` - Fit to project display wrong timeline issue has been fixed.
968
+ - `#I472975` - Manual task predecessor not properly fetching updated offset issue has been fixed.
969
+ - `#I471838` - White space occur when we change page size in `dataBound` event issue has been fixed.
970
+ - `#I475099` - Context menu is not opening when the dataSource is empty.
971
+ - `#I477253` - Inserting a task prevents scrolling to top of list.
972
+ - `#I461924` - Issue with collapse all Toolbar Option issue has been fixed.
973
+ - `#I475987` -Edit template is not working when the virtualization is enabled.
974
+
975
+ ## 22.1.37 (2023-07-04)
976
+
977
+ ### GanttChart
978
+
979
+ #### Bug fixes
980
+
981
+ - `#I471925` - Cannot see a Dragged Task after Zoom In issue has been fixed.
982
+ - `#I473517` - Incorrect taskbar render when unit is given in hour issue has been fixed.
983
+ - `#I473451` - Segment taskbar is not rendered correctly issue has been fixed.
984
+ - `#I471730` - Taskbar not rendered properly based on duration issue has been fixed.
985
+
986
+ ## 22.1.36 (2023-06-28)
987
+
988
+ ### GanttChart
989
+
990
+ #### Bug fixes
991
+
992
+ - `#I473901` - Baseline converted to milestone when task gets converted into milestone issue has been fixed.
993
+ - `#I471926` - Console error occurs in critical path when data source is empty issue has been fixed.
994
+ - `#I469289` - Fit to project is not working properly issue has been fixed.
995
+ - `#I473341` - Tooltip template not working properly issue has been fixed.
996
+ - `#I467372` - no drop icon is displayed while dropping in Gantt chart.
997
+ - `#F182867` - Edit template for start date column not works issue has been fixed.
998
+ - `#I470521` - Toolbar template is not working properly in react issue has been fixed.
999
+ - `#I44322` - Row Selection behaviour occurs differently in grid and Gantt.
1000
+
1001
+ ## 22.1.34 (2023-06-21)
1002
+
1003
+ ### GanttChart
1004
+
1005
+ #### Features
1006
+
1007
+ -`#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).
1008
+
1009
+ #### Breaking changes
1010
+
1011
+ - 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.
1012
+
1013
+ ## 21.2.10 (2023-06-13)
1014
+
1015
+ ### GanttChart
1016
+
1017
+ #### Bug fixes
1018
+
1019
+ - `#I459187` - Newly added record missed at the bottom in virtual scroll issue has been fixed.
1020
+ - `#I469401` - Resource names gets duplicated in right label issue has been fixed.
1021
+ - `#I464184` - Progress width not updated properly in split tasks issue has been fixed.
1022
+ - `#F182318` - Progress width not updated properly in manual tasks after zooming action issue has been fixed.
1023
+
1024
+ - `#F182318` - Progress width not updated properly in manual tasks after zooming action issue has been fixed.
1025
+
1026
+ ## 21.2.9 (2023-06-06)
1027
+
1028
+ ### GanttChart
1029
+
1030
+ #### Bug fixes
1031
+
1032
+ - `#I467744` - Provided support for virtual scroll in resource view multitask bar.
1033
+ - `#I464831` - Incorrect render of segments when we give end date while declaring segment in data source issue has been fixed.
1034
+ - `#I461924` - Bug Script Error throws while using Virtualization with Collapse All action.
1035
+ - `#I469496` - Start date not updated properly for predecessor connected record issue has been fixed.
1036
+ - `#I465752` - Timeline start date gets changed when we perform right resizing or progress resizing issue has been fixed.
1037
+ - `#I463593` - True type font style is not updated in the footer.
1038
+ - `#I463666` - Bug Milestones not rendering correctly in hierarchy issue has been fixed.
1039
+ - `#I463231` - Selection is not maintained when we scroll issue has been fixed.
1040
+ - `#I462836` - Taskbar not rendered properly when the dependency is connected to the bottom task issue has been fixed.
1041
+ - `#I464999` - Expand or Collapse All causes improper view in virtual scrolling issue has been fixed.
1042
+ - `#I462469` - Virtual scrolling breaks in deleting the last record issue has been fixed.
1043
+ - `#I464528` - Outdent action does not work properly issue has been fixed.
1044
+ - `#I464592` - Progress values are incorrect in parent task after performing drag drop issue has been fixed.
1045
+
1046
+ - `#I467744` - Provided support for virtual scroll in resource view multitask bar.
1047
+ - `#I464831` - Incorrect render of segments when we give end date while declaring segment in data source issue has been fixed.
1048
+ - `#I462836` - Taskbar not rendered properly when the dependency is connected to the bottom task issue has been fixed.
1049
+
1050
+ ## 21.2.8 (2023-05-30)
1051
+
1052
+ ### GanttChart
1053
+
1054
+ #### Bug fixes
1055
+
1056
+ - `#I461738` - Updating custom column change the end date issue has been fixed
1057
+ - `#I461564` - Editing cell followed by context menu does not work issue has been fixed
1058
+ - `#I461800` - Console error while exporting pdf error has been fixed.
1059
+ - `#I464045` - Parent dependency renders though we set `allowParentDependency` as false issue has been fixed.
1060
+ - `#I462271` - Taskbar not rendered when we use taskbar template issue has been fixed.
1061
+ - `#I460869`- Issue in Resource view wont display resource name has been fixed
1062
+ - `#I461105` - Baseline dates rendered incorrectly in without `dayWorkingTime` issue has been fixed.
1063
+ -`#I460869`- Issue in Resource view wont display resource name has been fixed.
1064
+
1065
+ - `#I461105` - Baseline dates rendered incorrectly in without `dayWorkingTime` issue has been fixed.
1066
+
1067
+ ## 21.2.6 (2023-05-23)
1068
+
1069
+ ### GanttChart
1070
+
1071
+ #### Bug fixes
1072
+
1073
+ - `#I461435` - Adding and deleting record rapidly while displaying tooltip cause error has been fixed.
1074
+ - `#I461087` - Offset value getting modified incorrectly issue has been fixed.
1075
+ - `#I461778` - Misalignment in rows on Tree Grid and Gantt in virtual scroll issue has been fixed
1076
+
1077
+ ## 21.2.5 (2023-05-16)
1078
+
1079
+ ### GanttChart
1080
+
1081
+ #### Bug fixes
1082
+
1083
+ - `#I461778` - Misalignment in rows on Tree Grid and Gantt in virtual scroll issue has been fixed
1084
+ - `#I181309` - splitter position not updating after resize issue has been fixed.
1085
+ - `#I449506` - Moving child row referencing another parent row will not move all of the descendants of that another parent row issue has been fixed.
1086
+ - `#I457803` - Offset value is not correctly updated while connecting predecessor issue has been fixed.
1087
+ - `#I449944` - Zoom out button in toolbar not enabled once after zoom in operation issue has been fixed.
1088
+ - `#I434098` - Issue while rendering resource view without child mapping has been fixed.
1089
+
1090
+ - `#I449944` - Zoom out button in toolbar not enabled once after zoom in operation issue has been fixed.
1091
+ - `#I434098` - Issue while rendering resource view without child mapping has been fixed.
1092
+
1093
+ ## 21.2.4 (2023-05-09)
1094
+
1095
+ ### GanttChart
1096
+
1097
+ #### Bug fixes
1098
+
1099
+ - `#I457032` - Task label not rendered properly when we render as template issue has been fixed.
1100
+ - `#I457212` - Timeline renders different in `Firefox` and `Chrome` issue has been fixed.
1101
+ - `#I456146` - Console error occur while changing task field after removing toolbar issue has been fixed.
1102
+ - `#F181579` - Style not reflected on the notes column when we perform dialog edit issue has been fixed.
1103
+ - `#I456453` - `CSS class` is not updated while changing it through `updateRecordbyId` method issue has been fixed.
1104
+
1105
+ -`#I449944` - Zoom out is not enabled.- `#I457032` - Task label not rendered properly when we render as template issue has been fixed.
1106
+ - `#F181579` - Style not reflected on the notes column when we perform dialog edit issue has been fixed.
1107
+
1108
+ ## 21.2.3 (2023-05-03)
1109
+
1110
+ ### GanttChart
1111
+
1112
+ #### Bug fixes
1113
+
1114
+ - `#I441205` - Two spinner appears while performing action issue has been fixed.
1115
+ - `#I451257` - No proper template for manual milestone parent.
1116
+ - `#I443041` - Gantt react performance rendering issue during initial load has been fixed.
1117
+
1118
+ ## 21.1.41 (2023-04-18)
1119
+
1120
+ ### GanttChart
1121
+
1122
+ #### Bug fixes
1123
+
1124
+ - `#I453787` - Duration not calculated properly in hour duration unit issue has been fixed.
1125
+ - `#I453745` - Modified records in `actionBegin` event has invalid records issue has been fixed.
1126
+ - `#I449552` - Child record rendered in incorrect dates during initial load issue has been fixed.
1127
+ -`#I452233`- Parent Taskbar template not working properly in latest version.
1128
+ -`#I449864`- Holiday label is not visible when we don't set height.
1129
+ -`#I449674`- Cannot split task when the taskbar is rendered to one day.
1130
+ - `#I449757` - Taskbar width rendered incorrectly issue has been fixed.
1131
+
1132
+ -`I449864`- Holiday label is not visible when we don't set height.
1133
+
1134
+ ## 21.1.38 (2023-04-04)
1135
+
1136
+ ### GanttChart
1137
+
1138
+ #### Bug fixes
1139
+
1140
+ - `#I451243` - Unable to set zooming levels through `zoomingLevels` property issue has been fixed.
1141
+ - `#I447704` - Timeline tier is not changing dynamically issue has been fixed.
1142
+ - `I447465` - Incorrect progress value on parent task when child tasks have fractional duration issue has been fixed.
1143
+ -`I447475`- End key is not working properly issue has been fixed.
1144
+ -`#I447772` - Application freezing while changing holidays/weekend issue has been fixed.
1145
+
1146
+ - `#I451243` - Unable to set zooming levels through `zoomingLevels` property issue has been fixed.
1147
+ - `#I447704` - Timeline tier is not changing dynamically issue has been fixed.
1148
+ - `#I447772` - Application freezing while changing holidays/weekend issue has been fixed.
1149
+
1150
+ ## 21.1.37 (2023-03-29)
1151
+
1152
+ ### GanttChart
1153
+
1154
+ #### Bug fixes
1155
+
1156
+ - `#I432146` - Script error occurs while changing data source and resource simultaneously issue has been fixed.
1157
+ -`I441276`- Outdent task is not in correct index of modified records in `actionComplete` event issue has been fixed.
1158
+ -`I435254`, `I444942`- Taskbar not rendered in Pdf exported file when `timelineUnitSize` is initialized issue has been fixed.
1159
+
1160
+ - `#I432146` - Script error occurs while changing data source and resource simultaneously issue has been fixed.
1161
+ -`I435254`- Taskbar not rendered in Pdf exported file when `timelineUnitSize` is initialized issue has been fixed.
1162
+
1163
+ ## 21.1.35 (2023-03-23)
1164
+
1165
+ ### GanttChart
1166
+
1167
+ #### Features
1168
+
1169
+ - `#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).
1170
+ - `#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).
1171
+ - `#I413261` - Restricted offset value update based on enabling or disabling the `API`. Please find the
1172
+ `API` link [here](https://ej2.syncfusion.com/documentation/api/gantt/#updateoffsetontaskbaredit).
1173
+ - `#I420482` - Provided option to disable date validation at initial load based on enabling or disabling the `API`
1174
+ By disabling this `API` we can improve load time performance by two time. Please find the
1175
+ `API` link [here](https://ej2.syncfusion.com/documentation/api/gantt/#autocalculatedatescheduling).
1176
+
1177
+ - `#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).
1178
+ - `#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).
1179
+ - `#I413261` - Restricted offset value update based on enabling or disabling the `API`. Please find the
1180
+ `API` link [here](https://ej2.syncfusion.com/angular/documentation/api/gantt/#updateoffsetontaskbaredit).
1181
+ - `#I420482` - Provided option to disable date validation at initial load based on enabling or disabling the `API`
1182
+ By disabling this `API` we can improve load time performance by two time. Please find the
1183
+ `API` link [here](https://ej2.syncfusion.com/angular/documentation/api/gantt/#autocalculatedatescheduling).
1184
+
1185
+ ## 20.4.54 (2023-03-14)
1186
+
1187
+ ### GanttChart
1188
+
1189
+ #### Bug fixes
1190
+
1191
+ -`I442012`- Pdf export padding property for column header is not working properly issue has been fixed.
1192
+ -`F180721`- Script error occurs when critical path is enabled in virtualization mode issue has been fixed.
1193
+ -`F180854`- Successor task not updated when editing predecessor task issue has been fixed.
1194
+ -`I436189`- Two different payloads passed to put and post for a single add action issue has been fixed.
1195
+ -`I440310`- Script error throws when parent ID mapped issue has been fixed.
1196
+ -`I441047`- An exception is thrown when attempting to update `task fields` and `data source`.
1197
+
1198
+ ## 20.4.53 (2023-03-07)
1199
+
1200
+ ### GanttChart
1201
+
1202
+ #### Bug fixes
1203
+
1204
+ -`I413261`- Validate predecessor link on editing issue has been fixed.
1205
+ -`I441394`- Gantt Column name doesn't change respect to changing of culture at runtime issue has been fixed.
1206
+ -`I437053`- Task label not updated correctly When dynamically updating data source issue has been fixed.
1207
+
1208
+ ## 20.4.52 (2023-02-28)
1209
+
1210
+ ### GanttChart
1211
+
1212
+ #### Bug fixes
1213
+
1214
+ -`I435386`- Column template not working in `Vue` platform issue has been fixed.
1215
+ -`I426170`- Incorrect Start Date Update for Unscheduled Task When Editing Parent Start Date.
1216
+ -`I432910`- zoom in not disabled issue has been fixed.
1217
+ -`I431348`- Updating Day Working Time Property Dynamically in UTC Timezone Results in Invalid Dates.
1218
+ -`I394676`- Incorrect Date in milestone while on load and editing issue has been fixed.
1219
+ -`#I436476`- Gantt Task doesn't get updated after Batch Update issue is fixed.
1220
+
1221
+ -`I394676`- Incorrect Date in milestone while on load and editing issue has been fixed.
1222
+
1223
+ ## 20.4.51 (2023-02-21)
1224
+
1225
+ ### GanttChart
1226
+
1227
+ #### Bug fixes
1228
+
1229
+ -`I432910`- Export Issue with Predecessor Connectivity for Filtered Data.
1230
+ -`#I434098`- Script error occurs when updating resources dynamically without child mapping.
1231
+
1232
+ -`#I434098`- Script error occurs when updating resources dynamically without child mapping.
1233
+
1234
+ ## 20.4.50 (2023-02-14)
1235
+
1236
+ ### GanttChart
1237
+
1238
+ #### Bug fixes
1239
+
1240
+ - `#I431629`- A script error is thrown while performing tab navigation on the last row.
1241
+
1242
+ ## 20.4.49 (2023-02-07)
1243
+
1244
+ ### GanttChart
1245
+
1246
+ #### Bug fixes
1247
+
1248
+ - `#I429875` - Console error while using self-referential data issue has been fixed.
1249
+ - `#I428914` - Duration value is not maintained when using `valueAccessor` issue has been fixed.
1250
+ - `#I426170` - Action complete is not triggered properly for Zoom In and Zoom to fit in Gantt chart.
1251
+
1252
+ -`#I428914`- Duration value is not maintained when using `valueAccessor` issue has been fixed.
1253
+
1254
+ ## 20.4.48 (2023-02-01)
1255
+
1256
+ ### GanttChart
1257
+
1258
+ #### Bug fixes
1259
+
1260
+ - `#I427837` - Baseline renders with incorrect date in difference timezone issue has been fixed.
1261
+ - `#I430365` - Child tasks not updated after updating parent task predecessor has been fixed.
1262
+ - `#I428064` - Incorrect unit in timeline issue has been fixed.
1263
+
1264
+ - `#I428064` - Incorrect unit in timeline issue has been fixed.
1265
+
1266
+ ## 20.4.43 (2023-01-10)
1267
+
1268
+ ### GanttChart
1269
+
1270
+ #### Bug fixes
1271
+
1272
+ - `#I426170` - Incorrect request type in zooming action has been fixed.
1273
+ - `#FB39646` - Incorrect index value during row drag and drop has been fixed.
1274
+
1275
+ ## 20.4.42 (2023-01-04)
1276
+
1277
+ ### GanttChart
1278
+
1279
+ #### Bug fixes
1280
+
1281
+ - `#I421870`- Record does not update properly when its modified in `actionBegin` event issue has been fixed.
1282
+ - `#I420414` - Row height issue in task mode has been fixed.
1283
+
1284
+ - `#I420414` - Row height issue in task mode has been fixed.
1285
+
1286
+ ## 20.4.40 (2022-12-28)
1287
+
1288
+ ### GanttChart
1289
+
1290
+ #### Bug fixes
1291
+
1292
+ - `#I420702` - Persistence settings prevent changing the timeline settings issue has been fixed.
1293
+ - `#I422731` - Issue when predecessor is given for unscheduled parent issue has been fixed.
1294
+ - `#I423435` - Customize baseline colour in `queryTaskbarInfo` event in segmented tasks issue has been fixed.
1295
+ - `#I420280` - The `actionBegin` event receives more records as modified data when task is edited issue has been fixed.
1296
+ - `#I422943` - Taskbar appearing on next date issue has been fixed.
1297
+ - `#I422476` - Progress value issue in parent task has been fixed.
1298
+ - `#I425389`- Baseline not properly rendered after moving Milestone.
1299
+
1300
+ - `#I420702` - Persistence settings prevent changing the timeline settings issue has been fixed.
1301
+ - `#I422943` - Taskbar appearing on next date issue has been fixed.
1302
+
1303
+ ## 20.4.38 (2022-12-21)
1304
+
1305
+ ### GanttChart
1306
+
1307
+ #### Features
1308
+
1309
+ - `#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).
1310
+ - Provided `Shimmer` support in Gantt chart. Please find the demo link [here](https://ej2.syncfusion.com/demos/#/bootstrap5/gantt/loading-animation).
1311
+
1312
+ - `#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).
1313
+ - Provided `Shimmer` support in Gantt chart. Please find the demo link [here](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/gantt/loading-animation).
1314
+
1315
+ #### Bug fixes
1316
+
1317
+ - `#I417035` - Expand Collapse not working properly after cell editing issue has been fixed.
1318
+ - `#I421663` - The baseline end date has not been properly validated issue has been fixed.
1319
+
1320
+ ## 20.3.60 (2022-12-06)
1321
+
1322
+ ### GanttChart
1323
+
1324
+ #### Bug fixes
1325
+
1326
+ - `#I420414` - Unable to disable edit dialog fields in general tab issue has been fixed.
1327
+ - `#I420280` - The `actionBegin` event receives more records as modified data when a task is resized issue has been fixed.
1328
+ - `#I420126` - Error thrown when deleting a Unassigned task in the Resource View issue has been fixed.
1329
+ - `#I415400` - Cell Edit does not save when clicking on the chart side issue has been fixed.
1330
+ - `#I419273` - End Key not working as expected when selection type set to Both.
1331
+
1332
+ ## 20.3.59 (2022-11-29)
1333
+
1334
+ ### GanttChart
1335
+
1336
+ #### Bug fixes
1337
+
1338
+ - `#I413261` - Dependency values for the parent task are not properly updated issue has been fixed.
1339
+ - `#I419062` - Edit type issue when datasource is undefined issue has been fixed.
1340
+ - `#I417042` - A console error is thrown when updating the parent task's start date.
1341
+ - `#I419262` - The dependency line is rendered even after cancel.
1342
+
1343
+ ## 20.3.58 (2022-11-22)
1344
+
1345
+ ### GanttChart
1346
+
1347
+ #### Bug fixes
1348
+
1349
+ - `#I416610` - Able to scroll vertically when virtual scrolling enabled without scrollable records issue has been fixed.
1350
+ - `#I417049` - Adding duration to an unscheduled task affects the project start date.
1351
+
1352
+ ## 20.3.57 (2022-11-15)
1353
+
1354
+ ### GanttChart
1355
+
1356
+ #### Bug fixes
1357
+
1358
+ - `#I413261` - Dependency values for the parent task are not properly updated issue has been fixed.
1359
+ - `#I410200` - Timeline headers disappears when timeline changes dynamically.
1360
+ - `#I413560` - Datasource Property not updated properly after row indent and outdent issue has been fixed.
1361
+ - `#I65261` - Filtering functionality issues in duration column.
1362
+ - `#I65321` - Task duration is not calculated properly in dialog edit.
1363
+
1364
+ ## 20.3.56 (2022-11-08)
1365
+
1366
+ ### GanttChart
1367
+
1368
+ #### Bug fixes
1369
+
1370
+ - `#I414182` - Datasource Property not updated properly after row drag and drop issue has been fixed.
1371
+ - `#I413625` - Current view data not updated properly when dynamically change the view type issue has been fixed.
1372
+ - `#I414481` - Dynamically updating the `renderBaseline` property in immutable mode issue has been fixed.
1373
+
1374
+ ## 20.3.52 (2022-10-26)
1375
+
1376
+ ### GanttChart
1377
+
1378
+ #### Bug fixes
1379
+
1380
+ - `#I413261` - Dependency values for the parent task are not properly updated issue has been fixed.
1381
+ - `#I412821` - Row drag and drop is not working properly when Virtualization is enabled.
1382
+
1383
+ ## 20.3.50 (2022-10-18)
1384
+
1385
+ ### GanttChart
1386
+
1387
+ #### Bug fixes
1388
+
1389
+ - `#I409097` - Deleting record when search text is selected issue has been fixed.
1390
+ - `#I404228` - Saving record even when in edited state issue has been fixed.
1391
+ - `#I413093` - Pdf export is not working in latest version issue has been fixed.
1392
+
1393
+ - `#I404228` - Saving record even when in edited state issue has been fixed.
1394
+ - `#I412821` - Row drag and drop is not working properly when Virtualization is enabled.
1395
+
1396
+ ## 20.3.49 (2022-10-11)
1397
+
1398
+ ### GanttChart
1399
+
1400
+ #### Bug fixes
1401
+
1402
+ - `#I395003` - Gantt records disappear when scrolling up and down quickly issue has been fixed.
1403
+ - `#I407437` - Add new record in resource view without child mapping issue has been fixed.
1404
+ - `#I407832` - Console error when all the element is disabled in context menu.
1405
+ - `#I407716` - Data source update on load time issue has been fixed.
1406
+ - `#I400913`, `#I405837` - Pdf export is not working when the data has Hebrew and Vietnamese characters.
1407
+
1408
+ - `#I407437` - Add new record in resource view without child mapping issue has been fixed.
1409
+ - `#I405837` - Pdf export is not working when the data has Hebrew and Vietnamese characters.
1410
+
1411
+ ## 20.3.48 (2022-10-05)
1412
+
1413
+ ### GanttChart
1414
+
1415
+ #### Bug fixes
1416
+
1417
+ - `#I408288` - Timeline rendering is incomplete when data is rebinded issue has been fixed.
1418
+ - `#I404228` - Issue in saving data in segment has been fixed.
1419
+ - `#I406597` - Duplicate record in the data source issue has been fixed.
1420
+ - `#I405108` - Unable to customize event marker tooltip issue has been fixed.
1421
+ - `#F176879` - Unable to customize the dependency name issue has been fixed.
1422
+ - `#I409288` - Exception when the expand change dynamically has been fixed.
1423
+
1424
+ - `#I404228` - Issue in saving data in segment has been fixed.
1425
+ - `#I409288` - Exception when the expand change dynamically has been fixed.
1426
+
1427
+ ## 20.3.47 (2022-09-29)
1428
+
1429
+ ### GanttChart
1430
+
1431
+ #### Features
1432
+
1433
+ - `#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).
1434
+ - `#I315577` - Provided Row Drag and Drop support in Virtual Scrolling feature for Gantt Chart.
1435
+ - `#F165210` - Provided excel filter support in Gantt Chart. Please find the demo link [here](https://ej2.syncfusion.com/demos/#/bootstrap5/gantt/filtering).
1436
+ - `#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).
1437
+ - `#FB36072` - Provided support for Critical Path with Multi Taskbar enabled.
1438
+
1439
+ - `#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).
1440
+ - `#I315577` - Provided Row Drag and Drop support in Virtual Scrolling feature for Gantt Chart.
1441
+ - `#F165210` - Provided excel filter support in Gantt Chart. Please find the demo link [here](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/gantt/filtering).
1442
+ - `#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).
1443
+ - `#FB36072` - Provided support for Critical Path with Multi Taskbar enabled.
1444
+
1445
+ #### Bug fixes
1446
+
1447
+ - `#F177237` - The `currentViewData` with dependencies were not exported correctly in `PDFExport` issue has been fixed.
1448
+ - `#I402913` - Checkbox selection must be completed with a single click issue has been fixed.
1449
+ - `#I404007` - Filter Menu not closed when focus is removed issue has been fixed.
1450
+ - `#I403823` - Custom Column values not updated when editing in tab issue has been fixed.
1451
+ - `#I403221` - Issue in deleting parent record in resource view has been fixed.
1452
+
1453
+ - `#I404007` - Filter Menu not closed when focus is removed issue has been fixed.
1454
+
1455
+ ## 20.2.49 (2022-09-13)
1456
+
1457
+ ### GanttChart
1458
+
1459
+ #### Bug fixes
1460
+
1461
+ - `#I403222` - Console error occurs in resource view with enabled persistence issue has been fixed.
1462
+
1463
+ ## 20.2.46 (2022-08-30)
1464
+
1465
+ ### GanttChart
1466
+
1467
+ #### Bug fixes
1468
+
1469
+ - `#F176984` - Timeline is extended when the splitter position is moved issue has been fixed.
1470
+ - `#I398394` - Row drag and drop not working properly on resource view sample issue has been fixed.
1471
+ - `#I396036` - Baselines become milestones when start date and end date are mapped.
1472
+
1473
+ - `#F176984` - Timeline is extended when the splitter position is moved issue has been fixed.
1474
+
1475
+ ## 20.2.45 (2022-08-23)
1476
+
1477
+ ### GanttChart
1478
+
1479
+ #### Bug fixes
1480
+
1481
+ - `#I389542` - Filter records with hierarchy mode as both shows no record to display issue has been fixed.
1482
+
1483
+ ## 20.2.44 (2022-08-16)
1484
+
1485
+ ### GanttChart
1486
+
1487
+ #### Bug fixes
1488
+
1489
+ - `#I394194` - Timeline changes when toggling critical path issue has been fixed.
1490
+ - `#I388575` - Gantt chart disappears when searching is performed with tasks in collapsed state with virtualization issue has been fixed.
1491
+ - `#I394195` - Week start day not working properly after perform Zooming actions issue has been fixed.
1492
+ - `#I393709` - Baseline milestone not rendered in proper position .
1493
+ - `#I394223` - Gantt Chart does not update data source when adding new record.
1494
+
1495
+ - `#I393709` - Baseline milestone not rendered in proper position.
1496
+
1497
+ ## 20.2.43 (2022-08-08)
1498
+
1499
+ ### GanttChart
1500
+
1501
+ #### Bug fixes
1502
+
1503
+ - `#I393339` - Empty record is displayed after searching a text when using the refresh method issue has been fixed.
1504
+ - `#I392655` - Issue in deleting multiple tasks, when one task is collapsed issue has been fixed.
1505
+ - `#I394407` - Script error occurs when we edit the baseline date issue has been fixed.
1506
+ - `#I376455` - Unable to focus on chart element when editing is not enabled has been fixed.
1507
+ - `#I393670`, `#I393633` - End date calculated wrongly for adding new task after zoom to fit is performed issue has been fixed.
1508
+ - `#I391704`-Need to disable HTML encoding in tooltip has been fixed.
1509
+ - `#F149986` - Unable to use drop down edit in progress column has been fixed.
1510
+
1511
+ ## 20.2.39 (2022-07-19)
1512
+
1513
+ ### GanttChart
1514
+
1515
+ #### Bug fixes
1516
+
1517
+ - `#I389834` - Records position not updated properly in datasource when we drag and drop the records issue has been fixed.
1518
+
1519
+ ## 20.2.38 (2022-07-12)
1520
+
1521
+ ### GanttChart
1522
+
1523
+ #### Bug fixes
1524
+
1525
+ - `#I380929` - Baseline end date issue for milestone with same baseline start and end date has been fixed.
1526
+ - `#I385298` - Bottom Tier not partitioned properly when zoom to fit issue has been fixed.
1527
+ - `#I388575` - Virtual scroll issue when collapsed and searched has been fixed
1528
+
1529
+ ## 20.2.36 (2022-06-30)
1530
+
1531
+ ### GanttChart
1532
+
1533
+ #### Features
1534
+
1535
+ - `#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).
1536
+ - Provided State Persistence support for Gantt Chart. Please find the documentation link [here](https://ej2.syncfusion.com/javascript/documentation/gantt/state-persistence).
1537
+
1538
+ - `#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).
1539
+ - Provided State Persistence support for Gantt Chart. Please find the documentation link [here](https://ej2.syncfusion.com/angular/documentation/gantt/state-persistence).
1540
+
1541
+ #### Bug fixes
1542
+
1543
+ - `#I379308, #I380615` - Baseline end date issue for milestone with same baseline start and end date has been fixed.
1544
+ - `#I383128` - DataSource gets updated wrongly when we update the data with invalid `parentID` issue has been fixed.
1545
+ - `#I378077` - Newly added records not gets refreshed when running the sample using `nodejs` issue has been resolved.
1546
+ - `#I382484` - Gantt records gets repeated when we perform scrolling in virtual data issue has been fixed.
1547
+ - `#I376455` - Tab key navigation not working properly when moving to new records has been fixed.
1548
+
1549
+ - `#I376455` - Tab key navigation not working properly when moving to new records has been fixed.
1550
+ - `#I383128` - DataSource gets updated wrongly when we update the data with invalid `parentID` issue has been fixed.
1551
+ - `#I376455` - Unable to focus on chart element when editing is not enabled has been fixed.
1552
+ - `#I391704`-Need to disable HTML encoding in tooltip has been fixed.
1553
+
1554
+ ## 20.1.60 (2022-06-14)
1555
+
1556
+ ### GanttChart
1557
+
1558
+ #### Bug fixes
1559
+
1560
+ - `#367483` - Indent Outdent toolbar options appearing when edit settings is not defined issue has been been fixed.
1561
+ - `#384296` - Unable to draw dependency when progress mapping is disabled issue has been been fixed.
1562
+ - `#381374` - Editing milestone duration varies the start date issue has been been fixed.
1563
+
1564
+ - `#367483` - Indent Outdent toolbar options appearing when edit settings is not defined issue has been been fixed.
1565
+ - `#384296` - Unable to draw dependency when progress mapping is disabled issue has been been fixed.
1566
+
1567
+ ## 20.1.59 (2022-06-07)
1568
+
1569
+ ### GanttChart
1570
+
1571
+ #### Bug fixes
1572
+
1573
+ - `#379229` - Pdf export is not working when using custom date format issue has been fixed.
1574
+ - `#381109` - Issue when Zoom To Fit with unscheduled tasks has been fixed.
1575
+ - `#382884` - work value calculation issue for parent task has been fixed.
1576
+
1577
+ ## 20.1.58 (2022-05-31)
1578
+
1579
+ ### GanttChart
1580
+
1581
+ #### Bug fixes
1582
+
1583
+ - `#380136` - End date is not updated when we update the resource unit via `updateRecordByID` method.
1584
+ - `#378491` - Data is not displayed when we frequently move between different tabs has been fixed.
1585
+ - `#379660` - Script error thrown when switching between tabs has been fixed.
1586
+
1587
+ - `#378491` - Data is not displayed when we frequently move between different tabs has been fixed.
1588
+ - `#379660` - Script error thrown when switching between tabs has been fixed.
1589
+
1590
+ ## 20.1.56 (2022-05-17)
1591
+
1592
+ ### GanttChart
1593
+
1594
+ #### Bug fixes
1595
+
1596
+ - `#F174816` - Landscape page orientation is not working when exporting Pdf has been fixed.
1597
+ - `#377857` - Task not assigned to resources when dynamically changes from project view into resource view has been fixed.
1598
+
1599
+ ## 20.1.55 (2022-05-12)
1600
+
1601
+ ### GanttChart
1602
+
1603
+ #### Bug fixes
1604
+
1605
+ - `#376228` - Duration is not updated while updating resource units using `updateRecordByID` method issue has been fixed.
1606
+ - `#370224` - Filtering issue when rendering Gantt inside the modal has been fixed.
1607
+ - `#376455` - Tab key navigation not working properly when moving from grid to timeline issue has been fixed.
1608
+
1609
+ - `#376455` - Tab key navigation not working properly when moving from grid to timeline issue has been fixed.
1610
+
1611
+ ## 20.1.52 (2022-05-04)
1612
+
1613
+ ### GanttChart
1614
+
1615
+ #### Bug fixes
1616
+
1617
+ - `#372661` - Data not properly updated in the Gantt Chart when switching between list view issue has been fixed.
1618
+
1619
+ ## 20.1.51 (2022-04-26)
1620
+
1621
+ ### GanttChart
1622
+
1623
+ #### Bug fixes
1624
+
1625
+ - `#373529` - Task label is not properly displayed in pdf export issue has been fixed.
1626
+ - `#373829` - Top tier and bottom tier partitioning issue in quarterly mode has been fixed.
1627
+ - `#374212, #372614` - Timeline is not rendered properly when using hour format in `DST` issue has been fixed.
1628
+ - `#367794` - Cell editing issue in internet explorer has been fixed.
1629
+
1630
+ - `#373529` - Task label is not properly displayed in pdf export issue has been fixed.
1631
+ - `#373829` - Top tier and bottom tier partitioning issue in quarterly mode has been fixed.
1632
+
1633
+ ## 20.1.50 (2022-04-19)
1634
+
1635
+ ### GanttChart
1636
+
1637
+ #### Bug fixes
1638
+
1639
+ - `#372623` - New record keeps an editable state in dependency tab even after switching the tabs has been fixed.
1640
+ - `#373803` - Scrollbar not available in notes tab issue has been fixed.
1641
+ - `#372344` - Issue in `taskLabelTemplate` using `ngTemplate` has been fixed.
1642
+ - `#372131` - Issue in `taskbarTemplate` with `enableMultiTaskbar` enabled has been fixed.
1643
+
1644
+ ## 20.1.48 (2022-04-12)
1645
+
1646
+ ### GanttChart
1647
+
1648
+ #### Bug fixes
1649
+
1650
+ - `#371080` - Issue in `actionBegin` event for cancelling the row drag and drop action using request type `beforeDrop` has been fixed.
1651
+ - `#374064` - Gantt height not gets responsive when collapsing all tasks in `auto` mode.
1652
+ - `#372623` - Filter popup gets closed automatically When clicking between the filter fields has been fixed.
1653
+
1654
+ - `#372623` - Filter popup gets closed automatically When clicking between the filter fields has been fixed.
1655
+
1656
+ ## 20.1.47 (2022-04-04)
1657
+
1658
+ ### GanttChart
1659
+
1660
+ #### Bug fixes
1661
+
1662
+ - `#300959` - Provided support to fill empty space with extended timeline in zoom out action.
1663
+ - `#371372` - Unable to change end Date of manual parent task issue has been fixed.
1664
+ - `#363003` - Child mapping order not maintained in data source property issue has been fixed.
1665
+
1666
+ ## 19.4.56 (2022-03-15)
1667
+
1668
+ ### GanttChart
1669
+
1670
+ #### Bug fixes
1671
+
1672
+ - `#369264` - Event marker labels not visible when there is single record has been fixed
1673
+ - `#362146` - Row customization using `rowDataBound` event in `enableImmutableMode` issue has been fixed
1674
+ - `#363336` - Child records not updated properly in specific index issue has been fixed.
1675
+ - `#368609` - Indent and outdent toolbar item not showing when checkbox selection is enabled has been fixed.
1676
+ - `#363752` - Issue in assigning custom zooming levels in `load` event has been fixed.
1677
+ - `#368549` - Gantt chart indentation issue while adding a child task has been fixed.
1678
+ - `#359455` - Issue in giving height as view port for parent container has been fixed.
1679
+
1680
+ - `#369264` - Event marker labels not visible when there is single record has been fixed
1681
+ - `#363752` - Issue in assigning custom zooming levels in `load` event has been fixed.
1682
+ - `#362146` - Row customization using `rowDataBound` event in `enableImmutableMode` issue has been fixed
1683
+ - `#363336` - Child records not updated properly in specific index issue has been fixed.
1684
+ - `#368609` - Indent and outdent toolbar item not showing when checkbox selection is enabled has been fixed.
1685
+ - `#368549` - Gantt chart indentation issue while adding a child task has been fixed.
1686
+
1687
+ ## 19.4.55 (2022-03-08)
1688
+
1689
+ ### GanttChart
1690
+
1691
+ #### Bug fixes
1692
+
1693
+ - `#366304` - Gantt line mismatches when we set system display as 100% and browser zoom settings as 90% has been fixed.
1694
+ - `#365994` - Right and left label template not working in `vue` has been fixed.
1695
+
1696
+ - `#366304` - Gantt line mismatches when we set system display as 100% and browser zoom settings as 90% has been fixed.
1697
+
1698
+ ## 19.4.54 (2022-03-01)
1699
+
1700
+ ### GanttChart
1701
+
1702
+ #### Bug fixes
1703
+
1704
+ - `#366296` - When moving from once cell to another cell using tab key navigation issue has been fixed.
1705
+ - `#363358`,`F172781` - Drag and drop not working properly after row gets collapsed issue has been fixed.
1706
+
1707
+ ## 19.4.53 (2022-02-22)
1708
+
1709
+ ### GanttChart
1710
+
1711
+ #### Bug fixes
1712
+
1713
+ - `#365463` - Gantt timeline view gets changed when resize the task to left side has been fixed.
1714
+
1715
+ ## 19.4.52 (2022-02-15)
1716
+
1717
+ ### GanttChart
1718
+
1719
+ #### Bug fixes
1720
+
1721
+ - `#360085` - Issue in deleting a task after performing expand collapse action for multiple times has been fixed.
1722
+ - `#364950` - The `taskLabel` property does not show the task name properly when giving name with space has been fixed.
1723
+
1724
+ - `#364950` - The `taskLabel` property does not show the task name properly when giving name with space has been fixed.
1725
+
1726
+ ## 19.4.50 (2022-02-08)
1727
+
1728
+ ### GanttChart
1729
+
1730
+ #### Bug fixes
1731
+
1732
+ - `#362011` - Date alignment issue with Gantt Zoom to fit top tier and bottom tier has been fixed.
1733
+ - `#364643` - Extra fields are added in `dataSource` property for bottom position issue has been fixed.
1734
+ - `#363210` - Issue in performing edit dialog when we map only segments tab in `editDialogFields` has been fixed.
1735
+ - `#364723` - Issue in updating `dataSource` property using insert key has been fixed.
1736
+ - `#364643` - New record added in the top of datasource when row position is set as Bottom has been fixed.
1737
+
1738
+ - `#363210` - Issue in performing edit dialog when we map only segments tab in `editdialogfields` has been fixed.
1739
+
1740
+ ## 19.4.47 (2022-01-25)
1741
+
1742
+ ### GanttChart
1743
+
1744
+ #### Bug fixes
1745
+
1746
+ - `#356978` - Issue in disable the initial move of taskbar drag has been fixed.
1747
+ - `#357647` - Issue in enabling scroll top during load time has been fixed.
1748
+ - `#360893` - Issue in data source not updating when dragging and dropping child record has been fixed.
1749
+ - `#359455` - Issue in rendering Gantt when parent container height is set in percentage has been fixed.
1750
+ - `#361492` - Dragged row does not disappear when the row dropped outside the Gantt issue has been fixed.
1751
+ - `#360381` - Issue in clicking on date picker while filtering has been fixed.
1752
+ - `#362566` - Child records do not indent properly when immutable mode is enabled issue has been fixed
1753
+
1754
+ - `#356978` - Issue in disable the initial move of taskbar drag has been fixed.
1755
+ - `#360893` - Issue in data source not updating when dragging and dropping child record has been fixed.
1756
+ - `#362566` - Child records do not indent properly when immutable mode is enabled issue has been fixed.
1757
+
1758
+ ## 19.4.43 (2022-01-18)
1759
+
1760
+ ### GanttChart
1761
+
1762
+ #### Bug fixes
1763
+
1764
+ - `#359455` - Issue in rendering Gantt when parent container height is set in percentage has been fixed.
1765
+ - `#360424` - Issue in performing drag and drop when resource is set to null has been fixed.
1766
+ - `#360085` - Issue in adding new record after performing expand collapse action for multiple times has been fixed.
1767
+ - `#360081` - Console error thrown when we assign resources to parent tasks has been fixed.
1768
+
1769
+ ## 19.4.42 (2022-01-11)
1770
+
1771
+ ### GanttChart
1772
+
1773
+ #### Bug fixes
1774
+
1775
+ - `#354721` - Issue in rendering milestone based on the milestone mapping in datasource has been fixed.
1776
+ - `#358683` - Toolbar gets hide after `expandAll` and `collapseAll` is performed issue has been fixed.
1777
+
1778
+ ## 19.4.41 (2022-01-04)
1779
+
1780
+ ### GanttChart
1781
+
1782
+ #### Bug fixes
1783
+
1784
+ - `#355824, #360027` - Gantt Chart display issue with misalign in dates on which DST change happens has been fixed.
1785
+ - `#F171256` - Issue in Localization for the word New Task has been fixed.
1786
+
1787
+ - `#355824` - Gantt Chart display issue with misalign in dates on which DST change happens has been fixed.
1788
+
1789
+ ## 19.4.40 (2021-12-28)
1790
+
1791
+ ### GanttChart
1792
+
1793
+ #### Bug fixes
1794
+
1795
+ - `#357340` - Issue with Gantt `selectedRowIndex` property when deleted the selected item in last row.
1796
+
1797
+ ## 19.4.38 (2021-12-17)
1798
+
1799
+ ### GanttChart
1800
+
1801
+ #### Bug fixes
1802
+
1803
+ - `#346141` - Issue with Gantt manipulates and change task data date values from original data has been fixed.
1804
+ - `#F170644` - Issue in manual start date while mapping multiple parent levels has been fixed.
1805
+ - `#F170274` - DateTimePicker is not rendering in dialog segment tab start date and end date columns has been fixed.
1806
+
1807
+ - `#346141` - Gantt manipulates and changes task data dates from original data issue has been fixed.
1808
+
1809
+ #### Breaking Changes
1810
+
1811
+ - Original user datasource is maintained in `taskData` and `dataSource` properties in Gantt during load time. It will update only after CRUD operation.
1812
+
1813
+ ## 19.3.56 (2021-12-02)
1814
+
1815
+ ### GanttChart
1816
+
1817
+ #### Bug fixes
1818
+
1819
+ - `#347613` - Connector line issue after updating the datasource dynamically has been fixed.
1820
+ - `#346909` - Issue in disable custom context menu has been fixed.
1821
+
1822
+ - `#347613` - Connector line issue after updating the datasource dynamically has been fixed.
1823
+
1824
+ ## 19.3.55 (2021-11-23)
1825
+
1826
+ ### GanttChart
1827
+
1828
+ #### Bug fixes
1829
+
1830
+ - `#347753` - Issue in `defaultedit` edit type has been fixed.
1831
+
1832
+ ## 19.3.53 (2021-11-12)
1833
+
1834
+ ### GanttChart
1835
+
1836
+ #### Bug fixes
1837
+
1838
+ - `#342557` - In fixed work type duration update issue has been fixed.
1839
+
1840
+ ## 19.3.48 (2021-11-02)
1841
+
1842
+ ### GanttChart
1843
+
1844
+ #### Bug fixes
1845
+
1846
+ - `#343417` - Issue in updating row index after row drag and drop has been fixed.
1847
+ - `#346516` - Issue in context menu after cell editing has been fixed.
1848
+ - `#346736` - Issue in rendering connector points when progress field is not mapped has been fixed.
1849
+
1850
+ - `#346516` - Issue in context menu after cell editing has been fixed.
1851
+ - `#346736` - Issue in rendering connector points when progress field is not mapped has been fixed.
1852
+
1853
+ ## 19.3.47 (2021-10-26)
1854
+
1855
+ ### GanttChart
1856
+
1857
+ #### Bug fixes
1858
+
1859
+ - `#343991` - Additional parameters are not passed to `BatchUpdate` method when deleting the row issue has been fixed.
1860
+ - `#344100` - Issue in cancelling the drawing of predecessor line in `actionBegin` event has been fixed.
1861
+ - `#345841` - Issue on taskbar editing when timezone property set as `UTC` has been fixed.
1862
+ - `#341691` - Bring back browser default context menu in dialog editing has been fixed.
1863
+
1864
+ - `#345841` - Issue on taskbar editing when timezone property set as `UTC` has been fixed.
1865
+ - `#341691` - Bring back browser default context menu in dialog editing has been fixed.
1866
+
1867
+ #### Breaking Changes
1868
+
1869
+ - Add and Edit dialog is now rendered as direct child to *body* element.
1870
+
1871
+ ## 19.3.46 (2021-10-19)
1872
+
1873
+ ### GanttChart
1874
+
1875
+ #### Bug fixes
1876
+
1877
+ - `#343417` - Issue in CRUD operations when using datamanager data has been fixed.
1878
+ - `#340739` - Vertical grid line issue while changing height dynamically has been fixed.
1879
+ - `#F168970` - Issue in updating Segments data issue has been fixed.
1880
+
1881
+ - `#343417` - Issue in CRUD operations when using datamanager data has been fixed.
1882
+ - `#340739` - Vertical grid line issue while changing height dynamically has been fixed.
1883
+
1884
+ ## 19.3.45 (2021-10-12)
1885
+
1886
+ ### GanttChart
1887
+
1888
+ #### Bug fixes
1889
+
1890
+ - `#342557` - In fixed work type duration update issue has been fixed.
1891
+ - `#340406` - Misalignment while using line height property issue has been fixed.
1892
+ - `#310346` - Pdf export issue while changing date format has been fixed.
1893
+
1894
+ - `#340406` - Misalignment while using line height property issue has been fixed.
1895
+ - `#310346` - Pdf export issue while changing date format has been fixed.
1896
+
1897
+ ## 19.3.44 (2021-10-05)
1898
+
1899
+ ### GanttChart
1900
+
1901
+ #### New Features
1902
+
1903
+ - `#304621, #322659` - Provided percentage support for height and width of Gantt element.
1904
+
1905
+ - `#322659` - Provided percentage support for height and width of Gantt element.
1906
+
1907
+ ## 19.2.62 (2021-09-14)
1908
+
1909
+ ### GanttChart
1910
+
1911
+ #### Bug fixes
1912
+
1913
+ - `#340421` - In smaller resolution the splitter appeared in wrong position issue has been fixed.
1914
+ - `#341502` - Indicators disappear when datasource changed dynamically issue has been fixed.
1915
+
1916
+ - `#340421` - In smaller resolution the splitter appeared in wrong position issue has been fixed.
1917
+
1918
+ ## 19.2.60 (2021-09-07)
1919
+
1920
+ ### GanttChart
1921
+
1922
+ #### Bug fixes
1923
+
1924
+ - `#340155` - Dialog closes when pressing insert key issue has been fixed.
1925
+ - `#333851` - Dynamically changing the holidays issue has been fixed.
1926
+
1927
+ ## 19.2.59 (2021-08-31)
1928
+
1929
+ ### GanttChart
1930
+
1931
+ #### Bug fixes
1932
+
1933
+ - `#339434` - Issue in tooltip has been resolved.
1934
+
1935
+ ## 19.2.57 (2021-08-24)
1936
+
1937
+ ### GanttChart
1938
+
1939
+ #### Bug fixes
1940
+
1941
+ - `#339511` - Issue in maintaining resource selection has been resolved.
1942
+ - `#338206` - Cleared warnings thrown in Firefox browser.
1943
+
1944
+ ## 19.2.56 (2021-08-17)
1945
+
1946
+ ### GanttChart
1947
+
1948
+ #### Bug fixes
1949
+
1950
+ - `#338587` - Issue in assigning empty data to datasource has been resolved.
1951
+ - `#335677` - Issue in `expandAtLevel` and `collapseAtLevel` method with virtual scrolling has been resolved.
1952
+
1953
+ ## 19.2.55 (2021-08-11)
1954
+
1955
+ ### GanttChart
1956
+
1957
+ #### Bug fixes
1958
+
1959
+ - `#336211` - Issue with Virtual Scrolling in Firefox browse has been resolved.
1960
+
1961
+ ## 19.2.47 (2021-07-13)
1962
+
1963
+ ### GanttChart
1964
+
1965
+ #### Bug fixes
1966
+
1967
+ - `#331618` - Issue in updating `dataSource` property has been fixed.
1968
+ - `#333672` - Issue in calculating duration across DST has been fixed.
1969
+ - Issue in tooltip position has been fixed.
1970
+
1971
+ - Issue in tooltip position has been fixed.
1972
+
1973
+ ## 19.2.46 (2021-07-06)
1974
+
1975
+ ### GanttChart
1976
+
1977
+ #### Bug fixes
1978
+
1979
+ - `#331671` - Right Labels are rendered properly in exported PDF document.
1980
+ - `#332161` - Issue fixed when drag and drop performed after adding record through context menu.
1981
+
1982
+ ## 19.2.44 (2021-06-30)
1983
+
1984
+ ### GanttChart
1985
+
1986
+ #### New Features
1987
+
1988
+ - `#290125` - Provided support to add multiple tasks in Gantt.
1989
+
1990
+ ## 19.1.69 (2021-06-15)
1991
+
1992
+ ### GanttChart
1993
+
1994
+ #### Bug fixes
1995
+
1996
+ - `#330806` - When using `updateTaskId` method with predecessor field is not mapped in the `taskFields` has been fixed.
1997
+ - At certain zoom level, both halves of year are H1 has been resolved.
1998
+
1999
+ ## 19.1.66 (2021-06-01)
2000
+
2001
+ ### GanttChart
2002
+
2003
+ #### Bug fixes
2004
+
2005
+ - `#328182` - Mismatch between timeline and chart body content has been fixed.
2006
+ - `#165629` - Notes updated properly in Gantt chart when new task is added.
2007
+ - `#325331` - Immutable mode issue on data source refresh has been fixed.
2008
+ - `F163073` - Issue on `RemoteSaveAdaptor` has been fixed.
2009
+
2010
+ - `#325331` - Immutable mode issue on data source refresh has been fixed.
2011
+
2012
+ ## 19.1.64 (2021-05-19)
2013
+
2014
+ ### GanttChart
2015
+
2016
+ #### Bug fixes
2017
+
2018
+ - `#325587` - Issue while deleting resource on split task has been fixed.
2019
+ - Issue on dynamically changing the `allowTaskbarEditing` property has been fixed.
2020
+ - `#165210` - Issue while filtering using Excel type has been fixed.
2021
+ - `#327043` - Issue in rendering taskbar template has been fixed.
2022
+
2023
+ ## 19.1.63 (2021-05-13)
2024
+
2025
+ ### GanttChart
2026
+
2027
+ #### New Features
2028
+
2029
+ - `#264444, #296315` - Provided support for managing date with different time zones.
2030
+ - `#317529, #320843` - Provide support to cancel the merging of split tasks using client-side event.
2031
+ - `#307881`, `#309475`, `#325067` - Improved performance while scrolling, when predecessors are mapped.
2032
+
2033
+ - `#296315` - Provided support for managing date with different time zones.
2034
+
2035
+ #### Bug fixes
2036
+
2037
+ - `#326155` - Issue in splitting task using public method has been fixed.
2038
+ - `#325948` - Issue in adding new task with empty string has been fixed.
2039
+ - `#325585` - Issue while defining columns and dynamically changing the view type has been fixed.
2040
+
2041
+ ## 19.1.59 (2021-05-04)
2042
+
2043
+ ### GanttChart
2044
+
2045
+ #### Bug fixes
2046
+
2047
+ - `#325250` - Progress updated properly in manual scheduling.
2048
+ - `#324644` - Issue on adding records, when Gantt view is changed has been fixed.
2049
+ - `#325627` - Editing works fine after when holiday is set dynamically.
2050
+
2051
+ ## 19.1.58 (2021-04-27)
2052
+
2053
+ ### GanttChart
2054
+
2055
+ #### Bug fixes
2056
+
2057
+ - `#324141` - Issue in tooltip rendering position has been fixed.
2058
+ - `#320979` - Issue on changing data source and timeline settings on same time has been fixed.
2059
+ - `F163357` - Duplicating issue when a task is dropped below an unassigned resource in the resource view has been fixed.
2060
+ - `F164497` - Issue in editing end date of a task has been fixed.
2061
+
2062
+ ## 19.1.57 (2021-04-20)
2063
+
2064
+ ### GanttChart
2065
+
2066
+ #### Bug fixes
2067
+
2068
+ - `F164497` - Issue in editing end date of a task has been fixed.
2069
+
2070
+ ## 19.1.56 (2021-04-13)
2071
+
2072
+ ### GanttChart
2073
+
2074
+ #### Bug fixes
2075
+
2076
+ - `#320979` - Provided support to update data source dynamically with `collapseAllParentTasks` and `enableMultiTaskbar` enabled mode.
2077
+
2078
+ ## 19.1.55 (2021-04-06)
2079
+
2080
+ ### GanttChart
2081
+
2082
+ #### Bug fixes
2083
+
2084
+ - `#320882` - Issue on expand/collapse icon in `Resource view` has been fixed.
2085
+
2086
+ ## 19.1.54 (2021-03-30)
2087
+
2088
+ ### GanttChart
2089
+
2090
+ #### New Features
2091
+
2092
+ - `#298361` - Provided Observable data binding support in Gantt.
2093
+ - `#300136` - Provided support for tab like behaviour on cell navigation for cell edit mode.
2094
+
2095
+ ## 18.4.49 (2021-03-23)
2096
+
2097
+ ### GanttChart
2098
+
2099
+ #### New Features
2100
+
2101
+ - `#317550` - Provided support to define `valueAccessor` as string.
2102
+
2103
+ #### Bug fixes
2104
+
2105
+ - Console error when end date of segments is given as string has been fixed.
2106
+
2107
+ ## 18.4.47 (2021-03-09)
2108
+
2109
+ ### GanttChart
2110
+
2111
+ #### Bug fixes
2112
+
2113
+ - `316898` - Maintained additional fields in segments on zooming action.
2114
+
2115
+ ## 18.4.44 (2021-02-23)
2116
+
2117
+ ### GanttChart
2118
+
2119
+ #### Bug fixes
2120
+
2121
+ - `#315501` - Error on closing filter menu while focusing out has been resolved.
2122
+
2123
+ ## 18.4.43 (2021-02-16)
2124
+
2125
+ ### GanttChart
2126
+
2127
+ #### Bug fixes
2128
+
2129
+ - `#311841` - Duplicating records issue while indent action has been resolved.
2130
+ - `F160722` - Error on rendering editing tooltip has been resolved.
2131
+ - `F161444` - Error while hiding context menu items has been resolved.
2132
+
2133
+ - `#311841` - Duplicating records issue while indent action has been resolved.
2134
+ - `F160722` - Error on rendering editing tooltip has been resolved.
2135
+
2136
+ ## 18.4.41 (2021-02-02)
2137
+
2138
+ ### GanttChart
2139
+
2140
+ #### Bug fixes
2141
+
2142
+ - `#298884` - Error on reorder rows method has been fixed.
2143
+
2144
+ #### New Features
2145
+
2146
+ - `#306342` - Included target element in `actionBegin`, `taskbarEditing`, `contextMenuOpen` events.
2147
+
2148
+ ## 18.4.39 (2021-01-28)
2149
+
2150
+ ### GanttChart
2151
+
2152
+ #### New Features
2153
+
2154
+ - `#291192` - Provided Immutable Support to refresh specific rows while performing Gantt actions.
2155
+
2156
+ #### Bug fixes
2157
+
2158
+ - `F161492` - Console error on converting milestone to task has been fixed.
2159
+
2160
+ ## 18.4.35 (2021-01-19)
2161
+
2162
+ ### GanttChart
2163
+
2164
+ #### Bug fixes
2165
+
2166
+ - `F161492` - Console error on drag and drop action has been fixed.
2167
+ - `F161492` - Issue on indent action has been fixed.
2168
+
2169
+ ## 18.4.33 (2021-01-05)
2170
+
2171
+ ### GanttChart
2172
+
2173
+ #### Bug fixes
2174
+
2175
+ - `#298884` - Issue on reorder rows method in virtual scroll support has been fixed.
2176
+
2177
+ ## 18.4.32 (2020-12-29)
2178
+
2179
+ ### GanttChart
2180
+
2181
+ #### Bug fixes
2182
+
2183
+ - `F160722` - Issue on editing tooltip template has been fixed.
2184
+ - `#306971` - HTML encoder issue with notes column has been fixed.
2185
+ - `#306928` - Timeline width issue on zoom to fit action has been resolved.
2186
+
2187
+ - `F160722` - Issue on editing tooltip template has been fixed.
2188
+ - `#306971` - HTML encoder issue with notes column has been fixed.
2189
+
2190
+ ## 18.4.31 (2020-12-22)
2191
+
2192
+ ### GanttChart
2193
+
2194
+ #### Bug fixes
2195
+
2196
+ - `#306741` - Issue on closing filter menu while focusing out has been fixed.
2197
+ - `#306556` - Issue on duration field of add dialog has been fixed.
2198
+ - `#305822` - Issue on updating height on browser resizing has been fixed.
2199
+ - `#307295` - Issue on updating data source dynamically has been fixed.
2200
+ - `#305728` - Issue on loading large number of records in resource tab has been fixed.
2201
+
2202
+ - `#307295` - Issue on updating data source dynamically has been fixed.
2203
+
2204
+ ## 18.4.30 (2020-12-17)
2205
+
2206
+ ### GanttChart
2207
+
2208
+ #### New Features
2209
+
2210
+ - `#298884` - Provided `Virtual Scroll` support for Gantt.
2211
+
2212
+ - `#264980` - Provided `Virtual Scroll` support for Gantt.
2213
+
2214
+ #### Bug fixes
2215
+
2216
+ - `#306090` - Issue on pressing delete key when add/edit dialog is opened has been fixed.
2217
+ - `#306342` - Included additional field in `taskData.segments`.
2218
+ - `#305420` - Issue on triggering `rowSelected` event while opening context menu has been fixed.
2219
+
2220
+ - `#306090` - Issue on pressing delete key when add/edit dialog is opened has been fixed.
2221
+ - `#305420` - Issue on triggering `rowSelected` event while opening context menu has been fixed.
2222
+
2223
+ ## 18.3.52 (2020-12-01)
2224
+
2225
+ ### GanttChart
2226
+
2227
+ #### Bug fixes
2228
+
2229
+ - `F159625` - Console error on indent action after adding record has been fixed.
2230
+
2231
+ ## 18.3.51 (2020-11-24)
2232
+
2233
+ ### GanttChart
2234
+
2235
+ #### Bug fixes
2236
+
2237
+ - `301606` - Issue in template column when use it as `treeColumnIndex` has been fixed.
2238
+
2239
+ ## 18.3.50 (2020-11-17)
2240
+
2241
+ ### GanttChart
2242
+
2243
+ #### Bug fixes
2244
+
2245
+ - `293889` - Console error in split task when allowTaskbarEditing is disable has been fixed.
2246
+ - `300744` - Console error on clicking add/edit toolbar has been fixed.
2247
+ - `301653` - Issue on split task when date is given as string has been fixed.
2248
+
2249
+ ## 18.3.48 (2020-11-11)
2250
+
2251
+ ### GanttChart
2252
+
2253
+ #### Bug fixes
2254
+
2255
+ - `299695` - Issue in left label template has been fixed.
2256
+ - `F159354` - Issue in locale text of predecessor tooltip has been fixed.
2257
+ - `300962` - Included timeline property in actionComplete event after zooming action.
2258
+ - `300804` - Issue in displaying resources when data source is empty has been fixed.
2259
+
2260
+ ## 18.3.47 (2020-11-05)
2261
+
2262
+ ### GanttChart
2263
+
2264
+ #### New Features
2265
+
2266
+ - `#292246` - Provided support to split the taskbar into multiple segments through context menu and dialog edit.
2267
+ - `#282972, #293345` - Provided support to render predecessor and rows properly in different zooming levels and display scaling size.
2268
+
2269
+ #### Bug fixes
2270
+
2271
+ - `#295381` - Issue on exporting Gantt with partial data has been fixed.
2272
+ - `#299370` - Issue on restricting dragging action when read only property set to true.
2273
+ - `F159153` - Issue in localized text of dependency tab default value has been fixed.
2274
+ - `F158903` - Issue while sorting after add task action has been fixed.
2275
+
2276
+ - `#295381` - Issue on exporting Gantt with partial data has been fixed.
2277
+ - `#299370` - Issue on restricting dragging action when read only property set to true.
2278
+ - `F159153` - Issue in localized text of dependency tab default value has been fixed.
2279
+
2280
+ ## 18.3.42 (2020-10-20)
2281
+
2282
+ ### GanttChart
2283
+
2284
+ #### Bug fixes
2285
+
2286
+ - `#296920` - Issue on rendering Gantt with resources has been fixed.
2287
+ - `F158128` - Issue on updating DB on `indent` and `outdent` action has been fixed.
2288
+ - `#291962` - Dates are not filtered with given date format issue has been fixed.
2289
+ - `#295998` - Events are not triggered properly while perform zoom to fit actions has been fixed.
2290
+
2291
+ - `#296920` - Issue on rendering Gantt with resources has been fixed.
2292
+
2293
+ ## 18.3.35 (2020-10-01)
2294
+
2295
+ ### GanttChart
2296
+
2297
+ #### Bug fixes
2298
+
2299
+ - `#293528` - Issue when work value is given as decimal values has been fixed.
2300
+
2301
+ ## 18.2.59 (2020-09-21)
2302
+
2303
+ ### GanttChart
2304
+
2305
+ #### New Features
2306
+
2307
+ - `#292825` - Provided support to improvement of trigger actions on key press.
2308
+
2309
+ - `#292825` - Provided support to trigger actions on key press.
2310
+
2311
+ #### Bug fixes
2312
+
2313
+ - `#293539` - Issue while dynamically updating `allowRowDragAndDrop` gets fixed.
2314
+ - `#292470` - Issue on edit template in dialog has been fixed.
2315
+ - `#293749` - Edit `params` not worked properly for progress column has been fixed.
2316
+
2317
+ - `#293539` - Issue while dynamically updating `allowRowDragAndDrop` gets fixed.
2318
+
2319
+ ## 18.2.57 (2020-09-08)
2320
+
2321
+ ### GanttChart
2322
+
2323
+ #### Bug fixes
2324
+
2325
+ - `#290457` - Issue on customizing the background colour of taskbar in Resource view has been fixed.
2326
+ - `F157498` - Console error on indenting record after sorting has been fixed.
2327
+
2328
+ ## 18.2.56 (2020-09-01)
2329
+
2330
+ ### GanttChart
2331
+
2332
+ #### Bug fixes
2333
+
2334
+ - `#291158` - Console error on destroy Gantt when allowKeyboard is false has been fixed.
2335
+ - `#279528` - Dialog dependency drop-down list has existing dependency data has been fixed.
2336
+
2337
+ ## 18.2.55 (2020-08-25)
2338
+
2339
+ ### GanttChart
2340
+
2341
+ #### Bug fixes
2342
+
2343
+ - `#288438` - Tooltip rendering issue has been fixed.
2344
+ - The issue of the bottom tire format in Chinese culture has been fixed.
2345
+
2346
+ ## 18.2.48 (2020-08-04)
2347
+
2348
+ ### GanttChart
2349
+
2350
+ #### New Features
2351
+
2352
+ - `#287282` - Provided support to change viewType of Gantt dynamically.
2353
+
2354
+ #### Bug fixes
2355
+
2356
+ - `#285626` - Console error while rendering multiple Gantt has been fixed.
2357
+ - `#285749` - Issue on parent progress calculation while delete child record has been fixed.
2358
+
2359
+ - `#285626` - Console error while rendering multiple Gantt has been fixed.
2360
+
2361
+ ## 18.2.47 (2020-07-28)
2362
+
2363
+ ### GanttChart
2364
+
2365
+ #### Bug fixes
2366
+
2367
+ - `#284995` - Issue in predecessor lines of exported pdf document has been fixed.
2368
+ - `#284995` - Content overflow issue in exported pdf document has been fixed.
2369
+ - `#284052` - Editing issue in Gantt Chart when using DB has been fixed.
2370
+
2371
+ #### New Features
2372
+
2373
+ - `#280004` - Given support to render edit template fields in Gantt edit dialog.
2374
+
2375
+ ## 18.2.46 (2020-07-21)
2376
+
2377
+ ### GanttChart
2378
+
2379
+ #### Bug fixes
2380
+
2381
+ - `#276968` - Column misalignment issue after editing has been fixed.
2382
+ - `F155689` - Issue on expanding records while mapping expand status of record has been fixed.
2383
+
2384
+ ## 18.2.45 (2020-07-14)
2385
+
2386
+ ### GanttChart
2387
+
2388
+ #### Bug fixes
2389
+
2390
+ - `#278235` - Parent Id is not updated properly on row drag and drop action issue gets resolved.
2391
+ - `F155766` - PDF export document Gantt timeline issue after zooming has been resolved.
2392
+ - `#279872` - Issue while updating add and edit dialog fields in action begin events are resolved.
2393
+ - `#275651` - Issue while dynamically updating `worWeek` gets fixed.
2394
+ - `#277029` - Updating custom column in action begin event issue gets resolved.
2395
+
2396
+ ## 18.2.44 (2020-07-07)
2397
+
2398
+ ### GanttChart
2399
+
2400
+ #### New Features
2401
+
2402
+ - `#245866, #279740, #248032` - Provided support to `render multiple resource tasks` in a row on collapsed state in resource view Gantt.
2403
+ - `#252413` - Provided support to display the `over allocation` indicators for a resources in resource view Gantt.
2404
+ - `#262121` - Provided support for `dependency` between two tasks in resource view Gantt.
2405
+ - `#269776` - Provided support for rendering Gantt as `read only`.
2406
+
2407
+ ## 18.1.59 (2020-06-23)
2408
+
2409
+ ### GanttChart
2410
+
2411
+ #### Bug fixes
2412
+
2413
+ - `#281103`- Taskbar not rendered properly while cancel the new child record by context menu action has been fixed.
2414
+ - `#281247`- Parent id is not updated on add a child record by context menu has been fixed.
2415
+ - `#279689` - Issue in displaying values with boolean edit type was fixed.
2416
+ - `#281102`, `#281154` - Events not triggered with correct request type in indent action has been fixed.
2417
+ - `#281251` - Not continued to tab onto the next non-Gantt Chart element issue has been fixed.
2418
+ - `#280070`- Issue on pdf export date format mismatch in Gantt has been fixed.
2419
+ - `#279234` - Console error while selecting the record issue gets resolved.
2420
+ - `#279689`- Issue in updating start date with date time picker when custom columns are rendered has been fixed.
2421
+ - `#280802` - Issue on maintaining parent Id value while adding records with empty data source gets fixed.
2422
+
2423
+ - `#280070`- Issue on pdf export date format mismatch in Gantt has been fixed.
2424
+ - `#279234` - Console error while selecting the record issue gets resolved.
2425
+
2426
+ ## 18.1.57 (2020-06-16)
2427
+
2428
+ ### GanttChart
2429
+
2430
+ #### New Features
2431
+
2432
+ - `#278724` - Provided support for hiding ID column in dependency tab.
2433
+
2434
+ ## 18.1.55 (2020-06-02)
2435
+
2436
+ ### GanttChart
2437
+
2438
+ #### Bug fixes
2439
+
2440
+ - `#278176` - Zoom in or zoom out toolbar button disabled after zoom to fit action was fixed.
2441
+ - `#278238` - Action begin event not triggered on finish to finish predecessor was fixed.
2442
+
2443
+ #### New Features
2444
+
2445
+ - `#269776` - Provided support for `expandAtLevel` method and changed `expandByIndex` method parameter as array type.
2446
+
2447
+ ## 18.1.54 (2020-05-26)
2448
+
2449
+ ### GanttChart
2450
+
2451
+ #### Bug fixes
2452
+
2453
+ - `#277029` - Update value not display on edit action issue has been fixed.
2454
+ - `#276942` - Issue while passing additional parameter to the server side on CRUD operation has been fixed.
2455
+
2456
+ ## 18.1.53 (2020-05-19)
2457
+
2458
+ ### GanttChart
2459
+
2460
+ #### Bug fixes
2461
+
2462
+ - `#39566` - Issue when remove event markers dynamically has been resolved.
2463
+ - `F154261`,`#276047` - Issue while adding new record with empty data on load time gets resolved.
2464
+ - `#274206` - Issue in updating resource column gets resolved.
2465
+
2466
+ - `F154261`,`#276047` - Issue while adding new record with empty data on load time gets resolved.
2467
+
2468
+ #### New Features
2469
+
2470
+ - `#273107` - Provided support to render task type on load time.
2471
+
2472
+ #### Breaking Changes
2473
+
2474
+ - Now the resource value in the `taskData` is always array of objects type and it is irrespective of resource value type in data source.
2475
+
2476
+ ## 18.1.52 (2020-05-13)
2477
+
2478
+ ### GanttChart
2479
+
2480
+ #### Bug fixes
2481
+
2482
+ - `#268349` - Issue on maintaining duration data type gets resolved.
2483
+ - Column filter menu displayed in wrong place has been fixed.
2484
+
2485
+ - `#268349` - Issue on maintaining duration data type gets resolved.
2486
+
2487
+ #### New Features
2488
+
2489
+ - Provided drag and drop support for resource view Gantt.
2490
+ - `#271392` - Provided support to update task id dynamically.
2491
+ - `#269776` - Provided support to indent a selected record.
2492
+
2493
+ ## 18.1.48 (2020-05-05)
2494
+
2495
+ ### GanttChart
2496
+
2497
+ #### Bug fixes
2498
+
2499
+ - `#273422` - Date mismatch for parent and child record gets resolved.
2500
+
2501
+ ## 18.1.46 (2020-04-28)
2502
+
2503
+ ### GanttChart
2504
+
2505
+ #### Bug fixes
2506
+
2507
+ - `#273440` - Issue on updating end date value using cell edit gets resolved.
2508
+ - `#273426` - Issue on validating parent start date on taskbar edit action gets resolved.
2509
+ - `#274066` - Console error on dragging parent milestone task gets resolved.
2510
+
2511
+ ## 18.1.45 (2020-04-21)
2512
+
2513
+ ### GanttChart
2514
+
2515
+ #### Bug fixes
2516
+
2517
+ - `#268281` - Issue on adding dependency using dialog gets resolved.
2518
+
2519
+ ## 18.1.44 (2020-04-14)
2520
+
2521
+ ### GanttChart
2522
+
2523
+ #### Bug fixes
2524
+
2525
+ - `#270801` - Issue on end date calculations gets resolved.
2526
+ - `#270563` - Console error throws while taskbar resizing with use of taskbar template has been fixed.
2527
+ - Issue in mapping custom class of task from data source has been fixed.
2528
+
2529
+ - `#270563` - Console error throws while taskbar resizing with use of taskbar template has been fixed.
2530
+
2531
+ ## 18.1.43 (2020-04-07)
2532
+
2533
+ ### GanttChart
2534
+
2535
+ #### New Features
2536
+
2537
+ - `#269693, #269694` - Provided accessibility support for column header and filter.
2538
+
2539
+ #### Bug fixes
2540
+
2541
+ - `#270384` - Prevented event markers, indicators, holidays, baseline consideration for timeline while doing zoom to fit action.
2542
+
2543
+ ## 18.1.42 (2020-04-01)
2544
+
2545
+ ### GanttChart
2546
+
2547
+ #### Bug fixes
2548
+
2549
+ - `#264099` - Console error on tab key press has been fixed.
2550
+ - `#269692`,`#269690` - Issue on focussing to the next element has been fixed.
2551
+ - `#269772` - Prevented taskbar editing tooltip while tooltip is disabled.
2552
+
2553
+ ## 18.1.36-beta (2020-03-19)
2554
+
2555
+ ### GanttChart
2556
+
2557
+ #### New Features
2558
+
2559
+ - `#238591`,`#247663`,`#253913`,`#263052`,`F147148`,`F147548`,`F149280` - Provided support for PDF export which exports Gantt data to PDF format.
2560
+ - `#258677`,`#264570`,`F149280` - Provided support for manual task scheduling which is used to scheduling the task manually without any dependency.
2561
+ - `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.
2562
+ - `#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.
2563
+
2564
+ #### Bug fixes
2565
+
2566
+ - `#263236` - Issue on multi-level dragged parent dropped into last index has been fixed.
2567
+ - `#264099` - Issue in tab key action in edited state is fixed.
2568
+
2569
+ - `#264099` - Issue in tab key action in edited state is fixed.
2570
+
2571
+ ## 17.4.46 (2020-01-30)
2572
+
2573
+ ### GanttChart
2574
+
2575
+ #### New Features
2576
+
2577
+ - `F148795` - Provided custom editor support in dialog edit.
2578
+ - `F149069` - Provided support to render parent as milestone.
2579
+ - `#257320` - Provided support for 'zoom to fit' based on visible tasks alone.
2580
+
2581
+ #### Bug fixes
2582
+
2583
+ - `F150408` - Baseline tooltip not rendered for milestone tasks has been fixed.
2584
+ - `#260944` - Issue in preventing taskbar editing has been fixed.
2585
+
2586
+ - `#260944` - Issue in preventing taskbar editing has been fixed.
2587
+
2588
+ ## 17.4.44 (2021-01-21)
2589
+
2590
+ ### GanttChart
2591
+
2592
+ #### Bug fixes
2593
+
2594
+ - `#260331` - Typescript declaration issue fixed.
2595
+
2596
+ ## 17.4.41 (2020-01-07)
2597
+
2598
+ ### GanttChart
2599
+
2600
+ #### New Features
2601
+
2602
+ - `#253076` - Provided support to focus Gantt on tab key press.
2603
+
2604
+ ## 17.4.40 (2019-12-24)
2605
+
2606
+ ### GanttChart
2607
+
2608
+ #### Bug fixes
2609
+
2610
+ - `F149551` - Handled empty value while editing the numeric edit type field.
2611
+
2612
+ ## 17.4.39 (2019-12-17)
2613
+
2614
+ ### GanttChart
2615
+
2616
+ #### Bug fixes
2617
+
2618
+ - `F147793` - Context menu not closing issue while scrolling on the Gantt element has been fixed.
2619
+
2620
+ #### Breaking Changes
2621
+
2622
+ - 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.
2623
+
2624
+ #### New Features
2625
+
2626
+ - `#253909` - Provided support for converting a task to milestone by method.
2627
+ - `F148875` - Provided support for disabling column editing on dialog popup.
2628
+ - `F146587` - Provided support for taskbarClick event in Gantt.
2629
+ - `F146585` - Provided support for mouseHover event in Gantt.
2630
+
2631
+ - `#253909` - Provided support for converting a task to milestone by method.
2632
+
2633
+ ## 17.3.30 (2019-12-03)
2634
+
2635
+ ### GanttChart
2636
+
2637
+ #### Bug fixes
2638
+
2639
+ - `#253076` - Accessibility issues in Gantt has been fixed.
2640
+
2641
+ ## 17.3.29 (2019-11-26)
2642
+
2643
+ ### GanttChart
2644
+
2645
+ #### Bug fixes
2646
+
2647
+ - `F149069` - Parent taskbar alignment issue while rendering with single milestone child record has been fixed.
2648
+ - `F149070` - Key navigation disable issue on Tree Grid section has been fixed.
2649
+ - `#255266` - ParentID field not available in taskData field has been fixed.
2650
+
2651
+ ## 17.3.28 (2019-11-19)
2652
+
2653
+ ### GanttChart
2654
+
2655
+ #### Bug fixes
2656
+
2657
+ - `#253912` - Parent taskbar disappearance issue while deleting all its child records has been fixed.
2658
+
2659
+ ## 17.3.19 (2019-10-22)
2660
+
2661
+ ### GanttChart
2662
+
2663
+ #### Bug fixes
2664
+
2665
+ - `249581` - Browser hangs issue while change schedule mode to year has been fixed.
2666
+ - `252195` - Issue on forEach method iteration in IE11 has been fixed.
2667
+
2668
+ ## 17.3.14 (2019-10-03)
2669
+
2670
+ ### GanttChart
2671
+
2672
+ #### Bug fixes
2673
+
2674
+ - `F147755` - Chart part disappearing issue when splitter position value greater than control width has been fixed.
2675
+
2676
+ ## 17.3.9-beta (2019-09-20)
2677
+
2678
+ ### GanttChart
2679
+
2680
+ #### Bug fixes
2681
+
2682
+ - `#245866` - Alignment issue with `height` property value as `auto` has been fixed.
2683
+ - `F145725` - Issue with cell editing on newly added record has been fixed.
2684
+ - `#246761` - Issue while providing date field value with empty string value and invalid date values has been fixed.
2685
+ - `#247124` - Issue while loading Gantt SB samples in Mobile devices has been fixed.
2686
+ - `F147329` - Issue in progress calculation with unscheduled tasks has been fixed.
2687
+ - `F147380` - Issue with prevent edit dialog has been fixed.
2688
+
2689
+ - `#245866` - Alignment issue with `height` property value as `auto` has been fixed.
2690
+ - `F145725` - Issue with cell editing on newly added record has been fixed.
2691
+ - `#246761` - Issue while providing date field value with empty string value and invalid date values has been fixed.
2692
+ - `#247124` - Issue while loading Gantt SB samples in Mobile devices has been fixed.
2693
+
2694
+ #### New Features
2695
+
2696
+ - `#233407` - Provided support to perform Excel and CSV exporting in Gantt.
2697
+
2698
+ ## 17.2.46 (2019-08-22)
2699
+
2700
+ ### GanttChart
2701
+
2702
+ #### Bug fixes
2703
+
2704
+ - `F145733` - Alignment issue with header and rows on splitter resizing has been fixed.
2705
+ - `F146641` - Issue with indicators tooltip support has been fixed.
2706
+
2707
+ - `F146641` - Issue with indicators tooltip support has been fixed.
2708
+
2709
+ ## 17.2.41 (2019-08-14)
2710
+
2711
+ ### GanttChart
2712
+
2713
+ #### Bug fixes
2714
+
2715
+ - `#243770` - Issue in date picker with custom format has been fixed.
2716
+ - `#243238` - Included current edited data in `actionComplete` event arguments.
2717
+
2718
+ - `#243770` - Issue in date picker with custom format has been fixed.
2719
+
2720
+ ## 17.2.40 (2019-08-06)
2721
+
2722
+ ### GanttChart
2723
+
2724
+ #### Bug fixes
2725
+
2726
+ - #F145936 - Custom column values not updated in data source on Editing has been fixed.
2727
+ - Lexical declaration issues in es2015 has been fixed.
2728
+
2729
+ - Lexical declaration issues in es2015 has been fixed.
2730
+
2731
+ ## 17.2.36 (2019-07-24)
2732
+
2733
+ ### GanttChart
2734
+
2735
+ #### Bug fixes
2736
+
2737
+ - #241781 - Gantt task-data property missing in template data issue has been fixed.
2738
+
2739
+ ## 17.2.28-beta (2019-06-27)
2740
+
2741
+ ### GanttChart
2742
+
2743
+ #### Bug fixes
2744
+
2745
+ - #238228 - Issue while rendering tooltip with smaller duration has been fixed.
2746
+
2747
+ #### New Features
2748
+
2749
+ - Now Gantt supports context menu to perform various action.
2750
+ - Provided support to perform timeline zoom in, zoom out and zoom to fit actions in Gantt.
2751
+ - Provided key interaction support in Gantt.
2752
+
2753
+ ## 17.1.49 (2019-05-29)
2754
+
2755
+ ### GanttChart
2756
+
2757
+ #### Bug fixes
2758
+
2759
+ - #F144145 - Task Id duplication issue while adding new record has been fixed.
2760
+
2761
+ ## 17.1.47 (2019-05-14)
2762
+
2763
+ ### GanttChart
2764
+
2765
+ #### Bug fixes
2766
+
2767
+ - #233041 - Alignment issue with timeline and vertical lines has been fixed.
2768
+
2769
+ #### New Features
2770
+
2771
+ - #F143360 - Provided support to refresh the `dataSource` dynamically.
2772
+
2773
+ ## 17.1.43 (2019-04-30)
2774
+
2775
+ ### GanttChart
2776
+
2777
+ #### Bug fixes
2778
+
2779
+ - Bug fixes included.
2780
+
2781
+ ## 17.1.40 (2019-04-09)
2782
+
2783
+ ### GanttChart
2784
+
2785
+ #### Bug fixes
2786
+
2787
+ - Internal Bug fixes included.
2788
+
2789
+ ## 17.1.32-beta (2019-03-13)
2790
+
2791
+ ### GanttChart
2792
+
2793
+ - **Data sources** – Bind hierarchical or self-referential data to Gantt chart with an array of JavaScript objects or DataManager.
2794
+ - **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.
2795
+ - **Customizable Taskbars** – Display various tasks in a project using child taskbar, summary taskbar and milestone UI, that can also be customized with templates.
2796
+ - **Unscheduled tasks** – Support for displaying tasks with undefined start date, end date or duration in a project.
2797
+ - **Baselines** – Display the deviations between planned dates and actual dates of a task in a project using baselines.
2798
+ - **CRUD actions** – Provides the options to dynamically insert, delete and update tasks using columns, dialog and taskbar editing options.
2799
+ - **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.
2800
+ - **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.
2801
+ - **Filtering** – Offers filtering the Gantt content using column menu filtering along with toolbar search box.
2802
+ - **Customizable columns** – Customize the columns and add custom columns to Gantt chart at initialization through column property.
2803
+ - **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.
2804
+ - **Localization** - Provides inherent support to localize the UI.## 25.2.4 (2024-05-14)
2805
+
2806
+ ### GanttChart
2807
+
2808
+ #### Bug fixes
2809
+
2810
+ - `#F187977` - The script error caused by multiple resources assigned to a single task issue has been resolved.
2811
+ - `#I578781` - Delay in update of multiple dependency task issue has been fixed.
2812
+
2813
+ ## 21.1.36 (2023-06-28)
2814
+
2815
+ ### GanttChart
2816
+
2817
+ #### Bug fixes
2818
+
2819
+ - `#I469289` - Fit to project is not working properly issue has been fixed.
2820
+ - `#I474676` - Fit to project display wrong timeline issue has been fixed.
2821
+