Gantt – Change Log

Version 5.6.8

2024-03-04

FEATURES / ENHANCEMENTS

  • An exception with a meaningful message will now be thrown if parsing of the calendar interval's recurrent date string has failed (8705)

BUG FIXES

  • 8164 – Gantt – assigning null to custom property on task record is no longer possible
  • 8670 – Task PercentDone tooltip disappears while dragging the percentage with mouse is not over the task
  • 8676HIGH PRIO Conflict resolution popup: Does not clear the previous message and stack them up
  • 8697 – Vertical misalignment of filter field check box
  • 8713 – Collapsing a selected cell with FillHandle feature active leads to crash

FRAMEWORK SUPPORT

  • NodeJS: >= 14.0.0
  • TypeScript: >= 3.6.0
  • Angular: >= 9.0.0
  • React: >= 16.0.0
  • Vue: >= 2.0.0
  • Ionic: >= 5.0.0
  • Vite: >= 4.0.0
  • Webpack: >= 4.0.0

Version 5.6.7

2024-02-22

FEATURES / ENHANCEMENTS

  • If Gantt is not provided with the viewport start date on creation, it now tries to use the project's start date, or calculates the earliest start date among all events
  • Gantt now offers to not automatically merge two task segments when placed next to each other, via the new ProjectModel autoMergeAdjacentSegments config (8018)
  • The effort field on the AssignmentModel is now documented and public (8427)
  • MspExport feature got a new replaceResourceNameCommas config. Set it to true to replace commas in resource names with semicolons. The reason is resource names with commas shows a warning in MS Project

API CHANGES

  • The StateTrackingManager (STM) will by default (if autoRecord is true) merge update actions on the same record (in same transaction), keeping the oldest, and the newest values. A transaction will almost always only contain one update action per record. If the previous behaviour is desired, you can configure the StateTrackingManager with autoRecordMergeUpdateActions set to false. If you're not using autoRecord, then the transaction action can be merged by calling the StateTrackingManager's new mergeTransactionUpdateActions function *before* the end of the transaction

BUG FIXES

  • 6599HIGH PRIO Indenting manually scheduled task issue
  • 7859HIGH PRIO Engine exception when reapply data on filtered dataset
  • 7968HIGH PRIO Non-critical task is highlighted as critical if "Project Border" field is "Ignore"
  • 8289HIGH PRIO REACT Gantt crashes in RTL container
  • 8302HIGH PRIO PercentBar change on drag should only update value in STM once the drag is complete
  • 8307HIGH PRIO TaskDrag and TaskResize should only update value in STM once the drag/resize is complete
  • 8404 – Improve WidgetColumn API docs
  • 8408 – Allow setting empty name for a new task when created using addTaskAbove/addTaskBelow
  • 8423HIGH PRIO LWC Engine performance is too low with LWS enabled
  • 8466HIGH PRIO TreeGroup crash when grouping on startDate with one task having startDate: null
  • 8481HIGH PRIO Auto scheduled child not following manually scheduled parent constraints
  • 8491HIGH PRIO Make AddNewColumn more configurable
  • 8492 – Crash when cutting resource assignment cell
  • 8496 – Exception thrown during task editing
  • 8502 – Cell selection broken after reordering columns with selection present
  • 8504HIGH PRIO Cell selection broken when column position/width changes
  • 8515MS Project exporter: replace commas in resource names
  • 8526 – Nonworking time only shading half the lowest header row
  • 8539 – Crash when toggling full screen
  • 8549 – Incorrect color of taskBar when percent done is set to null

FRAMEWORK SUPPORT

  • NodeJS: >= 14.0.0
  • TypeScript: >= 3.6.0
  • Angular: >= 9.0.0
  • React: >= 16.0.0
  • Vue: >= 2.0.0
  • Ionic: >= 5.0.0
  • Vite: >= 4.0.0
  • Webpack: >= 4.0.0

Version 5.6.6

2024-01-31

FEATURES / ENHANCEMENTS

  • Bumped built-in FontAwesome Free to version 6.5.1
  • All frameworks demo applications have been verified and updated to be compatible with Node.js 20
  • When editing very long tasks where the task bar extends outside the visible viewport, only the nearest 100 pixels of the bar are scrolled into the viewport rather than attempting to scroll the whole width into view. The minimum width to scroll in may be configured in the taskEdit feature using the minEditSize config property (8315)

API CHANGES

  • To boost record creation performance, records now cache their id (it is accessed very frequently, helps performance a bit) and join their store(s) in a more efficient way. As a side effect, a record no longer has a stores array prior to joining a store, previously it was there as an empty array from start. We don't think this will affect any code, but wanted to share the change in case it does
  • DEPRECATED ANGULAR REACT VUE BryntumProjectModel framework wrapper will be removed starting from 6.0.0 version. Use BryntumGanttProjectModel instead. Check the upgrade guide for the details

BUG FIXES

  • 6978 – Should be possible to show chart with no columns by setting columns to an empty array
  • 7530 – Wbs is undefined on grouped row
  • 7856 – Undoing removal of children changes children orders
  • 7869HIGH PRIO Cell edit feature behaves incorrectly when double-clicking to edit next cell
  • 7904 – Duplicate WBS created on cut/paste
  • 7961HIGH PRIO Assignment Model dataSource with nested fields breaks ResourceAssignment column
  • 7994HIGH PRIO Changes to start/end of the dependent tasks are ignored, which does not allow it to pass the filter
  • 8200 – Webpack build failed with .min.css file
  • 8236HIGH PRIO Editing the baseline startDate of newly added task results in a crash
  • 8239ContextMenus aligned below click point instead of to the side
  • 8249 – Group menu position issue
  • 8257 – WBS is wrong after cut/paste when orderedParentIndex is persisted
  • 8260HIGH PRIO TaskEditor closes unexpectedly while deleting resources
  • 8279 – Cancelling dependency creation hangs transactional feature
  • 8281 – Updated task not appearing when it now matches filter after adding dependency
  • 8293HIGH PRIO Dependency editor is invisible when infiniteScroll is true
  • 8298HIGH PRIO Filter feature is not working for nested columns
  • 8311validateOnInput config not being respected when using DateField
  • 8322 – Dependency Store beforeAdd Event giving error if it returns false
  • 8388 – Manual scheduled and rollup columns affect each other

FRAMEWORK SUPPORT

  • NodeJS: >= 14.0.0
  • TypeScript: >= 3.6.0
  • Angular: >= 9.0.0
  • React: >= 16.0.0
  • Vue: >= 2.0.0
  • Ionic: >= 5.0.0
  • Vite: >= 4.0.0
  • Webpack: >= 4.0.0

Version 5.6.5

2024-01-09

BUG FIXES

  • 6605taskIconCls doesn't work as expected for a milestone
  • 7403 – Make a guide on how to make a theme selector in frameworks
  • 7605 – Cycle when setting ASAP/ALAP on individual tasks level
  • 7964REACT JSX doesn't work in Popups
  • 7974 – Task copy/paste triggers wrong transition
  • 8079 – Task Segment name change doesn't call project sync api
  • 8089 – Cannot indent a task without startDate/endDate under certain circumstances
  • 8136 – Print error when gantt chart is collapsed
  • 8151 – Crash when right clicking base line group column
  • 8161autoEdit isn't working for '% Done' column

FRAMEWORK SUPPORT

  • TypeScript: >= 3.6.0
  • Angular: >= 9.0.0
  • React: >= 16.0.0
  • Vue: >= 2.0.0
  • Ionic: >= 5.0.0
  • Vite: >= 4.0.0
  • Webpack: >= 4.0.0

Version 5.6.4

2023-12-21

FEATURES / ENHANCEMENTS

  • The filter field in the picker of a DependencyField can now be hidden, by configuring it with filterable : false (7740)

BUG FIXES

  • 6224 – Add event for ColumnResize to catch user resize action
  • 7542 – Removing partner does not break the timeAxis link
  • 7971TotalSlackColumn should not show dirty indicator
  • 8029 – Dragging Task when fillTicks and snap enabled behaves differently on 5.6.0
  • 8040 – Gantt doesn't immediately display remotely appended rows when using { overscroll : true }
  • 8074 – Some fields of Child Task are uneditable in Task Editor after opening Parent task in Task Editor
  • 8080 – Missing TimelineHistogram component in Angular / React / Vue packages
  • 8081 – Missing TreeGrid component in Angular / React / Vue packages
  • 8098 – Should support using fill handle to add predecessors

FRAMEWORK SUPPORT

  • TypeScript: >= 3.6.0
  • Angular: >= 9.0.0
  • React: >= 16.0.0
  • Vue: >= 2.0.0
  • Ionic: >= 5.0.0
  • Vite: >= 4.0.0
  • Webpack: >= 4.0.0

Version 5.6.3

2023-12-13

FEATURES / ENHANCEMENTS

  • Sorters used to always be removed when reordering rows, but now they are optionally kept (by specifying the preserveSorters config) if the drop leads to tasks still being in order (7901)
  • REACT Documentation in "Quick start" and "Guide" is now updated with how to build React application in Vite for higher efficiency and better performance in development

API CHANGES

  • DEPRECATED Please kindly note that @bryntum/babel-preset-react-app and @bryntum/cra-template-typescript-gantt, @bryntum/cra-template-javascript-gantt packages will not get any updates after 6.0.0 version

BUG FIXES

  • 7615 – ExtJS wrapper class in extjsmodern demo crashes
  • 7716 – Link is created to a task when trying to abort building the link
  • 7770 – Exception is triggered when replacing record id in hasChanges listener
  • 7832 – WBS value is incorrect after cut/paste
  • 7925ProgressLine disappears after zooming
  • 7933Ctrl + v creates a new task instead of pasting data in cell
  • 7936Duration.toString does not honor locale
  • 7949 – Assigned resources count overlay misplaced on assigned resources column resize
  • 7962hasChanges event is fired excessively upon task remove when taskStore wbsMode is set to 'auto'
  • 7963 – Early/Late date indicators are not showing correctly
  • 7966 – The browser default CTRL + C keyboard shortcut gets prevented even when a text is selected
  • 7971TotalSlackColumn should not show dirty indicator
  • 7976 – Content lost if setting showDirty while scrolled down
  • 7977 – Should not enable cell replication for non-editable columns / cells
  • 7995 – Exception in ZoomToFit combined with infiniteScroll
  • 7996 – Missing DateHelper on Node.js and Core classes
  • 8014 – Task non-working time calendar rendering incorrectly after sorting
  • 8021 – Gantt MspExport throws error if export empty project
  • 8036 – Copy to clipboard doesn't work in some code blocks

FRAMEWORK SUPPORT

  • TypeScript: >= 3.6.0
  • Angular: >= 9.0.0
  • React: >= 16.0.0
  • Vue: >= 2.0.0
  • Ionic: >= 5.0.0
  • Vite: >= 4.0.0
  • Webpack: >= 4.0.0

Version 5.6.2

2023-11-24

FEATURES / ENHANCEMENTS

  • REACT Docs and demos for custom column editors updated to show how to handle async setState() calls, to avoid loosing column editor values

BUG FIXES

  • 7092 – Feature mixin on-owner events are not exposed on class
  • 7395 – Data on tooltip does not align with placement of task
  • 7716 – Link is created to a task when trying to abort building the link
  • 7741 – Gantt not mapping dataSource for task name field
  • 7886 – Column of type 'check' is not triggering the setter in the task model
  • 7898 – Console error when used specific calendar settings together with fillTicks feature
  • 7900TaskNonWorkingTime elements not updated on splitter repositioning

FRAMEWORK SUPPORT

  • TypeScript: >= 3.6.0
  • Angular: >= 9.0.0
  • React: >= 16.0.0
  • Vue: >= 2.0.0
  • Ionic: >= 5.0.0
  • Vite: >= 4.0.0
  • Webpack: >= 4.0.0

Version 5.6.1

2023-11-17

FEATURES / ENHANCEMENTS

  • Added support for filtering TimeColumns (7692)
  • Added option to maintain scroll position during remote changes when the viewport is near the end of the scrollable range. Configure Gantt with preserveScroll : { overscroll : true } to opt-in to the new behavior (7759)

LOCALE UPDATES

  • There is a new locale key selectATime : 'Select time' which may be used by FieldFilterPicker's time input

BUG FIXES

  • 1075task.copy() copies original successors and predecessors
  • 5719YARN Can not install @bryntum product packages using yarn v2/v3
  • 7597 – Gantt Baseline duration not persisted in Baseline example
  • 7732 – Crash when cutting a row and pasting with selected assignment cell
  • 7742 – Start date column not working when set min value
  • 7745Splitter should hover above dependencies
  • 7746 – Extra API calls after project load when using stores CRUD urls
  • 7750 – Vite error @charset must precede all other statements
  • 7753 – White space shown when deleting many selected tasks while scrolled down
  • 7754Frameworks Thin packages not working with pnpm
  • 7768 – CRUD operations for TaskStore works different in Chrome and Firefox
  • 7785 – Multiple resources can be set in Gantt single assignment settings
  • 7794 – Calendar intervals stops rendering after some time ahead
  • 7820globalThis should be defined in locales to support LWC
  • 7830 – Exception when cutting task with collapsed normal region
  • 7831Thin bundles some classes are not exported from @bryntum/engine-thin package
  • 7842 – Selected tasks missing selection styling

FRAMEWORK SUPPORT

  • TypeScript: >= 3.6.0
  • Angular: >= 9.0.0
  • React: >= 16.0.0
  • Vue: >= 2.0.0
  • Ionic: >= 5.0.0
  • Vite: >= 4.0.0
  • Webpack: >= 4.0.0

Version 5.6.0

2023-10-26

FEATURES / ENHANCEMENTS

  • This release introduces a new set of npm packages and framework components, that allows combining multiple Bryntum products in the same application. These packages contain the product specific code only, as opposed to the current packages that has all code for the products each product builds upon (for example Scheduler contains Grid & Core). The new packages are called thin packages, and moving forward it will be the recommended way of using Bryntum products in npm based applications (for all supported frameworks). See the "What's new" guide for more information
  • The task bar wrapper element (.b-gantt-task-wrap) now uses CSS grid layout to better match event bars in Scheduler. This makes it easier to internally share styling with Scheduler for features like labels. If your app uses custom CSS for task bars that rely on the wrapper using flexbox, you might need to adjust it
  • @bryntum/gantt-thin bundle includes scss theme files in sass/themes folder (7445)
  • It is now possible to use asymmetrical resourceMargin by assigning an object with start (margin top in horizontal mode, margin left in vertical mode) and end (margin bottom / margin right) properties (6185)
  • Updated tooltips demo to show a more customized tooltip design
  • Updated custom-rendering demo to show a clean & minimal Gantt design
  • New RowResize feature allowing users to change the global row height using drag drop. Try it out in the updated advanced example (2843)
  • The task bar wrapper element (.b-gantt-task-wrap) now use CSS grid layout to better match event bars in Scheduler. This makes it easier to internally share styling with Scheduler for features like labels
  • Added preserveScroll config to Gantt, preventing vertical viewport movement during remote changes (7353)
  • Infer field types for auto fields when using FieldFilterPicker with store data present (7691)
  • Added a new ScrollButtons feature, which injects buttons in each row that scrolls the task bar into view. The buttons are only visible when the task bar is out of view (5152)
  • The custom-rendering demo was updated both with a fresh new look and with a new demo specific feature that displays time axis scroll buttons in the header

API CHANGES

  • BREAKING Core.util.helper.Point class has been moved to solve circular module dependencies. It is now a named export of the Core.util.helper.Rectangle module. Check upgrading guide for the details
  • TaskModel has got new projectConstraintResolution field allowing to specify how a task treats the project border (whether it's allowed for the task or not to move before the project start date for example). Please check the field docs for more details (7156)
  • isMulti is now the default mode for the Grid Filter plugin. To configure the filter pickers inside the column filter editor popup, provide a GridFieldFilterPickerGroup configuration using the Filter feature's pickerConfig config option. Configure legacyMode : true to use the previous UI instead (6685)
  • DEPRECATED The Filter feature context menu items disableFilter, removeFilter, and editFilter will be renamed filterDisable, filterRemove, and filterEdit, respectively, in 6.0.0. If you are customizing the TaskMenu to hide or replace any of these menu items, you will need to change their names accordingly
  • FRAMEWORKSDEPRECATED BryntumProjectModel wrapper component has been renamed to BryntumGanttProjectModel. Please see the upgrade guide for details
  • TypeScript Functions and events declarations in typings were improved to contain all available parameters and return type (6961, 4456)
  • ExcelExport feature now supports exporting to CSV file (5612)
  • Added a Print feature based on PdfExport feature which allows using browser print dialog and not rely on backend (6218)

LOCALE UPDATES

  • New locales for AdvancedTab, HonorProjectConstraintResolution, IgnoreProjectConstraintResolution and ProjectConstraintConflictEffectDescription classes. Check "What's new" Gantt guide for the details

BUG FIXES

  • 7277scrollTaskIntoView not working reliably in infiniteScroll
  • 7287visibleDate not functioning correctly
  • 7492 – Row being resized should go on top
  • 7498 – Collapsing grid part of Gantt when scrolled down results in blank space at top
  • 7501 – Gantt Resource column overflowing avatar has no border-radius in Firefox
  • 7686 – Overflow avatar is not the rightmost avatar

FRAMEWORK SUPPORT

  • TypeScript: >= 3.6.0
  • Angular: >= 9.0.0
  • React: >= 16.0.0
  • Vue: >= 2.0.0
  • Ionic: >= 5.0.0
  • Vite: >= 4.0.0
  • Webpack: >= 4.0.0

Version 5.5.5

2023-10-23

BUG FIXES

  • 107 – Fields misaligned in dependency editor in Swedish locale
  • 6220 – Improved translations for Danish
  • 7604 – Crash when removing new invalid predecessors in task editor
  • 7608 – Missing some defaults in task context menu guide
  • 7623 – Dependencies stay visible after filtering taskStore
  • 7630ColumnAutoWidth crashes when using CrudManager
  • 7633timeSpanHighlight is not part of GanttFeaturesConfigType
  • 7680AddNewColumn combo not aligned to Column header bottom

Version 5.5.4

2023-10-05

FEATURES / ENHANCEMENTS

  • Single resource assignment mode demo called single-assignment was added (6235)
  • Added preserveScroll config to Gantt, preventing vertical viewport movement during remote changes (7353)

BUG FIXES

  • 7252 – Tabbing fast to create new rows eventually loses focus to browser
  • 7489 – Sorting by wbsValue field does not work correctly with applyChangeset method
  • 7499 – Gantt Tooltips demo columns too small
  • 7509REACT Gantt crashes when using TAB in custom editors
  • 7526 – Dependencies to out of the view rows are wrongfully painted intermediate pages
  • 7533 – Resizing to make a task shorter makes it wider
  • 7541scrollEventIntoView throwing error in gantt-schedulerpro demo
  • 7550AssignmentField clears filter applied after second picker show
  • 7558 – Split tasks option is available in the task menu when eventSegments feature disabled
  • 7566RowNumberColumn size issue when Gantt element is not in the DOM
  • 7575ResourceUtilization Timeranges not working
  • 7602PercentBar should function for parent tasks when autoCalculatePercentDoneForParentTasks is false
  • 7609TaskEdit popup not showing up on first click

Version 5.5.3

2023-09-15

FEATURES / ENHANCEMENTS

  • Added facet filtering demo showing how to filter by specific data values. Demo is located in examples/facet-filter folder

BUG FIXES

  • 3903ProjectModel ignores fields dataSource specification
  • 7309 – Resource combo doesn't respect chained resourceStore
  • 7322 – Incorrect task non-working time rendering after filtering
  • 7344 – Undo/redo doesn't work as expected when AssignmentModel uses field mapping
  • 7366 – Sorting by wbsValue field does not work correctly with applyChangeset method
  • 7368CellEdit's editor's beforeCancel event returning false is ignored
  • 7371 – Removing filters resets sort of project
  • 7390Resourceutilization group collapse works incorrect after new assignment
  • 7414 – Error when hovering and scrolling horizontally on task
  • 7416 – Filtering total slack column throws error

Version 5.5.2

2023-08-30

BUG FIXES

  • 7165 – Rapidly changing percentDone generates 2 transactions undo/redo
  • 7311 – WBS is incorrect when applying cut-paste changes
  • 7315 – When applying a change converts a leaf to a parent, this parent should be expanded by default
  • 7318 – Indenting sorted nodes creates extra nesting level
  • 7320 – The auto-sort performed after applyChangeSet call for tree store performs purely compared to the regular store.sort() call
  • 7323 – Task is added to the wrong place of the ordered tree when store is sorted
  • 7338gantt.project.sync() throws error when late start and late finish columns are enabled
  • 7360 – Copy-pasting task calendar between cells not working
  • 7361 – Exception on scrollTaskIntoView/scrollUnrenderedTaskIntoView if node collapsed

Version 5.5.1

2023-08-16

API CHANGES

  • We added two public methods – suspendChangeTracking and resumeChangeTracking to suspend and resume hasChanges/noChanges events on a CrudManager

BUG FIXES

  • 3663 – Renderer for CheckColumn not called when exporting
  • 7116 – Event removed when returning false from beforeEventEdit after v5.3.3
  • 7176 – Non-working intervals hidden for manuallyScheduled tasks when skip non-working time in duration disabled
  • 7220 – "Add task below" behavior is inconsistent with copy/paste
  • 7233 – LaterJS bug when enum days from Monday
  • 7234non-working-time doesn't get rendered properly after 6+ years long timespan
  • 7248 – Circular progress bar has gaps in certain row heights
  • 7255Baselines shows in wrong order
  • 7269 – Field labels misplaced in export dialog in Angular demo
  • 7278 – No action when clicking task label and selecting Split task
  • 7303 – Added record has wrong WBS

Version 5.5.0

2023-07-31

This release is a replacement for the 5.4.3 patch release. It was changed to a minor version because of some larger changes behind the scenes to pave the way for future support for live updates in Scheduler Pro and Gantt.

FEATURES / ENHANCEMENTS

  • We have refactored a few features and changed their prototype chain. If you are importing those features directly, or are extending them, you need to use correct base class and import path: Grid/feature/RowReorder -> Scheduler/feature/RowReorder, Grid/feature/CellEdit -> SchedulerPro/feature/CellEdit, Scheduler/feature/Dependencies -> SchedulerPro/feature/Dependencies

BUG FIXES

  • 7154FillTicks and Indicator placement is not correct after setting start date
  • 7187 – WBS value is not completely committed after initial commit
  • 7221VUE Vue vite app doesn't compile with Bryntum vue wrappers
  • 7241 – Should not show task tooltip after drag drop
  • 7242 – Whiteouts while scrolling task into view

Version 5.4.2

2023-07-26

FEATURES / ENHANCEMENTS

  • Added TaskStore config option forceWbsOrderForChanges to control task order during sync
  • REACT Added new React Next.js demos showing App Router and Pages Router ways of creating applications. Demos are located in examples/frameworks/react-nextjs/app-router and examples/frameworks/react-nextjs/pages-router folders

BUG FIXES

  • 4376newTaskDefaults not applied when pressing Enter on last row
  • 5980 – Outdent records changed nodes in the reversed order
  • 7024 – Possible Memory Leak: Tasks of paired Gantt cycled active/inactive may cause the leak
  • 7135 – Outdented nodes appear in wrong position within new parent's children on remote synced client
  • 7154 – FillTicks and Indicator Placement is not correct after setting start date
  • 7171 – Task record is inserted into wrong position in the tree
  • 7186 – Returning from tooltipTemplate doesn't make any changes to the UI

Version 5.4.1

2023-07-13

FEATURES / ENHANCEMENTS

  • We have created a public repository to showcase Salesforce demos. All previous demos are merged into one Lightning Application which is easy to install to a new scratch org. You can find more information in updated guides and in this repository: https://github.com/bryntum/bryntum-salesforce-showcase#bryntum-salesforce-showcase
  • We have created a public Salesforce org where this app is preinstalled. You can find link to it and login credentials on the updated examples page
  • Scheduler beforeDependencyEdit event now supports async handlers (7109)

BUG FIXES

  • 4869REACT StateTrackingManager configuration triggering an error
  • 6077TypeScript Model constructors should allow second param
  • 6347 – Store idChange event not fired
  • 6977 – Document dataReady event's records argument
  • 7056 – Updating tasks in onBeforeTaskEdit is not possible if returning false
  • 7089 – Buggy positioning of dependencies when resizing
  • 7101TaskNonWorkingTime renders wrong on expand / collapse tree
  • 7130 – Updating tasks on beforeTaskEdit event provide weird results
  • 7143 – Drag and drop functionality doesn't work for task bars in hidden parent element
  • 7147 – Constraint data gets cleared when loading

Version 5.4.0

2023-06-30

FEATURES / ENHANCEMENTS

  • This release introduces a new TimelineHistogram class which implements a grid with histogram charts displayed for rows in the time axis section. Please check the new "Timeline histogram" guide for more details
  • The release also includes refactored ResourceUtilization and ResourceHistogram views which now better support TreeGroup and Group features, and provide some additional APIs for customization. For more details please check the new "Resource histogram" and "Resource utilization" guides and see the updated resourcehistogram and resourceutilization examples
  • Gantt now supports setting the eventColor field on a Task to a pre-defined named color (red, green, blue etc.) or a CSS color value. This changes the background color of the rendered task bar. It is also possible to configure the Gantt with a default eventColor that applies to all tasks, overriding the default coloring (857)
  • The TaskCopyPaste feature has been enhanced to use a page-global internal clipboard and also supports the browser's native Clipboard API if accessible. This means that it is possible to copy and paste tasks between multiple instances of Gantt or other Grid-based components. It is also possible to copy a task and paste it inside a Spreadsheet app like (4169)
  • Setting scheduling direction is now supported on the task level. See the docs for direction field on the Task model for more details (2131)
  • Widget has a new config, maximizeOnMobile which takes effect only on floating widgets on a mobile device. It causes the widget to be maximized instead of positioned in order to accommodate the mobile virtual keyboard. This will make event editing much easier to use on mobile devices (6522)
  • On mobile devices, type : 'checkbox' is rendered as a slidetoggle widget. The API and value is the same, it is just a more appropriate UI for the platform
  • We have also added default editors for the eventColor field. There is one in the TaskMenu feature's context menu and one in the TaskEdit feature's task editing panel. Just set showTaskColorPickers to true and the editors will appear (3157)
  • There is also a new EventColorColumn which can be added to any Gantt. It renders a colored element which the user can click and select a new color for each task (3537)
  • ANGULAR taskeditor demo has been updated to show use of showTaskColorPickers Gantt configuration option
  • REACT taskeditor demo has been updated to show use of showTaskColorPickers Gantt configuration option
  • VUE taskeditor demo has been updated to show use of showTaskColorPickers Gantt configuration option
  • For a slightly better docs experience for most users, the docs browser now by default hides some more obscure APIs normally only used when implementing own widgets and features. Advanced users in need of these APIs can still opt in to see them using the Show menu in the docs browser
  • Added a set of baseline columns: "Baseline start" (BaselineStartDateColumn), "Baseline finish" (BaselineEndDateColumn), "Baseline duration" (BaselineDurationColumn), "Baseline start variance" (BaselineStartVarianceColumn), "Baseline end variance" (BaselineEndVarianceColumn) & "Baseline duration variance" (BaselineDurationVarianceColumn). Used in the updated baselines demo

API CHANGES

  • Because of the support for eventColor in Gantt (mentioned above), changes to the CSS classes coloring Gantt Tasks has been made. If your app customizes the task bar's background color, we would recommend you to take a look at the result after upgrading to this version. The most notable changes are that $gantt-task-hover-background-color and $gantt-task-parent-hover-background has been removed. Instead, hovering now adds a linear-gradient on top of the background color. Please read the Upgrade guide for more information
  • The TaskCopyPaste feature's copyRow and pasteRow has been made asynchronous due to the enhancements mentioned above
  • The TaskCopyPaste feature's beforeCopy and beforePaste events are now asynchronously preventable
  • The ScaleColumn class has been moved from Pro to regular Scheduler classes. This should not affect your application unless it imports the class from its individual file (not the case for the vast majority of customers). The distribution still includes SchedulerPro/column/ScaleColumn.js file which is now an empty wrapper importing the class from its new location. The wrapper is there till the next major release so please update your code and import the file from its new location if needed (6176)

LOCALE UPDATES

  • Localization for the new class SchedulingDirectionColumn has been added. Keys are: SchedulingDirectionColumn.schedulingDirection, SchedulingDirectionColumn.inheritedFrom, SchedulingDirectionColumn.enforcedBy
  • Localization for the new class SchedulingDirectionPicker has been added. Keys are: SchedulingDirectionPicker.Forward, SchedulingDirectionPicker.Backward, SchedulingDirectionPicker.inheritedFrom, SchedulingDirectionPicker.enforcedBy
  • New entries for ConstraintTypePicker: asap, alap

BUG FIXES

  • 4205 – Error when undoing delete action on filtered store
  • 6956 – Freeze after copy pasting top level node
  • 6959 – Drag proxy misplaced when picking up Name column
  • 7009 – Panel height increased when add more items but isn't decreased when remove items
  • 7018 – Exported content is cut-off when normal grid is collapsed

Version 5.3.7

2023-06-20

BUG FIXES

  • 5908 – Undo/Redo Segmented task change throws TypeError: a is not iterable
  • 6837 – An exception when opening & closing the taskeditor in combination with tooltip
  • 6838 – Still possible to add dependency by task editor when gantt is readOnly
  • 6843 – Avatars and Icons not sized the same
  • 6849 – Error Failed to execute 'setEndBefore' on 'Range': the given Node has no parent
  • 6851 – Child nodes get duplicated when copy-pasting parent node
  • 6868 – "Invalid date input" on manually enter date when custom date format used
  • 6873 – Not able to hide units column using showUnits config
  • 6881 – The background of the assignment column cells is not cleared after selection
  • 6894 – Crash when deleting task from context menu in Gantt Big Data Set Demo
  • 6912REACT Custom column editor lose value in React 18
  • 6944 – Crash when copy pasting split task
  • 7006StateProvider not restoring scroll position of left panel
  • 7010 – Zoom level state not restored when timeline is collapsed
  • 7011 – Gantt addTaskAbove and addTaskBelow methods do not copy the reference task duration unit

Version 5.3.6

2023-05-26

FEATURES / ENHANCEMENTS

  • ResourceAssignmentColumn has a new showAllNames config used to determine if the names of all overflowing resources are displayed in the tooltip for overflow indicator. The avatarTooltipTemplate function also has a new argument for the indicator tooltip, called overflowAssignments, that contains overflowing assignments (6751)

API CHANGES

  • The change event for the FieldFilterPickerGroup now includes an additional property validFilters, the subset of filters that are complete and valid (6774)

BUG FIXES

  • 5585 – Start date of manually scheduled task that is before project start can't be edited
  • 6099 – Delete task takes a while when big dataset used
  • 6291 – Date formats are not working properly in startdate column
  • 6371 – German localization improvements
  • 6655 – Invalid revisions chain error in Gantt test
  • 6669 – 2 sync requests triggered when editing last task and pressing ENTER
  • 6761 – Row reordering crashes when combined with RowNumberColumn and ResourceAvatarColumn
  • 6802lagUnit for newly created dependency in DependencyTab should use default model field value
  • 6833 – Enabling/disabling filter checkbox in FieldFilterPickerGroup throws error on the console
  • 6848 – Filter with rounded values not working

Version 5.3.5

2023-05-11

FEATURES / ENHANCEMENTS

  • Added new event beforeShowTerminals to allow preventing dependency terminals from being displayed on a specific task (6609)

BUG FIXES

  • 4775 – Error when clicking Shift + Left/Right arrow inside an empty Gantt
  • 6247 – Conflict resolution dialog re-opens in circle when clicked Cancel
  • 6431 – Error when trying to undo changes to multiple predecessors
  • 6495ReorderFeaturegripOnly doesn't work when first column is a checkbox column
  • 6586addNewAtEnd wrong indentation
  • 6668 – Uneven button spacing in PHP demo
  • 6678 – View refresh suspended after multiple sync requests
  • 6701IONIC Scrollbar width could not be determined under Ionic framework
  • 6713 – Time spans highlights re-appear after calling unhighlightTimeSpans()

Version 5.3.4

2023-04-28

BUG FIXES

  • 2234 – Project throws when effortUnit is null
  • 5664 – Long time export to MS project
  • 6630 – Filter are applied before recalculating schedule
  • 6637 – Pin successors not working correctly
  • 6648sync called when expand tree node after gantt.project.suspendAutoSync()
  • 6652 – Minified UMD bundle does not export bryntum namespace

Version 5.3.3

2023-04-21

FEATURES / ENHANCEMENTS

  • TypeScript Type definition files were added for gantt.node.cjs and gantt.node.mjs bundles (6523)
  • ANGULAR Bryntum Gantt now ships with two npm Angular wrapper packages to support different versions of Angular framework. Existing @bryntum/gantt-angular package is now designed to work with Angular 12 and newer versions, which use the IVY rendering engine. New @bryntum/gantt-angular-view package is designed to work with Angular 11 and older versions, which use the View Engine rendering. Check Upgrading and Angular integration guides in documentation for more information (6270)
  • ANGULAR angular-11 demo has been added to show use of @bryntum/gantt-angular-view package with Angular 11. Demo is located in examples/frameworks/angular/angular-11 folder
  • ANGULAR pdf-export, rollups and timeranges demos have been upgraded to use Angular 15. Demos are located in subfolders inside examples/frameworks/angular/ folder

BUG FIXES

  • 2695 – Resource Histogram is not updated when primary partner is zoomed or gets shifted
  • 5059REACT Histogram not updating when doing shiftPrevious()
  • 6032visibleDate incorrectly positioned on startup when infiniteScroll used
  • 6296 – Undo 2 event drop actions throws an error when nestedEvents enabled
  • 6406 – Setting calendar in project data throws an error
  • 6469 – Syncing a new tree data set redraws for each node
  • 6528 – TypeError r.ion is not a function
  • 6535 – Add configurable baseline renderer
  • 6546 – WBS cells are fillable with fillHandle
  • 6585 – Error in versions demo when clicking "save version"
  • 6594GridSelection should selectively not act for gestures inside a TimeAxisColumn
  • 6607 – Timeline breaks when scroll if custom viewPreset used with empty data

Version 5.3.2

2023-04-04

FEATURES / ENHANCEMENTS

  • The backend for the php demo was updated to work with PHP 8

BUG FIXES

  • 6150scrollToDate with animation does not work at edges of date buffer
  • 6280 – After removing Invalid dependency, it's not clearing invalid dependency error
  • 6349 – Optimize dependency hovering performance
  • 6358 – Hard to select row in advanced demo
  • 6413 – Filter is not working for total slack column
  • 6416 – Filter gets reset in when opening number filter
  • 6470 – Filtering the data will cause calendar events displacement
  • 6491 – Drag-selection issues in Gantt

Version 5.3.1

2023-03-17

FEATURES / ENHANCEMENTS

  • ANGULAR Added new Angular 15 demo "Drag from a grid". Demo is located in examples/frameworks/angular/drag-from-grid folder (6157)

API CHANGES

  • ProjectModel convenience getter methods (tasks, resources etc.) now returns allRecords instead of records
  • Date parsing was made more forgiving in regard to character used to separate date parts. For example these strings are now all acceptable as HH:mm: 10:20, 10 20, 10-20, 10/20 (6344)

BUG FIXES

  • 5764 – Gantt performance issues in Firefox with 5k tasks
  • 5975 – Error on apply StateProvider state
  • 6241 – Gantt crashes when after page reload with collapsed timeAxis subgrid
  • 6245 – Undo not working with baselines
  • 6262 – Engine performance issue
  • 6287 – Cell selection styling remains on scroll
  • 6289 – Predecessor column with editor + clearable: true triggers an error
  • 6312 – Splitter does not move after updating to 5.3.0
  • 6313 – Errors when adding / deleting predecessors using the edit task popup
  • 6315SALESFORCE PointerEvent is not a constructor error in LWC
  • 6320effortDriven + fixed duration not working when setting it in the data level initially
  • 6324ProjectModel.tasks should return all tasks
  • 6325'dataChange' should not trigger for collapse & expand of parent nodes
  • 6341 – Not possible to replace columns
  • 6351 – Components do not render into containers not already in DOM
  • 6367 – Gantt's project onHasChanges shows wrong tasks count after task drag operation

Version 5.3.0

2023-03-02

FEATURES / ENHANCEMENTS

  • CSS changes in Scheduler has cut the size of Gantt's standalone CSS-bundles roughly in half (because Gantt includes Schedulers styling). See Schedulers upgrade guide for more information
  • Support for Time zone conversion has been added to all Bryntum scheduling products. Simply set a IANA time zone identifier as value for the timeZone config and that's it. But, since time zones is not supported natively in JavaScript we strongly recommend to read our Time zone guide (1533)
  • php demo backend was updated to handle calendar intervals.
  • Selection in a Grid with a TreeStore has been improved by addition of the includeParents config. Set it to all or true to auto select a parent if all its children gets selected. If one gets deselected, the parent will also be deselected. Set it to some to select a parent if one of its children gets selected. The parent will be deselected if all its children gets deselected (5726)
  • Added Versions feature, enabling capturing snapshots of projects together with a detailed changelog
  • Localization demos updated to show up-to-date localization approach
  • AjaxHelper.fetch now supports using request body to pass parameters for non-GET requests. Please check addQueryParamsToBody argument in the method documentation (2855)
  • TaskMenu feature now offers "Add dependencies" and "Remove dependencies" to link and link selected tasks (5846)
  • Lots (but not all) of the not so informative object types in our TypeScript typings have been replaced with more specific types. Objects that in our JavaScript are used as maps are now declared as Record<keyType, valueType>, and for functions that accept object arguments many are replaced with anonymous type declarations, such as { foo: string, bar: number } (Partially fixed 5176)
  • Gantt Sharepoint example has been upgraded to use latest spfx version and Node 16 (6239)

API CHANGES

  • DEPRECATED LocaleManager.registerLocale and LocaleManager.extendLocale are deprecated. LocaleHelper.publishLocale should be used instead.
  • When configuring a Gantt with a time zone at initialization, and there's also a startDate and/or a endDate initially, those days will be treated as in local system time zone and will therefore be converted to the configured time zone. Previously (in 5.3.0-alpha-1 and 5.3.0-beta-1) those dates was treated as in the provided time zone

LOCALE UPDATES

  • Locales format and process for applying locales have been simplified
  • New locales for 31 languages have been added. Currently available languages are listed in the localization guide (Guides/Customization/Localization)
  • "Add dependencies" (linkTasks) and "Remove dependencies" (unlinkTasks) added to all locales for TaskMenu

BUG FIXES

  • 3213Cmd/Ctrl + Right click weird behavior
  • 3733selectedRecords are in wrong order after shift selection
  • 4807 – STM not tracking after updating project
  • 5400 – Selecting tasks with Shift + Click get merged with previous selected task
  • 5858 – Time zone demo missing scheduled tasks
  • 5900 – Allow dragging resource avatars
  • 5989 – Timezone conversion of baselines sometimes incorrect
  • 6018 – Wrong position of highlighted region when taskRecord is set
  • 6020 – Highlighted task timespan height not adjusting with the height of the rows
  • 6091 – Deselect tasks in gantt using Ctrl selection not working correctly
  • 6195 – Inactive + Ignore resource calendar fields missing in docs
  • 6201 – Intervals names showing in random places when indicators are on
  • 6233 – Exception when resizing splitter by the header part with active cell editor
  • 6242 – Copying Calendar not working anymore
  • 6246 – Crash when pasting rows if one of the copied tasks is removed
  • 6251 – Resources disappearing on unselect in ResourceAssignmentColumn
  • 6260 – Milestone is rendered incorrectly

Version 5.2.10

2023-02-17

FEATURES / ENHANCEMENTS

  • Added a trackProjectModelChanges config to the ProjectModel to optionally track own changes of the ProjectModel (5355)
  • Added beforeTaskAdd event which fires when adding task from the UI (3724)

API CHANGES

  • Recently browsers have added support for Unicode 15, which changes the output of Intl.DateTimeFormat when formatting time to include AM/PM. Those browsers now use "thin space" (\u202f) instead of regular space. This affects the DateHelper.format() function, but likely you do not need to take any action in your application. It also affects DateHelper.parse(), which has been updated to support the new unicode space (6193)

BUG FIXES

  • 6010 – Project start label too small
  • 6012ZoomIn/ZoomOut goes to a different location
  • 6036 – Sync requests should not be issued while typing in DurationField
  • 6082 – Crash when clearing predecessor filter
  • 6084 – Escape key has no effect in cell editing in invalid dependency cell
  • 6110TaskStore filter doesn't work when TreeGroup feature used
  • 6128visibleDateRangeChange event has not accurate dates
  • 6135 – Dialog for number filter closes when using arrows
  • 6154 – MS Project import demo is broken
  • 6165Tooltip positioning when having other elements with the Gantt

Version 5.2.9

2023-01-30

FEATURES / ENHANCEMENTS

  • The php demo was updated to be compatible with PHP 8.2

API CHANGES

  • The filter feature of the grid will use sameDay operator, when filtering by the date field match, (will include all records with that field's value having the specified date, regardless of time). Previously it was performing the exact match, by both date and time (5976)
  • As of version 6.0, remove event will no longer be fired when moving a node in a tree store. To enable this behavior now (recommended), you can set a new fireRemoveEventForMoveAction on your tree store to false (5371)

BUG FIXES

  • 5905 – Critical path on segmented tasks is set on gap instead of body
  • 5924 – Error with invalid dependency with new task
  • 5964 – Calendar interval wrongly applied on DST period
  • 5966constraintTypeField needs more space to see content
  • 5971 – Dependency terminals not shown when enabling feature at runtime
  • 6019TypeScript Feature classes and configs have on event handlers exposed on owner class
  • 6056StateProvider not trigger event onSave with GanttState
  • 6071DomHelper getRootElement throwing error on creating dependency
  • 6076 – Duplicate listeners added if clicking New task quickly

Version 5.2.8

2023-01-19

BUG FIXES

  • 5386 – Improved panel collapse animation when collapsed panel header is perpendicular to expanded
  • 5721 – Exception during undo
  • 5797fillTicks does not look correct for static non working time
  • 5814StateProvider throws during component construction
  • 5855 – Assignment with zero units causes an exception for effort driven tasks
  • 5914 – Syncing changes after outdenting node leads to wrong WBS index
  • 5921 – Baseline changes do not get synchronized
  • 5931 – Deprecated API use. Handle size is from CSS
  • 5936 – Wrong milestone layout in "custom-rendering" Gantt demo

Version 5.2.7

2023-01-11

FEATURES / ENHANCEMENTS

  • Tree feature now supports expanding to multiple nodes (2287)

API CHANGES

  • The StartDateField/EndDateField fields now sets the default value of their max property to be 200 years after the project's end date, see the docs for the corresponding classes (5779)

BUG FIXES

  • 3901DateField validation do not allows to change date manually for foreign locales
  • 5729 – Dependency creation difficult on touch devices
  • 5877 – Dependencies between tasks not copied

Version 5.2.6

2022-12-28

FEATURES / ENHANCEMENTS

  • REACT React wrapper now supports React components in widgets and tooltips (774)
  • REACT New React Redux demo has been added. Demo located in examples/frameworks/react/javascript/gantt-redux folder
  • The RowCopyPaste feature will now paste copied or cut row(s) *below* selected or provided reference record. Previously the documentation stated that the copied or cut row(s) would be pasted above the reference record. However, the behaviour was inconsistent and cut-paste was done above while copy-paste was done below (4890)

BUG FIXES

  • 5394 – Non working days not painted after adding a calendar interval programmatically
  • 5718 – Replacing calendars with same id causes an error
  • 5723 – Non-working events partially disappear during scroll
  • 5771 – Gantt Cut/Paste rows freezes gantt with 3k tasks
  • 5783 – Calendar dropdown getting focused when click on the label
  • 5794 – Hide overflow scrollbar in resource assignment column with no avatars

Version 5.2.5

2022-12-16

FEATURES / ENHANCEMENTS

  • TaskCopyPaste feature used to trigger excessive events on the TaskStore. Now add event is fired only for tasks which, after paste, make up top-level siblings
  • RowCopyPaste feature supports copying rows in a tree. Copied records will have same hierarchy
  • Paste after cut and copy behavior is unified, records are moved below the paste target
  • msprojectimport demo has been updated to MPXJ v10.14.1 to better support up-to-date MS Project file types

API CHANGES

  • DEPRECATED Gantt/data/Wbs.js was deprecated and moved to Core/data/Wbs.js

BUG FIXES

  • 5287 – WBS should be recalculated correctly on the sorted task store
  • 5488 – Dependency arrows overlap task bar
  • 5614 – Gantt crashes when dragging a resource to a collapsed grid
  • 5676 – Improve onPaste event return data
  • 5709 – Creating invalid dependency to linked task shows green circle
  • 5716 – Grouping feature shows duration in tooltip as NaN
  • 5736 – Dependencies incorrectly positioned when hovered if document is scrolled

Version 5.2.4

2022-11-28

FEATURES / ENHANCEMENTS

  • We recently launched a new homepage over at bryntum.com, and have now slightly updated the styling for demos and docs to better match it (new logo, new header color, new font). Please note that this is not a change to our themes, only the look of the demos, and it won't affect your application
  • Now it is possible to unschedule the task by entering an empty string to its start/end/duration field. Such tasks are not rendered in the scheduling part and does not influence other tasks. To schedule task back, one can enter a missing value (4318)

BUG FIXES

  • 5475 – Bryntum Gantt with zoom less than 100% on Firefox not rendering correctly
  • 5541 – Timeline header is not rendered when calling zoomToFit
  • 5591 – Error on expand collapsible panel by click on header
  • 5595 – Fix panel collapse icon directions
  • 5614 – Gantt crashes when dragging a resource to a collapsed grid
  • 5626 – Race condition in project model prevents persisting removals
  • 5627 – Canceling cell editing with ESC key lost the focus from cell
  • 5631 – Crash when clicking non-editable DependencyField

Version 5.2.3

2022-11-17

BUG FIXES

  • 5466 – Gantt crash when setting visibleDate
  • 5542 – Project lines are not rendered properly on shiftNext() and shiftPrevious()
  • 5556 – Separator class is missing on menu items
  • 5562 – Scheduling conflict and exception when reading lateStartDate or lateEndDate properties inside a task store filter
  • 5563 – Error when disabling key-mapping on copy/paste feature
  • 5587 – Do not patch offsetX/offsetY

Version 5.2.2

2022-11-08

API CHANGES

  • DEPRECATED The behaviour of the store.data getter will be changed in 6.0. Currently, it returns the **initial** raw dataset, in 6.0 it will be changed to have the more expected behaviour of returning the data objects for the **current** state instead. See Grid's upgrade guide for more information (5499)

BUG FIXES

  • 5354ignoreRemoteChangesInSTM config leads to exception when two clients edit task at the same time
  • 5485 – Dropping task revert the changes when mouse is over the tooltip
  • 5503 – Multi-select not possible with cmd key
  • 5504 – P6 file import issue
  • 5531 – Column rename not compatible with Filter feature

Version 5.2.1

2022-10-28

BUG FIXES

  • 1802 – Exception on a scheduling conflict
  • 4417 – Typing into Gantt DateField freezes browser
  • 4927 – An error occurs if task.critical called with disabled criticalpaths feature
  • 5149 – Angular demos now use component-local styles using ViewEncapsulation.None
  • 5362TimeRange header element styling bug
  • 5423 – Gantt DependencyField filters using wrong input when filtering using picker's field
  • 5429 – Exception "Identifier can not read from higher level identifier"
  • 5434DragCreate exception when dragging right then left beyond start point
  • 5451DatePicker animation glitch
  • 5478 – Enable certain tasks to not allow resizing progress

Version 5.2.0

2022-10-13

FEATURES / ENHANCEMENTS

  • Gantt has gained built-in support for segmented tasks, by using the new EventSegments, TaskSegmentDrag and TaskSegmentResize features. The features cover splitting tasks to segments, rendering of such tasks and individual segments dragging. Please check the new split-tasks demo to see how it works (2975)
  • A new widget, ViewPresetCombo, is available to Scheduler, SchedulerPro and Gantt. Put it in the toolbar, and it will provide easy-to-setup view switching. It uses the built-in ViewPresets functionality which is easily customized (4539)
  • Added a new collapsible-columns demo showing how to use collapsible column groups (4878)
  • The fillTicks config from Scheduler was ported over to Gantt. Enable it to stretch tasks to always fill the time cells/ticks (3983)
  • Menu has a separator config to make it easier to visually separate menu items
  • The responsive state objects used in the responsive config of the Responsive mixin now support a once property to allow configs to only be set on first activation of the state
  • The Core.helper.DateHelper class has a new method formatRange method which can format date ranges, as well as new formatting options for week numbers
  • Added new feature TaskNonWorkingTime which highlights the non-working time of the tasks, meaning time intervals when they can not be worked on. Try it out in the new calendars demo (3260)
  • Baselines can now be styled by supplying cls and/or style as part of their data (2873)
  • The TreeGroup feature was reworked to allow manipulating the tasks in the generated structure, applying the same rules as in the original view
  • PdfExport feature is refactored to render content directly. This significantly improves performance and robustness by eliminating component scrolling. This behavior is enabled by default. You can revert to the old behavior by setting enableDirectRendering config on the export feature to false. (4449)
  • Baselines are now exported to PDF (4834)
  • New fieldfilters demo showing how to add multi-filter UI to a Gantt
  • ResourceHistogram has got a new generateScalePoints event that allows customizing its scale points at runtime (5025)

LOCALE UPDATES

  • Added localization for the new task split functionality, key EventSegments.splitTask

API CHANGES

  • EventModel has new ignoreResourceCalendar boolean field. When field is set to true the event will not take its assigned resource calendars into account and will perform according to its own calendar only. (3349)

BUG FIXES

  • 336 – Task baselines need to track changes and modify Task
  • 1947 – Update MSProjectImport demo to use the latest Maven
  • 2422 – Wrong baselines dates should not cause crash
  • 2755 – Task baselines are not imported correctly
  • 4096CalendarIntervalMixin class uses hardcoded date field formats
  • 4218 – It is not possible to drag resize manuallyScheduled parent tasks
  • 4573 – Issue with the Import MPP
  • 4828 – MPP file import throwing error
  • 5053 – MPP file import throwing error
  • 5055 – MS Project import demo cannot handle a file
  • 5143calendarInterval doesn't change after an interval is added
  • 5148 – MPP File import not working
  • 5169setBaseline not triggering sync method
  • 5249 – Split task outside of task element does nothing
  • 5251 – Converting a segmented task into milestone removes it
  • 5257 – Gantt split-tasks demo throws on deleting task
  • 5259 – PDF export insert extra margin at bottom
  • 5268 – Project line is rendered at the start of the timeline if corresponding project date is out of the gantt time span
  • 5294 – Extra dependency line is drawn on the exported page
  • 5334 – MS Project import demo produces invalid calendar intervals
  • 5356 – Exception thrown when trying to export Gantt with a dependency which doesn't have target record
  • 5387 – Exporter throws exception when trying to render dependency to unscheduled task
  • 5399 – MS Project import demo corrupts Japanese characters

Version 5.1.5

2022-10-12

FEATURES / ENHANCEMENTS

  • New demo drag-resources-from-utilization-panel showing how to drag resources from utilization and drop on a Gantt row to assign the resource to a task.
  • New records are assigned a generated id if none is provided. The generated id is meant to be temporary (a phantom id), and should be replaced by the backend on commit. Previously the id was based on a global counter incremented with each assignment. That simplistic scheme assured no two records got the same id during a session, but if an application serialized the generated id (note, they should not) and then reloaded it, it would eventually collide with a new generated id. To prevent this, the generated ids are now based on a random UUID instead
  • Stores now by default show a warning on console when loading records that has generated ids, as a reminder that it should be replaced by the backend on commit

BUG FIXES

  • 4645 – Improve error message "Bryntum bundle included twice"
  • 4654REACT Bryntum widget wrappers don't accept all component properties in React 18
  • 5312 – Crash when partnering with a hidden partner
  • 5337Angular ZoneAwarePromise for Angular 8 and below doesn't support Promise.allSettled
  • 5343AggregateColumn not working if added after Grid is painted

Version 5.1.4

2022-09-29

FEATURES / ENHANCEMENTS

  • New filterbar demo added showing the FilterBar feature (5208)
  • New p6-import demo added for importing Primavera P6 projects (5300)

BUG FIXES

  • 5047 – Conflict dialog looks bad in dark theme
  • 5173FilterBar doesn't work for startDate/endDate columns when date has hour/minute provided
  • 5180 – Dependency contents are misaligned when fromSide and toSide set in the console
  • 5212 – Duration is exported incorrectly for localized gantt
  • 5219 – PNG export doesn't render dependency arrows
  • 5260 – Rendering artefact in Angular and React timeranges demos
  • 5309 – Project throws when applying changes with a task outdented to the top level

Version 5.1.3

2022-09-09

BUG FIXES

  • 415 – Improve docs on formatting currency values on NumberField
  • 3680 – Support Salesforce Winter 22 release
  • 4457React Error when change locale for gantt in routing page
  • 5125 – Setting an initial value for activeTab on a TabPanel no longer animates that tab into view
  • 5158TaskRecord should be available in the params of beforeTaskResizeFinalize
  • 5189Project throws exception when trying to apply changes for copied tasks hierarchy

Version 5.1.2

2022-08-29

FEATURES / ENHANCEMENTS

  • An application's filters on a store may now be configured with an internal property. This indicates that they are fixed, and must not be ingested and modified by filtering UIs such as the Filter and FilterBar features (4980)
  • Configs that accept configuration options for a widget (or other class) are now (mostly) documented to accept a typed config object rather than a plain object. For example instead of {Object} tooltip - A tooltip configuration object, it is now {TooltipConfig} tooltip - A tooltip configuration object. This improves our TypeScript typings (transforms to Partial<TooltipConfig> in typings) when using such configs, but also improves our docs by linking to the configs of the type
  • Gantt now supports using keyboard shortcuts for indenting and outdenting tasks. Defaults are Alt + Shift + Right for indenting, and Alt + Shift + Left for outdenting. Note that the Alt key matches the Option key on Mac Configurable with the KeyMap mixin **Guides/Customization/Keyboard shortcuts**
  • Added a config to allow State Tracking Manager to ignore remote changes coming in a sync response. This allows user to only undo/redo local changes (ignoreRemoteChangesInSTM config on the ProjectModel) (5083)

API CHANGES

  • CalendarModel expanded field now defaults to true

BUG FIXES

  • 3729 – Assignment field selection is cleared when picker store has a filter
  • 4110selectionchange event is fired too often
  • 4984 – Infinite loop when reordering rows
  • 5017TypeScript Property type is missing in DataFieldConfig
  • 5018Vue Prop Validation fails for String options
  • 5023 – Error menuFeature.hideContextMenu is not a function when dragging
  • 5033 – Dependency creation always create dependency end to start even if dragged end to end
  • 5040 – Dependency tooltip contents are misaligned
  • 5041 – Gantt crashes when destroyed while the React editor is open
  • 5054 – New tasks now display their wbsCode in Predecessors/Successors picker. Advanced example now uses wbsMode: 'auto'
  • 5086 – Wrong constraint is set on parent task if child gets modified during the active sync
  • 5102 – Calendars missing unless parent calendar is expanded
  • 5114 – Gantt SharePoint fabric demo fails on npm install

Version 5.1.1

2022-07-28

BUG FIXES

  • 3427 – Infinite sync loop if percentDone value is incorrect

Version 5.1.0

2022-07-21

FEATURES / ENHANCEMENTS

  • The Dependencies feature was refactored, it now continuously redraws dependencies during transitions. It also allows customizing the marker (arrow head) and applying a radius to line corners for a more rounded look
  • Our TypeScript typings for string types that have a predefined set of alternatives was improved to only accept those alternatives. For example previously the dock config which was previously declared as dock: string is now dock : 'top'|'right'|'bottom'|'left'
  • Create React App templates now available
  • Configuring the crud manager functionality of the project was made a little easier by introducing shortcuts for setting load and sync urls using the new loadUrl and syncUrl configs
  • Updated the built-in version of FontAwesome Free to 6.1.1
  • Added new Angular Gantt + Resource Utilization combination demo
  • KeyMap is a mixin that allows for standardized and customizable keyboard shortcuts functionality. KeyMap is by default mixed in to Widget and therefore available to all Widget's child classes. There is a new guide **Guides/Customization/Keyboard shortcuts** describing how to customize currently integrated keyboard shortcuts (4300, 4313, 4328)
  • Added applyProjectChanges method to the Project model which allows applying changes object from another project. Projects should be isomorphic
  • Project optionally allows sync() calls without local changes, to retrieve changes from the backend. Configure forceSync : true to enable this new behaviour (4575)

API CHANGES

  • BREAKING ANGULAR Angular wrappers now use the more modern module bundle by default, instead of the legacy umd bundle. Hence application imports must be changed to match. This will slightly improve application size and performance (2786)
  • BREAKING gantt.lite.umd.js bundle is no longer available
  • BREAKING WebComponents has been removed from gantt.module.js ES modules bundle. New bundle with WebComponents is gantt.wc.module.js
  • DEPRECATED The drawForTask() fn of the Dependencies feature was deprecated. Calling it should no longer be necessary

BUG FIXES

  • 4301 – Fixed radio button keyboard navigation is conflict dialog
  • 4696 – Parents sorted below children in docs
  • 4697 – Too dark code background in docs
  • 4884 – UI bug when editing a task duration and expanding a parent task
  • 4926 – Scrollbar remains after removing all rows
  • 4935 – Editing last record in gantt moves focus to the first cell if autoSync is enabled
  • 4947 – Tasks are duplicated in the view when collapsing nodes

Version 5.0.7

2022-07-13

FEATURES / ENHANCEMENTS

  • The AssignmentField now lets you configure its tooltip using the tooltipTemplate config (4821)
  • Added preventable beforeSelectionChange event which fires before selection changes (4705)

BUG FIXES

  • 3980 – Dependency creation target changes if moving mouse quickly after mouse up after creating dependency
  • 4681 – STM issues when using with backend
  • 4756 – PDF export hangs trying to restore component
  • 4805 – Changes not reverted when close TaskEditor with Esc
  • 4815 – Paste event doesn't fire
  • 4852 – Assignments editing broken when using mapped fields
  • 4863 – Setting task calendar to null does not trigger sync request
  • 4916Fullscreen is not working on mobile Safari
  • 4919 – Engine throws exception on referencing a destroyed project

Version 5.0.6

2022-06-20

BUG FIXES

  • 4430 – PDF Export dialog is still masked after failed export
  • 4431 – Fix docs for isValidDependency method to allow pass instances
  • 4476 – Task date resets after deleting 3 last chars of start date
  • 4719 – Toggling parent task with collapsed grid causes a crash
  • 4736 – Task editor not shown when task is not scrolled into view
  • 4754 – Auto-scroll for dependency creation doesn't work
  • 4759 – Using mapped lag field breaks cell editing
  • 4779 – Crash when adding empty bbar
  • 4784 – Lag not copied when copying tasks
  • 4789 – Wrong drag behavior when trying to select text of a task
  • 4803 – Circular Dependency Dialog edit box is too small
  • 4808 – Typings are wrong for async functions
  • 4813 – Scheduling Cycle combo shows previous content on resolving next conflict
  • 4820 – ExcelExporter encoding problem with resourceAssignment when showAvatars is true

Version 5.0.5

2022-05-30

BUG FIXES

  • 4444 – Tooltip not displayed when calling showBy targeting a widget
  • 4537 – Crash when toggling parent node with timeline section collapsed
  • 4567 – Using too new replaceChildren API in Row
  • 4580 – Crash when dragging task card on to Gantt chart
  • 4581 – Cut and paste tasks removes dependencies
  • 4590highlightTimeSpan function throwing error when taskStore is filtered
  • 4591response.message not shown in error mask in case of response code not 200
  • 4598unhighlightTimeSpans=true breaks the TimeSpanHighlight feature
  • 4599 – Timeline not updated after changing task with custom mapped fields
  • 4601ResourceHistogram still partnered with gantt even after using removePartner
  • 4607VUE Incorrect prop types in Vue wrapper
  • 4624 – XSS security bugs
  • 4625 – Dropdown editor not working for new subtask

Version 5.0.4

2022-05-11

API CHANGES

  • ProjectModel has got new maxCalendarRange option that allows supporting long running projects. For more details, see What's new (2962)

BUG FIXES

  • 4309 – Baseline with no dates is shown as full task's duration baseline
  • 4365 – Fullscreen button should not have a border in framework demos
  • 4513 – Sync response format documentation missing in Gantt guide
  • 4562REACT React wrappers have incorrect source mapping urls
  • 4574highlightTimeSpans works even though the timeSpanHighlight feature is disabled

Version 5.0.3

2022-04-26

API CHANGES

  • The validateResponse flag on ProjectModel has been changed to default to true. When enabled, it validates responses from the backend and outputs a message on console if the format isn't valid. This is helpful during the development phase, but can be turned off in production
  • New Vue 2/3 wrapper config option relayStoreEvents (defaults to false). When set to true, the events fired by stores are relayed to the Bryntum Grid instance
  • REACT React wrappers now include TypeScript definitions (3378)

BUG FIXES

  • 4127LWC DomHelper.isInView() throws
  • 4222LWC Performance degradation in 5.0 release
  • 4238WRAPPERS Use ProjectModel wrapper component as project parameter
  • 4289 – Using TreeGroup modifies tasks
  • 4337 – Tasks disappear when clicking Change data in demo
  • 4387 – ASPNet demos should use trial packages in trial distribution
  • 4432LWC Mouse events do not work
  • 4439 – Add public event to track task edit cancel action
  • 4461Vue wrapper triggers doubled dataChange events with different params
  • 4515validateResponse should be true by default
  • 4531DOCS "Include in your app" section missing in Gantt
  • 4532 – Hovered row looks bad while row reordering TreeGrid with handle enabled
  • 4533 – Duration column updates multiple times when using spinner triggers

Version 5.0.2

2022-04-13

FEATURES / ENHANCEMENTS

  • The beforeTaskEdit, beforeTaskSave and beforeTaskDelete events triggered by the TaskEdit feature now handle async flows. Use async / await in your listener or return a Promise and it will be awaited before execution continues. Useful for example to ask for a confirmation on save etc (4421)

BUG FIXES

  • 4049beforeEventEdit does not fire on Scheduler Pro, whereas beforeTaskEdit does
  • 4224 – Fix background applied to selected parent milestones
  • 4257 – Selecting a milestone task does not change its background
  • 4291 – React editors are not working in new version
  • 4304 – MS Project export issues
  • 4308 – Problems with rendering React component in column renderer and as cell editor
  • 4320 – Crash when drag dropping in LWC
  • 4333 – Gantt task editor end date datepicker arrows are not working
  • 4344 – Replace % lag values in MS Project importer
  • 4363REACT Advanced example – recreates project when any params updated for its react wrapper component
  • 4370 – Assigning tasks to project when syncDataOnLoad:true results in empty Gantt
  • 4381 – Pin successors feature calculates lag incorrectly for calendars with less than 24h per day
  • 4385 – Problem with encoding on export to excel
  • 4405 – Exception occurred on task drag if snap is enabled
  • 4406 – Fixed items in disabled fieldset/radiogroup not being disabled
  • 4482 – Gantt not refreshed when supplying empty array to store.filter() with replace: true

Older versions

  • Full release version history can be found here.