Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Insert excerpt
HELP90:_Banners
HELP90:_Banners
nameReleaseNote
nopaneltrue

Introduction

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

Installing or Upgrading to PhixFlow Version 10.0.8

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 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 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 to which you are upgrading.

  4. This release includes changes that affect the PhixFlow database. After upgrading, remember to republish the PhixFlow data as described in Step 10 of Upgrading PhixFlow

Special Upgrade Instructions

Info

DEV-16814:

If upgrading from a previous 10.0 version the upgrade tool should be rerun with the -filters command line option.

For example
    java -jar upgrader.jar --url=<url> --user=<user> --pass=<password> -filters
or
    java -jar upgrader.jar --path=<path to phixflow-datasource.xml> -filters


Schema Changes

Info

Schema changes are required for this release.

Improvements and New Features

  • None

Bug Fixes

  • DEV-16154 - ExportingDEV-16844 - There is a new option for DropDown Fields: Do Not Trigger Automatic Data Refresh. Ticking it stops any data-bound components (Views, Cards) driven by the DropDown from automatically refreshing when the value in the DropDown changes.

Bug Fixes

  • DEV-15036 - Changing field template now correctly uses the existing label
  • DEV-16782 - The following alterations have been made to items in the Serene Grey template package:

    > The minimum width of Tiles has been increased from 130px to 260px. This still supports viewing on mobile devices. The content which overflows outside of a tile is also now hidden so it does not exceed the borders of the tile.

    > Horizontal and Vertically expanding tiles have been reworked to simplify the CSS used to achieve this mechanism. The Chevron direction has also been changed to better indicate the direction of expansion.
     
    > There is a new Concertina Tile that provides a number of expanding areas in a single tile space.

    > Tab headers text has been set up so the text which is too long to fully display will have ellipses added to the end. For example: "PhixFlow Inv..."

    > The UID form field template has been removed from all card containers.

    > The labels on form fields have been moved left to better align with the input field.