diff --git a/docs/release-notes/README.md b/docs/release-notes/README.md index 12114294d4..f3dcd5600e 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.2.1](RelNote321.md) - [3.2.0](RelNote320.md) - [3.1.0](RelNote310.md) - [3.0.0](RelNote300.md) diff --git a/docs/release-notes/RelNote321.md b/docs/release-notes/RelNote321.md new file mode 100644 index 0000000000..8b38551ad3 --- /dev/null +++ b/docs/release-notes/RelNote321.md @@ -0,0 +1,53 @@ +--- +Title: Release notes v3.2.1 +--- + +# Alfresco Application Development Framework (ADF) version 3.2.1 Release Note + +These release notes provide information about the **3.2.1 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.2.1). + +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) + - [Fix deployment service](#fix-deployment-service) +- [Localisation](#localisation) +- [References](#references) + +## New package versions + + "@alfresco/adf-content-services" : "3.2.1" + "@alfresco/adf-process-services" : "3.2.1" + "@alfresco/adf-core" : "3.2.1" + "@alfresco/adf-insights" : "3.2.1", + "@alfresco/adf-extensions": "3.2.1" + +## Goals for this release + +This patch version contain a fix for a changed endpoint in Activiti 7 [Rename alfresco-deployment-service in deployment-service](https://github.com/Alfresco/alfresco-ng2-components/pull/4711/files) + + +## Localisation + +This release includes: French, German, Italian, Spanish, Arabic, Japanese, Dutch, Norwegian (Bokmål), Russian, Danish, Finnish, Swedish, Czech, Polish, Brazilian Portuguese and Simplified Chinese versions. + +## References + +Below is a brief list of references to help you start using 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.