@dhtmlx/trial-vue-gantt 1.1.2 → 9.1.4

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 (46) hide show
  1. package/README.md +126 -262
  2. package/dist/dhtmlxgantt.vue.es.d.ts +352 -0
  3. package/dist/dhtmlxgantt.vue.es.js +18052 -0
  4. package/dist/vue-gantt.css +1 -0
  5. package/license.txt +43 -0
  6. package/package.json +55 -62
  7. package/whatsnew.md +1157 -0
  8. package/public/dist/gantt.js +0 -1
  9. package/src/components/Gantt.vue +0 -238
  10. package/src/components/TimeScale.vue +0 -57
  11. package/src/components/chart/Bars.vue +0 -470
  12. package/src/components/chart/CellGrid.vue +0 -22
  13. package/src/components/chart/Chart.vue +0 -236
  14. package/src/components/chart/Links.vue +0 -35
  15. package/src/components/chart/NewLink.vue +0 -39
  16. package/src/components/grid/Body.vue +0 -256
  17. package/src/components/grid/Grid.vue +0 -98
  18. package/src/components/grid/Header.vue +0 -104
  19. package/src/components/grid/actions/reorder.js +0 -193
  20. package/src/components/sidebar/Links.vue +0 -147
  21. package/src/components/sidebar/Sidebar.vue +0 -219
  22. package/src/locales/cn.js +0 -21
  23. package/src/locales/en.js +0 -21
  24. package/src/locales/ru.js +0 -21
  25. package/src/main.js +0 -46
  26. package/src/state/local.js +0 -48
  27. package/src/wx/Button.vue +0 -54
  28. package/src/wx/CNLocale.js +0 -15
  29. package/src/wx/Calendar.vue +0 -194
  30. package/src/wx/Counter.vue +0 -154
  31. package/src/wx/Datepicker.vue +0 -153
  32. package/src/wx/DefaultTheme.vue +0 -104
  33. package/src/wx/ENLocale.js +0 -15
  34. package/src/wx/IconButton.vue +0 -39
  35. package/src/wx/MaterialTheme.vue +0 -107
  36. package/src/wx/RULocale.js +0 -15
  37. package/src/wx/Select.vue +0 -75
  38. package/src/wx/Slider.vue +0 -150
  39. package/src/wx/Text.vue +0 -73
  40. package/src/wx/Textarea.vue +0 -63
  41. package/src/wx/Tooltip.vue +0 -110
  42. package/src/wx/index.js +0 -35
  43. package/src/wx/locale.js +0 -1
  44. package/src/wx/locales/cn.js +0 -39
  45. package/src/wx/locales/en.js +0 -39
  46. package/src/wx/locales/ru.js +0 -39
package/whatsnew.md ADDED
@@ -0,0 +1,1157 @@
1
+ ### 9.1.4
2
+
3
+ - Fix the issue where rollup tasks could not be dragged on touch devices
4
+ - Fix the issue where Gantt auto-scheduled a linked project to a future date when the project had unscheduled child tasks
5
+ - Fix the issue where the reorder drag marker and task placeholder had incorrect sizes when the grid was scrollable
6
+ - Fix the issue where DataProcessor did not use the ISO date format by default when tasks were loaded with dates in the Date format
7
+ - Fix the script error thrown when drag_links was disabled and a split task row was taller than its parent row
8
+ - Beta release of the Angular Gantt wrapper
9
+
10
+ ### 9.1.3
11
+
12
+ - Fix the issue where the zoom functionality did not work when the main grid and timeline were not initially displayed in the layout
13
+ - Fix the issue where scale cells disappeared in the resource timeline after changing the zoom level
14
+ - Fix the issue where timeline cells disappeared after scrolling the timeline to the right and changing the zoom level during export
15
+ - Fix the issue where scale cells disappeared after window resize when the timeline was scrolled to the right and the Zoom extension was enabled
16
+ - Fix the issue where tasks disappeared after changing the zoom level when open_split_tasks was enabled
17
+ - Fix the issue where rollup tasks were not displayed correctly with large datasets until the parent task was interacted with
18
+ - Fix the issue where unscheduled tasks were not displayed when show_unscheduled was set to false and a date range was configured
19
+ - Fix the issue where the resource grid disappeared when keyboard navigation was enabled and the resource datastore was initialized without tree structure
20
+ - Fix overflow styles of the Quick Info popup for long content
21
+ - Add auto-detection and support for ISO date format strings in task data
22
+
23
+ ### 9.1.2
24
+
25
+ - Fix the issue where Gantt could disappear after reordering tasks or creating links when the `touch` mode is enabled and Gantt is rendered inside Shadow DOM
26
+ - Fix the `initial_scroll` option in React Gantt so the chart scrolls to the first task on initialization
27
+ - Fix the issue where task assignments were not updated correctly after drag-and-drop when changes were made inside gantt.batchUpdate
28
+ - Fix a memory leak in the task background row renderer
29
+ - Fix scale projection not working in React Gantt
30
+ - Fix missing rendering of baselines added via a datastore
31
+ - Fix the issue where Gantt stopped working after providing an invalid layout configuration
32
+
33
+ ### 9.1.1
34
+
35
+ Fix the error that occurred in React Gantt when the user provided links prop without the tasks prop
36
+ Fix the issue in React Gantt where reloaded tasks did not have link IDs in their $source and $target properties
37
+ Fix the issue where Gantt opened the inline editor after pressing the Meta key
38
+ Fix the %w date format not working correctly in CSP production environments
39
+ Fix the issue that prevented group tasks from being displayed as split tasks when they had render="split" specified
40
+ Fix the issue with the resource grid disappearing on pressing the Tab key after editing a resource cell
41
+ Allow configuring row and task bar height for virtual tasks
42
+
43
+ ### 9.1.0
44
+
45
+ Multi-user backend module for real-time updates is added
46
+ Remote updates API for managing data synchronization in real time is added
47
+ New Resource Assignments control is introduced to extend the functionality of the Resources control
48
+ Ability to display tasks in Day/Week scale based on actual working hours instead of the fixed 24-hour period
49
+
50
+ Ability to fix the size of Timeline cells is added
51
+ Support for specifying dates in the calendar configuration is added
52
+ A configuration object for Auto Scheduling to simplify setup is added
53
+ Improved touch screen support for Windows devices is added
54
+ The obsolete subscales API is removed
55
+
56
+ Fix the issue where exportToExcel with visual:true and custom data failed when the timeline was hidden
57
+ Fix the issue where exportToPDF with additional_settings.slice_archive setting caused incomplete display of Gantt
58
+ Prevent unscheduled tasks from being included in Excel exports
59
+ Add support for exporting split tasks in Excel output
60
+ Fix the incorrect display of the Resource Histogram after resizing
61
+ Fix the issue with tasks overlapping on changing the zoom level
62
+
63
+ ### 9.0.15
64
+
65
+ Fix the issue where Gantt ignored the weekday configuration of customWeeks when set via the setWorkTime method
66
+ Improve support for Shadow DOM inside elements of Gantt
67
+ Fix the React Gantt issue where multiple component instances caused duplicated templates
68
+
69
+ ### 9.0.14
70
+
71
+ Fix the script error thrown after closing a Modalbox
72
+ Prevent creation of an empty row in the tree after re-parsing data in grouped mode
73
+ Ensure the setWorkTime method correctly applies customWeeks in Firefox
74
+ Fix the issue where calling setTasks with an empty dataset broke the React Gantt component
75
+
76
+ ### 9.0.13
77
+
78
+ Fix the issue where Gantt became unusable after creating and deleting a duplicate link
79
+ Ensure link placeholders are displayed correctly on touch devices
80
+ Fix the issue where a project's end_date was not updated when it had a single milestone child
81
+ Prevent unnecessary repaints of resource items when using a custom datastore
82
+ Fix the issue where silently calling gantt.addLink resulted in an incorrect state of the internal datastore
83
+ Prevent DataProcessor from adding the !nativeeditor_status property to custom router arguments
84
+ Fix incorrect handling of tasks and links props changes in the React Gantt component
85
+
86
+ ### 9.0.12
87
+
88
+ Ensure the contrast-white skin passes color contrast accessibility tests
89
+ Fix the issue where dynamic loading stops working after calling gantt.clearAll()
90
+ Prevent the Tooltip from rendering outside the Gantt container when displaying long text
91
+ Fix the issue where server updates were not finalized when keyboard navigation is active
92
+ Fix the incorrect work of custom class names applied to milestone baselines
93
+ React Gantt is now compatible with Next.js and Remix SSR frameworks without additional configuring
94
+
95
+ ### 9.0.11
96
+
97
+ Fix the issue where mergeCalendars merged customWeeks values incorrectly
98
+ Fix the error thrown in the onrender function when the column name includes spaces
99
+ Fix the issue where Gantt stayed in read-only mode after click_drag the Timeline when the S-Curve Overlay is enabled
100
+ Fix the issue where task duration was reset to 0 when using a Resource calendar and the Resources section is placed below the duration section of the Lightbox
101
+ Fix the console error triggered by the "This is a Trial version" warning when Gantt is used in React StrictMode
102
+ Fix the issue where the api/gantt_adjusttaskheightforbaselines function did not recalculate row height when gantt.config.baselines.render_mode is disabled
103
+ Fix the issue preventing tasks from being displayed when the Timeline is hidden in the Salesforce environment
104
+ Fix the issue where calendars are not inherited from parent tasks when dynamic_resource_calendars config is disabled
105
+ Fix the issue where scroll position reset on re-render when ReactGantt is in groupBy mode
106
+ Add the isSalesforce flag to gantt.env
107
+ Add the groupTasks prop to React Gantt
108
+
109
+ ### 9.0.10
110
+
111
+ Fix the issue preventing changes to the parent field value in the Lightbox
112
+ Fix excessive scroll speed when using a mouse wheel in Firefox 88 and newer
113
+ Fix the inability to drag Project tasks when a subtask is unscheduled and lacks date parameters
114
+ Ensure gantt.render() is not called unexpectedly during the gantt.silent operation when using the open or close methods
115
+ Fix the issue where Project tasks are not repainted if the onBeforeTaskChanged event returns false
116
+ Ensure that task progress bars span the full width of the task when expected
117
+ Remove invalid WAI-ARIA attributes from read-only task links to improve accessibility
118
+ Fix the issue where task bar resizers do not adapt to changes in task bar height
119
+
120
+ ### 9.0.9
121
+
122
+ Added examples of ReactGantt in the Commercial, Enterprice, Ultimate and Evaluation packages
123
+ Fix the issue where mouse wheel zooming stopped working after calling the resetLayout method
124
+ Fix the issue where the Quick Info popup appeared after clicking the expand/collapse button in the Timeline or Units views
125
+ Fix the script error that occurred when destroying Scheduler without the grid view initially rendered
126
+ Fix the error when loading a task with a non-existent parent while the Undo extension is enabled
127
+ Fix the issue where the click_drag extension did not work on touch devices
128
+ Improve grid scrolling experience on touch devices
129
+
130
+ ### 9.0.7
131
+
132
+ Fix the error that occurs when clicking on a task in the timeline without a grid if keyboard_navigation is enabled
133
+ Correct WBS code calculation for sorted tasks that include a placeholder task
134
+ Resolve the issue where scale cells in the resource timeline disappear upon collapsing tasks or resizing the grid (placeholder url)
135
+ Ensure that the correct task order is maintained when adding both child and parent tasks inside the gantt.silent function
136
+ Preserve focus in editable resource cells after the value has been edited
137
+ Prevent Gantt from scrolling to the leftmost position of the grid when clicking on a task
138
+ Retain the group property when adding new tasks while in the group mode
139
+ Fix the issue where markers are not displayed if the timeline has been initially disabled
140
+ Prevent duplicate markers when the chart is not initially displayed in the layout configuration
141
+ Fix the disappearing of drag handles (link, progress, task resize) after dragging the timeline
142
+ Ensure the predecessor inline editor functions correctly when the link id type is numeric
143
+ Prevent duplication of the gantt_marker_area elements
144
+ Fix the undo functionality with the changeTaskId action
145
+
146
+ ### 9.0.6
147
+
148
+ Fix the issue with the lightbox buttons not reflecting the current locale until reinitializing Gantt
149
+ Resolve the error occurring when deleting links if tasks are partially loaded
150
+ Prevent tasks from incorrectly moving to the bottom of their branch after changing the parent property type from numeric to string
151
+ Improve scrollbar behavior by adjusting the resizers near scrollbars
152
+ Ensure resource assignments persist correctly when adding tasks within gantt.batchUpdate
153
+ Fix task disappearance during drag-and-drop actions in the infinite scale
154
+ Ensure correct display of resource names in the lightbox after parsing data multiple times
155
+ Fix incorrect date calculation by getClosestWorkTime when using the duration_step config
156
+ Allow the onColumnDragMove event to be properly cancellable
157
+ Fix compatibility issue preventing the trial build from running in Lightning Web Components (LWC)
158
+ Resolve issues related to fetchTasks and deepcopy_on_parse configurations affecting the resource panel
159
+ Correct incorrect font icons appearance during Gantt initialization
160
+
161
+ ### 9.0.5
162
+
163
+ Fix the error that occurs while resizing rows in the Resource Grid
164
+ Ensure the last year is specified in the range specified by the year_range property of the Time control
165
+ Correct the position of link arrows affected by the line-height CSS style
166
+ Fix the error that occurs while loading collections without the links array
167
+ Resolve the issue with gantt.config.baselines when it is falsy but not explicitly set to false
168
+ Fix the issue where click_drag doesn't work after calling resetLayout
169
+ Ensure selected child tasks are not displayed above their parent when keyboard_navigation is enabled
170
+ Fix keyboard navigation issues that occur when task IDs contain single quotes
171
+ Correct calculateEndDate behavior when the duration is negative
172
+ Resolve the error that occurs while loading datasets with baselines without an active timeline
173
+ Ensure grid cells are focused even when tasks fall outside the chart time range
174
+ Fix the error that occurs while partially deleting a date value in the inline editor
175
+ Fix the issue where the resource panel is displayed incorrectly after filtering when fetchTasks is enabled
176
+
177
+ ### 9.0.4
178
+
179
+ Fix the issue where the SNET constraint date cannot be changed via the inline editor
180
+ Fix the issue where Gantt returns the global calendar instead of the resource calendar for tasks that have a single resource assignment when the dynamic_resource_calendars config is disabled
181
+ Fix the constraint date issue when changing the start date via the inline editor after reinitializing Gantt or resetting the layout
182
+ Fix the script error with some configurations of gantt.plugins when using the gantt.getGanttInstance method without specifying a container
183
+ Fix the issue where Gantt stops working when the auto_scheduling_project_constraint configuration is enabled, and tasks are grouped
184
+ Ensure Gantt retains the task constraint after dragging a task
185
+
186
+ ### 9.0.3
187
+
188
+ Fix the regression in styles for the Quick Info popup
189
+ Resolve build warnings from PostCSS caused by the usage of 'start'/'end' instead of 'flex-start'/'flex-end'
190
+ Prevent resource assignment from being removed when updated via the lightbox
191
+ Fix the issue with an empty task array in resource_cell_value on non-working days when resource_render_empty_cells is enabled
192
+ Correct the error occurring when clicking on buttons embedded into sections of the lightbox
193
+ Ensure the resource panel and zoom levels remain in sync
194
+ Prevent Inline Editors events from being removed after reinitializing Gantt or resetting the layout
195
+ Fix the issue where the open state is not restored after redoing changes
196
+
197
+ ### 9.0.2
198
+
199
+ Fix the regression causing incorrect styles for task borders and progress when the task color is specified via properties of a task object
200
+ Restore the functionality of the marker_class
201
+ Restore missing classname from the textarea section of the lightbox
202
+ Correct the issue where deadlines are displayed outside the task row and are not fully centered
203
+ Ensure that links are displayed above other links on mouse hover
204
+ Fix the issue where baseline dates are not calculated when loading them using the parse method
205
+ Correct positions of constrains for both regular and RTL views
206
+ Prevent unnecessary link loops when linking parts of split tasks
207
+ Fix the issue where Quick Info in detached mode is not hidden due to increased width and hardcoded styles
208
+ Update the Export API to support tree indentation for Excel export
209
+ Resolve the issue preventing task selection when the multiselect_one_level is enabled and a task on another tree level is selected
210
+ Updated type definitions
211
+
212
+ ### 9.0.1
213
+
214
+ Fix the regression with the incorrect link position while dragging with smart_rendering enabled
215
+ Fix the regression where the Resource Control of the lightbox expands beyond its container
216
+ Correct the missing bottom border of time scale cells in the last row when cells are highlighted with custom CSS
217
+ Fix the incorrect behavior of sticky labels when smart_scales is disabled
218
+ Resolve the issue where Gantt continues vertically dragging a task after a right click
219
+ Fix the issue where calling resetLayout breaks the functionality of the S-Curve Overlay plugin
220
+ Prevent creation of duplicate links by the predecessor editor
221
+
222
+ ### 9.0.0
223
+
224
+ Skins customization with CSS variables
225
+ New Dark skin is introduced
226
+ Built-in support for Baselines is added
227
+ Manually Scheduled Summary tasks are now supported
228
+ Sticky labels for time scales
229
+
230
+ Terrace skin is updated
231
+ Added support for Deadlines
232
+ Added default display of Constraints
233
+ Source files of skins are now included in the package
234
+ Add setUndoStack and setRedoStack methods to the Undo plugin for managing the undo/redo stacks
235
+ Ability to install the professional versions of the Gantt via npm
236
+ Bluebird Promise library is removed from the core library
237
+ Various improvements for scaling on high-definition screens and responsiveness on smaller screens
238
+ Updated type definitions
239
+
240
+ Fix the incorrect link positions for Milestones when the parent task has a larger height
241
+ Resolve the error that occurs during Auto Scheduling if auto-scheduling is canceled for a task
242
+ Ensure split tasks are properly displayed within the split parent row
243
+ Correct the Auto Scheduling of projects when a subtask link has a lag of 0
244
+ Fix incorrect link positions for split tasks that have different row heights
245
+ Ensure Gantt properly auto-schedules projects with 2 levels of tasks
246
+ Fix the issue where Gantt doesn't return the fixedDate "assignments" in the resource_cell_value when the task is outside the specified date range
247
+
248
+ ### 8.0.11
249
+
250
+ Fix the Grid scrolling with the Timeline when a column resizer is present on the rightmost column
251
+ Prevent the lightbox from switching to the wide_form mode upon adding the Time section
252
+ Ensure the number editor respects min and max properties, preventing entry of values outside the defined range
253
+ Fix the error on deleting a task inside the gantt.batchUpdate method while tasks are displayed in the Resource Panel
254
+ Resolve the issue where tasks disappear after using keyboard shortcuts to indent or outdent multiple times
255
+ Correct the lightbox positioning to be properly centered in the Salesforce environment
256
+ Fix Keyboard navigation stopping due to the row_height setting
257
+ Correct the dates for project Auto Scheduling in some scenarios, so only one auto-scheduling call is needed for accurate results
258
+ Resolve the issue with Keyboard navigation when the Resource Histogram is present on the page
259
+ Fix the initialization error on touch-enabled devices when gantt.getGanttInstance is called with configuration parameters
260
+ The gantt.load method is removed from the Node.js version
261
+ Fix the error thrown by Gantt when defining a custom getVisibleRange function
262
+ Resolve the regression causing Gantt to scroll to a task after it is updated when Keyboard navigation is enabled
263
+ Ensure grid sorting works properly when clicking the sort icon in the header
264
+ Fix inconsistent task repainting when drag_timeline is enabled
265
+
266
+ ### 8.0.10
267
+
268
+ Fix the issue where Gantt didn't merge date settings from the second Calendar
269
+ Fix the issue where Resources were not assigned when the "hide empty" option was enabled
270
+ Fix the getLightboxSection method returning a null for the Resource Section until any value was modified
271
+ Fix the issue where templates of the Resource Histogram were not called for tasks starting before the minimum date but ending within the displayed date range
272
+ Fix the issue where Resource Assignments were not saved after changing the task type
273
+ Fix the issue where the 'project' task type was not set in the lightbox
274
+ Fix the issue where worktime settings of the merged calendar were treated as weekends
275
+ Fix the issue that prevented grouping by resources when a task had Resource Assignments on different dates
276
+ Fix the error caused by attempting to filter split tasks with no children using the onBeforeSplitTaskDisplay event
277
+ Fix the issue where Resource Assignments were not updated after dragging the project with subtasks
278
+
279
+ ### 8.0.9
280
+
281
+ Fix the issue that prevented reopening the Inline editor after vertically scrolling the Gantt
282
+ Fix the issue with DataProcessor ignoring custom headers specified in the gantt.createDataProcessor method
283
+ Fix tasks display issue that occurs when onBeforeLightbox handler returns false while creating a new task
284
+ Fix the incorrect markers height when timeline_placeholder config is enabled
285
+ Fix Formatter working only with Latin symbols
286
+ Fix the issue that causes tasks to disappear after vertically dragging a parent task
287
+ Fix the incorrect work of keyboard shortcut for scrolling when smart_rendering is enabled
288
+ Fix the issue with custom properties of Resource Assignments objects not being included after parsing
289
+ Update TypeScript type definitions
290
+
291
+ ### 8.0.8
292
+
293
+ Fix the issue that caused the Undo extension to skip some actions in bulk operations
294
+ Fix the script error that occurs when gantt.deleteLink is called from the gantt.silent function
295
+ Fix the incorrect behavior of Auto Scheduling when two connected tasks have different calendars
296
+ Fix the script error that occurs after creating a circular link
297
+ Fix the script error that occurs after destroying the Gantt which has an editable Resource Panel
298
+ Fix the issue that caused the tooltip to disappear in some browsers
299
+
300
+ ### 8.0.7
301
+
302
+ Fix the script error occurring in the trial build on SalesForce
303
+ The onAfterTaskUpdate event now fires before Auto Scheduling events after dragging tasks in the timeline
304
+ Fix the duplicate event firing while interacting with a selected task when the Multiselect extension is enabled
305
+ Fix the script error that happened when the first task in the chart did not contain dates
306
+ Add the lightbox section name as a class name to the section element for better identification
307
+ Fix the inability to unschedule tasks from the lightbox when Auto Scheduling is enabled
308
+ Fix the resize_rows marker positioning when scrolling the Gantt chart
309
+ Prevent Auto Scheduling of linked unscheduled tasks
310
+ Fix Gantt crash while adding Rollup tasks with disabled smart rendering
311
+ Fix dragging of split tasks on touch devices
312
+ Fix errors that occurred with the isCriticalTask, getFreeSlack, and getTotalSlack methods for unscheduled tasks
313
+ Fix the error occurring when a linked project contains only unscheduled child tasks
314
+
315
+ ### 8.0.6
316
+
317
+ Enhancements and corrections in the usage of WAI-ARIA attributes for improved accessibility
318
+ Fix the issue of decreasing grid's width after repainting when the grid_elastic_columns config is enabled
319
+ The default number of undo_steps is increased from 10 to 100
320
+ The Export API client is now integrated into the GPL version of Gantt, previously it has been included only in PRO versions
321
+ Add support for the https export server endpoints in the Node.js version of Gantt
322
+
323
+ ### 8.0.5
324
+
325
+ Fix incorrect warnings triggered by enabling extensions via the Gantt.getGanttInstance configuration.
326
+ Fix the incorrect work of gantt.exportToExcel when the skip_off_time config is enabled
327
+ Improvements for the Sample Explorer
328
+
329
+ ### 8.0.4
330
+
331
+ Fix issue with DataProcessor not tracking changes of the Resource Datastore
332
+ Resolve an error that occurred after dragging a task when the process_resource_assignments config is disabled
333
+ Fix the incorrect work of gantt.calculateEndDate when subtracting dates in minute units
334
+ Minor performance improvement for layouts with visibility groups
335
+
336
+ ### 8.0.3
337
+
338
+ Performance improvements for the Resource Panel
339
+ Fix incorrect calculation of Free Slack for tasks with a negative Lag
340
+ Fix incorrect calculation of Critical Path for tasks with 100% progress
341
+
342
+ ### 8.0.2
343
+
344
+ Fix Export errors that happen when LinkFormatters are used.
345
+ Fix the incorrect work of the Undo extension with Resources and Resource Assignments
346
+ Type definitions are updated
347
+ Performance improvements for Rollup tasks rendering
348
+ Performance improvement for Split Tasks rendering
349
+ Other performance improvements
350
+
351
+ ### 8.0.1
352
+
353
+ Fix an error thrown from "gantt.showCover()" called when the lightbox is not opened
354
+ Fix regression in split tasks which caused a script error for the split tasks displayed outside of the time scale
355
+ Fix regression in the "gantt.addLinkLayer()" method
356
+ Fix the incorrect work of auto scheduling with MSO, FNET, and FNLT constraints when the settings of work time contain a minute part
357
+ Fix work of the "onBeforeSplitTaskDisplay" event on scroll
358
+
359
+ ### 8.0.0
360
+
361
+ Updated Resource Management:
362
+ Resources and resource assignments can now be loaded together with the data
363
+ Changes of resources and resource Assignments can be captured using the DataProcessor
364
+ Reduced amount of boilerplate code required to use the Resource panel
365
+
366
+ Grouping tasks functionality now can preserve the original Gantt tree structure inside groups
367
+ Empty state screen
368
+ The ability to extend the background grid of the timeline to the whole container
369
+
370
+ Improvements for rollup items and split tasks:
371
+ The ability to style separate rollup items and split tasks
372
+ The ability to hide all rollup items from the project task
373
+ The ability to control where rollup items are displayed
374
+ The ability to filter split tasks
375
+ Performance optimization for display of split tasks
376
+
377
+ The ability to delete items only after receiving confirmation from the backend
378
+ New deleteAfterConfirmation parameter of the dataProcessor configuration object
379
+
380
+ Updated Auto Scheduling & Constraint calculation
381
+ Tasks now can inherit the constraint type from parent projects
382
+
383
+ Improvements for Critical Path, Slack and Auto Scheduling
384
+ Critical path, Slack and Auto scheduling algorithms can now use progress of a task
385
+ Total slack can now be calculated for projects
386
+ Major performance improvement of critical path calculation
387
+ The getTaskBy() method now allows selecting 'project' tasks
388
+ The ability to put any HTML content into the cells of the Timeline
389
+
390
+ The export API is included into gantt.plugins and no longer requires adding additional JS file. Check the Migration article
391
+
392
+ Fix the duration calculation issue with minute duration_unit and custom working time settings
393
+ Fix various issues with slack calculation
394
+ Fix the script error on data loading when Slack calculations are enabled
395
+ SetWorkTime method now supports setting rules for dates inside customWeeks
396
+ Fix the issue with smart rendering that causes blank spaces instead of data in the Gantt
397
+ Fix the issue with vertical reordering of rows in the Grid when some rows have custom heights
398
+ Fix the incorrect work of Inline editors when the Multiselect extension is enabled
399
+ Fix the incorrect display of Quick Info popup when gantt.config.quick_info_detached config is set to false
400
+ Correct arguments of is_valid function of Inline Editor interface. The function now receives the column object
401
+ Ensure the parent property of task is saved correctly when the task is created with gantt.groupBy active
402
+ Fix the issue with unexpected vertical scroll when placeholder tasks and Keyboard navigation are enabled
403
+ Fix the issue with DataProcessor causing some changes not to be set to the backend after Auto Scheduling
404
+ Fix the incorrect work of vertical reordering, which allowed task rows to being dragged outside the Gantt
405
+ Fix the incorrect order of odd CSS classes of rows in the Resource panel
406
+
407
+
408
+ ### 7.1.13
409
+
410
+ Fix the incorrect work of the "gantt.addLinkLayer()" method with the "smart_rendering" property
411
+ Fix issues with display of S-Curve Overlay together with different time scales
412
+ Fix the issue with resizing of grid columns when the "grid_elastic_columns" property is enabled
413
+ Fix the issue that caused Gantt to reset the position of the vertical scroll after deleting a task using Keyboard Navigation
414
+ Fix the incorrect work of the "treeDatastore.move()" method
415
+ Fix the issue with the "gantt.parse()" method, extra collections from the dataset should be available via the "gantt.serverList()" method
416
+ Fix the issue with the "gantt.groupBy()" method, which caused the selection state to reset after grouping
417
+ Fix compatibility issues with Vue.js v3.x
418
+ Fix the script error thrown from the "gantt.getConstraintLimitations()" method when the specified task didn't have 'constraint_date'
419
+ Fix compatibility issues with SalesForce Web Security
420
+ Fix the issue which caused focus to be returned to the Gantt after clicking outside the Gantt container when Keyboard Navigation was enabled
421
+ German locale is updated
422
+ Now it is possible to open the inline editor after one click on a task in the multi-selection mode (the "inline_editors_multiselect_open" property is added)
423
+
424
+ ### 7.1.12
425
+
426
+ Fix the incorrect work of the gantt.isWorkTime() method with the "week" time unit
427
+ Fix the issue that prevented tasks and links from being rendered when they were added via the gantt.silent() method
428
+ Fix the issue that caused the "Task not found" error message to be shown after data loading in some cases
429
+ Fix the incorrect work of the gantt.changeLightboxType() method that left old lightbox elements in DOM
430
+ Fix the incorrect calculation of the end dates of tasks when the tasks overlap after the Summer/Winter clock change
431
+ Fix the issue that caused the Resource Grid to disappear when the user edited a resource value using the cell editor
432
+ Fix the script error that happened when the Gantt layout contained the "resourceGrid"/"resourceTimeline" views but not included the "grid"/"timeline" views
433
+ Fix the incorrect work of the autosize config when the Gantt layout contained Resource Panel
434
+ Fix the lightbox for split tasks, the lightbox now should be displayed when you double-click on a split task
435
+
436
+ ### 7.1.11
437
+
438
+ Fix sourcemaps for compressed Gantt files
439
+ Fix the incorrect position of markers when autosize = 'y' was applied
440
+ Fix the incorrect position of the tooltip and some other elements of Gantt in cases when the Gantt container had extra margin or vertical offsets
441
+ Fix the issue that caused rows of the editable resource diagram to change the order after the first cell of the resource assignment was edited
442
+ Fix the issue that caused the incorrect work of the smart rendering after expanding or collapsing of tasks in some cases
443
+ Fix the issue with the onBeforeDrag event which didn't block the default actions when the click_drag and drag_timeline extensions were activated
444
+ Fix the script error that fired when the changeId() method was called for the resource assignments store
445
+ Scrollbars of the default Gantt layout no longer require fixed scrollVer/scrollHor names to work correctly
446
+ Split tasks now receive the 'gantt_selected' class on selection, in the same way as regular tasks do
447
+
448
+ ### 7.1.10
449
+
450
+ Fix the issue which caused Gantt not to render a project task if it didn’t have children and the start_date parameter was specified for the task
451
+ Fix the issue with resizing a task row by drag and drop if the task ID was either a non-number value or a numeric string with more than 16 symbols
452
+ Fix the incorrect work of visibility groups which prevented the sizes of the grid and time scale from being synchronized in the complex layout
453
+ Fix the issues with task dates after dragging several tasks horizontally at once
454
+ Fix the issue which caused dataProcessor not to send all updates from different datastores when the auto-update mode is disabled
455
+ Fix the issue which caused the milestone with the FF link to be moved to the next day
456
+ Fix the incorrect calculation of the end_date of milestones when using backward scheduling and setting project_end to the non-working time
457
+ Fix the incorrect work of task reordering if HTML elements were displayed above the gantt
458
+ Fix the issue with the unsetWorkTime() method when the date/day configuration was removed from the calendar but the changes were not applied immediately
459
+ Fix the issue with the clearAll() method which didn’t clear selected tasks if the multiselect extension was enabled
460
+ Fix the error appeared when applying the exportToExcel() method with the visual: true parameter and setting the duration_unit config to ‘hour’
461
+
462
+ ### 7.1.9
463
+
464
+ Fix the issue with alignment of subtasks after dragging a project in the "year" scale and switching between scales dynamically
465
+ Fix the issue which caused the duration of the project to change after dragging the project with subtasks in the "month" scale
466
+ Fix the issue with Auto Scheduling that caused the constraint type to be changed from "ASAP" to "SNET" after changing the duration of the task
467
+ Fix the incorrect work of backward scheduling after changing the start and end dates via inline editors when schedule_from_end is enabled
468
+ Now it is possible to open the lightbox for read-only tasks in the read-only mode
469
+ Now it is impossible to edit read-only tasks via the lightbox
470
+ Fix the issue with the lightbox which caused it not to open for editable tasks in the read-only mode (appeared in v6.3.1)
471
+ Fix the issue with resizing columns in grid after hiding the timeline via show_chart
472
+ Fix the issue with Auto Scheduling which couldn't be canceled after changing values of project_start and project_end
473
+ Fix the issue which caused the gantt to assign constraints to the tasks with disabled auto-scheduling
474
+ Fix the issue with defining a year range by the lightbox when the range of dates of tasks is more than 10 years and a range for the year selector isn't specified
475
+ Fix the script error that was thrown after loading Gantt if a horizontal scrollbar was attached to 3 or more vertical views
476
+ Fix the incorrect work of the onBeforeTaskAutoSchedule event after setting the ASAP constraint for the task without links when the strict mode is enabled
477
+ Fix the error occurred when running minified versions of Gantt in Next.js projects
478
+ Fix the issue which caused the width of Gantt to be changed after initializing the gantt instance inside an empty container
479
+
480
+ ### 7.1.8
481
+
482
+ Fix the script error that was thrown from the gantt.groupBy method when the Resource Histogram and fit_tasks config were enabled
483
+ Fix the incorrect work of the Undo extension that didn't send updates to the server when vertical reordering was reverted
484
+ Fix the issue with the Export to MS Project module which in some cases caused an Unknown error result when custom properties were sent to the export
485
+ Fix the incorrect work of the gantt.silent method, which did not prevent gantt.changeTaskId from triggering API events and repaints
486
+ Fix the incorrect work of the gantt.undo method that did not restore the original vertical position of the reverted item
487
+ Fix the incorrect work of the resource assignment form which caused gantt to replace the user-provided id of the resource assignment with an auto-generated value
488
+ Fix the incorrect work of gantt.changeTaskId in cases when the affected tasks had nested items, which caused the level of nested items to be calculated incorrectly
489
+
490
+ ### 7.1.7
491
+
492
+ Fix issues with incorrect calculation of the total slack values
493
+ Performance improvement for total slack calculation
494
+ Style fixes for the lightbox in the Material skin
495
+ Fix the issue with the Zoom plugin that prevented the zoom.init method from working when calling the method after gantt.init
496
+ Fix the script error that happened when using the inherit_calendar config together with the gantt.groupBy method
497
+ Fix the script error thrown when adding tasks via gantt.bathUpdate if the placeholder task is active
498
+ Fix the issue that allowed the placeholder task to be sorted, reordered, or accept subtasks
499
+ Fix issues with incorrect size of grid columns
500
+ Fix the incorrect work of the column's resizers which conflicted with reordering of the columns
501
+
502
+ ### 7.1.6
503
+
504
+ Fix the incorrect work of the auto_scheduling_move_projects config when schedule_from_end is enabled
505
+ Fix the incorrect work of the onrender callback of the column which caused custom elements to disappear when the grid is scrolled quickly
506
+ Fix the regression (appeared in v7.1.5) which caused rows of the grid to disappear after the grid cell is resized in complex layouts
507
+ Fix the incorrect work of the size/visibility groups which prevented the sizes of columns from being synchronized in the complex layout
508
+ Improved the display of the grid when the gantt is rendered in a small container
509
+
510
+ ### 7.1.5
511
+
512
+ Fix the incorrect work of vertical reordering of tasks in the "marker" mode when gantt rows have different heights
513
+ Fix the issue with the sizes of the timeline and the grid in some layouts when the "show_grid" and "show_chart" configs are disabled
514
+ The "data-column-name" and "data-column-index" attributes are added for cells of the grid header
515
+ Fix the incorrect display of the grid after re-initialization of the gantt after removing all columns from the config
516
+ Fix the issue that caused the resource panel configuration to overwrite the main configuration of the gantt in Vue.js applications
517
+ Added the ability to modify the configuration of the resource panel on the fly by modifying the configuration object provided to the resource layout
518
+
519
+ ### 7.1.4
520
+
521
+ Fix the incorrect work of unsetWorkTime that caused affected dates to have incorrect work hours
522
+ Fix the script error thrown in the Resource histogram after scrolling the histogram when resource_render_empty_cell is set to false and smart_rendering is enabled
523
+ Fix the incorrect work of the editNextRow and editPrevRow methods of the Inline Editors module
524
+ Fix the incorrect work of the Quick Info popup that caused the popup to be displayed after clicking on the "add" button in the grid
525
+ Fix the incorrect work of the ASAP constraints that caused tasks not to be moved to the earliest date of the project
526
+ Fix the incorrect work of Inline Editors that prevented constraints from being edited via the inline editor
527
+ Fix the incorrect behavior of the "scroll into view" logic of Keyboard Navigation which called an unnecessary scroll when selected task bars are visible
528
+ Fix the script error thrown when the mouse is moved outside the container when the click_drag extension is enabled
529
+ Performance improvements for the auto_types configuration option of Gantt
530
+
531
+ ### 7.1.3
532
+
533
+ Fix the script error thrown on gantt.moveTask call when some tasks are hidden via the onBeforeTaskDisplay event
534
+ Fix the issue with the speed of the scroll in the latest Firefox browser
535
+ Performance improvement for calculations of working time
536
+
537
+ ### 7.1.2
538
+
539
+ Major performance improvement of the resource panel
540
+ Fix the script error thrown when gantt.destructor is called while gantt.load is in progress
541
+ Fix the incorrect behavior of split tasks on change of the task id
542
+ Fix the incorrect work of scroll on mouse wheel in Angular
543
+
544
+ ### 7.1.1
545
+
546
+ Fix the regression in the click_drag plugin
547
+ Fix the Security Violation error thrown from the gantt when setting the gantt.config.csp config to the "auto" mode
548
+ Fix code build settings that caused the package code v7.1.0 to contain ES6 syntax, the library is again ES5 compatible
549
+ Fix the script error fired when trying to resize a grid column when gantt.config.reorder_grid_columns config is enabled
550
+ Update TypeScript type definitions
551
+ Add the onDestroy event to DataStore
552
+ Performance improvement for gantts with a large number of task calendars
553
+ Performance improvement for calculations of resource assignment during batchUpdate and autoScheduling
554
+
555
+ ### 7.1.0
556
+
557
+ The ability to assign resources to the specific dates of the task
558
+ The new gantt.getTaskAssignments() method
559
+ The ability to manage the resource assignments via the new gantt.config.process_resource_assignments and gantt.updateTaskAssignments() Gantt API
560
+ Rollup tasks and milestones
561
+ The ability to hide task bars and milestones in the timeline area
562
+ The ability to set different working hours for different time spans
563
+ The ability to set the height for a separate row in the grid
564
+ The ability to resize a row in the grid by drag-and-drop
565
+ The ability to get the height of the DOM element of the task via the gantt.getTaskBarHeight() method
566
+ New events: onBeforeRowResize, onRowResize, onBeforeRowResizeEnd, onAfterRowResize
567
+ The onrender callback for rendering a grid cell into DOM is added
568
+ The onrender callback for rendering a custom element of the task layer into DOM is added
569
+ Fix the issue with reordering tasks vertically in the resource view when resources have values assigned
570
+ Fix the issue that caused “resource_cell_value” not being called and the resource markers not being rendered if a task doesn’t start at the beginning of the timeline cell
571
+ Fix the issue that caused Gantt to stop working when deleting the task with the id that already exists in the data store
572
+ Fix the script error thrown when specifying the 0 number value as a task id even if the “root_id” parameter is set
573
+ Fix the issue that caused the resizer listener not to work in Salesforce environment
574
+ Fix the script error appeared when applying Fullscreen Extension several times together with its methods
575
+ Fix the issue with Keyboard Navigation Extension that caused navigation in Grid to stop working when adding the plugin several times
576
+ Fix the issue with Inline Editors when the editor couldn't be opened in a cell that is located after a column that is hidden via hide:true property
577
+
578
+ ### 7.0.13
579
+
580
+ Fix the script error happened when the layout configuration is changed dynamically and gantt.addTaskLayer is used
581
+ Fix the issue with the initial inner height of the resource histogram when the fetchTasks option is used
582
+ Fix the incorrect work of the predecessor editor which caused it to delete existing links when the value is edited
583
+ Fix the incorrect work of the gantt when a task with a non-unique ID is added to the gantt via the gantt.addTask and gantt.parse methods
584
+ Performance improvement for drag and drop when the auto_types and drag_project configuration options are enabled
585
+ Performance improvement for calculation of working time when duration_unit is set to "day"
586
+
587
+ ### 7.0.12
588
+
589
+ Fix some minor issues with vertical drag and drop in large projects
590
+ Fix the issue with the incorrect size of the container when the "autosize" config is used
591
+ Keyboard navigation should now work correctly with the horizontal scroll of the grid
592
+ HTML views of Layout now support external scrollbars
593
+ Fix the issue that caused the incorrect state of the grid after reordering tasks, if the additional grid was added to the layout
594
+ Fix the script error that happened after clearing and reloading the resource panel if a resource was selected
595
+ Add the ability to disable automatic correction of the end date in the time section of the lightbox, which was applied when the selected start date was greater than the end date
596
+ Fix a typo in the default config of Duration Formatter
597
+ Fix the script error thrown when the gantt is destroyed while a popup message is shown
598
+ Fix the initial position of the horizontal scroll in Grid and Timeline in the RTL mode
599
+ Fix the incorrect work of the lightbox which caused the selected type of a task not to be saved if the typeselect control was not added to the lightbox configuration
600
+ Fix the issue that caused markers to disappear after calling the "gantt.resetLayout()" method
601
+ Fix the performance issue with the "drag_project" config used in large projects
602
+ Fix the issue that prevented the QuickInfo popup from being displayed in the read-only mode when custom buttons were added to the config
603
+
604
+ ### 7.0.11
605
+
606
+ Add the container_resize_timeout config for changing the timeout before redrawing Gantt when resizing the container
607
+ Add the wheel_scroll_sensitivity config for changing the speed of scrolling the gantt by the mouse wheel
608
+ Fix the bug with Auto Scheduling when using different working calendars
609
+ Fix the conflict between placeholder tasks and Auto Scheduling
610
+ Fix redundant repaints when api/gantt_sort_config.md is enabled
611
+ Fix the issue with Inline Editors and a scrollable grid, when inline editors lose focus right after click
612
+ Fix the issue that caused Gantt to close the Quick Info popup when the user clicks on it
613
+
614
+ ### 7.0.10
615
+
616
+ Fix the incorrect work of vertical resizers (the regression appeared in v7.0.9)
617
+ Prevent unexpected page refresh which happened during vertical reordering of tasks on Android Chrome (pull-to-refresh)
618
+ Fix the script error which fired during creating a link on mobile Firefox
619
+ Fix the incorrect work of task selection when the multiselect config is enabled but the multiselect plugin is not activated
620
+ Improve the work of HTML select controls inside Inline Editors
621
+ Fix the incorrect work of Auto Scheduling when linked tasks use different work calendars
622
+ The gantt.plugins method will not activate plugins which are specified with false value
623
+ Fix the conflict between Inline Editors and Keyboard Navigation
624
+ Fix the issue that caused Inline Editors to close on double click
625
+
626
+ ### 7.0.9
627
+
628
+ Fix the script error on the second initialization of Gantt when custom datastores are added
629
+ Fix the incorrect work of auto-scheduling when using with FF and SS links and when the source and target tasks use different working calendars
630
+ Fix the incorrect calculation of working time when duration_unit is set to "minute" and the start time is set to the middle of a non-working day
631
+ Fix touch support for Safari iPad on iPadOS v13.6
632
+ Fix the sizes of the Lightbox modal overlay on mobile devices
633
+ Fix the incorrect display of lightbox buttons in some browsers
634
+ Fix support of Italian and Portuguese locales in the gantt.i18n module
635
+ Fix the bug in the Parent control of the Lightbox which caused the incorrect work when tasks were assigned to the root level
636
+ Fix the script error which happened when initializing a gantt inside an iframe
637
+ Fix the incorrect work of the redo config when the undo config is disabled
638
+
639
+ ### 7.0.8
640
+
641
+ - Fix some issues with touch support on Android/iOS devices
642
+ - Fix regression (appeared in v7.0.6) with link creation and gantt.isLinkAllowed method
643
+ - Fix the script error which was thrown when the 'locale' parameter was used in gantt.getGanttInstance
644
+ - Fix the script error that was thrown from gantt.destructor when the Keyboard Navigation and the Quick Info extensions were used
645
+
646
+ ### 7.0.7
647
+
648
+ - Fix the syntax error in type definition of gantt.Promise
649
+
650
+ ### 7.0.6
651
+
652
+ - Fix script errors that were fired on touch devices during drag and drop
653
+ - Fix the incorrect work of the Auto Scheduling extension when types of links were defined using numeric values
654
+ - Reduced the number of redundant repaints of the resource histogram
655
+ - Performance improvements for the task grouping extension
656
+ - Fix the ability to scroll a resource timeline on touch devices
657
+ - Fix the incorrect work of the resource control when the 'hide empty' button is used
658
+ - The return type of gantt.Promise in type definitions is fixed
659
+
660
+ ### 7.0.5
661
+
662
+ - Performance improvements for work time calculation when the duration_unit config is set to "hour"
663
+ - Performance improvements for work time calculation when the duration_unit config is set to "minute"
664
+ - The ability to specify working calendars in the configuration object of Gantt.getGanttInstance is added
665
+
666
+ ### 7.0.4
667
+
668
+ - Removed the 10000px limit on the gantt size in the autosize mode, which should allow printing larger charts
669
+ - Drag and drop now finishes when the user releases the mouse button over any part of the document body rather than over the gantt container only
670
+ - Portuguese locale was updated
671
+ - The return type of gantt.columnIndexByDate in type definitions is fixed
672
+ - Fix script errors that were fired when the Gantt instance was destroyed during drag and drop
673
+ - Fix the incorrect calculation of end_date/duration when duration_unit is set to "minute" and the last worktime interval finishes after 23:00
674
+ - Fix the issue which caused groups of the grouping extension to expand whenever the user modified any task
675
+ - Fix the issue which caused the second parameter of dataProcessor.setTransactionMode to be ignored if an object was passed into the first parameter
676
+ - Fix the issue which caused the active inline editor to disappear after repaint of Gantt
677
+ - Fix the issue with the static_background extension which caused mouse click on empty cells to be interpreted as a click on task elements
678
+ - Gantt now dynamically repaints links between split tasks during drag and drop
679
+ - Fix the script error which was thrown from gantt.addTask in node.js package
680
+ - Fix the script error which was thrown from gantt.destructor in node.js package
681
+
682
+ ### 7.0.3
683
+
684
+ - Fix regression in the setWorkTime method which caused a script error when the working time is set for a specific day
685
+ - Fix the incorrect work of the Keyboard Navigation extension when Gantt is used inside a SalesForce Lightning Web Component
686
+
687
+ ### 7.0.2
688
+
689
+ - Fix the incorrect work of date formatters when gantt.config.csp is set to true.
690
+ - Fix regression in the Click Drag and Drag Timeline extensions which caused the incorrect work when multiple instances of Gantt were created
691
+ - Fix the incorrect css class of a task row element after returning the error status from the dataProcessor router function
692
+ - Fix the incorrect work of inline editors inside Shadow DOM
693
+
694
+ ### 7.0.1
695
+
696
+ - Major performance improvement for calculation tasks' duration in the working minutes
697
+ - Fix regression in the Tooltip and Undo extensions which caused the incorrect work when multiple instances of Gantt were created
698
+ - Fix the issue with the reordering of grid columns which caused the timeline to scroll when a mouse pointer moved to the edge of the grid during drag and drop
699
+ - Fix the incorrect position of the column after its dragging and dropping to the right side of the grid border
700
+ - dataProcessor custom router should now work correctly with rejected promises
701
+ - Fix the regression in smart rendering which caused some links not to be visible
702
+ - Split tasks now display not only the first level children but also all nested subtasks
703
+ - Fix the issue with split tasks and smart rendering which happened when a split task had the 'task' type
704
+ - Fix the issue with split tasks which caused the gantt not to calculate the duration of the 'project' tasks nested in a split task
705
+ - Fix the incorrect position of a placeholder after opening an inline editor in the RTL mode
706
+
707
+ ### 7.0.0
708
+
709
+ - Nodejs-compatible build of dhtmlxGantt is now available
710
+ - Update TypeScript type definitions
711
+ - Extensions and Locales are now bundled with dhtmlxgantt.js core file and are enabled from config
712
+ - Ability to specify work time in minutes
713
+ - Ability to merge several work time calendars
714
+ - Changed default work hours from 8:00-17:00 to 8:00-12:00, 13:00-17:00
715
+ - Simpler format for entering work time intervals for Calendars
716
+ - Extend the API of the QuickInfo extension
717
+ - CSP mode is enabled by default
718
+ - All custom HTML attributes were changed to `data-` attributes
719
+ - Add the ability to use `text-overflow:ellipsis` on grid cells
720
+ - Add the ability to reorder grid columns by drag and drop
721
+ - Add support for 'elastic' column width for the scrollable grid
722
+ - gantt.templates.xml_date/gantt.templates.xml_format were replaced with gantt.templates.parse_date/gantt.templates.format_date
723
+ - gantt.config.xml_date was replaced with gantt.config.date_format
724
+ - Fix the bug which caused a column to change width after hiding and showing the column again
725
+ - Fix the bug which disabled the ability to select any task when the multiselect extension was disabled via the `multiselect` config
726
+ - Fix the incorrect work of `gantt.sort` for tasks with equal start dates
727
+ - Fix drag and drop of a link when Gantt is initialized inside a Web Component
728
+
729
+ ### 6.3.7
730
+
731
+ - Significant performance improvement for smart rendering of chart and resource panel
732
+
733
+ ### 6.3.6
734
+
735
+ - Fix the regression in gantt.resetLayout which caused the script error
736
+ - Fix the issue with the QuickInfo popup which caused it to be positioned behind the resource panel in some cases
737
+ - Fix the script error thrown from the gantt.getShortcutHandler method
738
+ - Fix the script error thrown from the tooltip.show(x, y) method
739
+ - gantt.getTaskNode now returns the correct HTML element for split tasks
740
+ - Fix the issue with horizontal scrollbars not being displayed when visibility groups are specified in some layout configurations
741
+
742
+ ### 6.3.5
743
+
744
+ - Fix the issue with task grouping which caused vertical scroll position to reset after moving any task with drag and drop
745
+ - Fix the script error which happened when drag_timeline config was set to null
746
+ - Fix the incorrect position of highlighted cells when static_background and static_background_cells are enabled and smart_rendering is disabled
747
+ - Fix the issue with the onAfterBranchLoading event not being called
748
+ - Fix the incorrect work of smart rendering when the value of task_height is less than the value of row_height
749
+ - A public method for rebuilding gantt layout after changing its config is added
750
+
751
+ ### 6.3.4
752
+
753
+ - Fix crashes of the resource load diagram when smart rendering is switched off
754
+ - Fix issue with the custom task property named "unit", as gantt considered it as a duration unit value and multiplied the task duration after its dragging
755
+ - Fix the incorrect Tooltip position when the autosize config is enabled
756
+ - Fix the incorrect alignment behavior of grid cells when both the scrollable property and autofit config are set to true
757
+ - Creating a link between a task in the timeline and a placeholder in the grid is now blocked
758
+ - Fix the bug with the auto scheduling extension that caused gantt to freeze when a task has the constraint type (SNET/FNET/SNLT/FNLT) with no date specified, or with an invalid date
759
+
760
+ ### 6.3.3
761
+
762
+ - Fix the incorrect resizing behavior of grid that disabled the Timeline in some cases
763
+ - gantt.parse should now correctly update the project tree when a parent task is loaded after its children
764
+ - Fix compatibility with SalesForce Lightning Aura components framework (Evaluation build)
765
+ - Fix the incorrect position of the Tooltip in SalesForce environment
766
+ - Fix the incorrect Tooltip position when the gantt container has a vertical margin
767
+ - Add missing WAI-ARIA attributes to elements inside the gantt
768
+ - Fix the incorrect work of the min_duration config
769
+ - Fix the incorrect work of link formatters with custom instances of the gantt
770
+
771
+ ### 6.3.2
772
+
773
+ - Fix the script error which happened when gantt.destructor was called when the click-drag feature was enabled
774
+ - gantt.parse no longer modifies data objects passed into arguments, deep copies are made instead
775
+ - TypeScript type definitions were updated
776
+ - onBeforeBranchLoading and onAfterBranchLoading public events were added so it would be possible to modify the url or dynamic parameters of dynamic loading requests
777
+ - Added a public method for changing the url of the dataProcessor after its initialization
778
+
779
+ ### 6.3.1
780
+
781
+ - Fix the regression in the smart rendering which caused links not to be rendered in some cases.
782
+ - Fix the bug that allowed modifying and creating new tasks with keyboard navigation when the read-only mode is activated
783
+ - Fix the display issue with Fullscreen extension which allowed some page elements to be displayed over the gantt in the fullscreen mode
784
+ - Fix the bug that caused the drag-timeline extension to reset the value of the readonly config
785
+
786
+ ### 6.3
787
+
788
+ - Ability to specify decimal units for the duration of tasks
789
+ - Ability to scroll the timeline via mouse click and drag
790
+ - Ability to drag and drop multiple tasks horizontally
791
+
792
+ - Ability to display tasks outside the explicit start_date and end_date range of the time scale
793
+ - Add a new task_end_date template for formatting end dates of tasks
794
+ - Ability to add custom actions to the Undo stack
795
+ - Ability to connect custom layers to smart rendering
796
+ - Inline editors for predecessors now support formatted values of links
797
+ - Remove default limits for input values in date inline editors
798
+ - Ability to specify the root node for the Fullscreen extension
799
+ - Ability either to change or disable horizontal scroll by shiftKey+mousewheel
800
+ - Roboto font was removed from Material skin and has to be imported manually
801
+
802
+ - Fix crashes of the resource histogram when smart rendering is switched off
803
+ - Fix compatibility with r.js compressor
804
+ - Fix various conflicts between keyboard navigation and inline editors
805
+ - Fix the incorrect state of the DataProcessor when tasks and links were modified sequentially from a custom router
806
+ - A correct data object of Task/Link is now also passed into delete call of a custom router
807
+
808
+ ### 6.2.7
809
+
810
+ - Fix the issue with vertical resizing of grids with horizontal scroll in complex layouts
811
+ - Fix the incorrect work of the resource histogram when the scale step is greater than one
812
+ - Fix the reopened bug with collapsed branches after calling gantt.parse from v6.2.4 bugfix
813
+
814
+ ### 6.2.6
815
+
816
+ - Fix the regression in v6.2 Smart Rendering which in some cases caused incorrect vertical positions of tasks after re-initialization of the Gantt
817
+ - Fix the issue with QuickInfo popup not being displayed for unscheduled tasks
818
+ - Fix incorrect work of extension files with the Ultimate build of Gantt
819
+
820
+ ### 6.2.5
821
+
822
+ - Fix incorrect initial values of subtasks in the onBeforeTaskChanged event handler after dragging a project with subtasks
823
+ - Fix incorrect work of the grouping extension when auto task types are enabled
824
+ - Fix the script error after returning the false value from the onTaskLoading event handler
825
+ - Add clearer error messages for the exceptions that can be thrown from gantt.load and gantt.parse
826
+
827
+ ### 6.2.4
828
+
829
+ - Fix the issue with task branches being collapsed after updating data using gantt.parse
830
+ - Fix the incorrect work of smart rendering in the resource view
831
+ - Fix the issue which caused the Zoom module to attach redundant DOM event handlers on each re-initialization of the Gantt
832
+
833
+ ### 6.2.3
834
+
835
+ - Fix the incorrect work of the Constraint control in IE11 and MS Edge browsers
836
+ - Fix the size of the Gantt element in Fullscreen mode
837
+ - Fix the issue with onExpand and onCollapse events not being called from Fullscreen mode
838
+ - Correct the Tooltip position when the mouse pointer is near the left/right edge of the screen
839
+ - The Tooltip should now be hidden when the Lightbox is opened
840
+ - The Tooltip should now be hidden when the chart is scrolled
841
+ - Fix the incorrect work of Tooltip which caused the tooltip not to be updated when mouse pointer moved between two elements matching the same selector
842
+ - Fix the incorrect work of getTaskBy when null or 0 is provided as a second argument
843
+ - Fix the issue with WBS column not being updated after sorting the gantt
844
+ - Fix the incorrect display of static_background in Material skin
845
+
846
+ ### 6.2.2
847
+
848
+ - Add the `gantt.license` property
849
+ - Add the `onLinkCreated` API event for new links, similarly to the `onTaskCreated` functionality for new tasks
850
+ - `gantt.moveTask` returns false when the action is prevented using onBeforeTaskMove
851
+ - Fix the issue which caused a link line to disappear when the render method is called while a user creates a new link
852
+ - Fix the issue when markers were not displayed when their start date was set earlier than the minimal date of the time scale
853
+ - Fix the issue when markers were not displayed when gantt was initialized with the `gantt.config.show_chart = false` config
854
+ - Fix a disappearing modal overlay of the lightbox when a user changed the type of a task
855
+ - Fix the issue in keyboard navigation presets, when onAfterTaskUpdate was fired after Shift+left arrow hotkey even if the action was canceled using onBeforeTaskMove
856
+
857
+ ### 6.2.1
858
+
859
+ - Fix IE11 compatibility of the click-drag feature
860
+ - Fix the script error which happened when the user tried to add a new task into an empty chart with the resource view
861
+ - Fix the incorrect behavior of the grouping extension which caused assigning an incorrect group value to new tasks
862
+ - Fix a script error in the keyboard navigation extension thrown from the Alt+Arrow key shortcut
863
+ - Filtering in the resource control is changed to ignore text case
864
+ - Task dragging and drag-and-drop may finish on mouseup on any gantt element
865
+ - Fix the script error which happened after saving an unscheduled task
866
+
867
+ ### 6.2.0
868
+
869
+ - Smart rendering is now embedded into the component
870
+ - Smart rendering works for rows and cells in all timelines
871
+ - static_background allows rendering highlighted cells
872
+ - Ability to expand/collapse split tasks (PRO)
873
+ - Add new Zoom module, add the ability to zoom by mousewheel
874
+ - New options for inline editors
875
+ - Simplified scales API
876
+ - Fix bug that caused multiple selected tasks to lose CSS classes after repaint
877
+ - Fix script error when destroying Gantt from data processor handler
878
+
879
+ ### 6.1.7
880
+
881
+ - Fix incorrect behavior of getClosestWorkTime
882
+ - Fix issue with the autoscroll which happened after toggling visibility of the timeline
883
+ - Fix bug in the Multiselect extension which caused selected tasks to lose highlight after chart repaint
884
+ - Fix script error which happened after vertical drag-and-drop if smart rendering and keyboard navigation extensions were enabled
885
+ - Fix incorrect behavior which happened when users tried to switch between inline editors using the Tab key if some columns of the grid were hidden
886
+ - Fix unexpected behavior which prevented the lightbox and inline editors from overriding constraint dates
887
+
888
+ ### 6.1.6
889
+
890
+ - Fix issue with not working click handlers of QuickInfo popup after a second gantt.init call
891
+ - Fix issue with QuickInfo popup not showing up if show_chart config is set to false
892
+ - Fix incorrect `action` argument for dataProcessor router after vertical drag-and-drop
893
+ - Fix issue when gantt.createTask ignores the `index` parameter
894
+
895
+ ### 6.1.5
896
+
897
+ - Fix script error on a second gantt.init call when show_chart config is disabled
898
+ - Fix incorrect position of order_branch placeholder in the marker mode
899
+
900
+ ### 6.1.4
901
+
902
+ - Fix script error on reinitialization of gantt in the IE browser
903
+ - Fix incorrect behavior of Tooltip extension when gantt.destructor is called
904
+ - Fix incorrect work of inline editors in keyboard_navigation_cell mode when grid contains hidden columns
905
+ - Fix bug in the Undo extension when Redo action for recreation of new tasks did not restore all properties
906
+ - Fix regression in GPL build which caused a script error on a second gantt.init call
907
+
908
+ ### 6.1.3
909
+
910
+ - gantt.createTask/gantt.addTask should use root_id config value instead of hardcoded 0 id
911
+ - Performance increase for worktime calculations for minute and hour duration units
912
+ - Minor performance increase for rendering large lists of tasks in the smart rendering mode
913
+ - Ensure vertical drag-and-drop doesn't start when the user selects text inside an inline editor
914
+ - Fix script error from keyboard navigation in the cell mode after deleting last tasks from the chart
915
+ - Ensure Gantt cleans up autogenerated static background style elements after destruction or reinitialization
916
+ - Ensure inline editors are not active when read-only mode is enabled
917
+ - Fix incorrect selection of grid header cells in the cell mode of keyboard navigation when the sort config is enabled
918
+ - Fix regression in the auto_types config which prevented auto type change when new tasks are added
919
+ - Fix bug when returning false from onTaskDblClick blocked onLinkDblClick as well
920
+ - Fix script error when parsing constraint dates from JSON data
921
+ - Fix incorrect position of tasks and markers with the skip_off_time config
922
+ - Fix incorrect height of markers after reordering tasks via drag and drop
923
+ - New tasks receive the initial value of the progress property
924
+ - Fix incorrect task position after vertical drag and drop in the marker mode
925
+ - Fix script error from gantt.destructor when the resource panel is enabled
926
+ - Fix the bug which caused an empty line to be displayed in a typeselect block
927
+ - Fix the bug which caused a task not to be recognized as a part of critical path after id change
928
+
929
+ ### 6.1.2
930
+
931
+ - Keyboard navigation: add a method for getting the active cell
932
+ - Fix incorrect work of the resource panel after creating a new datastore to overwrite the previous one
933
+ - Fix incorrect values of query parameters in the POST mode of dataProcessor
934
+ - Fix incorrect result of gantt.getClosestWorkTime when called without specifying a direction
935
+ - Fix issue when the English locale couldn't override the previously added locale
936
+ - Fix script error with gantt.undo and indent actions in the grid
937
+ - Fix SalesForce compatibility: new resize listener was broken in SF, fallback is added
938
+
939
+ ### 6.1.1
940
+
941
+ - Add missing locale options for the resource lightbox control
942
+ - Fix script error when using gantt.destructor together with the dataProcessor
943
+ - Fix script error when using gantt.destructor together with the resource panel
944
+ - Fix the filesize of the tooltip extension
945
+ - Fix unexpected call of the onTaskDblClick event while double clicking on a link element
946
+ - Fix stuck lightbox cover if gantt.init is called while lightbox is opened
947
+ - Fix issues with lightbox and the tooltip extension in the full-screen mode
948
+
949
+ ### 6.1.0
950
+
951
+ - Ability to add an overlay for the Gantt Chart (PRO)
952
+ - Time constraints for tasks (PRO)
953
+ - Routing options for dataProcessor
954
+ - Project-level working calendars (PRO)
955
+ - Ability to create tooltips for all the elements of dhtmlxGantt
956
+ - Ability to import dhtmlxGantt as an ES6 module
957
+
958
+ ### 6.0.7
959
+
960
+ - reduce the number of redundant repaints of the resource diagram
961
+ - fix script error from the resource diagram after deleting a task
962
+ - fix script error from the fullscreen extension after exiting fullscreen mode on the `Esc` key
963
+ - fix incorrect state of links drag and drop when dragging a link between multiple charts on the page. Creating links between gantts is not supported
964
+ - fix script error after deleting multiple selected tasks using keyboard navigation extension
965
+ - fix default mapping of inline editors. Inline editors shouldn't block keyboard shortcuts on task cells
966
+
967
+ ### 6.0.4
968
+
969
+ - fix incorrect task position after task vertical dnd in order_branch='marker' mode
970
+ - fix script error after deleting a sub-tree which contains selected task
971
+ - fix script error on Save/Cancel lightbox containing resource filters
972
+
973
+ ### 6.0.2
974
+
975
+ - Fix referenceError: getResourceAssignments is not defined when importing Gantt into Vue.js project
976
+ - Fix script error on deleting task after assigning resource to it via resource form
977
+ - Fix JS error in resource diagram after second initialization of Gantt
978
+ - Fix script error on toggle timeline visibility when marker extension is used
979
+ - Fix page freeze on gantt.parse if tasks tree contains cyclic references, script error is thrown instead
980
+
981
+ ### 6.0
982
+
983
+ - Advanced resource management
984
+ - New lightbox control for resource management
985
+ - Resource histogram
986
+ - Add ability to group by multiple resources
987
+ - Updated branch ordering
988
+ - Public methods for total slack and free slack
989
+ - Add JSON-REST dataprocessor mode
990
+ - Import from Excel added to online service
991
+ - Auto resize when container size changes
992
+ - Performance update for auto_types
993
+ - Performance update for auto scheduling
994
+
995
+ ### 5.2
996
+
997
+ - Inline editing in grid
998
+ - Split task support
999
+ - Updated keyboard navigation
1000
+ - Add checkbox and radio controls to the lightbox
1001
+ - Add ability to set task types automatically
1002
+ - Add ability to use a placeholder row for creating new tasks
1003
+ - Auto Scheduling performance improvements
1004
+ - New methods and events for Auto scheduling and Undo extension
1005
+ - Updated Content Security Policy extension
1006
+ - Various bugfixes
1007
+
1008
+ ### 5.1
1009
+
1010
+ - Resource load diagram
1011
+ - RTL mode
1012
+ - Horizontal scroll for grid and other layout improvements
1013
+ - Destructors for gantt and data processor instances
1014
+ - Ability to set min/max widths of grid columns
1015
+ - Updated API events for a multiselect extension
1016
+ - Ability to drag and drop projects
1017
+ - Fixed issues with keyboard navigation in smart rendering mode
1018
+ - Many bugfixes
1019
+
1020
+ ### 5.0
1021
+
1022
+ - Major architecture overhaul
1023
+ - Added global layout config
1024
+ - Added material skin
1025
+ - Various bugfixes
1026
+
1027
+ ### 4.2
1028
+
1029
+ - Work Time calendars at the task and resource levels
1030
+ - WBS code (outline numbers) calculation
1031
+ - Autoscroll for drag and drop operations
1032
+ - Persian (Farsi) locale
1033
+ - The getter function for key navigation shortcuts
1034
+ - The config for cascade deleting of nested tasks and links
1035
+ - The ability to scroll timeline horizontally on Shift+a mouse wheel movement
1036
+ - German and Italian locales are updated
1037
+ - GIF images in the Gantt skins are replaced with PNG
1038
+ - various fixes
1039
+
1040
+ ### 4.1
1041
+
1042
+ - Added keyboard navigation
1043
+ - Added WAI-ARIA support
1044
+ - Added High-contrast themes
1045
+ - Updated Auto Scheduling and Critical Path calculations (PRO version)
1046
+ - Performance improvements for worktime calculation and timescale rendering
1047
+ - Croatian locale added
1048
+ - Turkish locale updated
1049
+ - Fixed bug redrawing vertical markers using gantt.updateMarker
1050
+ - Fixed bug with gantt.showTask error in smart rendering mode
1051
+ - Bugfixes for skip_off_time config and multi-tier scales configurations
1052
+ - Bugfixes with dataProcessor and REST mode support
1053
+
1054
+ ### 4.0
1055
+
1056
+ - Added Smart rendering of big data sets feature
1057
+ - Added Undo/Redo feature
1058
+ - Public API improvements - public helpers for popups, ajax, environment variables
1059
+ - Public API cleanup - remove redundant global objects, resolve conflicts with dhtmlxSuite
1060
+ - Updated critical path calculation - add support for lag/lead of links
1061
+ - Updated Spanish and Chinese locales
1062
+ - Minor bugfixes
1063
+
1064
+ ### 3.3
1065
+
1066
+ - Added dependency Auto Scheduling feature *
1067
+ - Added support for Fullscreen mode
1068
+ - Added support of unscheduled tasks
1069
+ - Added initial support of Content Security Policy
1070
+ - Allow specifying per column grid sorting settings
1071
+ - Improved branch ordering feature - allow D'n'D between levels
1072
+ - Support of REST mode for ajax loading/saving
1073
+ - Support of backward planning
1074
+
1075
+ * The marked functionality requires Commercial or Enterprise license, and not provided under GPL
1076
+
1077
+ ### 3.2
1078
+
1079
+ - Added ability to group tasks by custom properties
1080
+ - Added multiple selection
1081
+ - Added export to iCal and to Excel
1082
+ - Added public events for managing tasks reordering in a grid
1083
+ - Added ability to specify time range in year selector
1084
+ - Major performance improvement of worktime and critical path calculations
1085
+ - New samples and API events
1086
+
1087
+ ### 3.1
1088
+
1089
+ - Added ability to drag tasks on touch devices
1090
+ - Incorrect tooltip behavior on expand/collapse task tree fixed
1091
+ - Order of API events during gantt initialization fixed
1092
+ - Issues with markers and multiple initialization of the gantt fixed
1093
+ - Issues with markers and gantt.clearAll fixed
1094
+ - Issues with gantt.serialize method and nested projects of gantt tree fixed
1095
+ - Fixes in French locale
1096
+ - Improvements in time range calculation
1097
+
1098
+ ### 3.0
1099
+
1100
+ - Support of Baselines, Deadlines and other custom elements of the timeline *
1101
+ - Critical path support *
1102
+
1103
+ - Ability to display vertical lines in a timeline area (Today line, Status line, etc.)
1104
+
1105
+ - Ability to resize Grid by D'n'D, ability to hide/show columns dynamically *
1106
+ - Simplified API for coloring tasks and links *
1107
+ - New performance-related options - dynamic loading and simple background rendering *
1108
+
1109
+ - Extended configuration for managing 'readonly' state of the tasks
1110
+ - Extended set of methods for managing task tree hierarchy
1111
+
1112
+ - Support of task types and ability to skip time from the scale was removed from a Free version of the component
1113
+
1114
+ * The marked functionality requires Commercial or Enterprise license, and not provided under GPL
1115
+
1116
+
1117
+ ### 2.1
1118
+
1119
+ - Milestone and Projects support
1120
+ - Custom configuration of the lightbox for different task types
1121
+ - Non-linear scales, ability to skip time from the scale
1122
+
1123
+ - Ability to calculate duration in work days/hours instead of calendar time
1124
+
1125
+ - Support of multiple gantts on the page (requires PRO version)
1126
+
1127
+ - Updated some localisations
1128
+ - Added more configurations and API methods events
1129
+ - Various bugfixes
1130
+
1131
+ ### 2.0
1132
+
1133
+ - jQuery integration
1134
+ - Major performance improvements
1135
+ - Ready-to-use PHP integration
1136
+
1137
+ - Configurable multi-line scales
1138
+ - Configurable multi-column grid with optional sorting and Drag-n-Drop
1139
+ - Configurable popup form for editing tasks
1140
+ - All text elements can be defined through templates
1141
+ - All date strings can be configured
1142
+ - All text labels can be localized
1143
+
1144
+ - Default skin changed to "terrace"
1145
+ - 3 new skins
1146
+ - Bars can have an optional inner resizer
1147
+ - Optional UI for task creation
1148
+ - Vertical and horizontal lines can be colored based on custom rules
1149
+
1150
+ - Loading and serialization from JSON
1151
+ - Loading and serialization with the simplified XML format
1152
+ - 3 types of task linking
1153
+ - Gantt charts work on touch devices
1154
+
1155
+ - A LOT of events added
1156
+ - Templates and configuration options added
1157
+ - API simplified, it uses a single gantt object instead of a bunch of different objects