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

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