Skip to content

Releases: fico-xpress/insight-projects

v6.1.0

22 May 16:24
Compare
Choose a tag to compare
  • The feature which saves the last state of the shelf for a project/user and restores it next time the project is opened, can now be disabled with the 'lastUsed': false config setting

v6.0.5

07 May 08:22
Compare
Choose a tag to compare
  • Skips root folders which are not projects rather than erroring

v6.0.4

06 May 11:29
Compare
Choose a tag to compare
  • Avoids activating all scenarios on the shelf if dependency/project revision checking isn't used

v6.0.3

26 Apr 08:13
Compare
Choose a tag to compare
  • Internal restructure of example management view

v6.0.2

26 Apr 08:11
Compare
Choose a tag to compare
  • Fixed an issue with project import from file upload

v6.0.1

06 Apr 19:27
Compare
Choose a tag to compare
  • Bug fix for incorrect include file paths

v6.0

24 Mar 20:51
Compare
Choose a tag to compare
  • This version removes support for Insight Server 4.x.
  • Project scenario parameters can be set during create project
  • Project scenario entities can be fetched to augment the project list
  • The dependency on knockout.js has been removed
  • Bootbox dialogs have been updated to latest version
  • Init() now returns a promise so its possible to wait for the framework to initialize then take actions based on the contents of the project list e.g. automatically open a project.

v5.6

04 Mar 20:36
Compare
Choose a tag to compare

The most recent shelf configuration is preserved per user per project. When a user opens a project from the project management view, the last used shelf state will be restored.

v5.5.3

04 Mar 18:06
Compare
Choose a tag to compare

The shelf is cleared when navigating to a view of type=manage, effectively closing an open project

v5.5.1

16 Feb 19:06
Compare
Choose a tag to compare

Fixed big in example management view which caused an extra scroll bar
Fixed bug in the handling of errors during an import project action