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

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