From 3d4ea197eef4077b84970ac5c54236d25c6a277f Mon Sep 17 00:00:00 2001 From: m-hulbert <39801222+m-hulbert@users.noreply.github.com> Date: Tue, 18 Jun 2019 18:53:33 +0100 Subject: [PATCH] [ADF-4656] Release note for 3.3.0 (#4861) --- docs/.DS_Store | Bin 8196 -> 8196 bytes docs/release-notes/RelNote330.md | 85 ++++++++++++++++--------------- 2 files changed, 43 insertions(+), 42 deletions(-) diff --git a/docs/.DS_Store b/docs/.DS_Store index c7c2f27add14145be9f04f24c1f037b5be4dccc8..b81aab2c33f290491ad41a2948903c1666f8fb50 100644 GIT binary patch delta 62 zcmZp1XmOa}&nUSuU^hRb - -``` + + ``` -#### Starting a process with values passed to the form +It is also possible to start a process with a form and pass in the form values at the same time: ```html - -``` + + ``` ### Multilingual support for forms -In the previous versions of the ADF form there were no way to translate the widget's label defined as part of a form. Is now possible translate a label of a form using our app i18n files. +In previous versions it was not possible to translate a label that was defined as part of a form. Is now possible translate form labels using i18n files. -For example during the modelling of your form you can now add as label ```FORM.FIRSTNAME``` - -and in your en.json: +For example, when modelling your form you can now add a label such as `FORM.FIRSTNAME`. In your `en.json` this would be: ```json { "FORM": { "FIRSTNAME": "First Name", - "LASTTNAME": "Last Name" + "LASTNAME": "Last Name" } } ``` -and in your it.json: +and in your `it.json`: ```json { "FORM": { "FIRSTNAME": "Nome", - "LASTTNAME": "Cognome" + "LASTNAME": "Cognome" } } - ``` -Your app will now change the label of the form accordingly with the translations files +Your app will now change the label of the form using the translations files. -### Forms validation +### Form validation -In the process service cloud Form is now working the validation configured at modelling time. +Form validation will now display whether a form is valid or invalid. -### Forms variables +### Form variables -In the process service cloud Form we have added the support for the form variables support. Is now possible create an app with a form and assign to this form a variables and display it in the value of that form. +Form variables can now assigned to forms. When creating an application that contains a form, variables can be assigned and will correctly display as the appropriate values when the form is launched. + ### REST source for dropdown menu on forms -In the process service cloud Form we have added the support for the rest service dropdown. Is now possible Create an app with a form that has a dropdown widget configured to use a Rest Service to be populated. +It is now possible to create a form that contains a dropdown widget that is configured to use a REST Service to populate its values. -### Date Format localization - -Is now possible to localize the Date format in ADF. By default they are localized to en-US, although you can easily change this by adding the localization files provided by Angular. - -For more information refer to [internationalization user guide](../user-guide/internationalization.md) - -We have also refactored all the components to use the same date formats and we have created a new [Localized date pipe](../core/pipes/localized-date.pipe.md) to use the this format and the localize. +### Date format localization +Date formats can now be localized in ADF. By default all dates are localized to `en-US`. This can be changed by adding the localization files provided by Angular. For more information refer to the [internationalization user guide](../user-guide/internationalization.md) +All components have also been refactored to use the same date format and we have created a new [localized date pipe](../core/pipes/localized-date.pipe.md) to format dates and change locales. ## 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. +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 -Below is a brief list of references to help you start using the new release: +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) @@ -146,7 +147,7 @@ Please refer to the [official documentation](http://docs.alfresco.com/) for furt ## Issues addressed -Below is the list of JIRA issues that were closed for this release. +The following is the list of JIRA issues that were closed for this release: