Francesco Corti 07da98e1bc Release Note for ADF 3.2 (initial version) (#4617)
* Release note for ADF 3.2.

* Release note for ADF 3.2.
2019-05-02 10:14:41 +01:00

6.6 KiB

Title
Title
Release notes v3.2.0

Alfresco Application Development Framework (ADF) version 3.2.0 Release Note

These release notes provide information about the 3.2.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.

See the ADF roadmap for details of features planned for future versions of ADF.

Contents

New package versions

"@alfresco/adf-content-services" : "3.2.0"
"@alfresco/adf-process-services" : "3.2.0"
"@alfresco/adf-core" : "3.2.0"
"@alfresco/adf-insights" : "3.2.0",
"@alfresco/adf-extensions": "3.2.0"

Goals for this release

This is the second minor release since ADF version 3 which was released in February 2019.

This release goes a step further in the direction of complete support for Activiti 7, the next generation Cloud Native implementation of Activiti. Also, some enhancements have been introduced to the Metadata viewer to properly manage multi-value properties, together with the event handling during header row action, to properly manage use cases like the drag & drop feature, requested from some developers.

We are pleased to announce that starting from ADF 3.2, five more languages are now supported, together with the other ten. The new languages are: Danish, Finnish, Swedish, Czech, Polish.

Please report issues with this release in the issue tracker. You can collaborate on this release or share feedback by using the discussion tools on Gitter.

Below are the most important new features of this release:

More on Activiti 7

In ADF 3.0.0 (released in February) we announced the introduction of the new *Cloud package. This contains a set of components to support Activiti 7, the next generation Cloud Native implementation of Activiti BPM Engine. With the ADF 3.2 release, the journey continues with more supported features, like:

===> Please complete the description here.

Five more languages supported

Starting from ADF 3.2, five more languages are now supported, together with the other ten already in the list. The new languages supported are: Danish, Finnish, Swedish, Czech, Polish.

Event handling during header row action

Following some suggestions from customers and partners, we enhanced the Datatable to be able to manage event handling during header row action. Two more events have been added: header-drop raised when data is dropped on the column header and cell-drop raised when data is dropped on the column cell.

For more details refer to the:

List separator configuration in multi-value metadata

As of this version of ADF, developers can configure the list separator of multi-value properties into the metadata viewer. Since this version of ADF, to customize the separator you can set it in your app.config.json file inside your content-metadata configuration. Below an example.

"content-metadata": {
    "presets": {
        ...
    },
    "multi-value-pipe-separator" : " - "
}

For more details refer to the:

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:

Please refer to the official documentation for further details and suggestions.

Issues addressed

Below is the list of JIRA issues that were closed for this release.

Documentation

===> Please complete the description here.

Feature

===> Please complete the description here.

Epic

===> Please complete the description here.

Story

===> Please complete the description here.

Bug

===> Please complete the description here.

Task

===> Please complete the description here.

Feature (Task)

===> Please complete the description here.

Please refer to the Alfresco issue tracker for other known issues in this release. If you have any questions about the release, please contact us using Gitter.

Thanks to the whole application team and the amazing Alfresco community for the hard work.