@syncfusion/ej2-angular-gantt 26.2.14 → 27.1.48-ngcc

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