diff --git a/docs/compatibility.md b/docs/compatibility.md index 4fc5ad8b3d..ac5e1e86de 100644 --- a/docs/compatibility.md +++ b/docs/compatibility.md @@ -21,6 +21,7 @@ You can find further information about released versions of ADF in the | ADF version | Content Services | Process Services | | --- | --- | --- | +| [3.5.0](versionIndex.md#v350) | **Full test:** v6.1.0
**Smoke test:** v5.2.4 | **Full test:** v7.1.0 M4 (latest CI pipeline build), v1.9.0
**Smoke test:** v1.8.1 | | [3.4.0](versionIndex.md#v340) | **Full test:** v6.1.0
**Smoke test:** v5.2.4 | **Full test:** v7.1.0 M3 (latest CI pipeline build), v1.9.0
**Smoke test:** v1.8.1 | | [3.3.0](versionIndex.md#v330) | **Full test:** v6.1.0
**Smoke test:** v5.2.4 | **Full test:** v7.1.0 M2 (latest CI pipeline build), v1.9.0
**Smoke test:** v1.8.1 | | [3.2.0](versionIndex.md#v320) - [3.2.1](versionIndex.md#v321) | **Full test:** v6.1.0
**Smoke test:** v5.2.4 | **Full test:** v7.1.0 (latest CI pipeline build), v1.9.0
**Smoke test:** v1.8.1 | diff --git a/docs/release-notes/README.md b/docs/release-notes/README.md index 3e96ea337f..067241f060 100644 --- a/docs/release-notes/README.md +++ b/docs/release-notes/README.md @@ -9,6 +9,7 @@ The first **General available** release was v2.0.0. ## General available +- [3.5.0](RelNote350.md) - [3.4.0](RelNote340.md) - [3.3.0](RelNote330.md) - [3.2.1](RelNote321.md) diff --git a/docs/release-notes/RelNote350.md b/docs/release-notes/RelNote350.md new file mode 100644 index 0000000000..aadc00e3b1 --- /dev/null +++ b/docs/release-notes/RelNote350.md @@ -0,0 +1,229 @@ +--- +Title: Release notes v3.5.0 +--- + +# Alfresco Application Development Framework (ADF) version 3.5.0 Release Note + +These release notes provide information about the **3.5.0 release** of the Alfresco Application Development Framework. + +This is the latest **General Available** release of the Application Development Framework, which contains the Angular components to build a Web Application on top of the Alfresco Platform. + +The release can be found on GitHub at [this location](https://github.com/Alfresco/alfresco-ng2-components/releases/tag/3.5.0). + +See the [ADF roadmap](../roadmap.md) for details of features planned for future +versions of ADF. + +## Contents + +- [New package versions](#new-package-versions) +- [Goals for this release](#goals-for-this-release) + - [Improved accessibility](#improved-accessibility) + - [Authentication](#authentication) +- [Localisation](#localisation) +- [References](#references) +- [Issues addressed](#issues-addressed) + +## New package versions + + "@alfresco/adf-content-services" : "3.5.0" + "@alfresco/adf-process-services" : "3.5.0" + "@alfresco/adf-core" : "3.5.0" + "@alfresco/adf-insights" : "3.5.0", + "@alfresco/adf-extensions": "3.5.0" + +## Goals for this release + +This is the fifth minor release of ADF since February 2019 when version 3.0.0 was released. + +The highlights of this release include additional support for [Activiti 7](https://www.activiti.org/) and improved accessibility. + +Please report issues with this release in the [issue tracker](https://github.com/Alfresco/alfresco-ng2-components/issues/new). You can collaborate on this release or share feedback by using the discussion tools on [Gitter](http://gitter.im/Alfresco/alfresco-ng2-components). + +### Improved accessibility + +This release provides fixes for some accessibility issues and improves the overall accessibility of ADF based applications. Refer to the [list of issues](#issues-addressed) for details of the enhancements and fixes. + +### Authentication + +The SSO experience has been enhanced by providing whitelist access to public routes and support for logout requests via the Alfresco Identity Management Service. + +## Localisation + +This release includes: Arabic, Brazilian Portuguese, Czech, Danish, Dutch, Finnish, French, German, Italian, Japanese, Norwegian (Bokmål), Polish, Russian, Simplified Chinese, Spanish and Swedish versions. + +## References + +The following is a brief list of references to help you get started with the new release: + +- [Getting started guides with Alfresco Application Development Framework](https://community.alfresco.com/community/application-development-framework/pages/get-started) +- [Alfresco ADF Documentation on the Builder Network](../README.md) +- [Gitter chat supporting Alfresco ADF](https://gitter.im/Alfresco/alfresco-ng2-components) +- [ADF examples on GitHub](https://github.com/Alfresco/adf-examples) +- [Official GitHub Project - alfresco-ng2-components](https://github.com/Alfresco/alfresco-ng2-components) +- [Official GitHub Project - alfresco-js-api](https://github.com/Alfresco/alfresco-js-api) +- [Official GitHub Project - generator-ng2-alfresco-app](https://github.com/Alfresco/generator-ng2-alfresco-app) + +Please refer to the [official documentation](http://docs.alfresco.com/) for further details and suggestions. + +## Issues addressed + +The following is the list of JIRA issues that were closed for this release: + + Release Notes - Apps Development Framework - Version 3.5.0 + +

Documentation +

+ + +

Feature +

+ + +

Epic +

+ + +

Story +

+ + +

Bug +

+ + +

Task +

+ + +

Feature (Task) +

+ + +Please refer to the [Alfresco issue tracker](https://issues.alfresco.com/jira/projects/ADF/issues/ADF-581?filter=allopenissues) for other known issues in this release. If you have any questions about the release, please contact us using [Gitter](https://gitter.im/Alfresco/alfresco-ng2-components). + +Thanks to the whole application team and the amazing Alfresco community for the hard work.