Release 9.0.14

Introduction

PhixFlow is pleased to announce the release of PhixFlow Version 9.0.14. This page describes the improvements and fixes in this version.

Installing or Upgrading to PhixFlow Version 9.0.14.

To install a new PhixFlow instance:

  1. Check System Requirements and Compatibility for details of the PhixFlow system requirements and update any dependencies. 
    1. Please email support@phixflow.com if you are planning to run PhixFlow 9.0.14 on an unsupported database version.
  2. Follow the instructions in Installing PhixFlow.

To upgrade an existing PhixFlow instance: 

  1. Check System Requirements and Compatibility for changes to the system requirements or supported database versions. For example, you may need to upgrade your database or Java version.
    1. Please email support@phixflow.com if you are planning to run PhixFlow 9.0.14. on an unsupported database version.
  2. Ensure you have a backup of the database before upgrading PhixFlow.
  3. Follow the Upgrading PhixFlow steps. It is important to complete Step 8, in which you apply any Special Upgrade Instructions for all the intermediate releases between your current version and the version you are upgrading.

Special Upgrade Instructions

In version 8 grid rows were alternating by default (white/grey). This is no longer the default since version 9. To enable alternating colours the 'Grid Row Style' and 'Grid Alternate Row Style' can be configured at the system level.

In version 8 grid cells had borders by default. This is no longer the default since version 9. Cell borders can be created by setting the top border on row styles and a right border on column styles

In version 8 grid rows were highlighted in green when the mouse hovered over them. This is no longer the default since version 9. can be created by setting the top border on row styles and a right border on column styles

In order to preserve the 8.3 Grid styling the User needs to set the following Styles:

Grid Row Style:

        height: 18px

borderRight: 1px solid #d3d3d3

Grid Alternate Row Style:

        Background Colour: #e6e6e6

Row Selection Style:

        Background Colour: #07e51c

Grid Row Hover Style:

        Background Colour: #22FF37

Schema Changes

A schema change is required for this PhixFlow release. Please follow the upgrade instructions to install the schema files.

Improvements and New Features

DEV-16390 - Add ability to define a 'Grid Alternate Row Style' to apply to 'even' rows in grids. This can be set at the system, application or individual grid level.

DEV-16386 - Add ability to define a 'Grid Row Hover Style' to apply when the mouse is over a row in a grid. This can be set at the system, application or individual grid level.

Bug Fixes

DEV-16387 - Fixed problem with an error being displayed while editing a Screen containing Views with Table Action Menu Items

DEV-16391 - Minimize button now appears on screen windows by default.