25.3.2 March 31 - [improvement] NPT-370 - Configurable colors for Resource Allocation markers Colors of allocation markers can now be customized via the Gantt Config Script using: nextedy.gantt.config.resourceMarkersColorConfig = {percentages: [50,100,150], colors: ['lightgreen','#51c185','orange','#ff8686']} This applies to Resource Load Calculations of type 'Estimate + Spent' and 'Remaining Estimate'. - [fix] NPT-715 - Broken rows in Resource view when extending the scrolled resource table - [fix] NPT-870 - Regression in 25.3.1: Null project ID error on global Gantt - [fix] NPT-872 - Regression in 25.3.1: Assignment uses incorrect field type - [fix] NPT-873 - Regression in 25.3.1: Single-value resource field not pre-filled when editing - [fix] Bottom shadow is only displayed when edit dialog content is scrollable 25.3.1 March 26 - [feature] NPT-447 - Make fields in "+New" and edit dialogs configurable by the user The Gantt create/edit dialog now supports additional field types including numbers, duration, string, multi-line text, single/multi-value enumerations, and Categories. Field configuration is type-specific and respects required fields, permissions, and validation rules. Unsupported fields are indicated with a warning. Support for more field types (e.g., dates, Planned In, or custom resource fields) will be added in future releases. - [feature] NPT-637 - Support type-specific field configurations in create/edit dialogs - [feature] NPT-638 - Validate required fields when creating items from Gantt - [feature] NPT-683 - Support enumeration fields in create/edit dialogs - [feature] NPT-707 - Enforce user permissions when editing work items in Gantt dialogs - [feature] NPT-708 - Automatically assign parent project to new work items - [feature] NPT-720 - Gracefully handle unsupported fields in work item dialogs - [feature] NPT-731 - Support multi-line text fields in create/edit dialogs - [improvement] NPT-712 - Optionally display tasks with square borders Tasks can now be displayed with square borders by setting nextedy.gantt.config.squareTaskBorder=true in the Gantt Config Script or in Configuration Properties in Polarion administration. - [improvement] NPT-382 - Indicate filtering in the Gantt footer when items are hidden by time range When the Gantt time range is limited by a start and/or end date, the footer now shows how many rows are visible out of the total and displays a funnel icon with a tooltip describing the applied filter. - [fix] NPT-312 - Fix missing resources in Resource view when titles contain double spaces 25.3.0 March 17 - [improvement] NPT-781 - Compare Gantt with a historical version using date, baseline, or revision - [improvement] NPT-714 - Highlight newly added tasks in Gantt history comparison - [improvement] NPT-544 - Improved visualization of dependencies in resource calendar settings - [fix] NPT-726 - Error in Gantt Widget when parsing an empty string in the 'Override Today's Date' parameter 25.2.0 February 14 - [fix] NPT-729 - A team assignment without a linked parent ‘Team’ cause the capacity calculation to fail. The system now properly ignores these assignments. - [fix] NPT-766 - Missing tooltip for the “today” marker. - [fix] NPT-724 - Regression in 25.1.2: Plan markers, enabled by the “sync to plans” feature, are mistakenly displayed in grey instead of green. - [fix] NPT-765 - Regression in 25.1.1: Empty Nextedy GANTT demo template 25.1.2 January 27 - [fix] NPT-693 - Regression in 25.1.0: Today marker became green 25.1.1 January 23 - [improvement] NPT-681 - Template for easy setup of Nextedy Gantt Calendars project - [fix] NPT-688 - Can't make changes on Gantt with enabled search after creating a new item/modifying existing one through the pop-up window - [fix] NPT-692 - Regression in 25.1.0: Cannot install GANTT templates due to NPE - [fix] NPT-711 - Regression in 24.7.0: Velocity Services are not available in Gantt Config Script 25.1.0 January 13 - [improvement] NPT-686 - Make it possible push a marker flag to end of day in Marker Script. - [fix] NPT-261 - Gantt needs to be reloaded to show child range conflict in some cases - [fix] NPT-541 - Milestone flags are not showing any tooltip, but should be showing the date - [fix] NPT-546 - Capacity Modifiers are ignored when Team Assignments are in use with WI Calendar - [fix] NPT-599 - Sort WIs on the Plans Gantt the same way as Plans - [fix] NPT-631 - Regression in Polarion 2410: Item script error does not shows actual cause of failure - [improvement] NPT-624 - Less verbose logging repeated errors of Gantt item script in Polarion logs - [improvement] NPT-635 - Increase robustness of date range conflict checks - [improvement] NPT-656 - Correlate gantt async requestorPath with Polarion page load by unifying the logging format - [improvement] NPT-660 - Alert users on Gantt Config Script Errors in Widget Edit Mode 24.11.5 November 29 - [improvement] NPT-636 - Enhanced Log4j logging for Nextedy GANTT to correctly display the associated class name. - [fix] NPT-648 - Resolved an issue where vacations spanning the end of the year were not considered when loaded for the current year only. 24.11.4 November 19 - [fix] NPT-626 - Gantt loads one item only if we set "Load Children" without 'Parent role' - [fix] NPT-617 - NULL assignee is added and can't be deleted if task is created without assignee 24.11.3 November 18 - [fix] NPT-576 - Allow right-side text for items with classic_project (black bar) view - [improvement] NPT-555 - assignee column display mode config option 24.11.2 November 16 - [feature] Project Work Items enums (with transaction cache) 24.11.1 November 15 - [improvement] Opening page parameters from fullscreen now exits fullscreen. - [fix] NPT-602 - Always edit (no sidebar) gantt shows 'Edit' button once you toggle fullscreen mode - [improvement] Faster Team Enum provider (transaction cache) - [improvement] Reduce number of searches in case of multiple parent roles are selected 24.11.0 November 11 - [fix] NPT-531 - Page Parameters gear icon disappears when refreshing Gantt Chart - [fix] NPT-525 - Page Parameters dropdown remains visible after closing the dialog using "X" - [fix] NPT-551 - Popups misaligned on Gantt Parameters Parameters - [fix] NPT-524 - Shifted Page Parameters's dropdown menu - [fix] NPT-583 - User can't scroll a long list of Page Parameters 24.10.1 October 04 - [improvement] NPT-547 - Added 'setZoomLevelFormat' for handling zoom level format configuration from gantt script 24.10.0 October 03 - [fix] NPT-553 - gantt.config.workingHoursPerDay stopped working 24.9.4 September 20 - [fix] PT-550 - Ugly Toolbar on Gantt in Safari due to text selection 24.9.3 September 19 - [fix] NPT-537 - Team Assignments not working with custom resource fields var parents = wi.getLinkedWorkItemsDirect().iterator(); while (parents.hasNext()) { var p = parents.next(); if (!p.isUnresolvable() && p.getType().getId() === "release") { task.getFields().put("release", p.getTitle()); } } 24.9.2 September 18 - [fix] NPT-499 - Gantt save fails when user session is stopped 24.9.1 September 13 - [fix] CapacityB modifier limit was not applied - [fix] NPT-425 - Users with 0 items are shown on the Resource view if 2 WI levels are configured as 'Item' - [fix] NPT-528 - Item Milestone is shown a day before 24.9.0 September 05 - [fix] NPT-262 - Calendars Functionality & Team Assignment working together 24.8.3 August 23 - [fix] NPT-505 - Resolved an issue where adding or editing an assignee for 'Assignment Allocation' was not possible. An additional 'title' field was incorrectly displayed and has been removed. 24.8.2 August 21 - [fix] NPT-507 - Fixed a failure in the Nextedy Team Provider when operating in Global/Repo scope. - [update] Upgraded the Gson library to version 2.11.0. 24.8.1 August 14 - [fix] NPT-484 - Corrected missing icons in the Gantt license administration panel. - [improvement] Implemented a constant scale height across all zoom levels. 24.8.0 August 13 - [fix] NPT-496 - Addressed an issue where the columns visibility menu displayed an empty rectangle when no columns were available. - [improvement] NPT-495 - Enabled as a context menu trigger. - [fix] NPT-490 - Resolved a visual bug where the 'Toggle dragging children together with parent' button appeared enabled by default. - [fix] NPT-494 - Gantt drag progress is now (again) disabled by default. 24.7.13 July 30 - [fix] Restricted the hours zoom level to be available only when Gantt is in 'High Precision (Hours)' mode. 24.7.12 July 30 - [improvement] Reduced bundle size for enhanced performance. 24.7.11 July 30 - [feature] Introduced locally stored user settings, including column visibility, column widths, table width, and scale. - [improvement] Enhanced the appearance of the Gantt menu. 24.7.10 July 24 - [fix] NPT-409 - Resolved a console error when saving an item with a set link lag value. 24.7.9 July 24 - [improvement] Progress column values are now rounded to two decimal places. - [fix] Corrected an issue where date columns displayed +1 day for milestones. - [fix] NPT-418 - Addressed an issue where Milestone type WI incorrectly spanned 2 days. 24.7.8 July 18 - [fix] NPT-367 - Fixed an issue where toggling Automated Scheduling \ didn't move the child items as expected. 24.7.7 July 17 - [fix] Added missing assets for the fixed license page. 24.7.6 July 17 - [fix] NPT-477 - Child task remains on the old date when auto scheduling is enabled. 24.7.5 July 15 - [fix] NPT-475 - Null Pointer Exception: "parentOption" is null (Gantt). - [fix] NPT-456 - Gantt chart is not properly sorted when grouping is applied. 24.7.4 July 11 - [fix] NPT-467 - The "Add new item" dropdown menu does not close after selection. - [fix] NPT-466 - Missing space between the ‘New’ label and the dropdown arrow. - [fix] NPT-465 - Sidebar should automatically hide when entering edit mode. 24.7.3 July 10 - [fix] The "New" label is displayed even when adding new items is disabled. 24.7.2 July 10 - [improvement] Load Gantt plans first, work items afterward, and expand child items last. - [improvement] Added the ability to enforce auto mode using an item script. 24.7.1 July 09 - [improvement] Removed unnecessary log entries. 24.7.0 July 08 - [improvement] Reworked the architecture and improved memory isolation. - [improvement] Reduced the overall package size. - [improvement] Enhanced exception handling and reporting for Gantt configuration scripts. - [security] Improved security through a standardized packaging process. 24.6.1 June 21 - [improvement] Applied CapacityB modifier for days that are 28 or more days in the future. 24.6.0 June 04 - [fix] NPT-387 - The "+New" button does not display all configured work item types when the list is long. 24.5.3 May 27 - [fix] 24.5.2 - Resolved a critical issue where dependencies were not being set. 24.5.2 May 24 - [fix] NPT-428 - The item script occasionally fails to execute due to a race condition. - [fix] NPT-429 - Keep-alive requests multiply when the Gantt chart is reloaded (without a full page refresh). 24.5.1 May 20 - [fix] NPT-407 - The grey background for days off is missing in Resource view when showing Users per Team. 24.4.2 April 25 - [improvement] Scalability & Performance improvement when draging large number of items, the gantt on client repond 50x faster 24.4.1 April 08 - [fix] NPT-389 - show only items that have resource load on Gantt Resource view "# of Items" - [fix] Enable test plan!=null 24.4.0 April 05 - [fix] NPT-396 - Days off set via Regular Schedule lead to wrong capacity calculations - [improvement] NPT-402 - Allow polarion user regular schedules in CSV calendar 24.3.6 March 27 - [fix] NPT-395 - Duration misaligned when resource calendar in use 24.3.5 March 26 - [improvement] NPT-377 - Allow user to change markers colors by custom css. - [fix] Marked items with unsynchronised derived dates to be saved not working for derived dates 24.3.4 March 25 - [improvement] NPT-392 - Marked items with unsynchronised derived dates to be saved - [improvement] NPT-379 - Store End date when data mapping was done based on Start&Duration 24.3.3 March 20 - [fix] nextedy.gantt.config.onlyLeafTasks cannot be set from context properties 24.3.2 March 20 - [fix] Item Count Resource View marker colors not working correctly. 24.3.1 March 07 - [fix] NPT-369 - The user team working calendar loads global not project capacity - [improvement] NPT-376 - Do not mark resolved (completed) items with "range conflict" - [feature] NPT-244 - Edit the link lag value to set a positive delay (lag) or a negative advancement (lead) for item dependencies. - [fix] NPT-350 - Total Resource Capacity gets rounded if not full hours are specified in User Calendar 24.3.0 March 04 - [fix] NPT-295 - The new "Hide Resources" functionality creates a "HIDDEN" assignee - [improvement] NPT-236 - Gantt - show string fields in Resource view - [fix] NPT-365 - Gantt popup for Team shall not show Time period. - [fix] NPT-359 - Schedule changes from Gantt "+New" pop-up menu doesn't update parent level item 24.2.2 February 27 - [fix] NPT-348 - 'Leaf items Count' Resource Load Calculation shows all level 'Item' WIs 24.2.1 February 26 - [fix] NPT-297 - Gantt not loaded with End&Duration Data Mapping - [fix] NPT-315 - the effort is INITIAL ESTIMARTE if remaining estimate is none, and time spent is already spent. - [fix] NPT-301 Items are shown as 'unplanned' on the Gantt with End&Duration Data Mapping options 24.2.0 February 23 - [fix] When gantt loads children through enumeration field, it fails if the work item has value different to enum option. - [improvement] Job to reload licenses. - [improvement] Disable license caching via setting configuration property nextedy.gantt.cacheLicense=false - [fix] For derived schedules, the nextedy gantt is storing the schedule into work items. It should not. As some customers depends on this bug, we keep the fix turned off by default for limmited time. Enable the fix via: nextedy.gantt.workitems.syncToDerived=false If you guarantee by readonly fields settings, that schedule is manipulated only through gantt UI, you can keep (set it) to true. 24.1.4 February 15 - [fix] The new scripting support fails on concurrent thread usage - [fix] The sync to plans with context support fails 24.1.3 February 01 - [improvement] Enhanced Synchronization of Items to Plans in Specific Contexts We've introduced an improvement that facilitates the synchronization of items to plans, ensuring alignment only within matching contexts. This enhancement allows for a more targeted synchronization, where items are synced exclusively with plans sharing the same contextual field values. To achieve this, both Work Items and Plans should utilize a custom field designated for context matching. This requires configuring a common custom field ID across these entities. The synchronization logic will then identify and sync items with plans based on identical custom field values, ensuring that the sync occurs only among contextually related items and plans. To enable this feature, navigate to Polarion Administration > Configuration Properties and set the following property: gantt.syncPlans.contextField=department 24.1.2 February 01 - [fix] fix license page 24.1.1 January 16 - [feature] Hide resources with no assignments 23.12.2 December 19 - [fix] Teams - wrong capacity calculations in estimate and remaining view 23.12.1 December 12 - [fix] Team Calendars do not respect capacity modifiers - [fix] Total resource capacity is shown for all teams on a Team specific Gantt - [enhancement] ITeamService ($teamsService) now provides additional methods for velocity All returns hours: int getTeamCapacity(String teamID, String projectID, DateOnly from, DateOnly to); int getTeamCapacity(String teamID, String projectID, Date from, Date to); int getUserCapacity(String userId, String teamID, String projectID, Date from, Date to); int getUserCapacity(String userId, String teamID, String projectID, DateOnly from, DateOnly to); 23.12.0 December 6 - [breaking change] capacity-resource.csv is now separated by ";" and not by "," such that it is not in conflict with comma float encoding. - [breaking change] resource-capacity.csv day_of_year_end changed from being excluded in the range to being included. 23.11.0 November 28 - [feature] Import Resource Capacity from CSV. - [improvement] Teams allow for capacity modifiers. 23.10.6 November 27 - [fix] The system only allows two level of groups - [improvement] Caching for reading property nextedy.team.supportingProjectsFieldId (5min) 23.10.5 November 16 - [improvement] task.setProgress accept double values, as necessary by new Polarion scripting. - [improvement] Allow selection of team in team assignment pop-up 23.10.4 November 13 - [fix] Broken support for Polarion 2310 on User Calendars API 23.10.3 November 11 - [fix] Team calendar throws error - [enhancement] The supporting projects custom field id is configurable in Project Config Properties nextedy.team.supportingProjectsFieldId=supportingProjects 23.10.2 October 26 - [enhancement] The Gantt widget shows in the footer Item & Marker script errors. Remark: only in Widget Edit mode, not to distract the end users. 23.10.1 October 24 - [fix] The export to PNG wrongly calculate height, based on all tasks, even when filter is applied. 23.10.0 October 22 - [feature] Control loading of children via item script independently on level of loadChildren task.setNoExpand(true) - stop loading children for this task task.setForceExpand(true) - enforce loading children for this task - [feature] User Widget Properties > Work Item Types Configuration > Child Extra Query to specify additional query for child work items 23.9.1 October 20 - [fix] Broken support for Polarion 18 & 19 23.9.0 October 6 - [feature] Polarion Project as working calendar - [improvement] days with 0 effective hours are now displayed as off days. 23.8.8 October 5 - [fix] Milestone baselines not rendered correctly - [fix] 0 length duration for initial baseline schedule 23.8.7 September 15 - [fix] High precision gantt being one day off - [break] dropped the support of nextedy.gantt.config.onlyNonLeafTasks in favour of nextedy.gantt.config.onlyNonLeafTasks - IMPORTANT: Polarity hasnt changed as it was wrong in the dropped version. 23.8.6 August 17 - [fix] "ghost" off days - [fix] global calendar not overloadable 23.8.5 August 16 - [fix] global calendar holidays not working correctly - [fix] nextedy.gantt.config.rangeConflict kills the page 23.8.4 August 16 - [fix] scrolling no longer triggers "Go Back" in browsers 23.8.3 August 3 - [fix] NaN marker for user calendars on off days fixed 23.8.2 July 31 - [fix] Resource view not displayingd user calendar off days properly 23.8.1 July 27 - [improvement] Range conflict highlight on both parent and the conflict causing child - [fix] added missing overdue highlight to tooltip - [fix] Range conflict highlight overlayed by other highlights fixed - [improvement] Child range conflict, more configuration - nextedy.gantt.config.highlightChildrenRangeConflict DEPRECATION in favour of nextedy.gantt.config.rangeConflict = {enabled: false, highlightChild: false, checkStart: true, checkEnd: false} - highlight conflict causing child - specify which sides of range to check - [fix] NaN marker after creating new task from gantt fixed. - [fix] NaN marker in allocation view for weekends with disabled usercalendars fixed. 23.8.0 July 21 - [feature] Working Calendar Cache Widget properties > Working Calendars > Use Cache. Clean using Swipe icon in the toolbar or scheduled job "clear.gantt.working.calendar.cache.job" - [improvement] Access the loaded tasks in the item script .... var parentTask = config.data.getTask(wi.getProjectId()+"/"+linkedItem.getId()); (returns gantt.Task) - [improvement] Access the workitems from the item script ... var targetReleaseWI = config.getWorkItemsAccess().getWorkItem(wi.getProjectId(), targetRelease.getId()); (returns IWorkItem) 23.7.4 July 14 - [fix] Child range conflict highlighting childless tasks - [fix] Child range conflict not off by default 23.7.3 July 13 - [fix] baseCalendar not working for unassigned tasks - [fix] gantt not expanding parent of selected child after refreshing - [feature] Range conflict - children are not in parents date range - [fix] TODAY_MORNING not overwritable from gantt config script fixed. - [fix] Capacity of team assignment not set to 0 23.7.2 July 1 - [improvement] Edit team assignments easily on "Assignments" - [improvement] If resource load > 10 round the number in circle to whole number 23.7.1 June 24 - [fix] Alternative user calendar stop working - [improvement] Show loading indicator for big gantt charts 23.7.0 June 20 - [feature] Experimental feature to derive Work breakdown structure from Item Enumerations custom fields. 23.6.4 June 15 - [improvement] Support for Gantt task markers 23.6.3 June 12 - [fix] Work items not loaded when plans are limited to certain level - [improvement] task.storePlannedToAsString(IWorkItem wi, String templateId) - stores thje names of planns in field "plannedTo" 23.6.2 May 15 - [fix] Script Marker script fails on Polarion 2304 23.6.1 May 15 - [fix] It was broken to provide custom provider of working hours. https://nextedy.freshdesk.com/support/solutions/articles/48001209899-customised-working-hours-per-resource - [fix] Sync to plans was shifting by +/-1 one day 23.6.0 April 27 - [improvement] Support for Scripting Engine of Polarion 2304 - [improvement] utility method task.deriveScheduleFromPlans(IWorkItem item, String templateId) 23.5.6 April 24 - [fix] Regression - Compare with Date does not work 23.5.5 April 19 - [improvement] Make it possible to count all the items in the resource load, not only children. In Widget Properties > Gantt Config Script nextedy.gantt.config.onlyNonLeafTasks = false; In item script, you can set the task.load=0; for any item you want to skip in calculation, based on any condition. 23.5.4 April 6 - [improvement] Avoid the need to use the Item Script to setup resource load calculation "Assignment Allocation" - [improvement] Ability to overwrite the TODAY definition. 23.5.3 April 5 - [improvement] New Gantt Template - [improvement] Easy way to add markers from Plans/Work Items. Put following Marker Script: markerFactory.addPlanMarkers("template.id:iteration AND project.id:gantt2","blue") markerFactory.addWorkItemMarkers("type:release AND project.id:gantt2","publicLaunch","red") See more on knowledge-base ... 23.5.2 March 21 - [improvement] Supporting projects (early access) 23.5.1 March 21 - [fix] User working calendars not loaded. 23.5.0 March 16 - [feature] Ability to load Team Capacity (to be documented) 23.4.4 March 13 - [fix] user calendar not loaded when gantt.assignee.role=fake_role 23.4.3 March 10 - [fix] Do not remove plans with other templates, when syncToPlans is set. 23.4.2 March 8 - [improvement] Show available capacity in the tooltip of resource load. - [fix] Resource load always marked red, when not using user calendars. 23.4.1 February 23 - [fix] overAlocationCell not rounding - [fix] Resource load not visible for Count-based calculation. - [fix] NPE when capacity value is not set for team allocations - [fix] potential issue when assignment is unresolvable 23.4.0 February 21 - Early access support for Team Assignments, i.e. percentual Time-range assignments of users to project. 23.3.1 February 15 - [fix] Regression - Gantt rendering fails under conditions with working calendars. 23.3.0 February 12 - [feature] Ability to add work items to Polarion Plans based on start/end range. The Gantt will search for all the plans over the period of item start/end dates and it will add an item to those plans. Configure via Widget Properties > WorkItem Type Config > Type > Sync to Plans See https://go.nextedy.com/sync_to_plans - [improvement] You setup 'progress' as Integer field and we store progress as number of %. If you use Float, it is stored as decimal number between 0..1 (nothing changed here) 23.2.0 February 10 - [feature] Support for task grouping. In current moment, to group items, you need to use "Item Script" and set the group property to any String value. E.g. task.setGroup(wi.getSeverity().getName()) 23.1.2 January 20 - [fix] Remaining effort calculation does not calculate the load well for estimates < 8h and for assignments to 2+ assignees. - [improvement] Save scroll state when refreshing gantt using toolbar action - [improvement] Filter by Item (show item and its dependencies) supports multi-selection. - [improvement] Do not store error on Polarion LiveReport page 23.1.1 January 3 - [fix] REGRESSION - the global load presentation stopped working with the use of "task.filter" for items that do have child items. 23.1.0 January 2 - [improvement] On Azure, the request URL is limited and Gantt does not load. We have redesigned the request architecture to pass values through POST requests. As a result, the GANTT loads well on networking environment with limited URL size. - [improvement] Make it possible to configure the resource column label in resource properties panel. Widget Properties > Resource View > Resource Label ======================== 2022 ======================================================================= 22.6.0 November 11 - [improvement] Alignment with Polarion 22 R2 (Top header) - [fix] The resource load calculation calculate small estimates wrong 22.5.5 October 28 - [security] Update JQuery, remove unused sample build assets (pom.xml) causing false security alerts 22.5.4 October 26 - [fix] On some large gantt charts, the browser hangs for seconds after operation. It computes the critical path, even if not needed. - [improvement] Footer with information about number of items. (To add more information there) 22.5.3 October 25 - [improvement] Support extra large item scripts 22.5.2 September 9 - [improvement] Configure alternative base calendar. Sometimes you want to use a different working calendar as a base, e.g. a team based calendar. You can setup a fake user, define its calendar and connect it with Gantt. Polarion Administration > Configuration Properties nextedy.gantt.calendarHolder=USER_ID_THAT_HOLDS_ALTERNATIVE_BASE_WORKING_CALENDAR 22.5.1 August 23 - [Improvement] Ability to show unassigned items in resource panel Widget Properties > Resource View > Show Unassigned : YES | NO 22.5.0 August 22 - [feature] Ability to load user working calendars See https://go.nextedy.com/help_user_calendars 22.4.4 August 8 - [fix] The gantt cannot be saved when "categories" are used as resource field. 22.4.3 August 1 - [fix] Help Image in the toolbar - [improvement] Updated Demo Template 22.4.2 July 10 - [fix] nextedy.gantt.workitems.default.link_lag not respected by dependency problem checker - [fix] Gantt sometimes stays in readonly mode - [fix] Deadlines render in unclear position when gantt.config.row_height is set 22.4.1 July 7 - [fix] Editor hangs on click in widget editor. 22.4.0 July 3 - [feature] Introduction of the edit mode. In edit mode you can drag items along the time line. Before the edit mode is turned on, work item properties sidebar shows item details. https://nextedy.freshdesk.com/en/support/solutions/articles/48001217875-edit-mode-and-sidebar-configuration 22.3.2 April 21 - [improvement] Add securityService to ItemScript context. 22.3.1 April 7 - [improvement] Make it possible to load the global (organization) data for resource load but filter what is visible on the timeline See https://nextedy.freshdesk.com/en/support/solutions/articles/48001213212 22.3.0 April 4 - [maintenance] Support for Polarion 22 (alignment with Polarion logging). Previous Polarion versions are supported as well. - [feature] Support for loading Gantt from Polarion Project Baselines 22.2.3 March 16 - [improvement] Enable resource load calculations for Plans Gantt 22.2.2 February 18 - [improvement] Support for returning working our per resource, provided by API See https://nextedy.freshdesk.com/en/support/solutions/articles/48001209899-customised-working-hours-per-resource 22.2.1 February 14 - [fix] Remaining calc miss calculation - [improvement] Configure if the effort is same or shared for multi assignments nextedy.gantt.multiAssignmentSameEffortForAll=false 22.2.0 February 4 - [feature] Out of the box resource load calculation by time estimates (Widget properties > Resources > Resource Load calculation) 22.1.1 January 23 - [fix] Keep alive url. 22.1.0 January 23 - [improvement] enable category as "resource" for resource table. 21.10.2 November 20 - [fix] the WI and PLAN initialization in Item Script (if you are using item script with Plans Gantt, you should update) 21.10.1 November 7 2021 - [fix] Actives users are not loaded properly if first product access is not by admin user. 21.10.0 November 6 - [feature] New Action "Filter by Item" in toolbar lets you easily focus on some item, while seing its context. - [feature] Filtering now nicely shows also child items with lower opacity, so you see context of the filtered items. 21.9.1 October 31 - [fix] OverDue and ProgressDue not rendered well on load, only after refresh - [fix] Sort by start date is not aligned with "derived schedules", sort it on client to fix it. - [improvement] Updated demo template 21.9.0 October 12 - [feature] WF condition: GanttDependenciesStatusCondition that is the same as built-in LinkedWorkItemsStatusCondition, but ignores start-to-start and start-to-finish dependencies - [feature] Toolbar action "Show/Hide Links" - [feature] Filter items by columns/fields/resources. You can disable it via Project Config Property nextedy.gantt.filterByProperties=true 21.8.4 August 28 - [fix] Support for project roles not starting with prefix "project" 21.8.3 August 4 - [fix] Support for Polarion 18.1 21.8.2 - July 31 - [fix] Milestone days are corrupted when using "end date" and "duration" - [temporary] New config property "nextedy.gantt.storeInvalidDependencies", that prevents storing of unallowed dependency links. - Internal license alignment accross all the products. 21.8.1 - June 22 - [improvement] Enable critical path visualization also for Plans Gantt. 21.8.0 - June 21 - [improvement] 8x better performance when using "Item Script" due to shared instance. 4.7.1 - June 16 2021 - [fix] Refresh Button does not work 4.7.0 - May 16 2021 - [feature] Assign work items directly on Gantt 4.6.2 - May 5 2021 - [improvement] check if there are no unsaved changes before reload 4.6.0 - May 5 2021 - [feature] Integrate Page Parameters with Maximized gantt (check https://go.nextedy.com/4.6.0) - [feature] Compare plan with a date - [improvement] testManagementService in item script context 4.5.3 - Apr 19 2021 - [fix] - wrong colors for project / derived items - [improvement] - Nextedy group for widgets 4.5.2 - Apr 11 2021 - [fix] - deployment option on 18.1 4.5.1 - March 31 2021 - [improvement] - show assignee column, even when resource table is hidden 4.5.0 - March 10 2021 - [feature] Resource table allows to filter items by resource easily by checking the checkbox 4.4.3 - March 8 2021 - [fix] (Blocker) The end date is shifted by 1 day if "end field" is used in mapping. 4.4.2 - March 8 2021 - [fix] child items are sorted again by 'sort field', or force sort by ID via nextedy.gantt.sort_children_by_id=true in config properties 4.4.1 - February 28 2021 - [fix] task.hide stops adding items when called on top level item, i.e. task.hide=true was working only for child items 4.4.0 - February 2 2021 - [improvement] reload the active users any time user opens License administration page - [feature] support for AUTO-MODE Gantt Presentation Type: (See Widget Properties > Config Types > Gantt Presentation Type > AUTO-TYPE) - [feature] enable mapping of advanced dependencies (start to start, start to finish ...) to specific Polarion link roles - [improvement] configure boldeness of the link via Aministration Config Property nextedy.gantt.link.bold=0 (Default=1, options are 0,1,2) - [fix] error when license page is loaded before Gantt is loaded 4.3.2 - February 18 2021 - [improvement] children are no more randomly sorted, but sorted by 'id' - [improvement] "project" type Gantt items shall not be "unplanned" - [improvement] default start date for new items shall be 'today' - [fix] license panel not shown - [fix] if start date is null, and end date is in history, a wrong default (unplanned) date is set 4.3.1 - February 1 2021 - [fix] local exception on browser resize 4.3.0 - January 25 2021 - [fix] the date label of deadline/due date is shifted by 1 day (data are set correctly, just wrong label) - [fix] the item duration is wrongly rounded when it is loaded from duration based polarion fields 4.2.0 - January 21 2021 - [feature] API support for working calendars. Enter: $workingCalendar.loadNotWorkingDays(2020).loadNotWorkingDays(2021).buildConfiguration() in Properties> Gantt Config Script 4.1.1 - January 20 2021 - [fix] Regression - Gantt does not resize on window resize 4.1.0 - January 19 2021 - [feature] Export Gantt to PNG / Print Gantt - [api] when you call 'task.hide=true' in the Item script, the item will be skipped - [fix] Child items no longer missing in the Gantt, depending on the order of child links 4.0.2 - January 6 2021 - Fix hamburger menu in case the main toolbar is hidden 4.0.0 - January 1 2021 - Major release - Create new items (work items or plans) directly on the gantt chart - Change the parent / child relationship also directly on the chart - Widget Properties > Data Mapping > Duration precision - - Select if you are planning in days (default), or hour hours - Widget Properties > Work Item Types Configurations (Resp. Plan Types Configurations) - - configure the different gantt presentations per item: Standard (Item), Project (Derive schedule form children) or Milestone - - configure the process of creating of new items - Widget Properties > Advanced > Gantt Height - set gantt height easily - Visual updates: unification of styles across Nextedy portfolio - Fix: clear selection before selecting a task, when clicking on a task in resource panel 3.8.0 - Nov 20 2020 - PlansGantt shows dependencies between items - PlansGantt shows deadlines - Perf improvements : MaxItems limit also extended to 500 by default (but works well with thousands of items) - Fix: issue when plan contains reference to deleted work item 3.7.0 - Nov 18 2020 - PlansGantt enables you to add children of work items (e.g. sub-tasks of planned work packages) 3.6.2 - Nov 17 2020 - Fix: Styles of admin pages 3.6.1 - Nov 11 2020 - Fix: Tooltips sometimes leak to another page 3.6.0 - Nov 9 2020: - Support for Deadlines (an item may have start and end data, and in addition to that a deadline - if end date is > deadline, the task will be highlighted - Setup in Widget properties > Deadlines - We added admin pages to "Administration > Nextedy GANTT > Setup & License" - basic admin pages to link the support systems - install demo template - check the license 3.5.0 - Oct 12 2020 - Mix Plans and Work Items on single chart. 3.4.0 - Sep 30 2020 - Widged property to make Gantt readonly 3.3.0 - Aug 31 2020 - The resource table now shows more than just personal assignments. - You can configure it to present the Team Assignments as it is demonstrated on SAFe portfolio level. 3.2.4 - Aug 20 2020 - Table view configuration on PlansGantt (so far it was only on WorkItemsGantt) 3.2.0 - Jul 28 2020 - In-place filtering. - The parent items are visible, when the children pass the query. 3.1.1 - Jul 21 2020 - Fix: PlansGantt throws errors 3.1.0 - Jun 23 2020 - Access Page Parameters in Widget Parameter > Advanced > Item Script - Fix: advanced dependencies wrongly reported as violated - Fix: End Date rendered wrongly in Table View 3.0.0 - Jun 3 2020 - New fully configurable table panel and advanced dependency link types (big enough to change the major version) 2.4.1 - Mar 24 2020 - Out of the box baselining - "Collapse" / "Expand all" actions 2.2.0 - Jan 12 2020 - Fullscreen mode - Multi-select, ---- change log starts at Jan 2020 ----