mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Merge branch 'development' into next-release-3.2.0
This commit is contained in:
@@ -31,6 +31,17 @@ You can show custom content when there are no apps available by supplying an
|
||||
</adf-cloud-app-list>
|
||||
```
|
||||
|
||||
## Activiti 7
|
||||
|
||||
If you are generating a project for Activiti 7, you must add the list of apps you want to use in **app.config.json** .
|
||||
|
||||
For example :
|
||||
|
||||
```json
|
||||
"alfresco-deployed-apps" : [{"name": "simple-app"}]
|
||||
```
|
||||
|
||||
|
||||
## Class members
|
||||
|
||||
### Properties
|
||||
|
@@ -64,6 +64,7 @@ Below are the most important new features of this release:
|
||||
- [SSO Role AuthGuard](#sso-role-authguard)
|
||||
- [Improved accessibility](#improved-accessibility)
|
||||
- [Arabic and RTL languages support](#arabic-and-rtl-languages-support)
|
||||
- [ADF Testing pacakge](#ADF-testing-pacakge)
|
||||
|
||||
### More on Activiti 7
|
||||
|
||||
@@ -266,6 +267,7 @@ For more details refer to the :
|
||||
|
||||
|
||||
### SSO Role AuthGuard
|
||||
|
||||
The [Auth Guard SSO role service](../core/services/auth-guard-sso-role.service.md) implements an Angular
|
||||
[route guard](https://angular.io/guide/router#milestone-5-route-guards)
|
||||
to check the user has the right role permission. This is typically used with the
|
||||
@@ -297,6 +299,10 @@ Due to regular requests, we also decided to support the Arabic language in ADF.
|
||||
|
||||
We are quite happy with the current support of RTL languages on ADF, but feedback is welcome if you find something that could be improved or added for a better user experience.
|
||||
|
||||
### ADF Testing pacakge
|
||||
|
||||
If you are creating e2e in your project where ADF is involved we have started to export some utils and pages in the package @alfresco/adf-testing pacakges.
|
||||
|
||||
## Localisation
|
||||
|
||||
This release includes: French, German, Italian, Spanish, Arabic, Japanese, Dutch, Norwegian (Bokmål), Russian, Brazilian Portuguese and Simplified Chinese versions.
|
||||
|
Reference in New Issue
Block a user