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

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