@syncfusion/ej2-angular-gantt 20.2.39-ngcc → 20.2.43

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