@syncfusion/ej2-vue-gantt 24.2.9 → 25.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.
- package/CHANGELOG.md +194 -181
- package/dist/ej2-vue-gantt.umd.min.js +2 -2
- package/dist/ej2-vue-gantt.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-gantt.es2015.js +19 -1
- package/dist/es6/ej2-vue-gantt.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-gantt.es5.js +19 -1
- package/dist/es6/ej2-vue-gantt.es5.js.map +1 -1
- package/dist/global/ej2-vue-gantt.min.js +2 -2
- package/package.json +9 -9
- package/src/gantt/gantt.component.d.ts +100 -3
- package/src/gantt/gantt.component.js +19 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,20 +4,33 @@
|
|
|
4
4
|
|
|
5
5
|
### GanttChart
|
|
6
6
|
|
|
7
|
-
#### Bug
|
|
7
|
+
#### Bug fixes
|
|
8
8
|
|
|
9
|
-
- `#
|
|
10
|
-
- `#
|
|
11
|
-
- `#
|
|
12
|
-
|
|
13
|
-
- `#
|
|
14
|
-
|
|
9
|
+
- `#F186965` - When we use `RTL` mode splitter settings functionality remains as in normal mode issue has been fixed.
|
|
10
|
+
- `#I561396` - When `hasChildMapping` is enabled `addParams` not working issue has been fixed.
|
|
11
|
+
- `#I546767` - Split taskbar template not working properly with multiple levels.
|
|
12
|
+
|
|
13
|
+
- `#I546767` - Split taskbar template not working properly with multiple levels.
|
|
14
|
+
|
|
15
|
+
#### Features
|
|
16
|
+
|
|
17
|
+
- `#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).
|
|
18
|
+
- `#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).
|
|
19
|
+
- `#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).
|
|
20
|
+
|
|
21
|
+
- `#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/vue/demos/#/material3/gantt/undo-redo.html).
|
|
22
|
+
- `#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/vue/documentation/gantt/pdf-export/pdf-export#exporting-with-templates).
|
|
23
|
+
- `#I522246`,`#I527511`,`#I562591`- Provided [`additionalParams`](https://ej2.syncfusion.com/vue/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/vue/documentation/gantt/managing-tasks/managing-tasks#customize-tab-elements).
|
|
24
|
+
|
|
25
|
+
#### Breaking Changes
|
|
26
|
+
|
|
27
|
+
- 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`.
|
|
15
28
|
|
|
16
29
|
## 24.2.8 (2024-02-27)
|
|
17
30
|
|
|
18
31
|
### GanttChart
|
|
19
32
|
|
|
20
|
-
#### Bug
|
|
33
|
+
#### Bug fixes
|
|
21
34
|
|
|
22
35
|
- `#I555169` - The scrollbar into view taskbar not working properly issue has been fixed.
|
|
23
36
|
- `#I556229` - Splitter View is not updating properly while using `setSplitterPosition` issue has been fixed.
|
|
@@ -37,7 +50,7 @@
|
|
|
37
50
|
|
|
38
51
|
### GanttChart
|
|
39
52
|
|
|
40
|
-
#### Bug
|
|
53
|
+
#### Bug fixes
|
|
41
54
|
|
|
42
55
|
- `#I548671` - Dependency not working when id is alpha numeric issue has been fixed.
|
|
43
56
|
- `#I552756` - A console error occurs when hovering over the Column menu options issue has been fixed.
|
|
@@ -48,7 +61,7 @@
|
|
|
48
61
|
|
|
49
62
|
### GanttChart
|
|
50
63
|
|
|
51
|
-
#### Bug
|
|
64
|
+
#### Bug fixes
|
|
52
65
|
|
|
53
66
|
- `#I544540` - Offset value not calculated properly issue has been fixed.
|
|
54
67
|
- `#I552745` - Pressing enter key in dialog refresh the Gantt issue has been fixed.
|
|
@@ -59,7 +72,7 @@
|
|
|
59
72
|
|
|
60
73
|
### GanttChart
|
|
61
74
|
|
|
62
|
-
#### Bug
|
|
75
|
+
#### Bug fixes
|
|
63
76
|
|
|
64
77
|
- `#I550406` - Task type property does not update properly by mapping work field issue has been fixed.
|
|
65
78
|
- `#I542029` - Unable to render full lengthy text in pdf export issue has been fixed.
|
|
@@ -70,7 +83,7 @@
|
|
|
70
83
|
|
|
71
84
|
### GanttChart
|
|
72
85
|
|
|
73
|
-
#### Bug
|
|
86
|
+
#### Bug fixes
|
|
74
87
|
|
|
75
88
|
- `#I540355` - RTE create column not working in dialog box issue has been fixed.
|
|
76
89
|
- `#I543351` - The taskbar render validation not working properly issue has been fixed.
|
|
@@ -79,7 +92,7 @@
|
|
|
79
92
|
|
|
80
93
|
### GanttChart
|
|
81
94
|
|
|
82
|
-
#### Bug
|
|
95
|
+
#### Bug fixes
|
|
83
96
|
|
|
84
97
|
- `#I540518` - Can't able to drag and drop to the new resource issue has been fixed.
|
|
85
98
|
- `#I185970` - Dynamic template updating in columns does not render issue has been fixed.
|
|
@@ -91,7 +104,7 @@
|
|
|
91
104
|
|
|
92
105
|
### GanttChart
|
|
93
106
|
|
|
94
|
-
#### Bug
|
|
107
|
+
#### Bug fixes
|
|
95
108
|
|
|
96
109
|
- `#I533229` - Server call is triggered twice issue has been fixed.
|
|
97
110
|
- `#I531670` - When adding a record by method before saving, if the task ID is changed after taskbar hover exception thrown issue has been fixed.
|
|
@@ -102,7 +115,7 @@
|
|
|
102
115
|
|
|
103
116
|
### GanttChart
|
|
104
117
|
|
|
105
|
-
#### Bug
|
|
118
|
+
#### Bug fixes
|
|
106
119
|
|
|
107
120
|
- `#I530808` - Progress width not rendered properly in split tasks issue has been fixed.
|
|
108
121
|
- `#F185683` - Resources are not updating properly in `actionBegin`event issue has been fixed.
|
|
@@ -116,7 +129,7 @@
|
|
|
116
129
|
|
|
117
130
|
### GanttChart
|
|
118
131
|
|
|
119
|
-
#### Bug
|
|
132
|
+
#### Bug fixes
|
|
120
133
|
|
|
121
134
|
`#I531670` - When adding record by method before saving, if the task ID is changed after taskbar hover exception thrown issue has been fixed.
|
|
122
135
|
|
|
@@ -130,7 +143,7 @@
|
|
|
130
143
|
|
|
131
144
|
### GanttChart
|
|
132
145
|
|
|
133
|
-
#### Bug
|
|
146
|
+
#### Bug fixes
|
|
134
147
|
|
|
135
148
|
- `#I520118` - Console error occurs other than self reference data issue has been fixed.
|
|
136
149
|
- `#I515425` - Issue with observable data binding in Gantt chart issue has been fixed.
|
|
@@ -142,7 +155,7 @@
|
|
|
142
155
|
|
|
143
156
|
### GanttChart
|
|
144
157
|
|
|
145
|
-
#### Bug
|
|
158
|
+
#### Bug fixes
|
|
146
159
|
|
|
147
160
|
- `#I517359` - Columns does not update while changing columns value by Gantt instance issue has been fixed.
|
|
148
161
|
- `#I514463` - PDF exported with blank pages and dislocated connected lines issue has been fixed.
|
|
@@ -155,13 +168,13 @@
|
|
|
155
168
|
- `#I513332` - Excel filter only takes one character at a time issue has been fixed.
|
|
156
169
|
- `#I517515` - Custom toolbar template not renders after toolbar click action in Gantt issue has been fixed.
|
|
157
170
|
|
|
158
|
-
#### Bug
|
|
171
|
+
#### Bug fixes
|
|
159
172
|
|
|
160
173
|
## 23.1.43 (2023-10-31)
|
|
161
174
|
|
|
162
175
|
### GanttChart
|
|
163
176
|
|
|
164
|
-
#### Bug
|
|
177
|
+
#### Bug fixes
|
|
165
178
|
|
|
166
179
|
- `#I493515` - Console error throw while Expand and collapse the parent taskbar issue has been fixed.
|
|
167
180
|
- `#I513655` - Filter menu close as soon as the mouse is up issue has been fixed.
|
|
@@ -170,7 +183,7 @@
|
|
|
170
183
|
|
|
171
184
|
### GanttChart
|
|
172
185
|
|
|
173
|
-
#### Bug
|
|
186
|
+
#### Bug fixes
|
|
174
187
|
|
|
175
188
|
- `#I508297` - Progress tooltip is misaligned after editing issue has been fixed.
|
|
176
189
|
- `#I509023` - Duration changes to zero while giving input as decimal in remote data issue has been fixed.
|
|
@@ -182,7 +195,7 @@
|
|
|
182
195
|
|
|
183
196
|
### GanttChart
|
|
184
197
|
|
|
185
|
-
#### Bug
|
|
198
|
+
#### Bug fixes
|
|
186
199
|
|
|
187
200
|
- `#I494495` - Script error occurs when trying to edit after sorting in presence of validation message issue has been fixed.
|
|
188
201
|
- `#I508721` - Baseline date does not render properly for milestone task issue has been fixed.
|
|
@@ -192,7 +205,7 @@
|
|
|
192
205
|
|
|
193
206
|
### GanttChart
|
|
194
207
|
|
|
195
|
-
#### Bug
|
|
208
|
+
#### Bug fixes
|
|
196
209
|
|
|
197
210
|
- `#I502041` - Error throw while adding the record issue has been fixed.
|
|
198
211
|
- `#I493515` - Style is not applied to the second segment issue has been fixed.
|
|
@@ -201,7 +214,7 @@
|
|
|
201
214
|
|
|
202
215
|
### GanttChart
|
|
203
216
|
|
|
204
|
-
#### Bug
|
|
217
|
+
#### Bug fixes
|
|
205
218
|
|
|
206
219
|
- `#I479961` - Milestone baseline moves along with the milestone issue has been fixed.
|
|
207
220
|
- `#I501391` - Misalignment in tooltip when connecting predecessor.
|
|
@@ -230,7 +243,7 @@
|
|
|
230
243
|
- 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/vue/demos/#/material3/gantt/exporting.html).
|
|
231
244
|
- Provided touch interaction support for taskbar resizing, dragging, predecessor connectivity in Gantt chart.
|
|
232
245
|
|
|
233
|
-
#### Bug
|
|
246
|
+
#### Bug fixes
|
|
234
247
|
|
|
235
248
|
- `#I492654` - When empty data source pdf export exception thrown issue has been fixed.
|
|
236
249
|
- `#I479578` - Milestone parent is not appearing issue has been fixed.
|
|
@@ -239,7 +252,7 @@
|
|
|
239
252
|
|
|
240
253
|
### GanttChart
|
|
241
254
|
|
|
242
|
-
#### Bug
|
|
255
|
+
#### Bug fixes
|
|
243
256
|
|
|
244
257
|
- `#I488557` - The project dates are not modified after changing the timeline.
|
|
245
258
|
- `#I472635` - When pressing the insert key `newRowPosition` bottom row is not highlighted.
|
|
@@ -253,7 +266,7 @@
|
|
|
253
266
|
|
|
254
267
|
### GanttChart
|
|
255
268
|
|
|
256
|
-
#### Bug
|
|
269
|
+
#### Bug fixes
|
|
257
270
|
|
|
258
271
|
- `#I485527` - Filter menu opening issue in column menu has been fixed.
|
|
259
272
|
- `#I491313` - Multiple records were selected after using the context menu, adding the milestone position wrong issue has been fixed.
|
|
@@ -264,7 +277,7 @@
|
|
|
264
277
|
|
|
265
278
|
### GanttChart
|
|
266
279
|
|
|
267
|
-
#### Bug
|
|
280
|
+
#### Bug fixes
|
|
268
281
|
|
|
269
282
|
- `#I486977` - Zoom To Fit issue when we resize browser window has been fixed.
|
|
270
283
|
- `#I484086` - Other instance of the taskbar not moved in the resource view issue has been fixed.
|
|
@@ -274,7 +287,7 @@
|
|
|
274
287
|
|
|
275
288
|
### GanttChart
|
|
276
289
|
|
|
277
|
-
#### Bug
|
|
290
|
+
#### Bug fixes
|
|
278
291
|
|
|
279
292
|
- `#I485657` - Misalignment happened in timeline while exporting `PDF` in Gantt has been fixed.
|
|
280
293
|
- `#I485398` - console error occurs while using segment data issue has been fixed.
|
|
@@ -287,7 +300,7 @@
|
|
|
287
300
|
|
|
288
301
|
### GanttChart
|
|
289
302
|
|
|
290
|
-
#### Bug
|
|
303
|
+
#### Bug fixes
|
|
291
304
|
|
|
292
305
|
- `#I485907` - When multiple records are selected after using the context menu to delete, it is not working issue has been fixed.
|
|
293
306
|
- `#I483579` - Splitter resize issue when we resize browser window issue has been fixed.
|
|
@@ -298,7 +311,7 @@
|
|
|
298
311
|
|
|
299
312
|
### GanttChart
|
|
300
313
|
|
|
301
|
-
#### Bug
|
|
314
|
+
#### Bug fixes
|
|
302
315
|
|
|
303
316
|
- `#I479591` - Critical path is not working properly when the baseline is changed dynamically issue has been fixed.
|
|
304
317
|
- `#F182867` - Edit parameters not working in date columns issue has been fixed.
|
|
@@ -318,7 +331,7 @@
|
|
|
318
331
|
|
|
319
332
|
### GanttChart
|
|
320
333
|
|
|
321
|
-
#### Bug
|
|
334
|
+
#### Bug fixes
|
|
322
335
|
|
|
323
336
|
-`#I472635`-Using insert key highlights top row has been fixed.
|
|
324
337
|
|
|
@@ -331,7 +344,7 @@
|
|
|
331
344
|
|
|
332
345
|
### GanttChart
|
|
333
346
|
|
|
334
|
-
#### Bug
|
|
347
|
+
#### Bug fixes
|
|
335
348
|
|
|
336
349
|
- `#I45187` - Border is changed to outline in CSS issue has been fixed.
|
|
337
350
|
|
|
@@ -339,7 +352,7 @@
|
|
|
339
352
|
|
|
340
353
|
### GanttChart
|
|
341
354
|
|
|
342
|
-
#### Bug
|
|
355
|
+
#### Bug fixes
|
|
343
356
|
|
|
344
357
|
- `#I474676` - Fit to project display wrong timeline issue has been fixed.
|
|
345
358
|
- `#I472975` - Manual task predecessor not properly fetching updated offset issue has been fixed.
|
|
@@ -353,7 +366,7 @@
|
|
|
353
366
|
|
|
354
367
|
### GanttChart
|
|
355
368
|
|
|
356
|
-
#### Bug
|
|
369
|
+
#### Bug fixes
|
|
357
370
|
|
|
358
371
|
- `#I471925` - Cannot see a Dragged Task after Zoom In issue has been fixed.
|
|
359
372
|
- `#I473517` - Incorrect taskbar render when unit is given in hour issue has been fixed.
|
|
@@ -364,7 +377,7 @@
|
|
|
364
377
|
|
|
365
378
|
### GanttChart
|
|
366
379
|
|
|
367
|
-
#### Bug
|
|
380
|
+
#### Bug fixes
|
|
368
381
|
|
|
369
382
|
- `#I473901` - Baseline converted to milestone when task gets converted into milestone issue has been fixed.
|
|
370
383
|
- `#I471926` - Console error occurs in critical path when data source is empty issue has been fixed.
|
|
@@ -392,7 +405,7 @@
|
|
|
392
405
|
|
|
393
406
|
### GanttChart
|
|
394
407
|
|
|
395
|
-
#### Bug
|
|
408
|
+
#### Bug fixes
|
|
396
409
|
|
|
397
410
|
- `#I459187` - Newly added record missed at the bottom in virtual scroll issue has been fixed.
|
|
398
411
|
- `#I469401` - Resource names gets duplicated in right label issue has been fixed.
|
|
@@ -405,7 +418,7 @@
|
|
|
405
418
|
|
|
406
419
|
### GanttChart
|
|
407
420
|
|
|
408
|
-
#### Bug
|
|
421
|
+
#### Bug fixes
|
|
409
422
|
|
|
410
423
|
- `#I467744` - Provided support for virtual scroll in resource view multitask bar.
|
|
411
424
|
- `#I464831` - Incorrect render of segments when we give end date while declaring segment in data source issue has been fixed.
|
|
@@ -425,7 +438,7 @@
|
|
|
425
438
|
|
|
426
439
|
### GanttChart
|
|
427
440
|
|
|
428
|
-
#### Bug
|
|
441
|
+
#### Bug fixes
|
|
429
442
|
|
|
430
443
|
- `#I461738` - Updating custom column change the end date issue has been fixed
|
|
431
444
|
- `#I461564` - Editing cell followed by context menu does not work issue has been fixed
|
|
@@ -443,7 +456,7 @@
|
|
|
443
456
|
|
|
444
457
|
### GanttChart
|
|
445
458
|
|
|
446
|
-
#### Bug
|
|
459
|
+
#### Bug fixes
|
|
447
460
|
|
|
448
461
|
- `#I461435` - Adding and deleting record rapidly while displaying tooltip cause error has been fixed.
|
|
449
462
|
- `#I461087` - Offset value getting modified incorrectly issue has been fixed.
|
|
@@ -453,7 +466,7 @@
|
|
|
453
466
|
|
|
454
467
|
### GanttChart
|
|
455
468
|
|
|
456
|
-
#### Bug
|
|
469
|
+
#### Bug fixes
|
|
457
470
|
|
|
458
471
|
- `#I461778` - Misalignment in rows on Tree Grid and Gantt in virtual scroll issue has been fixed
|
|
459
472
|
- `#I181309` - splitter position not updating after resize issue has been fixed.
|
|
@@ -466,7 +479,7 @@
|
|
|
466
479
|
|
|
467
480
|
### GanttChart
|
|
468
481
|
|
|
469
|
-
#### Bug
|
|
482
|
+
#### Bug fixes
|
|
470
483
|
|
|
471
484
|
- `#I457032` - Task label not rendered properly when we render as template issue has been fixed.
|
|
472
485
|
- `#I457212` - Timeline renders different in `Firefox` and `Chrome` issue has been fixed.
|
|
@@ -478,7 +491,7 @@
|
|
|
478
491
|
|
|
479
492
|
### GanttChart
|
|
480
493
|
|
|
481
|
-
#### Bug
|
|
494
|
+
#### Bug fixes
|
|
482
495
|
|
|
483
496
|
- `#I441205` - Two spinner appears while performing action issue has been fixed.
|
|
484
497
|
- `#I451257` - No proper template for manual milestone parent.
|
|
@@ -488,7 +501,7 @@
|
|
|
488
501
|
|
|
489
502
|
### GanttChart
|
|
490
503
|
|
|
491
|
-
#### Bug
|
|
504
|
+
#### Bug fixes
|
|
492
505
|
|
|
493
506
|
- `#I453787` - Duration not calculated properly in hour duration unit issue has been fixed.
|
|
494
507
|
- `#I453745` - Modified records in `actionBegin` event has invalid records issue has been fixed.
|
|
@@ -502,7 +515,7 @@
|
|
|
502
515
|
|
|
503
516
|
### GanttChart
|
|
504
517
|
|
|
505
|
-
#### Bug
|
|
518
|
+
#### Bug fixes
|
|
506
519
|
|
|
507
520
|
- `#I451243` - Unable to set zooming levels through `zoomingLevels` property issue has been fixed.
|
|
508
521
|
- `#I447704` - Timeline tier is not changing dynamically issue has been fixed.
|
|
@@ -514,7 +527,7 @@
|
|
|
514
527
|
|
|
515
528
|
### GanttChart
|
|
516
529
|
|
|
517
|
-
#### Bug
|
|
530
|
+
#### Bug fixes
|
|
518
531
|
|
|
519
532
|
- `#I432146` - Script error occurs while changing data source and resource simultaneously issue has been fixed.
|
|
520
533
|
- -`I441276`- Outdent task is not in correct index of modified records in `actionComplete` event issue has been fixed.
|
|
@@ -546,7 +559,7 @@
|
|
|
546
559
|
|
|
547
560
|
### GanttChart
|
|
548
561
|
|
|
549
|
-
#### Bug
|
|
562
|
+
#### Bug fixes
|
|
550
563
|
|
|
551
564
|
-`I442012`- Pdf export padding property for column header is not working properly issue has been fixed.
|
|
552
565
|
-`F180721`- Script error occurs when critical path is enabled in virtualization mode issue has been fixed.
|
|
@@ -560,7 +573,7 @@
|
|
|
560
573
|
|
|
561
574
|
### GanttChart
|
|
562
575
|
|
|
563
|
-
#### Bug
|
|
576
|
+
#### Bug fixes
|
|
564
577
|
|
|
565
578
|
-`I413261`- Validate predecessor link on editing issue has been fixed.
|
|
566
579
|
-`I441394`- Gantt Column name doesn't change respect to changing of culture at runtime issue has been fixed.
|
|
@@ -574,7 +587,7 @@
|
|
|
574
587
|
|
|
575
588
|
### GanttChart
|
|
576
589
|
|
|
577
|
-
#### Bug
|
|
590
|
+
#### Bug fixes
|
|
578
591
|
|
|
579
592
|
-`I435386`- Column template not working in `Vue` platform issue has been fixed.
|
|
580
593
|
-`I426170`- Incorrect Start Date Update for Unscheduled Task When Editing Parent Start Date.
|
|
@@ -591,7 +604,7 @@
|
|
|
591
604
|
|
|
592
605
|
### GanttChart
|
|
593
606
|
|
|
594
|
-
#### Bug
|
|
607
|
+
#### Bug fixes
|
|
595
608
|
|
|
596
609
|
-`I432910`- Export Issue with Predecessor Connectivity for Filtered Data.
|
|
597
610
|
-`#I434098`- Script error occurs when updating resources dynamically without child mapping.
|
|
@@ -601,7 +614,7 @@
|
|
|
601
614
|
|
|
602
615
|
### GanttChart
|
|
603
616
|
|
|
604
|
-
#### Bug
|
|
617
|
+
#### Bug fixes
|
|
605
618
|
|
|
606
619
|
- `#I431629`- A script error is thrown while performing tab navigation on the last row.
|
|
607
620
|
|
|
@@ -609,7 +622,7 @@
|
|
|
609
622
|
|
|
610
623
|
### GanttChart
|
|
611
624
|
|
|
612
|
-
#### Bug
|
|
625
|
+
#### Bug fixes
|
|
613
626
|
|
|
614
627
|
- `#I429875` - Console error while using self-referential data issue has been fixed.
|
|
615
628
|
- `#I428914` - Duration value is not maintained when using `valueAccessor` issue has been fixed.
|
|
@@ -619,7 +632,7 @@
|
|
|
619
632
|
|
|
620
633
|
### GanttChart
|
|
621
634
|
|
|
622
|
-
#### Bug
|
|
635
|
+
#### Bug fixes
|
|
623
636
|
|
|
624
637
|
- `#I427837` - Baseline renders with incorrect date in difference timezone issue has been fixed.
|
|
625
638
|
- `#I430365` - Child tasks not updated after updating parent task predecessor has been fixed.
|
|
@@ -629,7 +642,7 @@
|
|
|
629
642
|
|
|
630
643
|
### GanttChart
|
|
631
644
|
|
|
632
|
-
#### Bug
|
|
645
|
+
#### Bug fixes
|
|
633
646
|
|
|
634
647
|
- `#I426170` - Incorrect request type in zooming action has been fixed.
|
|
635
648
|
- `#FB39646` - Incorrect index value during row drag and drop has been fixed.
|
|
@@ -638,7 +651,7 @@
|
|
|
638
651
|
|
|
639
652
|
### GanttChart
|
|
640
653
|
|
|
641
|
-
#### Bug
|
|
654
|
+
#### Bug fixes
|
|
642
655
|
|
|
643
656
|
- `#I421870`- Record does not update properly when its modified in `actionBegin` event issue has been fixed.
|
|
644
657
|
- `#I420414` - Row height issue in task mode has been fixed.
|
|
@@ -647,7 +660,7 @@
|
|
|
647
660
|
|
|
648
661
|
### GanttChart
|
|
649
662
|
|
|
650
|
-
#### Bug
|
|
663
|
+
#### Bug fixes
|
|
651
664
|
|
|
652
665
|
- `#I420702` - Persistence settings prevent changing the timeline settings issue has been fixed.
|
|
653
666
|
- `#I422731` - Issue when predecessor is given for unscheduled parent issue has been fixed.
|
|
@@ -671,7 +684,7 @@
|
|
|
671
684
|
- `#I237939`,`#I255626`,`#I398597` - Provided `RTL` support in Gantt chart. Please find the documentation link [here](https://ej2.syncfusion.com/vue/documentation/gantt/global-local/#right-to-left-rtl)
|
|
672
685
|
- Provided `Shimmer` support in Gantt chart. Please find the demo link [here](https://ej2.syncfusion.com/vue/demos/#/bootstrap5/gantt/loading-animation).
|
|
673
686
|
|
|
674
|
-
#### Bug
|
|
687
|
+
#### Bug fixes
|
|
675
688
|
|
|
676
689
|
- `#I417035` - Expand Collapse not working properly after cell editing issue has been fixed.
|
|
677
690
|
- `#I421663` - The baseline end date has not been properly validated issue has been fixed.
|
|
@@ -680,7 +693,7 @@
|
|
|
680
693
|
|
|
681
694
|
### GanttChart
|
|
682
695
|
|
|
683
|
-
#### Bug
|
|
696
|
+
#### Bug fixes
|
|
684
697
|
|
|
685
698
|
- `#I420414` - Unable to disable edit dialog fields in general tab issue has been fixed.
|
|
686
699
|
- `#I420280` - The `actionBegin` event receives more records as modified data when a task is resized issue has been fixed.
|
|
@@ -694,7 +707,7 @@
|
|
|
694
707
|
|
|
695
708
|
### GanttChart
|
|
696
709
|
|
|
697
|
-
#### Bug
|
|
710
|
+
#### Bug fixes
|
|
698
711
|
|
|
699
712
|
- `#I413261` - Dependency values for the parent task are not properly updated issue has been fixed.
|
|
700
713
|
- `#I419062` - Edit type issue when datasource is undefined issue has been fixed.
|
|
@@ -707,7 +720,7 @@
|
|
|
707
720
|
|
|
708
721
|
### GanttChart
|
|
709
722
|
|
|
710
|
-
#### Bug
|
|
723
|
+
#### Bug fixes
|
|
711
724
|
|
|
712
725
|
- `#I416610` - Able to scroll vertically when virtual scrolling enabled without scrollable records issue has been fixed.
|
|
713
726
|
- `#I417049` - Adding duration to an unscheduled task affects the project start date.
|
|
@@ -718,7 +731,7 @@
|
|
|
718
731
|
|
|
719
732
|
### GanttChart
|
|
720
733
|
|
|
721
|
-
#### Bug
|
|
734
|
+
#### Bug fixes
|
|
722
735
|
|
|
723
736
|
- `#I413261` - Dependency values for the parent task are not properly updated issue has been fixed.
|
|
724
737
|
- `#I410200` - Timeline headers disappears when timeline changes dynamically.
|
|
@@ -732,7 +745,7 @@
|
|
|
732
745
|
|
|
733
746
|
### GanttChart
|
|
734
747
|
|
|
735
|
-
#### Bug
|
|
748
|
+
#### Bug fixes
|
|
736
749
|
|
|
737
750
|
- `#I414182` - Datasource Property not updated properly after row drag and drop issue has been fixed.
|
|
738
751
|
- `#I413625` - Current view data not updated properly when dynamically change the view type issue has been fixed.
|
|
@@ -746,7 +759,7 @@
|
|
|
746
759
|
|
|
747
760
|
### GanttChart
|
|
748
761
|
|
|
749
|
-
#### Bug
|
|
762
|
+
#### Bug fixes
|
|
750
763
|
|
|
751
764
|
- `#I413261` - Dependency values for the parent task are not properly updated issue has been fixed.
|
|
752
765
|
- `#I412821` - Row drag and drop is not working properly when Virtualization is enabled.
|
|
@@ -757,7 +770,7 @@
|
|
|
757
770
|
|
|
758
771
|
### GanttChart
|
|
759
772
|
|
|
760
|
-
#### Bug
|
|
773
|
+
#### Bug fixes
|
|
761
774
|
|
|
762
775
|
- `#I409097` - Deleting record when search text is selected issue has been fixed.
|
|
763
776
|
- `#I404228` - Saving record even when in edited state issue has been fixed.
|
|
@@ -767,7 +780,7 @@
|
|
|
767
780
|
|
|
768
781
|
### GanttChart
|
|
769
782
|
|
|
770
|
-
#### Bug
|
|
783
|
+
#### Bug fixes
|
|
771
784
|
|
|
772
785
|
- `#I395003` - Gantt records disappear when scrolling up and down quickly issue has been fixed.
|
|
773
786
|
- `#I407437` - Add new record in resource view without child mapping issue has been fixed.
|
|
@@ -779,7 +792,7 @@
|
|
|
779
792
|
|
|
780
793
|
### GanttChart
|
|
781
794
|
|
|
782
|
-
#### Bug
|
|
795
|
+
#### Bug fixes
|
|
783
796
|
|
|
784
797
|
- `#I408288` - Timeline rendering is incomplete when data is rebinded issue has been fixed.
|
|
785
798
|
- `#I404228` - Issue in saving data in segment has been fixed.
|
|
@@ -809,7 +822,7 @@
|
|
|
809
822
|
- `#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/vue/documentation/api/gantt/taskFields/#id).
|
|
810
823
|
- `#FB36072` - Provided support for Critical Path with Multi Taskbar enabled.
|
|
811
824
|
|
|
812
|
-
#### Bug
|
|
825
|
+
#### Bug fixes
|
|
813
826
|
|
|
814
827
|
- `#F177237` - The `currentViewData` with dependencies were not exported correctly in `PDFExport` issue has been fixed.
|
|
815
828
|
- `#I402913` - Checkbox selection must be completed with a single click issue has been fixed.
|
|
@@ -821,7 +834,7 @@
|
|
|
821
834
|
|
|
822
835
|
### GanttChart
|
|
823
836
|
|
|
824
|
-
#### Bug
|
|
837
|
+
#### Bug fixes
|
|
825
838
|
|
|
826
839
|
- `#I403222` - Console error occurs in resource view with enabled persistence issue has been fixed.
|
|
827
840
|
|
|
@@ -829,7 +842,7 @@
|
|
|
829
842
|
|
|
830
843
|
### GanttChart
|
|
831
844
|
|
|
832
|
-
#### Bug
|
|
845
|
+
#### Bug fixes
|
|
833
846
|
|
|
834
847
|
- `#F176984` - Timeline is extended when the splitter position is moved issue has been fixed.
|
|
835
848
|
- `#I398394` - Row drag and drop not working properly on resource view sample issue has been fixed.
|
|
@@ -839,7 +852,7 @@
|
|
|
839
852
|
|
|
840
853
|
### GanttChart
|
|
841
854
|
|
|
842
|
-
#### Bug
|
|
855
|
+
#### Bug fixes
|
|
843
856
|
|
|
844
857
|
- `#I389542` - Filter records with hierarchy mode as both shows no record to display issue has been fixed.
|
|
845
858
|
|
|
@@ -847,7 +860,7 @@
|
|
|
847
860
|
|
|
848
861
|
### GanttChart
|
|
849
862
|
|
|
850
|
-
#### Bug
|
|
863
|
+
#### Bug fixes
|
|
851
864
|
|
|
852
865
|
- `#I394194` - Timeline changes when toggling critical path issue has been fixed.
|
|
853
866
|
- `#I388575` - Gantt chart disappears when searching is performed with tasks in collapsed state with virtualization issue has been fixed.
|
|
@@ -863,7 +876,7 @@
|
|
|
863
876
|
|
|
864
877
|
### GanttChart
|
|
865
878
|
|
|
866
|
-
#### Bug
|
|
879
|
+
#### Bug fixes
|
|
867
880
|
|
|
868
881
|
- `#I393339` - Empty record is displayed after searching a text when using the refresh method issue has been fixed.
|
|
869
882
|
- `#I392655` - Issue in deleting multiple tasks, when one task is collapsed issue has been fixed.
|
|
@@ -877,7 +890,7 @@
|
|
|
877
890
|
|
|
878
891
|
### GanttChart
|
|
879
892
|
|
|
880
|
-
#### Bug
|
|
893
|
+
#### Bug fixes
|
|
881
894
|
|
|
882
895
|
- `#I389834` - Records position not updated properly in datasource when we drag and drop the records issue has been fixed.
|
|
883
896
|
|
|
@@ -885,7 +898,7 @@
|
|
|
885
898
|
|
|
886
899
|
### GanttChart
|
|
887
900
|
|
|
888
|
-
#### Bug
|
|
901
|
+
#### Bug fixes
|
|
889
902
|
|
|
890
903
|
- `#I380929` - Baseline end date issue for milestone with same baseline start and end date has been fixed.
|
|
891
904
|
- `#I385298` - Bottom Tier not partitioned properly when zoom to fit issue has been fixed.
|
|
@@ -903,7 +916,7 @@
|
|
|
903
916
|
- `#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/vue/demos/#/bootstrap5/gantt/critical-path).
|
|
904
917
|
- Provided State Persistence support for Gantt Chart. Please find the documentation link [here](https://ej2.syncfusion.com/vue/documentation/gantt/state-persistence).
|
|
905
918
|
|
|
906
|
-
#### Bug
|
|
919
|
+
#### Bug fixes
|
|
907
920
|
|
|
908
921
|
- `#I379308, #I380615` - Baseline end date issue for milestone with same baseline start and end date has been fixed.
|
|
909
922
|
- `#I383128` - DataSource gets updated wrongly when we update the data with invalid `parentID` issue has been fixed.
|
|
@@ -915,7 +928,7 @@
|
|
|
915
928
|
|
|
916
929
|
### GanttChart
|
|
917
930
|
|
|
918
|
-
#### Bug
|
|
931
|
+
#### Bug fixes
|
|
919
932
|
|
|
920
933
|
- `#367483` - Indent Outdent toolbar options appearing when edit settings is not defined issue has been been fixed.
|
|
921
934
|
- `#384296` - Unable to draw dependency when progress mapping is disabled issue has been been fixed.
|
|
@@ -925,7 +938,7 @@
|
|
|
925
938
|
|
|
926
939
|
### GanttChart
|
|
927
940
|
|
|
928
|
-
#### Bug
|
|
941
|
+
#### Bug fixes
|
|
929
942
|
|
|
930
943
|
- `#379229` - Pdf export is not working when using custom date format issue has been fixed.
|
|
931
944
|
- `#381109` - Issue when Zoom To Fit with unscheduled tasks has been fixed.
|
|
@@ -935,7 +948,7 @@
|
|
|
935
948
|
|
|
936
949
|
### GanttChart
|
|
937
950
|
|
|
938
|
-
#### Bug
|
|
951
|
+
#### Bug fixes
|
|
939
952
|
|
|
940
953
|
- `#380136` - End date is not updated when we update the resource unit via `updateRecordByID` method.
|
|
941
954
|
- `#378491` - Data is not displayed when we frequently move between different tabs has been fixed.
|
|
@@ -945,7 +958,7 @@
|
|
|
945
958
|
|
|
946
959
|
### GanttChart
|
|
947
960
|
|
|
948
|
-
#### Bug
|
|
961
|
+
#### Bug fixes
|
|
949
962
|
|
|
950
963
|
- `#F174816` - Landscape page orientation is not working when exporting Pdf has been fixed.
|
|
951
964
|
- `#377857` - Task not assigned to resources when dynamically changes from project view into resource view has been fixed.
|
|
@@ -956,7 +969,7 @@
|
|
|
956
969
|
|
|
957
970
|
### GanttChart
|
|
958
971
|
|
|
959
|
-
#### Bug
|
|
972
|
+
#### Bug fixes
|
|
960
973
|
|
|
961
974
|
- `#376228` - Duration is not updated while updating resource units using `updateRecordByID` method issue has been fixed.
|
|
962
975
|
- `#370224` - Filtering issue when rendering Gantt inside the modal has been fixed.
|
|
@@ -966,7 +979,7 @@
|
|
|
966
979
|
|
|
967
980
|
### GanttChart
|
|
968
981
|
|
|
969
|
-
#### Bug
|
|
982
|
+
#### Bug fixes
|
|
970
983
|
|
|
971
984
|
- `#372661` - Data not properly updated in the Gantt Chart when switching between list view issue has been fixed.
|
|
972
985
|
|
|
@@ -974,7 +987,7 @@
|
|
|
974
987
|
|
|
975
988
|
### GanttChart
|
|
976
989
|
|
|
977
|
-
#### Bug
|
|
990
|
+
#### Bug fixes
|
|
978
991
|
|
|
979
992
|
- `#373529` - Task label is not properly displayed in pdf export issue has been fixed.
|
|
980
993
|
- `#373829` - Top tier and bottom tier partitioning issue in quarterly mode has been fixed.
|
|
@@ -985,7 +998,7 @@
|
|
|
985
998
|
|
|
986
999
|
### GanttChart
|
|
987
1000
|
|
|
988
|
-
#### Bug
|
|
1001
|
+
#### Bug fixes
|
|
989
1002
|
|
|
990
1003
|
- `#372623` - New record keeps an editable state in dependency tab even after switching the tabs has been fixed.
|
|
991
1004
|
- `#373803` - Scrollbar not available in notes tab issue has been fixed.
|
|
@@ -996,7 +1009,7 @@
|
|
|
996
1009
|
|
|
997
1010
|
### GanttChart
|
|
998
1011
|
|
|
999
|
-
#### Bug
|
|
1012
|
+
#### Bug fixes
|
|
1000
1013
|
|
|
1001
1014
|
- `#371080` - Issue in `actionBegin` event for cancelling the row drag and drop action using request type `beforeDrop` has been fixed.
|
|
1002
1015
|
- `#374064` - Gantt height not gets responsive when collapsing all tasks in `auto` mode.
|
|
@@ -1006,7 +1019,7 @@
|
|
|
1006
1019
|
|
|
1007
1020
|
### GanttChart
|
|
1008
1021
|
|
|
1009
|
-
#### Bug
|
|
1022
|
+
#### Bug fixes
|
|
1010
1023
|
|
|
1011
1024
|
- `#300959` - Provided support to fill empty space with extended timeline in zoom out action.
|
|
1012
1025
|
- `#371372` - Unable to change end Date of manual parent task issue has been fixed.
|
|
@@ -1016,7 +1029,7 @@
|
|
|
1016
1029
|
|
|
1017
1030
|
### GanttChart
|
|
1018
1031
|
|
|
1019
|
-
#### Bug
|
|
1032
|
+
#### Bug fixes
|
|
1020
1033
|
|
|
1021
1034
|
- `#369264` - Event marker labels not visible when there is single record has been fixed
|
|
1022
1035
|
- `#362146` - Row customization using `rowDataBound` event in `enableImmutableMode` issue has been fixed
|
|
@@ -1030,7 +1043,7 @@
|
|
|
1030
1043
|
|
|
1031
1044
|
### GanttChart
|
|
1032
1045
|
|
|
1033
|
-
#### Bug
|
|
1046
|
+
#### Bug fixes
|
|
1034
1047
|
|
|
1035
1048
|
- `#366304` - Gantt line mismatches when we set system display as 100% and browser zoom settings as 90% has been fixed.
|
|
1036
1049
|
- `#365994` - Right and left label template not working in `vue` has been fixed.
|
|
@@ -1041,7 +1054,7 @@
|
|
|
1041
1054
|
|
|
1042
1055
|
### GanttChart
|
|
1043
1056
|
|
|
1044
|
-
#### Bug
|
|
1057
|
+
#### Bug fixes
|
|
1045
1058
|
|
|
1046
1059
|
- `#366296` - When moving from once cell to another cell using tab key navigation issue has been fixed.
|
|
1047
1060
|
- `#363358`,`F172781` - Drag and drop not working properly after row gets collapsed issue has been fixed.
|
|
@@ -1050,7 +1063,7 @@
|
|
|
1050
1063
|
|
|
1051
1064
|
### GanttChart
|
|
1052
1065
|
|
|
1053
|
-
#### Bug
|
|
1066
|
+
#### Bug fixes
|
|
1054
1067
|
|
|
1055
1068
|
- `#365463` - Gantt timeline view gets changed when resize the task to left side has been fixed.
|
|
1056
1069
|
|
|
@@ -1058,7 +1071,7 @@
|
|
|
1058
1071
|
|
|
1059
1072
|
### GanttChart
|
|
1060
1073
|
|
|
1061
|
-
#### Bug
|
|
1074
|
+
#### Bug fixes
|
|
1062
1075
|
|
|
1063
1076
|
- `#360085` - Issue in deleting a task after performing expand collapse action for multiple times has been fixed.
|
|
1064
1077
|
- `#364950` - The `taskLabel` property does not show the task name properly when giving name with space has been fixed.
|
|
@@ -1069,7 +1082,7 @@
|
|
|
1069
1082
|
|
|
1070
1083
|
### GanttChart
|
|
1071
1084
|
|
|
1072
|
-
#### Bug
|
|
1085
|
+
#### Bug fixes
|
|
1073
1086
|
|
|
1074
1087
|
- `#362011` - Date alignment issue with Gantt Zoom to fit top tier and bottom tier has been fixed.
|
|
1075
1088
|
- `#364643` - Extra fields are added in `dataSource` property for bottom position issue has been fixed.
|
|
@@ -1086,7 +1099,7 @@
|
|
|
1086
1099
|
|
|
1087
1100
|
### GanttChart
|
|
1088
1101
|
|
|
1089
|
-
#### Bug
|
|
1102
|
+
#### Bug fixes
|
|
1090
1103
|
|
|
1091
1104
|
- `#356978` - Issue in disable the initial move of taskbar drag has been fixed.
|
|
1092
1105
|
- `#357647` - Issue in enabling scroll top during load time has been fixed.
|
|
@@ -1100,7 +1113,7 @@
|
|
|
1100
1113
|
|
|
1101
1114
|
### GanttChart
|
|
1102
1115
|
|
|
1103
|
-
#### Bug
|
|
1116
|
+
#### Bug fixes
|
|
1104
1117
|
|
|
1105
1118
|
- `#359455` - Issue in rendering Gantt when parent container height is set in percentage has been fixed.
|
|
1106
1119
|
- `#360424` - Issue in performing drag and drop when resource is set to null has been fixed.
|
|
@@ -1114,7 +1127,7 @@
|
|
|
1114
1127
|
|
|
1115
1128
|
### GanttChart
|
|
1116
1129
|
|
|
1117
|
-
#### Bug
|
|
1130
|
+
#### Bug fixes
|
|
1118
1131
|
|
|
1119
1132
|
- `#354721` - Issue in rendering milestone based on the milestone mapping in datasource has been fixed.
|
|
1120
1133
|
- `#358683` - Toolbar gets hide after `expandAll` and `collapseAll` is performed issue has been fixed.
|
|
@@ -1123,7 +1136,7 @@
|
|
|
1123
1136
|
|
|
1124
1137
|
### GanttChart
|
|
1125
1138
|
|
|
1126
|
-
#### Bug
|
|
1139
|
+
#### Bug fixes
|
|
1127
1140
|
|
|
1128
1141
|
- `#355824, #360027` - Gantt Chart display issue with misalign in dates on which DST change happens has been fixed.
|
|
1129
1142
|
- `#F171256` - Issue in Localization for the word New Task has been fixed.
|
|
@@ -1134,7 +1147,7 @@
|
|
|
1134
1147
|
|
|
1135
1148
|
### GanttChart
|
|
1136
1149
|
|
|
1137
|
-
#### Bug
|
|
1150
|
+
#### Bug fixes
|
|
1138
1151
|
|
|
1139
1152
|
- `#357340` - Issue with Gantt `selectedRowIndex` property when deleted the selected item in last row.
|
|
1140
1153
|
|
|
@@ -1142,7 +1155,7 @@
|
|
|
1142
1155
|
|
|
1143
1156
|
### GanttChart
|
|
1144
1157
|
|
|
1145
|
-
#### Bug
|
|
1158
|
+
#### Bug fixes
|
|
1146
1159
|
|
|
1147
1160
|
- `#346141` - Issue with Gantt manipulates and change task data date values from original data has been fixed.
|
|
1148
1161
|
- `#F170644` - Issue in manual start date while mapping multiple parent levels has been fixed.
|
|
@@ -1160,7 +1173,7 @@
|
|
|
1160
1173
|
|
|
1161
1174
|
### GanttChart
|
|
1162
1175
|
|
|
1163
|
-
#### Bug
|
|
1176
|
+
#### Bug fixes
|
|
1164
1177
|
|
|
1165
1178
|
- `#347613` - Connector line issue after updating the datasource dynamically has been fixed.
|
|
1166
1179
|
- `#346909` - Issue in disable custom context menu has been fixed.
|
|
@@ -1169,7 +1182,7 @@
|
|
|
1169
1182
|
|
|
1170
1183
|
### GanttChart
|
|
1171
1184
|
|
|
1172
|
-
#### Bug
|
|
1185
|
+
#### Bug fixes
|
|
1173
1186
|
|
|
1174
1187
|
- `#347753` - Issue in `defaultedit` edit type has been fixed.
|
|
1175
1188
|
|
|
@@ -1177,7 +1190,7 @@
|
|
|
1177
1190
|
|
|
1178
1191
|
### GanttChart
|
|
1179
1192
|
|
|
1180
|
-
#### Bug
|
|
1193
|
+
#### Bug fixes
|
|
1181
1194
|
|
|
1182
1195
|
- `#342557` - In fixed work type duration update issue has been fixed.
|
|
1183
1196
|
|
|
@@ -1185,7 +1198,7 @@
|
|
|
1185
1198
|
|
|
1186
1199
|
### GanttChart
|
|
1187
1200
|
|
|
1188
|
-
#### Bug
|
|
1201
|
+
#### Bug fixes
|
|
1189
1202
|
|
|
1190
1203
|
- `#343417` - Issue in updating row index after row drag and drop has been fixed.
|
|
1191
1204
|
- `#346516` - Issue in context menu after cell editing has been fixed.
|
|
@@ -1195,7 +1208,7 @@
|
|
|
1195
1208
|
|
|
1196
1209
|
### GanttChart
|
|
1197
1210
|
|
|
1198
|
-
#### Bug
|
|
1211
|
+
#### Bug fixes
|
|
1199
1212
|
|
|
1200
1213
|
- `#343991` - Additional parameters are not passed to `BatchUpdate` method when deleting the row issue has been fixed.
|
|
1201
1214
|
- `#344100` - Issue in cancelling the drawing of predecessor line in `actionBegin` event has been fixed.
|
|
@@ -1210,7 +1223,7 @@
|
|
|
1210
1223
|
|
|
1211
1224
|
### GanttChart
|
|
1212
1225
|
|
|
1213
|
-
#### Bug
|
|
1226
|
+
#### Bug fixes
|
|
1214
1227
|
|
|
1215
1228
|
- `#343417` - Issue in CRUD operations when using datamanager data has been fixed.
|
|
1216
1229
|
- `#340739` - Vertical grid line issue while changing height dynamically has been fixed.
|
|
@@ -1220,7 +1233,7 @@
|
|
|
1220
1233
|
|
|
1221
1234
|
### GanttChart
|
|
1222
1235
|
|
|
1223
|
-
#### Bug
|
|
1236
|
+
#### Bug fixes
|
|
1224
1237
|
|
|
1225
1238
|
- `#342557` - In fixed work type duration update issue has been fixed.
|
|
1226
1239
|
- `#340406` - Misalignment while using line height property issue has been fixed.
|
|
@@ -1234,7 +1247,7 @@
|
|
|
1234
1247
|
|
|
1235
1248
|
- `#304621, #322659` - Provided percentage support for height and width of Gantt element.
|
|
1236
1249
|
|
|
1237
|
-
#### Bug
|
|
1250
|
+
#### Bug fixes
|
|
1238
1251
|
|
|
1239
1252
|
- `#331618` - Issue in updating `dataSource` property has been fixed.
|
|
1240
1253
|
- `#333672` - Issue in calculating duration across DST has been fixed.
|
|
@@ -1243,7 +1256,7 @@
|
|
|
1243
1256
|
|
|
1244
1257
|
### GanttChart
|
|
1245
1258
|
|
|
1246
|
-
#### Bug
|
|
1259
|
+
#### Bug fixes
|
|
1247
1260
|
|
|
1248
1261
|
- `#340421` - In smaller resolution the splitter appeared in wrong position issue has been fixed.
|
|
1249
1262
|
- `#341502` - Indicators disappear when datasource changed dynamically issue has been fixed.
|
|
@@ -1252,7 +1265,7 @@
|
|
|
1252
1265
|
|
|
1253
1266
|
### GanttChart
|
|
1254
1267
|
|
|
1255
|
-
#### Bug
|
|
1268
|
+
#### Bug fixes
|
|
1256
1269
|
|
|
1257
1270
|
- `#340155` - Dialog closes when pressing insert key issue has been fixed.
|
|
1258
1271
|
- `#333851` - Dynamically changing the holidays issue has been fixed.
|
|
@@ -1261,7 +1274,7 @@
|
|
|
1261
1274
|
|
|
1262
1275
|
### GanttChart
|
|
1263
1276
|
|
|
1264
|
-
#### Bug
|
|
1277
|
+
#### Bug fixes
|
|
1265
1278
|
|
|
1266
1279
|
- `#339434` - Issue in tooltip has been resolved.
|
|
1267
1280
|
|
|
@@ -1269,7 +1282,7 @@
|
|
|
1269
1282
|
|
|
1270
1283
|
### GanttChart
|
|
1271
1284
|
|
|
1272
|
-
#### Bug
|
|
1285
|
+
#### Bug fixes
|
|
1273
1286
|
|
|
1274
1287
|
- `#339511` - Issue in maintaining resource selection has been resolved.
|
|
1275
1288
|
- `#338206` - Cleared warnings thrown in Firefox browser.
|
|
@@ -1278,7 +1291,7 @@
|
|
|
1278
1291
|
|
|
1279
1292
|
### GanttChart
|
|
1280
1293
|
|
|
1281
|
-
#### Bug
|
|
1294
|
+
#### Bug fixes
|
|
1282
1295
|
|
|
1283
1296
|
- `#338587` - Issue in assigning empty data to datasource has been resolved.
|
|
1284
1297
|
- `#335677` - Issue in `expandAtLevel` and `collapseAtLevel` method with virtual scrolling has been resolved.
|
|
@@ -1287,7 +1300,7 @@
|
|
|
1287
1300
|
|
|
1288
1301
|
### GanttChart
|
|
1289
1302
|
|
|
1290
|
-
#### Bug
|
|
1303
|
+
#### Bug fixes
|
|
1291
1304
|
|
|
1292
1305
|
- `#336211` - Issue with Virtual Scrolling in Firefox browse has been resolved.
|
|
1293
1306
|
|
|
@@ -1295,7 +1308,7 @@
|
|
|
1295
1308
|
|
|
1296
1309
|
### GanttChart
|
|
1297
1310
|
|
|
1298
|
-
#### Bug
|
|
1311
|
+
#### Bug fixes
|
|
1299
1312
|
|
|
1300
1313
|
- `#331618` - Issue in updating `dataSource` property has been fixed.
|
|
1301
1314
|
- `#333672` - Issue in calculating duration across DST has been fixed.
|
|
@@ -1305,7 +1318,7 @@
|
|
|
1305
1318
|
|
|
1306
1319
|
### GanttChart
|
|
1307
1320
|
|
|
1308
|
-
#### Bug
|
|
1321
|
+
#### Bug fixes
|
|
1309
1322
|
|
|
1310
1323
|
- `#331671` - Right Labels are rendered properly in exported PDF document.
|
|
1311
1324
|
- `#332161` - Issue fixed when drag and drop performed after adding record through context menu.
|
|
@@ -1322,7 +1335,7 @@
|
|
|
1322
1335
|
|
|
1323
1336
|
### GanttChart
|
|
1324
1337
|
|
|
1325
|
-
#### Bug
|
|
1338
|
+
#### Bug fixes
|
|
1326
1339
|
|
|
1327
1340
|
- `#330806` - When using `updateTaskId` method with predecessor field is not mapped in the `taskFields` has been fixed.
|
|
1328
1341
|
- At certain zoom level, both halves of year are H1 has been resolved.
|
|
@@ -1331,7 +1344,7 @@
|
|
|
1331
1344
|
|
|
1332
1345
|
### GanttChart
|
|
1333
1346
|
|
|
1334
|
-
#### Bug
|
|
1347
|
+
#### Bug fixes
|
|
1335
1348
|
|
|
1336
1349
|
- `#328182` - Mismatch between timeline and chart body content has been fixed.
|
|
1337
1350
|
- `#165629` - Notes updated properly in Gantt chart when new task is added.
|
|
@@ -1344,7 +1357,7 @@
|
|
|
1344
1357
|
|
|
1345
1358
|
### GanttChart
|
|
1346
1359
|
|
|
1347
|
-
#### Bug
|
|
1360
|
+
#### Bug fixes
|
|
1348
1361
|
|
|
1349
1362
|
- `#325587` - Issue while deleting resource on split task has been fixed.
|
|
1350
1363
|
- Issue on dynamically changing the `allowTaskbarEditing` property has been fixed.
|
|
@@ -1366,7 +1379,7 @@
|
|
|
1366
1379
|
|
|
1367
1380
|
- `#320843` - Provide support to cancel the merging of split tasks using client-side event.
|
|
1368
1381
|
|
|
1369
|
-
#### Bug
|
|
1382
|
+
#### Bug fixes
|
|
1370
1383
|
|
|
1371
1384
|
- `#326155` - Issue in splitting task using public method has been fixed.
|
|
1372
1385
|
- `#325948` - Issue in adding new task with empty string has been fixed.
|
|
@@ -1378,7 +1391,7 @@
|
|
|
1378
1391
|
|
|
1379
1392
|
### GanttChart
|
|
1380
1393
|
|
|
1381
|
-
#### Bug
|
|
1394
|
+
#### Bug fixes
|
|
1382
1395
|
|
|
1383
1396
|
- `#325250` - Progress updated properly in manual scheduling.
|
|
1384
1397
|
- `#324644` - Issue on adding records, when Gantt view is changed has been fixed.
|
|
@@ -1390,7 +1403,7 @@
|
|
|
1390
1403
|
|
|
1391
1404
|
### GanttChart
|
|
1392
1405
|
|
|
1393
|
-
#### Bug
|
|
1406
|
+
#### Bug fixes
|
|
1394
1407
|
|
|
1395
1408
|
- `#324141` - Issue in tooltip rendering position has been fixed.
|
|
1396
1409
|
- `#320979` - Issue on changing data source and timeline settings on same time has been fixed.
|
|
@@ -1401,7 +1414,7 @@
|
|
|
1401
1414
|
|
|
1402
1415
|
### GanttChart
|
|
1403
1416
|
|
|
1404
|
-
#### Bug
|
|
1417
|
+
#### Bug fixes
|
|
1405
1418
|
|
|
1406
1419
|
- `F164497` - Issue in editing end date of a task has been fixed.
|
|
1407
1420
|
|
|
@@ -1409,7 +1422,7 @@
|
|
|
1409
1422
|
|
|
1410
1423
|
### GanttChart
|
|
1411
1424
|
|
|
1412
|
-
#### Bug
|
|
1425
|
+
#### Bug fixes
|
|
1413
1426
|
|
|
1414
1427
|
- `#320979` - Provided support to update data source dynamically with `collapseAllParentTasks` and `enableMultiTaskbar` enabled mode.
|
|
1415
1428
|
|
|
@@ -1417,7 +1430,7 @@
|
|
|
1417
1430
|
|
|
1418
1431
|
### GanttChart
|
|
1419
1432
|
|
|
1420
|
-
#### Bug
|
|
1433
|
+
#### Bug fixes
|
|
1421
1434
|
|
|
1422
1435
|
- `#320882` - Issue on expand/collapse icon in `Resource view` has been fixed.
|
|
1423
1436
|
|
|
@@ -1438,7 +1451,7 @@
|
|
|
1438
1451
|
|
|
1439
1452
|
- `#317550` - Provided support to define `valueAccessor` as string.
|
|
1440
1453
|
|
|
1441
|
-
#### Bug
|
|
1454
|
+
#### Bug fixes
|
|
1442
1455
|
|
|
1443
1456
|
- Console error when end date of segments is given as string has been fixed.
|
|
1444
1457
|
|
|
@@ -1446,7 +1459,7 @@
|
|
|
1446
1459
|
|
|
1447
1460
|
### GanttChart
|
|
1448
1461
|
|
|
1449
|
-
#### Bug
|
|
1462
|
+
#### Bug fixes
|
|
1450
1463
|
|
|
1451
1464
|
- `316898` - Maintained additional fields in segments on zooming action.
|
|
1452
1465
|
|
|
@@ -1454,7 +1467,7 @@
|
|
|
1454
1467
|
|
|
1455
1468
|
### GanttChart
|
|
1456
1469
|
|
|
1457
|
-
#### Bug
|
|
1470
|
+
#### Bug fixes
|
|
1458
1471
|
|
|
1459
1472
|
- `#315501` - Error on closing filter menu while focusing out has been resolved.
|
|
1460
1473
|
|
|
@@ -1462,7 +1475,7 @@
|
|
|
1462
1475
|
|
|
1463
1476
|
### GanttChart
|
|
1464
1477
|
|
|
1465
|
-
#### Bug
|
|
1478
|
+
#### Bug fixes
|
|
1466
1479
|
|
|
1467
1480
|
- `#311841` - Duplicating records issue while indent action has been resolved.
|
|
1468
1481
|
- `F160722` - Error on rendering editing tooltip has been resolved.
|
|
@@ -1474,7 +1487,7 @@
|
|
|
1474
1487
|
|
|
1475
1488
|
### GanttChart
|
|
1476
1489
|
|
|
1477
|
-
#### Bug
|
|
1490
|
+
#### Bug fixes
|
|
1478
1491
|
|
|
1479
1492
|
- `#298884` - Error on reorder rows method has been fixed.
|
|
1480
1493
|
|
|
@@ -1490,7 +1503,7 @@
|
|
|
1490
1503
|
|
|
1491
1504
|
- `#291192` - Provided Immutable Support to refresh specific rows while performing Gantt actions.
|
|
1492
1505
|
|
|
1493
|
-
#### Bug
|
|
1506
|
+
#### Bug fixes
|
|
1494
1507
|
|
|
1495
1508
|
- `F161492` - Console error on converting milestone to task has been fixed.
|
|
1496
1509
|
|
|
@@ -1498,7 +1511,7 @@
|
|
|
1498
1511
|
|
|
1499
1512
|
### GanttChart
|
|
1500
1513
|
|
|
1501
|
-
#### Bug
|
|
1514
|
+
#### Bug fixes
|
|
1502
1515
|
|
|
1503
1516
|
- `F161492` - Console error on drag and drop action has been fixed.
|
|
1504
1517
|
- `F161492` - Issue on indent action has been fixed.
|
|
@@ -1507,7 +1520,7 @@
|
|
|
1507
1520
|
|
|
1508
1521
|
### GanttChart
|
|
1509
1522
|
|
|
1510
|
-
#### Bug
|
|
1523
|
+
#### Bug fixes
|
|
1511
1524
|
|
|
1512
1525
|
- `#298884` - Issue on reorder rows method in virtual scroll support has been fixed.
|
|
1513
1526
|
|
|
@@ -1515,7 +1528,7 @@
|
|
|
1515
1528
|
|
|
1516
1529
|
### GanttChart
|
|
1517
1530
|
|
|
1518
|
-
#### Bug
|
|
1531
|
+
#### Bug fixes
|
|
1519
1532
|
|
|
1520
1533
|
- `F160722` - Issue on editing tooltip template has been fixed.
|
|
1521
1534
|
- `#306971` - HTML encoder issue with notes column has been fixed.
|
|
@@ -1525,7 +1538,7 @@
|
|
|
1525
1538
|
|
|
1526
1539
|
### GanttChart
|
|
1527
1540
|
|
|
1528
|
-
#### Bug
|
|
1541
|
+
#### Bug fixes
|
|
1529
1542
|
|
|
1530
1543
|
- `#306741` - Issue on closing filter menu while focusing out has been fixed.
|
|
1531
1544
|
- `#306556` - Issue on duration field of add dialog has been fixed.
|
|
@@ -1545,7 +1558,7 @@
|
|
|
1545
1558
|
|
|
1546
1559
|
- `F149775` - Provided `Virtual Scroll` support for Gantt.
|
|
1547
1560
|
|
|
1548
|
-
#### Bug
|
|
1561
|
+
#### Bug fixes
|
|
1549
1562
|
|
|
1550
1563
|
- `#306090` - Issue on pressing delete key when add/edit dialog is opened has been fixed.
|
|
1551
1564
|
- `#306342` - Included additional field in `taskData.segments`.
|
|
@@ -1555,7 +1568,7 @@
|
|
|
1555
1568
|
|
|
1556
1569
|
### GanttChart
|
|
1557
1570
|
|
|
1558
|
-
#### Bug
|
|
1571
|
+
#### Bug fixes
|
|
1559
1572
|
|
|
1560
1573
|
- `F159625` - Console error on indent action after adding record has been fixed.
|
|
1561
1574
|
|
|
@@ -1563,7 +1576,7 @@
|
|
|
1563
1576
|
|
|
1564
1577
|
### GanttChart
|
|
1565
1578
|
|
|
1566
|
-
#### Bug
|
|
1579
|
+
#### Bug fixes
|
|
1567
1580
|
|
|
1568
1581
|
- `301606` - Issue in template column when use it as `treeColumnIndex` has been fixed.
|
|
1569
1582
|
|
|
@@ -1571,7 +1584,7 @@
|
|
|
1571
1584
|
|
|
1572
1585
|
### GanttChart
|
|
1573
1586
|
|
|
1574
|
-
#### Bug
|
|
1587
|
+
#### Bug fixes
|
|
1575
1588
|
|
|
1576
1589
|
- `293889` - Console error in split task when allowTaskbarEditing is disable has been fixed.
|
|
1577
1590
|
- `300744` - Console error on clicking add/edit toolbar has been fixed.
|
|
@@ -1581,7 +1594,7 @@
|
|
|
1581
1594
|
|
|
1582
1595
|
### GanttChart
|
|
1583
1596
|
|
|
1584
|
-
#### Bug
|
|
1597
|
+
#### Bug fixes
|
|
1585
1598
|
|
|
1586
1599
|
- `299695` - Issue in left label template has been fixed.
|
|
1587
1600
|
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
|
|
@@ -1597,7 +1610,7 @@
|
|
|
1597
1610
|
- `#292246` - Provided support to split the taskbar into multiple segments through context menu and dialog edit.
|
|
1598
1611
|
- `#282972, #293345` - Provided support to render predecessor and rows properly in different zooming levels and display scaling size.
|
|
1599
1612
|
|
|
1600
|
-
#### Bug
|
|
1613
|
+
#### Bug fixes
|
|
1601
1614
|
|
|
1602
1615
|
- `#295381` - Issue on exporting Gantt with partial data has been fixed.
|
|
1603
1616
|
- `#299370` - Issue on restricting dragging action when read only property set to true.
|
|
@@ -1608,7 +1621,7 @@
|
|
|
1608
1621
|
|
|
1609
1622
|
### GanttChart
|
|
1610
1623
|
|
|
1611
|
-
#### Bug
|
|
1624
|
+
#### Bug fixes
|
|
1612
1625
|
|
|
1613
1626
|
- `#296920` - Issue on rendering Gantt with resources has been fixed.
|
|
1614
1627
|
- `F158128` - Issue on updating DB on `indent` and `outdent` action has been fixed.
|
|
@@ -1619,7 +1632,7 @@
|
|
|
1619
1632
|
|
|
1620
1633
|
### GanttChart
|
|
1621
1634
|
|
|
1622
|
-
#### Bug
|
|
1635
|
+
#### Bug fixes
|
|
1623
1636
|
|
|
1624
1637
|
- `#293528` - Issue when work value is given as decimal values has been fixed.
|
|
1625
1638
|
|
|
@@ -1631,7 +1644,7 @@
|
|
|
1631
1644
|
|
|
1632
1645
|
- `#292825` - Provided support to improvement of trigger actions on key press.
|
|
1633
1646
|
|
|
1634
|
-
#### Bug
|
|
1647
|
+
#### Bug fixes
|
|
1635
1648
|
|
|
1636
1649
|
- `#293539` - Issue while dynamically updating `allowRowDragAndDrop` gets fixed.
|
|
1637
1650
|
- `#292470` - Issue on edit template in dialog has been fixed.
|
|
@@ -1641,7 +1654,7 @@
|
|
|
1641
1654
|
|
|
1642
1655
|
### GanttChart
|
|
1643
1656
|
|
|
1644
|
-
#### Bug
|
|
1657
|
+
#### Bug fixes
|
|
1645
1658
|
|
|
1646
1659
|
- `#290457` - Issue on customizing the background colour of taskbar in Resource view has been fixed.
|
|
1647
1660
|
- `F157498` - Console error on indenting record after sorting has been fixed.
|
|
@@ -1650,7 +1663,7 @@
|
|
|
1650
1663
|
|
|
1651
1664
|
### GanttChart
|
|
1652
1665
|
|
|
1653
|
-
#### Bug
|
|
1666
|
+
#### Bug fixes
|
|
1654
1667
|
|
|
1655
1668
|
- `#291158` - Console error on destroy Gantt when allowKeyboard is false has been fixed.
|
|
1656
1669
|
- `#279528` - Dialog dependency drop-down list has existing dependency data has been fixed.
|
|
@@ -1659,7 +1672,7 @@
|
|
|
1659
1672
|
|
|
1660
1673
|
### GanttChart
|
|
1661
1674
|
|
|
1662
|
-
#### Bug
|
|
1675
|
+
#### Bug fixes
|
|
1663
1676
|
|
|
1664
1677
|
- `#288438` - Tooltip rendering issue has been fixed.
|
|
1665
1678
|
- The issue of the bottom tire format in Chinese culture has been fixed.
|
|
@@ -1672,7 +1685,7 @@
|
|
|
1672
1685
|
|
|
1673
1686
|
- `#287282` - Provided support to change viewType of Gantt dynamically.
|
|
1674
1687
|
|
|
1675
|
-
#### Bug
|
|
1688
|
+
#### Bug fixes
|
|
1676
1689
|
|
|
1677
1690
|
- `#285626` - Console error while rendering multiple Gantt has been fixed.
|
|
1678
1691
|
- `#285749` - Issue on parent progress calculation while delete child record has been fixed.
|
|
@@ -1681,7 +1694,7 @@
|
|
|
1681
1694
|
|
|
1682
1695
|
### GanttChart
|
|
1683
1696
|
|
|
1684
|
-
#### Bug
|
|
1697
|
+
#### Bug fixes
|
|
1685
1698
|
|
|
1686
1699
|
- `#284995` - Issue in predecessor lines of exported pdf document has been fixed.
|
|
1687
1700
|
- `#284995` - Content overflow issue in exported pdf document has been fixed.
|
|
@@ -1695,7 +1708,7 @@
|
|
|
1695
1708
|
|
|
1696
1709
|
### GanttChart
|
|
1697
1710
|
|
|
1698
|
-
#### Bug
|
|
1711
|
+
#### Bug fixes
|
|
1699
1712
|
|
|
1700
1713
|
- `#276968` - Column misalignment issue after editing has been fixed.
|
|
1701
1714
|
- `F155689` - Issue on expanding records while mapping expand status of record has been fixed.
|
|
@@ -1704,7 +1717,7 @@
|
|
|
1704
1717
|
|
|
1705
1718
|
### GanttChart
|
|
1706
1719
|
|
|
1707
|
-
#### Bug
|
|
1720
|
+
#### Bug fixes
|
|
1708
1721
|
|
|
1709
1722
|
- `#278235` - Parent Id is not updated properly on row drag and drop action issue gets resolved.
|
|
1710
1723
|
- `F155766` - PDF export document Gantt timeline issue after zooming has been resolved.
|
|
@@ -1727,7 +1740,7 @@
|
|
|
1727
1740
|
|
|
1728
1741
|
### GanttChart
|
|
1729
1742
|
|
|
1730
|
-
#### Bug
|
|
1743
|
+
#### Bug fixes
|
|
1731
1744
|
|
|
1732
1745
|
- `#281103`- Taskbar not rendered properly while cancel the new child record by context menu action has been fixed.
|
|
1733
1746
|
- `#281247`- Parent id is not updated on add a child record by context menu has been fixed.
|
|
@@ -1751,7 +1764,7 @@
|
|
|
1751
1764
|
|
|
1752
1765
|
### GanttChart
|
|
1753
1766
|
|
|
1754
|
-
#### Bug
|
|
1767
|
+
#### Bug fixes
|
|
1755
1768
|
|
|
1756
1769
|
- `#278176` - Zoom in or zoom out toolbar button disabled after zoom to fit action was fixed.
|
|
1757
1770
|
- `#278238` - Action begin event not triggered on finish to finish predecessor was fixed.
|
|
@@ -1764,7 +1777,7 @@
|
|
|
1764
1777
|
|
|
1765
1778
|
### GanttChart
|
|
1766
1779
|
|
|
1767
|
-
#### Bug
|
|
1780
|
+
#### Bug fixes
|
|
1768
1781
|
|
|
1769
1782
|
- `#277029` - Update value not display on edit action issue has been fixed.
|
|
1770
1783
|
- `#276942` - Issue while passing additional parameter to the server side on CRUD operation has been fixed.
|
|
@@ -1773,7 +1786,7 @@
|
|
|
1773
1786
|
|
|
1774
1787
|
### GanttChart
|
|
1775
1788
|
|
|
1776
|
-
#### Bug
|
|
1789
|
+
#### Bug fixes
|
|
1777
1790
|
|
|
1778
1791
|
- `#39566` - Issue when remove event markers dynamically has been resolved.
|
|
1779
1792
|
- `F154261`,`#276047` - Issue while adding new record with empty data on load time gets resolved.
|
|
@@ -1793,7 +1806,7 @@
|
|
|
1793
1806
|
|
|
1794
1807
|
### GanttChart
|
|
1795
1808
|
|
|
1796
|
-
#### Bug
|
|
1809
|
+
#### Bug fixes
|
|
1797
1810
|
|
|
1798
1811
|
- `#268349` - Issue on maintaining duration data type gets resolved.
|
|
1799
1812
|
- Column filter menu displayed in wrong place has been fixed.
|
|
@@ -1808,7 +1821,7 @@
|
|
|
1808
1821
|
|
|
1809
1822
|
### GanttChart
|
|
1810
1823
|
|
|
1811
|
-
#### Bug
|
|
1824
|
+
#### Bug fixes
|
|
1812
1825
|
|
|
1813
1826
|
- `#273422` - Date mismatch for parent and child record gets resolved.
|
|
1814
1827
|
|
|
@@ -1816,7 +1829,7 @@
|
|
|
1816
1829
|
|
|
1817
1830
|
### GanttChart
|
|
1818
1831
|
|
|
1819
|
-
#### Bug
|
|
1832
|
+
#### Bug fixes
|
|
1820
1833
|
|
|
1821
1834
|
- `#273440` - Issue on updating end date value using cell edit gets resolved.
|
|
1822
1835
|
- `#273426` - Issue on validating parent start date on taskbar edit action gets resolved.
|
|
@@ -1826,7 +1839,7 @@
|
|
|
1826
1839
|
|
|
1827
1840
|
### GanttChart
|
|
1828
1841
|
|
|
1829
|
-
#### Bug
|
|
1842
|
+
#### Bug fixes
|
|
1830
1843
|
|
|
1831
1844
|
- `#268281` - Issue on adding dependency using dialog gets resolved.
|
|
1832
1845
|
|
|
@@ -1834,7 +1847,7 @@
|
|
|
1834
1847
|
|
|
1835
1848
|
### GanttChart
|
|
1836
1849
|
|
|
1837
|
-
#### Bug
|
|
1850
|
+
#### Bug fixes
|
|
1838
1851
|
|
|
1839
1852
|
- `#270801` - Issue on end date calculations gets resolved.
|
|
1840
1853
|
- `#270563` - Console error throws while taskbar resizing with use of taskbar template has been fixed.
|
|
@@ -1848,7 +1861,7 @@
|
|
|
1848
1861
|
|
|
1849
1862
|
- `#269693, #269694` - Provided accessibility support for column header and filter.
|
|
1850
1863
|
|
|
1851
|
-
#### Bug
|
|
1864
|
+
#### Bug fixes
|
|
1852
1865
|
|
|
1853
1866
|
- `#270384` - Prevented event markers, indicators, holidays, baseline consideration for timeline while doing zoom to fit action.
|
|
1854
1867
|
|
|
@@ -1856,7 +1869,7 @@
|
|
|
1856
1869
|
|
|
1857
1870
|
### GanttChart
|
|
1858
1871
|
|
|
1859
|
-
#### Bug
|
|
1872
|
+
#### Bug fixes
|
|
1860
1873
|
|
|
1861
1874
|
- `#264099` - Console error on tab key press has been fixed.
|
|
1862
1875
|
- `#269692`,`#269690` - Issue on focussing to the next element has been fixed.
|
|
@@ -1873,7 +1886,7 @@
|
|
|
1873
1886
|
- `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.
|
|
1874
1887
|
- `#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.
|
|
1875
1888
|
|
|
1876
|
-
#### Bug
|
|
1889
|
+
#### Bug fixes
|
|
1877
1890
|
|
|
1878
1891
|
- `#263236` - Issue on multi-level dragged parent dropped into last index has been fixed.
|
|
1879
1892
|
- `#264099` - Issue in tab key action in edited state is fixed.
|
|
@@ -1892,7 +1905,7 @@
|
|
|
1892
1905
|
|
|
1893
1906
|
- `F149069` - Provided support to render parent as milestone.
|
|
1894
1907
|
|
|
1895
|
-
#### Bug
|
|
1908
|
+
#### Bug fixes
|
|
1896
1909
|
|
|
1897
1910
|
- `F150408` - Baseline tooltip not rendered for milestone tasks has been fixed.
|
|
1898
1911
|
- `#260944` - Issue in preventing taskbar editing has been fixed.
|
|
@@ -1901,7 +1914,7 @@
|
|
|
1901
1914
|
|
|
1902
1915
|
### GanttChart
|
|
1903
1916
|
|
|
1904
|
-
#### Bug
|
|
1917
|
+
#### Bug fixes
|
|
1905
1918
|
|
|
1906
1919
|
- `#260331` - Typescript declaration issue fixed.
|
|
1907
1920
|
|
|
@@ -1917,7 +1930,7 @@
|
|
|
1917
1930
|
|
|
1918
1931
|
### GanttChart
|
|
1919
1932
|
|
|
1920
|
-
#### Bug
|
|
1933
|
+
#### Bug fixes
|
|
1921
1934
|
|
|
1922
1935
|
- `F149551` - Handled empty value while editing the numeric edit type field.
|
|
1923
1936
|
|
|
@@ -1925,7 +1938,7 @@
|
|
|
1925
1938
|
|
|
1926
1939
|
### GanttChart
|
|
1927
1940
|
|
|
1928
|
-
#### Bug
|
|
1941
|
+
#### Bug fixes
|
|
1929
1942
|
|
|
1930
1943
|
- `F147793` - Context menu not closing issue while scrolling on the Gantt element has been fixed.
|
|
1931
1944
|
|
|
@@ -1944,7 +1957,7 @@
|
|
|
1944
1957
|
|
|
1945
1958
|
### GanttChart
|
|
1946
1959
|
|
|
1947
|
-
#### Bug
|
|
1960
|
+
#### Bug fixes
|
|
1948
1961
|
|
|
1949
1962
|
- `#253076` - Accessibility issues in Gantt has been fixed.
|
|
1950
1963
|
|
|
@@ -1952,7 +1965,7 @@
|
|
|
1952
1965
|
|
|
1953
1966
|
### GanttChart
|
|
1954
1967
|
|
|
1955
|
-
#### Bug
|
|
1968
|
+
#### Bug fixes
|
|
1956
1969
|
|
|
1957
1970
|
- `F149069` - Parent taskbar alignment issue while rendering with single milestone child record has been fixed.
|
|
1958
1971
|
- `F149070` - Key navigation disable issue on Tree Grid section has been fixed.
|
|
@@ -1965,7 +1978,7 @@
|
|
|
1965
1978
|
|
|
1966
1979
|
### GanttChart
|
|
1967
1980
|
|
|
1968
|
-
#### Bug
|
|
1981
|
+
#### Bug fixes
|
|
1969
1982
|
|
|
1970
1983
|
- `#253912` - Parent taskbar disappearance issue while deleting all its child records has been fixed.
|
|
1971
1984
|
|
|
@@ -1973,7 +1986,7 @@
|
|
|
1973
1986
|
|
|
1974
1987
|
### GanttChart
|
|
1975
1988
|
|
|
1976
|
-
#### Bug
|
|
1989
|
+
#### Bug fixes
|
|
1977
1990
|
|
|
1978
1991
|
- `249581` - Browser hangs issue while change schedule mode to year has been fixed.
|
|
1979
1992
|
- `252195` - Issue on forEach method iteration in IE11 has been fixed.
|
|
@@ -1984,7 +1997,7 @@
|
|
|
1984
1997
|
|
|
1985
1998
|
### GanttChart
|
|
1986
1999
|
|
|
1987
|
-
#### Bug
|
|
2000
|
+
#### Bug fixes
|
|
1988
2001
|
|
|
1989
2002
|
- `F147755` - Chart part disappearing issue when splitter position value greater than control width has been fixed.
|
|
1990
2003
|
|
|
@@ -1992,7 +2005,7 @@
|
|
|
1992
2005
|
|
|
1993
2006
|
### GanttChart
|
|
1994
2007
|
|
|
1995
|
-
#### Bug
|
|
2008
|
+
#### Bug fixes
|
|
1996
2009
|
|
|
1997
2010
|
- `#245866` - Alignment issue with `height` property value as `auto` has been fixed.
|
|
1998
2011
|
- `F145725` - Issue with cell editing on newly added record has been fixed.
|
|
@@ -2009,7 +2022,7 @@
|
|
|
2009
2022
|
|
|
2010
2023
|
### GanttChart
|
|
2011
2024
|
|
|
2012
|
-
#### Bug
|
|
2025
|
+
#### Bug fixes
|
|
2013
2026
|
|
|
2014
2027
|
- `F145733` - Alignment issue with header and rows on splitter resizing has been fixed.
|
|
2015
2028
|
- `F146641` - Issue with indicators tooltip support has been fixed.
|
|
@@ -2020,7 +2033,7 @@
|
|
|
2020
2033
|
|
|
2021
2034
|
### GanttChart
|
|
2022
2035
|
|
|
2023
|
-
#### Bug
|
|
2036
|
+
#### Bug fixes
|
|
2024
2037
|
|
|
2025
2038
|
- `#243770` - Issue in date picker with custom format has been fixed.
|
|
2026
2039
|
- `#243238` - Included current edited data in `actionComplete` event arguments.
|
|
@@ -2029,7 +2042,7 @@
|
|
|
2029
2042
|
|
|
2030
2043
|
### GanttChart
|
|
2031
2044
|
|
|
2032
|
-
#### Bug
|
|
2045
|
+
#### Bug fixes
|
|
2033
2046
|
|
|
2034
2047
|
- #F145936 - Custom column values not updated in data source on Editing has been fixed.
|
|
2035
2048
|
- Lexical declaration issues in es2015 has been fixed.
|
|
@@ -2040,7 +2053,7 @@
|
|
|
2040
2053
|
|
|
2041
2054
|
### GanttChart
|
|
2042
2055
|
|
|
2043
|
-
#### Bug
|
|
2056
|
+
#### Bug fixes
|
|
2044
2057
|
|
|
2045
2058
|
- #241781 - Gantt task-data property missing in template data issue has been fixed.
|
|
2046
2059
|
|
|
@@ -2048,7 +2061,7 @@
|
|
|
2048
2061
|
|
|
2049
2062
|
### GanttChart
|
|
2050
2063
|
|
|
2051
|
-
#### Bug
|
|
2064
|
+
#### Bug fixes
|
|
2052
2065
|
|
|
2053
2066
|
- #238228 - Issue while rendering tooltip with smaller duration has been fixed.
|
|
2054
2067
|
|
|
@@ -2062,7 +2075,7 @@
|
|
|
2062
2075
|
|
|
2063
2076
|
### GanttChart
|
|
2064
2077
|
|
|
2065
|
-
#### Bug
|
|
2078
|
+
#### Bug fixes
|
|
2066
2079
|
|
|
2067
2080
|
- #F144145 - Task Id duplication issue while adding new record has been fixed.
|
|
2068
2081
|
|
|
@@ -2070,7 +2083,7 @@
|
|
|
2070
2083
|
|
|
2071
2084
|
### GanttChart
|
|
2072
2085
|
|
|
2073
|
-
#### Bug
|
|
2086
|
+
#### Bug fixes
|
|
2074
2087
|
|
|
2075
2088
|
- #233041 - Alignment issue with timeline and vertical lines has been fixed.
|
|
2076
2089
|
|
|
@@ -2082,7 +2095,7 @@
|
|
|
2082
2095
|
|
|
2083
2096
|
### GanttChart
|
|
2084
2097
|
|
|
2085
|
-
#### Bug
|
|
2098
|
+
#### Bug fixes
|
|
2086
2099
|
|
|
2087
2100
|
- Bug fixes included.
|
|
2088
2101
|
|
|
@@ -2090,9 +2103,9 @@
|
|
|
2090
2103
|
|
|
2091
2104
|
### GanttChart
|
|
2092
2105
|
|
|
2093
|
-
#### Bug
|
|
2106
|
+
#### Bug fixes
|
|
2094
2107
|
|
|
2095
|
-
- Internal
|
|
2108
|
+
- Internal Bug fixes included.
|
|
2096
2109
|
|
|
2097
2110
|
## 17.1.32-beta (2019-03-13)
|
|
2098
2111
|
|
|
@@ -2116,7 +2129,7 @@
|
|
|
2116
2129
|
|
|
2117
2130
|
### GanttChart
|
|
2118
2131
|
|
|
2119
|
-
#### Bug
|
|
2132
|
+
#### Bug fixes
|
|
2120
2133
|
|
|
2121
2134
|
- `#I473341` - Tooltip template not working properly issue has been fixed.
|
|
2122
2135
|
- `#I467372` - no drop icon is displayed while dropping in Gantt chart.
|