Skip to content
deno edited this page Feb 19, 2021 · 79 revisions

Angular Version Support

We are happy to announce that @fundamental-ngx is supporting multiple Angular major versions. This is achieved by supporting multiple @fundamental-ngx minor versions:

  • npm package @fundamental-ngx/core version 0.29.y will be compiled with Angular 11
  • npm package @fundamental-ngx/core version 0.28.y will be compiled with Angular 10
  • npm package @fundamental-ngx/core version 0.27.y compiled with Angular 10
  • npm package @fundamental-ngx/core version 0.26.y compiled with Angular 10
  • npm package @fundamental-ngx/core version 0.25.y compiled with Angular 10
  • npm package @fundamental-ngx/core version 0.24.y compiled with Angular 10
  • npm package @fundamental-ngx/core version 0.23.y compiled with Angular 10
  • npm package @fundamental-ngx/core version 0.22.y compiled with Angular 10
  • npm package @fundamental-ngx/core version 0.21.y compiled with Angular 10
  • npm package @fundamental-ngx/core version 0.20.y compiled with Angular 9
  • npm package @fundamental-ngx/core version 0.19.y compiled with Angular 9
  • npm package @fundamental-ngx/core version 0.18.y compiled with Angular 9
  • npm package @fundamental-ngx/core version 0.17.y compiled with Angular 9
  • npm package @fundamental-ngx/core version 0.16.y compiled with Angular 9
  • npm package @fundamental-ngx/core version 0.15.y compiled with Angular 8 *
  • npm package @fundamental-ngx/core version 0.14.y compiled with Angular 8 *
  • npm package @fundamental-ngx/core version 0.13.y compiled with Angular 8 *
  • npm package @fundamental-ngx/core version 0.12.y compiled with Angular 8 *
  • npm package @fundamental-ngx/core version 0.11.x compiled with Angular 7 *
  • npm package @fundamental-ngx/core version 0.10.1 compiled with Angular 7 *
  • npm package fundamental-ngx version 0.10.0 compiled with Angular 7 *
  • Angular v. 7 and 8 are not any longer supported - make sure to migrate to the latest.

More info about Angular version support can be found here

Version 0.12.* is compiled with Angular 8 and with IVY opted in. It can be used by applications running on Angular 8 or higher.

The last minor version of fundamental-ngx that will be compiled with Angular 8 is 0.15.*. Only fixes and patches will be pushed to those version (e.g. 0.12.1, 0.12.2, etc.). It can be used by applications using Angular 8 and up.

The last minor version of fundamental-ngx that will be compiled with Angular 9 will be 0.20.*. Only fixes and patches will be pushed to those versions(e.g. 0.17.1, 0.18.2, etc.). It can be used by applications using Angular 9 and up.

Package name

Starting version 0.10.1 fundamental-ngx is supporting 2 npm packages - core and platform.

  • core (npm package name: @fundamental-ngx/core) is the new name of the previous package fundamental-ngx
  • platform (npm package name: @fundamental-ngx/platform) is a new package that will support bulding a highly declarative and customizable UI without using templates. It is based on metaUI

Installation Guides

Breaking Changes

Clone this wiki locally