Versions Compared

Key

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

...

Table of Contents

Prerequisites

  • Git
  • Python 2.x
  • MS Build Tools 2019

For yuuvis RAD version 8.16

  • Node from 10.8.0 to 14.x
  • NPM 6.x
  • Git
  • Python 2.x
  • MS Build Tools 2019

...

For yuuvis RAD version 9.

...

16:

  • Node from 16.14.x 
  • NPM from 6.18
  • Git
  • Python 2.x
  • MS Build Tools 2019

Beginning with yuuvis RAD version 10.0:

  • Node v18.13.0 and newer
  • NPM from 6.18

When upgrading a custom client from 8.16 LTS to 9.

...

16:

  1. follow the Angular upgrade guide from version 11 to 15: https://update.angular.io/?v=11.0-15.0
  2. Migrate your used 3rd party libraries to match Angular 15
  3. Migrate your additional used old components that are based on PrimeNG to the new @yuuvis/components that you get here: https://www.npmjs.com/package/@yuuvis/components

When upgrading a custom client from 9.16 LTS to 10.0 or later:

  1. follow the Angular upgrade guide from version 15 to 17: https://update.angular.io/?v=15.0-17.0
  2. Migrate your used 3rd party libraries to match Angular 17

Installing yuuvis dev proxy (CLI version) ...

...