Change log
Gantt for Ext JS
Release history for Ext Gantt
Version 6.1.13, 2021-03-29
SUPPORTED EXT JS VERSIONS
- 7.3.1
- 7.2.0
BUG FIXES
- Fixed #9597: Outdented task moves to first row when outdenting while filtering for constraint date
- Fixed #9639: Timeline not updated after calling setRootNode
- Fixed #9641: Replicator always commits changes regardless of the dependency constraint resolution chosen
- Fixed #9643: Bug when resizing split task
Version 6.1.12, 2021-02-09
SUPPORTED EXT JS VERSIONS
- 7.3.1
- 7.2.0
FEATURES / ENHANCEMENTS
- Ext JS 7.3.1 is now supported
- Ext JS 7.1.0 support is dropped
BUG FIXES
- Fixed #9633: Changing a field in parallel w/ CrudManager sync issue
- Fixed #9637: Strict dependency validation incorrectly finds implicit cycles
Version 6.1.11, 2020-12-22
SUPPORTED EXT JS VERSIONS
- 7.2.0
- 7.1.0
BUG FIXES
- Fixed #9613: Changes are not properly synced if they occur when sync is already in progress
Version 6.1.10, 2020-11-23
SUPPORTED EXT JS VERSIONS
- 7.2.0
- 7.1.0
BUG FIXES
- Fixed #9627: Assigning resources in Task Editor doesn't trigger the edited task rescheduling
- Fixed #9628: Rollup tasks disappear on zoom
Version 6.1.9, 2020-09-23
SUPPORTED EXT JS VERSIONS
- 7.2.0
- 7.1.0
FEATURES / ENHANCEMENTS
- Ext JS 7.2.0 is now supported
- Ext JS 7.0.0 support is dropped
Version 6.1.8, 2020-07-24
SUPPORTED EXT JS VERSIONS
- 7.1.0
- 7.0.0
FEATURES / ENHANCEMENTS
- Since Ext JS 6.x is no longer supported we stop building its styles (`resources/css/ext` folder). This version contains only one set of CSS files built for Ext JS 7.x (`resources/css` folder). All demos have been updated to use the new path to Ext JS resources.
BUG FIXES
- Fixed #9508: Infinite loop recalculating parents
- Fixed #9546: Update demos to use Font Awesome from ExtJS 7
- Fixed #9594: Copied tasks are pasted twice when selecting with shift key
Version 6.1.7, 2020-05-11
SUPPORTED EXT JS VERSIONS
- 7.1.0
- 7.0.0
BUG FIXES
- Fixed #9545: DragDrop column uses Font Awesome icon from Pro
- Fixed #9556: AddNew column has empty name in the column's visibility selection menu
- Fixed #9563: Resource picker is broken in assignment grid in task editor when resource store uses custom model
- Fixed #9568: Task is not splittable when normalization is disabled
- Fixed #9569: Scroll jumps after row reordering
- Fixed #9571: Add new column drop down does not show if column is partially hidden
Version 6.1.6, 2020-03-20
SUPPORTED EXT JS VERSIONS
- 7.1.0
- 7.0.0
FEATURES / ENHANCEMENTS
- Ext JS 7.1.0 is now supported
- `msproject_import` demo now support mpx-files importing (Fixed #9540)
BUG FIXES
- Fixed #9528: Rendering broken after node reorder
- Fixed #9531: Name editor not shown after adding new task which is outside viewed area
- Fixed #9532: Crash after doing range select after store reload
- Fixed #9533: Drag column icon missing after node reorder
- Fixed #9536: Bad performance when replicating Calendar in large dataset
- Fixed #9538: TimeAxis is out of sync when scroll to tasks and infinite scroll is enabled
- Fixed #9539: Replicating Name, StartDate and Calendar fails with exception
Version 6.1.5, 2020-03-04
SUPPORTED EXT JS VERSIONS
- 7.0.0
- 6.7.0
BUG FIXES
- Fixed #9512: Dropping task after last row does not fire beforedrop or drop events
- Fixed #9537: Task snaps to non-working time when WorkingTime calendar is used and TimeResolution is DAY and showExactDropPosition is true
Version 6.1.4, 2020-02-21
SUPPORTED EXT JS VERSIONS
- 7.0.0
- 6.7.0
FEATURES / ENHANCEMENTS
- Added a new `limitEarlyLateDatesMutually` config to the Gnt.data.TaskStore class. It affects early/late dates calculation logic in case of scheduling conflicts. Please check the config docs for more deatils.
BUG FIXES
- Fixed #9492: Replicating dates does not add constraints to task
- Fixed #9497: Gantt does not recalculate when dependency store is cleared
- Fixed #9500: Task start date cleared after dragging task without end date
- Fixed #9501: ReadOnly field should be persistable
- Fixed #9503: Task not marked as modified after node reordering
- Fixed #9506: Tasks are scheduled incorrectly after copying assigned resources
- Fixed #9507: Not possible to set blank start or end date in task editor
- Fixed #9510: DatePickerWithDateHighlighting misses CSS classes if excluding Calendar widget from build
- Fixed #9514: Unexpected scheduling with taskStore.applyToCalendar (successor moved before predecessor's end)
- Fixed #9516: Effort driven task with no resources should be resizable
Version 6.1.3, 2020-01-20
SUPPORTED EXT JS VERSIONS
- 7.0.0
- 6.7.0
FEATURES / ENHANCEMENTS
- Fixed #9481 - CalendarManagerWindow should offer a readOnly flag
BUG FIXES
- Fixed #8400: Stack overflow error after moving row to last position in dataset
- Fixed #9289: Gnt.widget.calendar.Calendar date formats are not localizable
- Fixed #9333: TaskEditor should show predecessors if default value for leaf field on the task model is set to true
- Fixed #9480: Performance degraded when using scrollEventIntoView
- Fixed #9477: Shift+click by locked grid fails with an exception
- Fixed #9476: Saving dependency with empty Lag field fails with an exception
- Fixed #9493: Histogram renders wrong in RTL mode