Skip to content

Release Notes

Changelog

2.2.* - Jan 12, 2019

2.2.0 - Jan 12, 2019

  • Full screen mode - It is a very handy feature for those who work with big projects.
  • Drag-n-Drop of Multiple Tasks - it’s possible to select multiple tasks by Shift or Ctrl-clicking and move them
  • Scrolling the Timeline with the Mouse - Working with huge Gantt charts is more convenient now, as end users can quickly scroll the timeline using mouse click and drag.
  • Remove nashorn JS dependency

Read more at Release 2.2 Announcement

2.1.* - Dec 13, 2019

2.1.3 - Dec 13, 2019

  • FIX: Weekly scale view shifted by a week

2.1.2 - Dec 9, 2019

  • Tooltips on Resource Allocation Panel
  • Open Tasks from Resource Allocation Panel
  • FIX: Support Gantt widget on Person Home Page / Personal Dashboard

2.1.0 - Nov 25, 2019

  • Resource Allocation Panel

Read more at Release 2.1 Announcement

2.0.* - Nov 25, 2019

2.0.4 - Nov 25, 2019

  • Fix exception when adding Gantt on Plan or TestRun pages

2.0.3 - Nov 11, 2019

  • Fix legacy Icon Url's format (for really old WF configuration)
  • Remove dependency links that point to items outside of Gantt

2.0.0 - Oct 31, 2019

  • Dependency auto-scheduling
  • Critical-path visualization
  • Undo / Redo
  • Zoom In / Out
  • Configuration properties

Read more at Release 2.0 Announcement

1.8.* - Oct 22, 2019

1.8.3 - Oct 22, 2019

  • BUG FIX: No plans shown when PlansGantt is configured with "Show Unplanned" = NO

1.8.2 - Oct 15, 2019

  • Support UTF-8 properly (Chinese, Japanese, etc...)

1.8.1 - Oct 14, 2019

  • Fix issue with "Plans Gantt" (not loading mapping with 1.8.0 - sorry for the issue, we have extended the automated tests for PlansGantt as well so such issue will never occure again )
  • Add trackerService to Items Script, this enables you to perform various calculations and store then in task.getFields().put(key,value) and render them on the gantt.

1.8 - Oct 8, 2019

  • Add support for scheduling by setting start & end date (for those who prefer explicit planning and not via Duration field). Now you can configure the widget to use any combination of data Mapping: Start Field & Duration Field , End Field & Duration Field, or Start Field & End Field. The property "Start Field is End Date" is now marked as deprecated, this means it still works well, we just recommend to switch to new format and just set the End Field mapping in Data Mapping section.
  • We have moved all the data mapping settings into special category "Data Mapping".

Release 1.8.0 Announcement

gantt-data-mapping

1.7.* - Sep 30, 2019

1.7.2 - Sep 30, 2019

  • Fix issue when removing dependency links.
  • We support "start_to_finish" link types only so far, so create them by default.
  • Inform user that just single gantt per page is supported.

1.7.1 - Sep 17, 2019

  • Support for working days, when Advanced > Working Calendar == YES the item duration takes into account working days. The working calendar is defined by Global Polarion Administration > Work Items > Working Calendar

gantt-working-calendar

1.7 - Sep 9, 2019

  • New property Advanced > Show Today Marker - if true, a today marker is added to the gantt.
  • New property Advanced > Start Field is End Date (calculate from end) - this one is tricky, if it is true, than the Start Field will be actually treated as end date. What? Simply read more at How to configure the gantt to compute the start date from end/due date?
  • widgetContext object (Class Javadoc) has been added to Markers Script. It can be used to e.g. access the project context via widgetContext.getDisplayedScope().projectId()
  • Progress coloring added - the gantt will now mark the tasks that end in the past and are unresolved as red, and those with planned progress date in a past as orange. If you do not like this behaviour, you can turn it off by adding gantt.config.show_progress_colors=false; into Advanced > Gantt Config Script. We do not want to add a widget property to control this behaviour to restrict number of properties.

gantt-progress-colors

1.6.* - August 28, 2019

1.6.2 - August 28, 2019

  • Fix for ugly bug that custom field of type Date-Time was not supported for Start/End dates. We still recomend to use Date-only but some customers prefere Date-Time.

1.6.1 - August 27, 2019

1.6.0 - August 23, 2019

  • Support for Markers Script, see How to add Markers via Marker Script?
  • Regular bug-fixing
  • Update of documementation (split of widget documentation pages for Work Items and Plans Gantt)

1.5.0 - July 1, 2019

  • Big release with many customer enhancements and with addition of Plans Gantt Widget (added for free) justifies the big shift on version number.
  • Support for duration fields in DurationTime format (converts to days only)
  • Compare actual vs planned (requires Task Script to configure how to load the original schedule)

Warning

Due to major refactoring (as we were adding support for Plans data type), the widget needs to be reconfigured when you update from 1.0 to 1.5. This shall not happen in the future versions. This was agreed upfront with paying customers.

Gantt-menu

1.0.* - May 29, 2019

1.0.3 - May 29, 2019

  • Action menu added
  • Refresh action to reload the Gantt
  • Drag children control - add an option to turn on/off drag children instantly on Gantt, the widget property holds the default
  • Today Marker - add marker for today + scroll to today
  • Set Scale - add an option to set the timeline scale instantly on Gantt, the widget property would hold the default.

Gantt-menu

1.0.2 - May 28, 2019 17:20

  • Documentation improvements
  • Script support added to decorate a task based on work item properties, see Widget > Task Script
  • Infinite loop on parent links (should not happen in Polarion) does not cause gantt to fail (but data do not load).
  • Project style support (via Task Script)
  • License at polarion/polarion/gantt-lic.json

1.0.1 - May 15, 2019

  • Published on extensions.polarion.com
  • New Work Items Gantt widget icon.
  • Widget tags configured - "Work Items", "Charts"
  • gantt.config.round-dnd-dates reflected when dragging children

1.0.0 - May 5, 2019

  • After couple of months of development and use in several customer projects we officially release the public version 1.0.0.

Roadmap / TODO

Check this site: Nextedy Systems - Feedback Portal