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

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 (89) 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/styles/gantt/_all.scss +2 -0
  28. package/styles/gantt/_bootstrap-dark-definition.scss +210 -0
  29. package/styles/gantt/_bootstrap-definition.scss +211 -0
  30. package/styles/gantt/_bootstrap4-definition.scss +213 -0
  31. package/styles/gantt/_bootstrap5-dark-definition.scss +1 -0
  32. package/styles/gantt/_bootstrap5-definition.scss +215 -0
  33. package/styles/gantt/_fabric-dark-definition.scss +211 -0
  34. package/styles/gantt/_fabric-definition.scss +211 -0
  35. package/styles/gantt/_fluent-dark-definition.scss +1 -0
  36. package/styles/gantt/_fluent-definition.scss +215 -0
  37. package/styles/gantt/_fusionnew-definition.scss +214 -0
  38. package/styles/gantt/_highcontrast-definition.scss +211 -0
  39. package/styles/gantt/_highcontrast-light-definition.scss +211 -0
  40. package/styles/gantt/_layout.scss +1446 -0
  41. package/styles/gantt/_material-dark-definition.scss +212 -0
  42. package/styles/gantt/_material-definition.scss +212 -0
  43. package/styles/gantt/_material3-definition.scss +215 -0
  44. package/styles/gantt/_tailwind-dark-definition.scss +1 -0
  45. package/styles/gantt/_tailwind-definition.scss +215 -0
  46. package/styles/gantt/_theme.scss +702 -0
  47. package/styles/gantt/bootstrap-dark.scss +22 -1
  48. package/styles/gantt/bootstrap.scss +22 -1
  49. package/styles/gantt/bootstrap4.scss +22 -1
  50. package/styles/gantt/bootstrap5-dark.scss +22 -1
  51. package/styles/gantt/bootstrap5.scss +22 -1
  52. package/styles/gantt/fabric-dark.scss +22 -1
  53. package/styles/gantt/fabric.scss +22 -1
  54. package/styles/gantt/fluent-dark.scss +22 -1
  55. package/styles/gantt/fluent.scss +22 -1
  56. package/styles/gantt/highcontrast-light.scss +21 -1
  57. package/styles/gantt/highcontrast.scss +22 -1
  58. package/styles/gantt/icons/_bootstrap-dark.scss +124 -0
  59. package/styles/gantt/icons/_bootstrap.scss +124 -0
  60. package/styles/gantt/icons/_bootstrap4.scss +124 -0
  61. package/styles/gantt/icons/_bootstrap5-dark.scss +1 -0
  62. package/styles/gantt/icons/_bootstrap5.scss +124 -0
  63. package/styles/gantt/icons/_fabric-dark.scss +124 -0
  64. package/styles/gantt/icons/_fabric.scss +124 -0
  65. package/styles/gantt/icons/_fluent-dark.scss +1 -0
  66. package/styles/gantt/icons/_fluent.scss +124 -0
  67. package/styles/gantt/icons/_fusionnew.scss +120 -0
  68. package/styles/gantt/icons/_highcontrast.scss +124 -0
  69. package/styles/gantt/icons/_material-dark.scss +124 -0
  70. package/styles/gantt/icons/_material.scss +124 -0
  71. package/styles/gantt/icons/_material3.scss +124 -0
  72. package/styles/gantt/icons/_tailwind-dark.scss +124 -0
  73. package/styles/gantt/icons/_tailwind.scss +124 -0
  74. package/styles/gantt/material-dark.scss +22 -1
  75. package/styles/gantt/material.scss +22 -1
  76. package/styles/gantt/tailwind-dark.scss +22 -1
  77. package/styles/gantt/tailwind.scss +22 -1
  78. package/{ej2-angular-gantt.d.ts → syncfusion-ej2-angular-gantt.d.ts} +1 -1
  79. package/@syncfusion/ej2-angular-gantt.es5.js +0 -812
  80. package/@syncfusion/ej2-angular-gantt.es5.js.map +0 -1
  81. package/@syncfusion/ej2-angular-gantt.js +0 -764
  82. package/@syncfusion/ej2-angular-gantt.js.map +0 -1
  83. package/CHANGELOG.md +0 -1376
  84. package/dist/ej2-angular-gantt.umd.js +0 -908
  85. package/dist/ej2-angular-gantt.umd.js.map +0 -1
  86. package/dist/ej2-angular-gantt.umd.min.js +0 -11
  87. package/dist/ej2-angular-gantt.umd.min.js.map +0 -1
  88. package/ej2-angular-gantt.metadata.json +0 -1
  89. package/postinstall/tagchange.js +0 -18
package/CHANGELOG.md DELETED
@@ -1,1376 +0,0 @@
1
- # Changelog
2
-
3
- ## [Unreleased]
4
-
5
- ### Gantt
6
-
7
- #### Features
8
-
9
- - `#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).
10
- - `#I315577` - Provided Row Drag and Drop support in Virtual Scrolling feature for Gantt Chart.
11
- - `#F165210` - Provided excel filter support in Gantt Chart. Please find the demo link [here](https://ej2.syncfusion.com/demos/#/bootstrap5/gantt/filtering).
12
- - `#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).
13
- - `#FB36072` - Provided support for Critical Path with Multi Taskbar enabled.
14
-
15
- #### Bug Fixes
16
-
17
- - `#F177237` - The `currentViewData` with dependencies were not exported correctly in `PDFExport` issue has been fixed.
18
- - `#I402913` - Checkbox selection must be completed with a single click issue has been fixed.
19
- - `#I404007` - Filter Menu not closed when focus is removed issue has been fixed.
20
- - `#I403823` - Custom Column values not updated when editing in tab issue has been fixed.
21
- - `#I403221` - Issue in deleting parent record in resource view has been fixed.
22
-
23
- - `F159354` - Issue in locale text of predecessor tooltip has been fixed.
24
-
25
- ## 20.2.49 (2022-09-13)
26
-
27
- ### Gantt
28
-
29
- #### Bug Fixes
30
-
31
- - `#I403222` - Console error occurs in resource view with enabled persistence issue has been fixed.
32
-
33
- ## 20.2.46 (2022-08-30)
34
-
35
- ### Gantt
36
-
37
- #### Bug Fixes
38
-
39
- - `#F176984` - Timeline is extended when the splitter position is moved issue has been fixed.
40
- - `#I398394` - Row drag and drop not working properly on resource view sample issue has been fixed.
41
- - `#I396036` - Baselines become milestones when start date and end date are mapped.
42
-
43
- - `#F176984` - Timeline is extended when the splitter position is moved issue has been fixed.
44
-
45
- ## 20.2.45 (2022-08-23)
46
-
47
- ### Gantt
48
-
49
- #### Bug Fixes
50
-
51
- - `#I389542` - Filter records with hierarchy mode as both shows no record to display issue has been fixed.
52
-
53
- ## 20.2.44 (2022-08-16)
54
-
55
- ### Gantt
56
-
57
- #### Bug Fixes
58
-
59
- - `#I394194` - Timeline changes when toggling critical path issue has been fixed.
60
- - `#I388575` - Gantt chart disappears when searching is performed with tasks in collapsed state with virtualization issue has been fixed.
61
- - `#I394195` - Week start day not working properly after perform Zooming actions issue has been fixed.
62
- - `#I393709` - Baseline milestone not rendered in proper position .
63
- - `#I394223` - Gantt Chart does not update data source when adding new record.
64
-
65
- - `#I393709` - Baseline milestone not rendered in proper position.
66
-
67
- ## 20.2.43 (2022-08-08)
68
-
69
- ### Gantt
70
-
71
- #### Bug Fixes
72
-
73
- - `#I393339` - Empty record is displayed after searching a text when using the refresh method issue has been fixed.
74
- - `#I392655` - Issue in deleting multiple tasks, when one task is collapsed issue has been fixed.
75
- - `#I394407` - Script error occurs when we edit the baseline date issue has been fixed.
76
- - `#I376455` - Unable to focus on chart element when editing is not enabled has been fixed.
77
- - `#I393670`, `#I393633` - End date calculated wrongly for adding new task after zoom to fit is performed issue has been fixed.
78
- - `#I391704`-Need to disable HTML encoding in tooltip has been fixed.
79
- - `#F149986` - Unable to use drop down edit in progress column has been fixed.
80
-
81
- ## 20.2.39 (2022-07-19)
82
-
83
- ### Gantt
84
-
85
- #### Bug Fixes
86
-
87
- - `#I389834` - Records position not updated properly in datasource when we drag and drop the records issue has been fixed.
88
-
89
- ## 20.2.38 (2022-07-12)
90
-
91
- ### Gantt
92
-
93
- #### Bug Fixes
94
-
95
- - `#I380929` - Baseline end date issue for milestone with same baseline start and end date has been fixed.
96
- - `#I385298` - Bottom Tier not partitioned properly when zoom to fit issue has been fixed.
97
- - `#I388575` - Virtual scroll issue when collapsed and searched has been fixed
98
-
99
- ## 20.2.36 (2022-06-30)
100
-
101
- ### Gantt
102
-
103
- #### Features
104
-
105
- - `#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).
106
- - Provided State Persistence support for Gantt Chart. Please find the documentation link [here](https://ej2.syncfusion.com/javascript/documentation/gantt/state-persistence).
107
-
108
- - `#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).
109
- - Provided State Persistence support for Gantt Chart. Please find the documentation link [here](https://ej2.syncfusion.com/angular/documentation/gantt/state-persistence).
110
-
111
- #### Bug Fixes
112
-
113
- - `#I379308, #I380615` - Baseline end date issue for milestone with same baseline start and end date has been fixed.
114
- - `#I383128` - DataSource gets updated wrongly when we update the data with invalid `parentID` issue has been fixed.
115
- - `#I378077` - Newly added records not gets refreshed when running the sample using `nodejs` issue has been resolved.
116
- - `#I382484` - Gantt records gets repeated when we perform scrolling in virtual data issue has been fixed.
117
- - `#I376455` - Tab key navigation not working properly when moving to new records has been fixed.
118
-
119
- - `#I376455` - Tab key navigation not working properly when moving to new records has been fixed.
120
- - `#I383128` - DataSource gets updated wrongly when we update the data with invalid `parentID` issue has been fixed.
121
- - `#I376455` - Unable to focus on chart element when editing is not enabled has been fixed.
122
- - `#I391704`-Need to disable HTML encoding in tooltip has been fixed.
123
-
124
- ## 20.1.60 (2022-06-14)
125
-
126
- ### Gantt
127
-
128
- #### Bug Fixes
129
-
130
- - `#367483` - Indent Outdent toolbar options appearing when edit settings is not defined issue has been been fixed.
131
- - `#384296` - Unable to draw dependency when progress mapping is disabled issue has been been fixed.
132
- - `#381374` - Editing milestone duration varies the start date issue has been been fixed.
133
-
134
- - `#367483` - Indent Outdent toolbar options appearing when edit settings is not defined issue has been been fixed.
135
- - `#384296` - Unable to draw dependency when progress mapping is disabled issue has been been fixed.
136
-
137
- ## 20.1.59 (2022-06-07)
138
-
139
- ### Gantt
140
-
141
- #### Bug Fixes
142
-
143
- - `#379229` - Pdf export is not working when using custom date format issue has been fixed.
144
- - `#381109` - Issue when Zoom To Fit with unscheduled tasks has been fixed.
145
- - `#382884` - work value calculation issue for parent task has been fixed.
146
-
147
- ## 20.1.58 (2022-05-31)
148
-
149
- ### Gantt
150
-
151
- #### Bug Fixes
152
-
153
- - `#380136` - End date is not updated when we update the resource unit via `updateRecordByID` method.
154
- - `#378491` - Data is not displayed when we frequently move between different tabs has been fixed.
155
- - `#379660` - Script error thrown when switching between tabs has been fixed.
156
-
157
- - `#378491` - Data is not displayed when we frequently move between different tabs has been fixed.
158
- - `#379660` - Script error thrown when switching between tabs has been fixed.
159
-
160
- ## 20.1.56 (2022-05-17)
161
-
162
- ### Gantt
163
-
164
- #### Bug Fixes
165
-
166
- - `#F174816` - Landscape page orientation is not working when exporting Pdf has been fixed.
167
- - `#377857` - Task not assigned to resources when dynamically changes from project view into resource view has been fixed.
168
-
169
- ## 20.1.55 (2022-05-12)
170
-
171
- ### Gantt
172
-
173
- #### Bug Fixes
174
-
175
- - `#376228` - Duration is not updated while updating resource units using `updateRecordByID` method issue has been fixed.
176
- - `#370224` - Filtering issue when rendering Gantt inside the modal has been fixed.
177
- - `#376455` - Tab key navigation not working properly when moving from grid to timeline issue has been fixed.
178
-
179
- - `#376455` - Tab key navigation not working properly when moving from grid to timeline issue has been fixed.
180
-
181
- ## 20.1.52 (2022-05-04)
182
-
183
- ### Gantt
184
-
185
- #### Bug Fixes
186
-
187
- - `#372661` - Data not properly updated in the Gantt Chart when switching between list view issue has been fixed.
188
-
189
- ## 20.1.51 (2022-04-26)
190
-
191
- ### Gantt
192
-
193
- #### Bug Fixes
194
-
195
- - `#373529` - Task label is not properly displayed in pdf export issue has been fixed.
196
- - `#373829` - Top tier and bottom tier partitioning issue in quarterly mode has been fixed.
197
- - `#374212, #372614` - Timeline is not rendered properly when using hour format in `DST` issue has been fixed.
198
- - `#367794` - Cell editing issue in internet explorer has been fixed.
199
-
200
- - `#373529` - Task label is not properly displayed in pdf export issue has been fixed.
201
- - `#373829` - Top tier and bottom tier partitioning issue in quarterly mode has been fixed.
202
-
203
- ## 20.1.50 (2022-04-19)
204
-
205
- ### Gantt
206
-
207
- #### Bug Fixes
208
-
209
- - `#372623` - New record keeps an editable state in dependency tab even after switching the tabs has been fixed.
210
- - `#373803` - Scrollbar not available in notes tab issue has been fixed.
211
- - `#372344` - Issue in `taskLabelTemplate` using `ngTemplate` has been fixed.
212
- - `#372131` - Issue in `taskbarTemplate` with `enableMultiTaskbar` enabled has been fixed.
213
-
214
- ## 20.1.48 (2022-04-12)
215
-
216
- ### Gantt
217
-
218
- #### Bug Fixes
219
-
220
- - `#371080` - Issue in `actionBegin` event for cancelling the row drag and drop action using request type `beforeDrop` has been fixed.
221
- - `#374064` - Gantt height not gets responsive when collapsing all tasks in `auto` mode.
222
- - `#372623` - Filter popup gets closed automatically When clicking between the filter fields has been fixed.
223
-
224
- - `#372623` - Filter popup gets closed automatically When clicking between the filter fields has been fixed.
225
-
226
- ## 20.1.47 (2022-04-04)
227
-
228
- ### Gantt
229
-
230
- #### Bug Fixes
231
-
232
- - `#300959` - Provided support to fill empty space with extended timeline in zoom out action.
233
- - `#371372` - Unable to change end Date of manual parent task issue has been fixed.
234
- - `#363003` - Child mapping order not maintained in data source property issue has been fixed.
235
-
236
- ## 19.4.56 (2022-03-15)
237
-
238
- ### Gantt
239
-
240
- #### Bug Fixes
241
-
242
- - `#369264` - Event marker labels not visible when there is single record has been fixed
243
- - `#362146` - Row customization using `rowDataBound` event in `enableImmutableMode` issue has been fixed
244
- - `#363336` - Child records not updated properly in specific index issue has been fixed.
245
- - `#368609` - Indent and outdent toolbar item not showing when checkbox selection is enabled has been fixed.
246
- - `#363752` - Issue in assigning custom zooming levels in `load` event has been fixed.
247
- - `#368549` - Gantt chart indentation issue while adding a child task has been fixed.
248
- - `#359455` - Issue in giving height as view port for parent container has been fixed.
249
-
250
- - `#369264` - Event marker labels not visible when there is single record has been fixed
251
- - `#363752` - Issue in assigning custom zooming levels in `load` event has been fixed.
252
- - `#362146` - Row customization using `rowDataBound` event in `enableImmutableMode` issue has been fixed
253
- - `#363336` - Child records not updated properly in specific index issue has been fixed.
254
- - `#368609` - Indent and outdent toolbar item not showing when checkbox selection is enabled has been fixed.
255
- - `#368549` - Gantt chart indentation issue while adding a child task has been fixed.
256
-
257
- ## 19.4.55 (2022-03-08)
258
-
259
- ### Gantt
260
-
261
- #### Bug Fixes
262
-
263
- - `#366304` - Gantt line mismatches when we set system display as 100% and browser zoom settings as 90% has been fixed.
264
- - `#365994` - Right and left label template not working in `vue` has been fixed.
265
-
266
- - `#366304` - Gantt line mismatches when we set system display as 100% and browser zoom settings as 90% has been fixed.
267
-
268
- ## 19.4.54 (2022-03-01)
269
-
270
- ### Gantt
271
-
272
- #### Bug Fixes
273
-
274
- - `#366296` - When moving from once cell to another cell using tab key navigation issue has been fixed.
275
- - `#363358`,`F172781` - Drag and drop not working properly after row gets collapsed issue has been fixed.
276
-
277
- ## 19.4.53 (2022-02-22)
278
-
279
- ### Gantt
280
-
281
- #### Bug Fixes
282
-
283
- - `#365463` - Gantt timeline view gets changed when resize the task to left side has been fixed.
284
-
285
- ## 19.4.52 (2022-02-15)
286
-
287
- ### Gantt
288
-
289
- #### Bug Fixes
290
-
291
- - `#360085` - Issue in deleting a task after performing expand collapse action for multiple times has been fixed.
292
- - `#364950` - The `taskLabel` property does not show the task name properly when giving name with space has been fixed.
293
-
294
- - `#364950` - The `taskLabel` property does not show the task name properly when giving name with space has been fixed.
295
-
296
- ## 19.4.50 (2022-02-08)
297
-
298
- ### Gantt
299
-
300
- #### Bug Fixes
301
-
302
- - `#362011` - Date alignment issue with Gantt Zoom to fit top tier and bottom tier has been fixed.
303
- - `#364643` - Extra fields are added in `dataSource` property for bottom position issue has been fixed.
304
- - `#363210` - Issue in performing edit dialog when we map only segments tab in `editDialogFields` has been fixed.
305
- - `#364723` - Issue in updating `dataSource` property using insert key has been fixed.
306
- - `#364643` - New record added in the top of datasource when row position is set as Bottom has been fixed.
307
-
308
- - `#363210` - Issue in performing edit dialog when we map only segments tab in `editdialogfields` has been fixed.
309
-
310
- ## 19.4.47 (2022-01-25)
311
-
312
- ### Gantt
313
-
314
- #### Bug Fixes
315
-
316
- - `#356978` - Issue in disable the initial move of taskbar drag has been fixed.
317
- - `#357647` - Issue in enabling scroll top during load time has been fixed.
318
- - `#360893` - Issue in data source not updating when dragging and dropping child record has been fixed.
319
- - `#359455` - Issue in rendering Gantt when parent container height is set in percentage has been fixed.
320
- - `#361492` - Dragged row does not disappear when the row dropped outside the Gantt issue has been fixed.
321
- - `#360381` - Issue in clicking on date picker while filtering has been fixed.
322
- - `#362566` - Child records do not indent properly when immutable mode is enabled issue has been fixed
323
-
324
- - `#356978` - Issue in disable the initial move of taskbar drag has been fixed.
325
- - `#360893` - Issue in data source not updating when dragging and dropping child record has been fixed.
326
- - `#362566` - Child records do not indent properly when immutable mode is enabled issue has been fixed.
327
-
328
- ## 19.4.43 (2022-01-18)
329
-
330
- ### Gantt
331
-
332
- #### Bug Fixes
333
-
334
- - `#359455` - Issue in rendering Gantt when parent container height is set in percentage has been fixed.
335
- - `#360424` - Issue in performing drag and drop when resource is set to null has been fixed.
336
- - `#360085` - Issue in adding new record after performing expand collapse action for multiple times has been fixed.
337
- - `#360081` - Console error thrown when we assign resources to parent tasks has been fixed.
338
-
339
- ## 19.4.42 (2022-01-11)
340
-
341
- ### Gantt
342
-
343
- #### Bug Fixes
344
-
345
- - `#354721` - Issue in rendering milestone based on the milestone mapping in datasource has been fixed.
346
- - `#358683` - Toolbar gets hide after `expandAll` and `collapseAll` is performed issue has been fixed.
347
-
348
- ## 19.4.41 (2022-01-04)
349
-
350
- ### Gantt
351
-
352
- #### Bug Fixes
353
-
354
- - `#355824, #360027` - Gantt Chart display issue with misalign in dates on which DST change happens has been fixed.
355
- - `#F171256` - Issue in Localization for the word New Task has been fixed.
356
-
357
- - `#355824` - Gantt Chart display issue with misalign in dates on which DST change happens has been fixed.
358
-
359
- ## 19.4.40 (2021-12-28)
360
-
361
- ### Gantt
362
-
363
- #### Bug Fixes
364
-
365
- - `#357340` - Issue with Gantt `selectedRowIndex` property when deleted the selected item in last row.
366
-
367
- ## 19.4.38 (2021-12-17)
368
-
369
- ### Gantt
370
-
371
- #### Bug Fixes
372
-
373
- - `#346141` - Issue with Gantt manipulates and change task data date values from original data has been fixed.
374
- - `#F170644` - Issue in manual start date while mapping multiple parent levels has been fixed.
375
- - `#F170274` - DateTimePicker is not rendering in dialog segment tab start date and end date columns has been fixed.
376
-
377
- - `#346141` - Gantt manipulates and changes task data dates from original data issue has been fixed.
378
-
379
- #### Breaking Changes
380
-
381
- - Original user datasource is maintained in `taskData` and `dataSource` properties in Gantt during load time. It will update only after CRUD operation.
382
-
383
- ## 19.3.56 (2021-12-02)
384
-
385
- ### Gantt
386
-
387
- #### Bug Fixes
388
-
389
- - `#347613` - Connector line issue after updating the datasource dynamically has been fixed.
390
- - `#346909` - Issue in disable custom context menu has been fixed.
391
-
392
- - `#347613` - Connector line issue after updating the datasource dynamically has been fixed.
393
-
394
- ## 19.3.55 (2021-11-23)
395
-
396
- ### Gantt
397
-
398
- #### Bug Fixes
399
-
400
- - `#347753` - Issue in `defaultedit` edit type has been fixed.
401
-
402
- ## 19.3.53 (2021-11-12)
403
-
404
- ### Gantt
405
-
406
- #### Bug Fixes
407
-
408
- - `#342557` - In fixed work type duration update issue has been fixed.
409
-
410
- ## 19.3.48 (2021-11-02)
411
-
412
- ### Gantt
413
-
414
- #### Bug Fixes
415
-
416
- - `#343417` - Issue in updating row index after row drag and drop has been fixed.
417
- - `#346516` - Issue in context menu after cell editing has been fixed.
418
- - `#346736` - Issue in rendering connector points when progress field is not mapped has been fixed.
419
-
420
- - `#346516` - Issue in context menu after cell editing has been fixed.
421
- - `#346736` - Issue in rendering connector points when progress field is not mapped has been fixed.
422
-
423
- ## 19.3.47 (2021-10-26)
424
-
425
- ### Gantt
426
-
427
- #### Bug Fixes
428
-
429
- - `#343991` - Additional parameters are not passed to `BatchUpdate` method when deleting the row issue has been fixed.
430
- - `#344100` - Issue in cancelling the drawing of predecessor line in `actionBegin` event has been fixed.
431
- - `#345841` - Issue on taskbar editing when timezone property set as `UTC` has been fixed.
432
- - `#341691` - Bring back browser default context menu in dialog editing has been fixed.
433
-
434
- - `#345841` - Issue on taskbar editing when timezone property set as `UTC` has been fixed.
435
- - `#341691` - Bring back browser default context menu in dialog editing has been fixed.
436
-
437
- #### Breaking Changes
438
-
439
- - Add and Edit dialog is now rendered as direct child to *body* element.
440
-
441
- ## 19.3.46 (2021-10-19)
442
-
443
- ### Gantt
444
-
445
- #### Bug Fixes
446
-
447
- - `#343417` - Issue in CRUD operations when using datamanager data has been fixed.
448
- - `#340739` - Vertical grid line issue while changing height dynamically has been fixed.
449
- - `#F168970` - Issue in updating Segments data issue has been fixed.
450
-
451
- - `#343417` - Issue in CRUD operations when using datamanager data has been fixed.
452
- - `#340739` - Vertical grid line issue while changing height dynamically has been fixed.
453
-
454
- ## 19.3.45 (2021-10-12)
455
-
456
- ### Gantt
457
-
458
- #### Bug Fixes
459
-
460
- - `#342557` - In fixed work type duration update issue has been fixed.
461
- - `#340406` - Misalignment while using line height property issue has been fixed.
462
- - `#310346` - Pdf export issue while changing date format has been fixed.
463
-
464
- - `#340406` - Misalignment while using line height property issue has been fixed.
465
- - `#310346` - Pdf export issue while changing date format has been fixed.
466
-
467
- ## 19.3.44 (2021-10-05)
468
-
469
- ### Gantt
470
-
471
- #### New Features
472
-
473
- - `#304621, #322659` - Provided percentage support for height and width of Gantt element.
474
-
475
- - `#322659` - Provided percentage support for height and width of Gantt element.
476
-
477
- ## 19.2.62 (2021-09-14)
478
-
479
- ### Gantt
480
-
481
- #### Bug Fixes
482
-
483
- - `#340421` - In smaller resolution the splitter appeared in wrong position issue has been fixed.
484
- - `#341502` - Indicators disappear when datasource changed dynamically issue has been fixed.
485
-
486
- - `#340421` - In smaller resolution the splitter appeared in wrong position issue has been fixed.
487
-
488
- ## 19.2.60 (2021-09-07)
489
-
490
- ### Gantt
491
-
492
- #### Bug Fixes
493
-
494
- - `#340155` - Dialog closes when pressing insert key issue has been fixed.
495
- - `#333851` - Dynamically changing the holidays issue has been fixed.
496
-
497
- ## 19.2.59 (2021-08-31)
498
-
499
- ### Gantt
500
-
501
- #### Bug Fixes
502
-
503
- - `#339434` - Issue in tooltip has been resolved.
504
-
505
- ## 19.2.57 (2021-08-24)
506
-
507
- ### Gantt
508
-
509
- #### Bug Fixes
510
-
511
- - `#339511` - Issue in maintaining resource selection has been resolved.
512
- - `#338206` - Cleared warnings thrown in Firefox browser.
513
-
514
- ## 19.2.56 (2021-08-17)
515
-
516
- ### Gantt
517
-
518
- #### Bug Fixes
519
-
520
- - `#338587` - Issue in assigning empty data to datasource has been resolved.
521
- - `#335677` - Issue in `expandAtLevel` and `collapseAtLevel` method with virtual scrolling has been resolved.
522
-
523
- ## 19.2.55 (2021-08-11)
524
-
525
- ### Gantt
526
-
527
- #### Bug Fixes
528
-
529
- - `#336211` - Issue with Virtual Scrolling in Firefox browse has been resolved.
530
-
531
- ## 19.2.47 (2021-07-13)
532
-
533
- ### Gantt
534
-
535
- #### Bug Fixes
536
-
537
- - `#331618` - Issue in updating `dataSource` property has been fixed.
538
- - `#333672` - Issue in calculating duration across DST has been fixed.
539
- - Issue in tooltip position has been fixed.
540
-
541
- - Issue in tooltip position has been fixed.
542
-
543
- ## 19.2.46 (2021-07-06)
544
-
545
- ### Gantt
546
-
547
- #### Bug Fixes
548
-
549
- - `#331671` - Right Labels are rendered properly in exported PDF document.
550
- - `#332161` - Issue fixed when drag and drop performed after adding record through context menu.
551
-
552
- ## 19.2.44 (2021-06-30)
553
-
554
- ### Gantt
555
-
556
- #### New Features
557
-
558
- - `#290125` - Provided support to add multiple tasks in Gantt.
559
-
560
- ## 19.1.69 (2021-06-15)
561
-
562
- ### Gantt
563
-
564
- #### Bug Fixes
565
-
566
- - `#330806` - When using `updateTaskId` method with predecessor field is not mapped in the `taskFields` has been fixed.
567
- - At certain zoom level, both halves of year are H1 has been resolved.
568
-
569
- ## 19.1.66 (2021-06-01)
570
-
571
- ### Gantt
572
-
573
- #### Bug Fixes
574
-
575
- - `#328182` - Mismatch between timeline and chart body content has been fixed.
576
- - `#165629` - Notes updated properly in Gantt chart when new task is added.
577
- - `#325331` - Immutable mode issue on data source refresh has been fixed.
578
- - `F163073` - Issue on `RemoteSaveAdaptor` has been fixed.
579
-
580
- - `#325331` - Immutable mode issue on data source refresh has been fixed.
581
-
582
- ## 19.1.64 (2021-05-19)
583
-
584
- ### Gantt
585
-
586
- #### Bug Fixes
587
-
588
- - `#325587` - Issue while deleting resource on split task has been fixed.
589
- - Issue on dynamically changing the `allowTaskbarEditing` property has been fixed.
590
- - `#165210` - Issue while filtering using Excel type has been fixed.
591
- - `#327043` - Issue in rendering taskbar template has been fixed.
592
-
593
- ## 19.1.63 (2021-05-13)
594
-
595
- ### Gantt
596
-
597
- #### New Features
598
-
599
- - `#264444, #296315` - Provided support for managing date with different time zones.
600
- - `#317529, #320843` - Provide support to cancel the merging of split tasks using client-side event.
601
- - `#307881`, `#309475`, `#325067` - Improved performance while scrolling, when predecessors are mapped.
602
-
603
- - `#296315` - Provided support for managing date with different time zones.
604
-
605
- #### Bug Fixes
606
-
607
- - `#326155` - Issue in splitting task using public method has been fixed.
608
- - `#325948` - Issue in adding new task with empty string has been fixed.
609
- - `#325585` - Issue while defining columns and dynamically changing the view type has been fixed.
610
-
611
- ## 19.1.59 (2021-05-04)
612
-
613
- ### Gantt
614
-
615
- #### Bug Fixes
616
-
617
- - `#325250` - Progress updated properly in manual scheduling.
618
- - `#324644` - Issue on adding records, when Gantt view is changed has been fixed.
619
- - `#325627` - Editing works fine after when holiday is set dynamically.
620
-
621
- ## 19.1.58 (2021-04-27)
622
-
623
- ### Gantt
624
-
625
- #### Bug Fixes
626
-
627
- - `#324141` - Issue in tooltip rendering position has been fixed.
628
- - `#320979` - Issue on changing data source and timeline settings on same time has been fixed.
629
- - `F163357` - Duplicating issue when a task is dropped below an unassigned resource in the resource view has been fixed.
630
- - `F164497` - Issue in editing end date of a task has been fixed.
631
-
632
- ## 19.1.57 (2021-04-20)
633
-
634
- ### Gantt
635
-
636
- #### Bug Fixes
637
-
638
- - `F164497` - Issue in editing end date of a task has been fixed.
639
-
640
- ## 19.1.56 (2021-04-13)
641
-
642
- ### Gantt
643
-
644
- #### Bug Fixes
645
-
646
- - `#320979` - Provided support to update data source dynamically with `collapseAllParentTasks` and `enableMultiTaskbar` enabled mode.
647
-
648
- ## 19.1.55 (2021-04-06)
649
-
650
- ### Gantt
651
-
652
- #### Bug Fixes
653
-
654
- - `#320882` - Issue on expand/collapse icon in `Resource view` has been fixed.
655
-
656
- ## 19.1.54 (2021-03-30)
657
-
658
- ### Gantt
659
-
660
- #### New Features
661
-
662
- - `#298361` - Provided Observable data binding support in Gantt.
663
- - `#300136` - Provided support for tab like behaviour on cell navigation for cell edit mode.
664
-
665
- ## 18.4.49 (2021-03-23)
666
-
667
- ### Gantt
668
-
669
- #### New Features
670
-
671
- - `#317550` - Provided support to define `valueAccessor` as string.
672
-
673
- #### Bug Fixes
674
-
675
- - Console error when end date of segments is given as string has been fixed.
676
-
677
- ## 18.4.47 (2021-03-09)
678
-
679
- ### Gantt
680
-
681
- #### Bug Fixes
682
-
683
- - `316898` - Maintained additional fields in segments on zooming action.
684
-
685
- ## 18.4.44 (2021-02-23)
686
-
687
- ### Gantt
688
-
689
- #### Bug Fixes
690
-
691
- - `#315501` - Error on closing filter menu while focusing out has been resolved.
692
-
693
- ## 18.4.43 (2021-02-16)
694
-
695
- ### Gantt
696
-
697
- #### Bug Fixes
698
-
699
- - `#311841` - Duplicating records issue while indent action has been resolved.
700
- - `F160722` - Error on rendering editing tooltip has been resolved.
701
- - `F161444` - Error while hiding context menu items has been resolved.
702
-
703
- - `#311841` - Duplicating records issue while indent action has been resolved.
704
- - `F160722` - Error on rendering editing tooltip has been resolved.
705
-
706
- ## 18.4.41 (2021-02-02)
707
-
708
- ### Gantt
709
-
710
- #### Bug Fixes
711
-
712
- - `#298884` - Error on reorder rows method has been fixed.
713
-
714
- #### New Features
715
-
716
- - `#306342` - Included target element in `actionBegin`, `taskbarEditing`, `contextMenuOpen` events.
717
-
718
- ## 18.4.39 (2021-01-28)
719
-
720
- ### Gantt
721
-
722
- #### New Features
723
-
724
- - `#291192` - Provided Immutable Support to refresh specific rows while performing Gantt actions.
725
-
726
- #### Bug Fixes
727
-
728
- - `F161492` - Console error on converting milestone to task has been fixed.
729
-
730
- ## 18.4.35 (2021-01-19)
731
-
732
- ### Gantt
733
-
734
- #### Bug Fixes
735
-
736
- - `F161492` - Console error on drag and drop action has been fixed.
737
- - `F161492` - Issue on indent action has been fixed.
738
-
739
- ## 18.4.33 (2021-01-05)
740
-
741
- ### Gantt
742
-
743
- #### Bug Fixes
744
-
745
- - `#298884` - Issue on reorder rows method in virtual scroll support has been fixed.
746
-
747
- ## 18.4.32 (2020-12-29)
748
-
749
- ### Gantt
750
-
751
- #### Bug Fixes
752
-
753
- - `F160722` - Issue on editing tooltip template has been fixed.
754
- - `#306971` - HTML encoder issue with notes column has been fixed.
755
- - `#306928` - Timeline width issue on zoom to fit action has been resolved.
756
-
757
- - `F160722` - Issue on editing tooltip template has been fixed.
758
- - `#306971` - HTML encoder issue with notes column has been fixed.
759
-
760
- ## 18.4.31 (2020-12-22)
761
-
762
- ### Gantt
763
-
764
- #### Bug Fixes
765
-
766
- - `#306741` - Issue on closing filter menu while focusing out has been fixed.
767
- - `#306556` - Issue on duration field of add dialog has been fixed.
768
- - `#305822` - Issue on updating height on browser resizing has been fixed.
769
- - `#307295` - Issue on updating data source dynamically has been fixed.
770
- - `#305728` - Issue on loading large number of records in resource tab has been fixed.
771
-
772
- - `#307295` - Issue on updating data source dynamically has been fixed.
773
-
774
- ## 18.4.30 (2020-12-17)
775
-
776
- ### Gantt
777
-
778
- #### New Features
779
-
780
- - `#298884` - Provided `Virtual Scroll` support for Gantt.
781
-
782
- - `#264980` - Provided `Virtual Scroll` support for Gantt.
783
-
784
- #### Bug Fixes
785
-
786
- - `#306090` - Issue on pressing delete key when add/edit dialog is opened has been fixed.
787
- - `#306342` - Included additional field in `taskData.segments`.
788
- - `#305420` - Issue on triggering `rowSelected` event while opening context menu has been fixed.
789
-
790
- - `#306090` - Issue on pressing delete key when add/edit dialog is opened has been fixed.
791
- - `#305420` - Issue on triggering `rowSelected` event while opening context menu has been fixed.
792
-
793
- ## 18.3.52 (2020-12-01)
794
-
795
- ### Gantt
796
-
797
- #### Bug Fixes
798
-
799
- - `F159625` - Console error on indent action after adding record has been fixed.
800
-
801
- ## 18.3.51 (2020-11-24)
802
-
803
- ### Gantt
804
-
805
- #### Bug Fixes
806
-
807
- - `301606` - Issue in template column when use it as `treeColumnIndex` has been fixed.
808
-
809
- ## 18.3.50 (2020-11-17)
810
-
811
- ### Gantt
812
-
813
- #### Bug Fixes
814
-
815
- - `293889` - Console error in split task when allowTaskbarEditing is disable has been fixed.
816
- - `300744` - Console error on clicking add/edit toolbar has been fixed.
817
- - `301653` - Issue on split task when date is given as string has been fixed.
818
-
819
- ## 18.3.48 (2020-11-11)
820
-
821
- ### Gantt
822
-
823
- #### Bug Fixes
824
-
825
- - `299695` - Issue in left label template has been fixed.
826
- - `F159354` - Issue in locale text of predecessor tooltip has been fixed.
827
- - `300962` - Included timeline property in actionComplete event after zooming action.
828
- - `300804` - Issue in displaying resources when data source is empty has been fixed.
829
-
830
- ## 18.3.47 (2020-11-05)
831
-
832
- ### Gantt
833
-
834
- #### New Features
835
-
836
- - `#292246` - Provided support to split the taskbar into multiple segments through context menu and dialog edit.
837
- - `#282972, #293345` - Provided support to render predecessor and rows properly in different zooming levels and display scaling size.
838
-
839
- #### Bug Fixes
840
-
841
- - `#295381` - Issue on exporting Gantt with partial data has been fixed.
842
- - `#299370` - Issue on restricting dragging action when read only property set to true.
843
- - `F159153` - Issue in localized text of dependency tab default value has been fixed.
844
- - `F158903` - Issue while sorting after add task action has been fixed.
845
-
846
- - `#295381` - Issue on exporting Gantt with partial data has been fixed.
847
- - `#299370` - Issue on restricting dragging action when read only property set to true.
848
- - `F159153` - Issue in localized text of dependency tab default value has been fixed.
849
-
850
- ## 18.3.42 (2020-10-20)
851
-
852
- ### Gantt
853
-
854
- #### Bug Fixes
855
-
856
- - `#296920` - Issue on rendering Gantt with resources has been fixed.
857
- - `F158128` - Issue on updating DB on `indent` and `outdent` action has been fixed.
858
- - `#291962` - Dates are not filtered with given date format issue has been fixed.
859
- - `#295998` - Events are not triggered properly while perform zoom to fit actions has been fixed.
860
-
861
- - `#296920` - Issue on rendering Gantt with resources has been fixed.
862
-
863
- ## 18.3.35 (2020-10-01)
864
-
865
- ### Gantt
866
-
867
- #### Bug Fixes
868
-
869
- - `#293528` - Issue when work value is given as decimal values has been fixed.
870
-
871
- ## 18.2.59 (2020-09-21)
872
-
873
- ### Gantt
874
-
875
- #### New Features
876
-
877
- - `#292825` - Provided support to improvement of trigger actions on key press.
878
-
879
- - `#292825` - Provided support to trigger actions on key press.
880
-
881
- #### Bug Fixes
882
-
883
- - `#293539` - Issue while dynamically updating `allowRowDragAndDrop` gets fixed.
884
- - `#292470` - Issue on edit template in dialog has been fixed.
885
- - `#293749` - Edit `params` not worked properly for progress column has been fixed.
886
-
887
- - `#293539` - Issue while dynamically updating `allowRowDragAndDrop` gets fixed.
888
-
889
- ## 18.2.57 (2020-09-08)
890
-
891
- ### Gantt
892
-
893
- #### Bug Fixes
894
-
895
- - `#290457` - Issue on customizing the background colour of taskbar in Resource view has been fixed.
896
- - `F157498` - Console error on indenting record after sorting has been fixed.
897
-
898
- ## 18.2.56 (2020-09-01)
899
-
900
- ### Gantt
901
-
902
- #### Bug Fixes
903
-
904
- - `#291158` - Console error on destroy Gantt when allowKeyboard is false has been fixed.
905
- - `#279528` - Dialog dependency drop-down list has existing dependency data has been fixed.
906
-
907
- ## 18.2.55 (2020-08-25)
908
-
909
- ### Gantt
910
-
911
- #### Bug Fixes
912
-
913
- - `#288438` - Tooltip rendering issue has been fixed.
914
- - The issue of the bottom tire format in Chinese culture has been fixed.
915
-
916
- ## 18.2.48 (2020-08-04)
917
-
918
- ### Gantt
919
-
920
- #### New Features
921
-
922
- - `#287282` - Provided support to change viewType of Gantt dynamically.
923
-
924
- #### Bug Fixes
925
-
926
- - `#285626` - Console error while rendering multiple Gantt has been fixed.
927
- - `#285749` - Issue on parent progress calculation while delete child record has been fixed.
928
-
929
- - `#285626` - Console error while rendering multiple Gantt has been fixed.
930
-
931
- ## 18.2.47 (2020-07-28)
932
-
933
- ### Gantt
934
-
935
- #### Bug Fixes
936
-
937
- - `#284995` - Issue in predecessor lines of exported pdf document has been fixed.
938
- - `#284995` - Content overflow issue in exported pdf document has been fixed.
939
- - `#284052` - Editing issue in Gantt Chart when using DB has been fixed.
940
-
941
- #### New Features
942
-
943
- - `#280004` - Given support to render edit template fields in Gantt edit dialog.
944
-
945
- ## 18.2.46 (2020-07-21)
946
-
947
- ### Gantt
948
-
949
- #### Bug Fixes
950
-
951
- - `#276968` - Column misalignment issue after editing has been fixed.
952
- - `F155689` - Issue on expanding records while mapping expand status of record has been fixed.
953
-
954
- ## 18.2.45 (2020-07-14)
955
-
956
- ### Gantt
957
-
958
- #### Bug Fixes
959
-
960
- - `#278235` - Parent Id is not updated properly on row drag and drop action issue gets resolved.
961
- - `F155766` - PDF export document Gantt timeline issue after zooming has been resolved.
962
- - `#279872` - Issue while updating add and edit dialog fields in action begin events are resolved.
963
- - `#275651` - Issue while dynamically updating `worWeek` gets fixed.
964
- - `#277029` - Updating custom column in action begin event issue gets resolved.
965
-
966
- ## 18.2.44 (2020-07-07)
967
-
968
- ### Gantt
969
-
970
- #### New Features
971
-
972
- - `#245866, #279740, #248032` - Provided support to `render multiple resource tasks` in a row on collapsed state in resource view Gantt.
973
- - `#252413` - Provided support to display the `over allocation` indicators for a resources in resource view Gantt.
974
- - `#262121` - Provided support for `dependency` between two tasks in resource view Gantt.
975
- - `#269776` - Provided support for rendering Gantt as `read only`.
976
-
977
- ## 18.1.59 (2020-06-23)
978
-
979
- ### Gantt
980
-
981
- #### Bug Fixes
982
-
983
- - `#281103`- Taskbar not rendered properly while cancel the new child record by context menu action has been fixed.
984
- - `#281247`- Parent id is not updated on add a child record by context menu has been fixed.
985
- - `#279689` - Issue in displaying values with boolean edit type was fixed.
986
- - `#281102`, `#281154` - Events not triggered with correct request type in indent action has been fixed.
987
- - `#281251` - Not continued to tab onto the next non-Gantt Chart element issue has been fixed.
988
- - `#280070`- Issue on pdf export date format mismatch in Gantt has been fixed.
989
- - `#279234` - Console error while selecting the record issue gets resolved.
990
- - `#279689`- Issue in updating start date with date time picker when custom columns are rendered has been fixed.
991
- - `#280802` - Issue on maintaining parent Id value while adding records with empty data source gets fixed.
992
-
993
- - `#280070`- Issue on pdf export date format mismatch in Gantt has been fixed.
994
- - `#279234` - Console error while selecting the record issue gets resolved.
995
-
996
- ## 18.1.57 (2020-06-16)
997
-
998
- ### Gantt
999
-
1000
- #### New Features
1001
-
1002
- - `#278724` - Provided support for hiding ID column in dependency tab.
1003
-
1004
- ## 18.1.55 (2020-06-02)
1005
-
1006
- ### Gantt
1007
-
1008
- #### Bug Fixes
1009
-
1010
- - `#278176` - Zoom in or zoom out toolbar button disabled after zoom to fit action was fixed.
1011
- - `#278238` - Action begin event not triggered on finish to finish predecessor was fixed.
1012
-
1013
- #### New Features
1014
-
1015
- - `#269776` - Provided support for `expandAtLevel` method and changed `expandByIndex` method parameter as array type.
1016
-
1017
- ## 18.1.54 (2020-05-26)
1018
-
1019
- ### Gantt
1020
-
1021
- #### Bug Fixes
1022
-
1023
- - `#277029` - Update value not display on edit action issue has been fixed.
1024
- - `#276942` - Issue while passing additional parameter to the server side on CRUD operation has been fixed.
1025
-
1026
- ## 18.1.53 (2020-05-19)
1027
-
1028
- ### Gantt
1029
-
1030
- #### Bug Fixes
1031
-
1032
- - `#39566` - Issue when remove event markers dynamically has been resolved.
1033
- - `F154261`,`#276047` - Issue while adding new record with empty data on load time gets resolved.
1034
- - `#274206` - Issue in updating resource column gets resolved.
1035
-
1036
- - `F154261`,`#276047` - Issue while adding new record with empty data on load time gets resolved.
1037
-
1038
- #### New Features
1039
-
1040
- - `#273107` - Provided support to render task type on load time.
1041
-
1042
- #### Breaking Changes
1043
-
1044
- - Now the resource value in the `taskData` is always array of objects type and it is irrespective of resource value type in data source.
1045
-
1046
- ## 18.1.52 (2020-05-13)
1047
-
1048
- ### Gantt
1049
-
1050
- #### Bug Fixes
1051
-
1052
- - `#268349` - Issue on maintaining duration data type gets resolved.
1053
- - Column filter menu displayed in wrong place has been fixed.
1054
-
1055
- - `#268349` - Issue on maintaining duration data type gets resolved.
1056
-
1057
- #### New Features
1058
-
1059
- - Provided drag and drop support for resource view Gantt.
1060
- - `#271392` - Provided support to update task id dynamically.
1061
- - `#269776` - Provided support to indent a selected record.
1062
-
1063
- ## 18.1.48 (2020-05-05)
1064
-
1065
- ### Gantt
1066
-
1067
- #### Bug Fixes
1068
-
1069
- - `#273422` - Date mismatch for parent and child record gets resolved.
1070
-
1071
- ## 18.1.46 (2020-04-28)
1072
-
1073
- ### Gantt
1074
-
1075
- #### Bug Fixes
1076
-
1077
- - `#273440` - Issue on updating end date value using cell edit gets resolved.
1078
- - `#273426` - Issue on validating parent start date on taskbar edit action gets resolved.
1079
- - `#274066` - Console error on dragging parent milestone task gets resolved.
1080
-
1081
- ## 18.1.45 (2020-04-21)
1082
-
1083
- ### Gantt
1084
-
1085
- #### Bug Fixes
1086
-
1087
- - `#268281` - Issue on adding dependency using dialog gets resolved.
1088
-
1089
- ## 18.1.44 (2020-04-14)
1090
-
1091
- ### Gantt
1092
-
1093
- #### Bug Fixes
1094
-
1095
- - `#270801` - Issue on end date calculations gets resolved.
1096
- - `#270563` - Console error throws while taskbar resizing with use of taskbar template has been fixed.
1097
- - Issue in mapping custom class of task from data source has been fixed.
1098
-
1099
- - `#270563` - Console error throws while taskbar resizing with use of taskbar template has been fixed.
1100
-
1101
- ## 18.1.43 (2020-04-07)
1102
-
1103
- ### Gantt
1104
-
1105
- #### New Features
1106
-
1107
- - `#269693, #269694` - Provided accessibility support for column header and filter.
1108
-
1109
- #### Bug Fixes
1110
-
1111
- - `#270384` - Prevented event markers, indicators, holidays, baseline consideration for timeline while doing zoom to fit action.
1112
-
1113
- ## 18.1.42 (2020-04-01)
1114
-
1115
- ### Gantt
1116
-
1117
- #### Bug Fixes
1118
-
1119
- - `#264099` - Console error on tab key press has been fixed.
1120
- - `#269692`,`#269690` - Issue on focussing to the next element has been fixed.
1121
- - `#269772` - Prevented taskbar editing tooltip while tooltip is disabled.
1122
-
1123
- ## 18.1.36-beta (2020-03-19)
1124
-
1125
- ### Gantt
1126
-
1127
- #### New Features
1128
-
1129
- - `#238591`,`#247663`,`#253913`,`#263052`,`F147148`,`F147548`,`F149280` - Provided support for PDF export which exports Gantt data to PDF format.
1130
- - `#258677`,`#264570`,`F149280` - Provided support for manual task scheduling which is used to scheduling the task manually without any dependency.
1131
- - `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.
1132
- - `#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.
1133
-
1134
- #### Bug Fixes
1135
-
1136
- - `#263236` - Issue on multi-level dragged parent dropped into last index has been fixed.
1137
- - `#264099` - Issue in tab key action in edited state is fixed.
1138
-
1139
- - `#264099` - Issue in tab key action in edited state is fixed.
1140
-
1141
- ## 17.4.46 (2020-01-30)
1142
-
1143
- ### Gantt
1144
-
1145
- #### New Features
1146
-
1147
- - `F148795` - Provided custom editor support in dialog edit.
1148
- - `F149069` - Provided support to render parent as milestone.
1149
- - `#257320` - Provided support for 'zoom to fit' based on visible tasks alone.
1150
-
1151
- #### Bug Fixes
1152
-
1153
- - `F150408` - Baseline tooltip not rendered for milestone tasks has been fixed.
1154
- - `#260944` - Issue in preventing taskbar editing has been fixed.
1155
-
1156
- - `#260944` - Issue in preventing taskbar editing has been fixed.
1157
-
1158
- ## 17.4.44 (2021-01-21)
1159
-
1160
- ### Gantt
1161
-
1162
- #### Bug Fixes
1163
-
1164
- - `#260331` - Typescript declaration issue fixed.
1165
-
1166
- ## 17.4.41 (2020-01-07)
1167
-
1168
- ### Gantt
1169
-
1170
- #### New Features
1171
-
1172
- - `#253076` - Provided support to focus Gantt on tab key press.
1173
-
1174
- ## 17.4.40 (2019-12-24)
1175
-
1176
- ### Gantt
1177
-
1178
- #### Bug Fixes
1179
-
1180
- - `F149551` - Handled empty value while editing the numeric edit type field.
1181
-
1182
- ## 17.4.39 (2019-12-17)
1183
-
1184
- ### Gantt
1185
-
1186
- #### Bug Fixes
1187
-
1188
- - `F147793` - Context menu not closing issue while scrolling on the Gantt element has been fixed.
1189
-
1190
- #### Breaking Changes
1191
-
1192
- - 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.
1193
-
1194
- #### New Features
1195
-
1196
- - `#253909` - Provided support for converting a task to milestone by method.
1197
- - `F148875` - Provided support for disabling column editing on dialog popup.
1198
- - `F146587` - Provided support for taskbarClick event in Gantt.
1199
- - `F146585` - Provided support for mouseHover event in Gantt.
1200
-
1201
- - `#253909` - Provided support for converting a task to milestone by method.
1202
-
1203
- ## 17.3.30 (2019-12-03)
1204
-
1205
- ### Gantt
1206
-
1207
- #### Bug Fixes
1208
-
1209
- - `#253076` - Accessibility issues in Gantt has been fixed.
1210
-
1211
- ## 17.3.29 (2019-11-26)
1212
-
1213
- ### Gantt
1214
-
1215
- #### Bug Fixes
1216
-
1217
- - `F149069` - Parent taskbar alignment issue while rendering with single milestone child record has been fixed.
1218
- - `F149070` - Key navigation disable issue on Tree Grid section has been fixed.
1219
- - `#255266` - ParentID field not available in taskData field has been fixed.
1220
-
1221
- ## 17.3.28 (2019-11-19)
1222
-
1223
- ### Gantt
1224
-
1225
- #### Bug Fixes
1226
-
1227
- - `#253912` - Parent taskbar disappearance issue while deleting all its child records has been fixed.
1228
-
1229
- ## 17.3.19 (2019-10-22)
1230
-
1231
- ### Gantt
1232
-
1233
- #### Bug Fixes
1234
-
1235
- - `249581` - Browser hangs issue while change schedule mode to year has been fixed.
1236
- - `252195` - Issue on forEach method iteration in IE11 has been fixed.
1237
-
1238
- ## 17.3.14 (2019-10-03)
1239
-
1240
- ### Gantt
1241
-
1242
- #### Bug Fixes
1243
-
1244
- - `F147755` - Chart part disappearing issue when splitter position value greater than control width has been fixed.
1245
-
1246
- ## 17.3.9-beta (2019-09-20)
1247
-
1248
- ### Gantt
1249
-
1250
- #### Bug Fixes
1251
-
1252
- - `#245866` - Alignment issue with `height` property value as `auto` has been fixed.
1253
- - `F145725` - Issue with cell editing on newly added record has been fixed.
1254
- - `#246761` - Issue while providing date field value with empty string value and invalid date values has been fixed.
1255
- - `#247124` - Issue while loading Gantt SB samples in Mobile devices has been fixed.
1256
- - `F147329` - Issue in progress calculation with unscheduled tasks has been fixed.
1257
- - `F147380` - Issue with prevent edit dialog has been fixed.
1258
-
1259
- - `#245866` - Alignment issue with `height` property value as `auto` has been fixed.
1260
- - `F145725` - Issue with cell editing on newly added record has been fixed.
1261
- - `#246761` - Issue while providing date field value with empty string value and invalid date values has been fixed.
1262
- - `#247124` - Issue while loading Gantt SB samples in Mobile devices has been fixed.
1263
-
1264
- #### New Features
1265
-
1266
- - `#233407` - Provided support to perform Excel and CSV exporting in Gantt.
1267
-
1268
- ## 17.2.46 (2019-08-22)
1269
-
1270
- ### Gantt
1271
-
1272
- #### Bug Fixes
1273
-
1274
- - `F145733` - Alignment issue with header and rows on splitter resizing has been fixed.
1275
- - `F146641` - Issue with indicators tooltip support has been fixed.
1276
-
1277
- - `F146641` - Issue with indicators tooltip support has been fixed.
1278
-
1279
- ## 17.2.41 (2019-08-14)
1280
-
1281
- ### Gantt
1282
-
1283
- #### Bug Fixes
1284
-
1285
- - `#243770` - Issue in date picker with custom format has been fixed.
1286
- - `#243238` - Included current edited data in `actionComplete` event arguments.
1287
-
1288
- - `#243770` - Issue in date picker with custom format has been fixed.
1289
-
1290
- ## 17.2.40 (2019-08-06)
1291
-
1292
- ### Gantt
1293
-
1294
- #### Bug Fixes
1295
-
1296
- - #F145936 - Custom column values not updated in data source on Editing has been fixed.
1297
- - Lexical declaration issues in es2015 has been fixed.
1298
-
1299
- - Lexical declaration issues in es2015 has been fixed.
1300
-
1301
- ## 17.2.36 (2019-07-24)
1302
-
1303
- ### Gantt
1304
-
1305
- #### Bug Fixes
1306
-
1307
- - #241781 - Gantt task-data property missing in template data issue has been fixed.
1308
-
1309
- ## 17.2.28-beta (2019-06-27)
1310
-
1311
- ### Gantt
1312
-
1313
- #### Bug Fixes
1314
-
1315
- - #238228 - Issue while rendering tooltip with smaller duration has been fixed.
1316
-
1317
- #### New Features
1318
-
1319
- - Now Gantt supports context menu to perform various action.
1320
- - Provided support to perform timeline zoom in, zoom out and zoom to fit actions in Gantt.
1321
- - Provided key interaction support in Gantt.
1322
-
1323
- ## 17.1.49 (2019-05-29)
1324
-
1325
- ### Gantt
1326
-
1327
- #### Bug Fixes
1328
-
1329
- - #F144145 - Task Id duplication issue while adding new record has been fixed.
1330
-
1331
- ## 17.1.47 (2019-05-14)
1332
-
1333
- ### Gantt
1334
-
1335
- #### Bug Fixes
1336
-
1337
- - #233041 - Alignment issue with timeline and vertical lines has been fixed.
1338
-
1339
- #### New Features
1340
-
1341
- - #F143360 - Provided support to refresh the `dataSource` dynamically.
1342
-
1343
- ## 17.1.43 (2019-04-30)
1344
-
1345
- ### Gantt
1346
-
1347
- #### Bug Fixes
1348
-
1349
- - Bug fixes included.
1350
-
1351
- ## 17.1.40 (2019-04-09)
1352
-
1353
- ### Gantt
1354
-
1355
- #### Bug Fixes
1356
-
1357
- - Internal bug fixes included.
1358
-
1359
- ## 17.1.32-beta (2019-03-13)
1360
-
1361
- ### Gantt
1362
-
1363
- - **Data sources** – Bind hierarchical or self-referential data to Gantt chart with an array of JavaScript objects or DataManager.
1364
- - **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.
1365
- - **Customizable Taskbars** – Display various tasks in a project using child taskbar, summary taskbar and milestone UI, that can also be customized with templates.
1366
- - **Unscheduled tasks** – Support for displaying tasks with undefined start date, end date or duration in a project.
1367
- - **Baselines** – Display the deviations between planned dates and actual dates of a task in a project using baselines.
1368
- - **CRUD actions** – Provides the options to dynamically insert, delete and update tasks using columns, dialog and taskbar editing options.
1369
- - **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.
1370
- - **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.
1371
- - **Filtering** – Offers filtering the Gantt content using column menu filtering along with toolbar search box.
1372
- - **Customizable columns** – Customize the columns and add custom columns to Gantt chart at initialization through column property.
1373
- - **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.
1374
- - **Localization** - Provides inherent support to localize the UI.
1375
-
1376
-