This document provides information on the Alfresco Application Development Framework v5.0.0.
You can find release artifacts on GitHub.
| Name | Version |
|---|---|
| @alfresco/adf-content-services | 5.0.0 |
| @alfresco/adf-process-services | 5.0.0 |
| @alfresco/adf-core | 5.0.0 |
| @alfresco/adf-insights | 5.0.0 |
| @alfresco/adf-extensions | 5.0.0 |
| @alfresco/adf-testing | 5.0.0 |
| @alfresco/adf-cli | 5.0.0 |
This is a major release of the Alfresco Application Development Framework containing upgrade to Angular 14. With the current upgrade of the Angular framework, the suggested stack has also being updated:
| Name | Version |
|---|---|
| Node | 14.15.0 |
| npm | 6.14.8 |
| Angular | 14 |
| Typescript | 4.6 |
For a complete list of changes, supported browsers and new feature please refer to the official documentation
| Angular version | link |
|---|---|
| v11 | Changes & Deprecations |
| v12 | Changes & Deprecations |
| v13 | Changes & Deprecations |
| v14 | Changes & Deprecations |
To migrate custom code and application to Angular 14, please refer to the offcial documentation.
Note:: Consider the possibility of leveraging ADF v5.0.0-angular.13.2, a version of ADF compatible with Angular 13 that is meant to be used as intermediate step towards ADF v5. with angular v14.
A breaking change worth mentioning is related to style import. with ADF v5.0.0 an extra lib is required.
example:
previous versions of ADF : @import '~@alfresco/adf-core/prebuilt-themes/adf-blue-orange.css';
starting ADF 5.0.0 : @import '~@alfresco/adf-core/lib/prebuilt-themes/adf-blue-orange.css';
© 2023 Alfresco Software, Inc. All Rights Reserved.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.