@syncfusion/ej2-react-gantt 25.2.6 → 26.1.35

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