mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +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.
|
||||
|
@@ -25,7 +25,7 @@
|
||||
"@angular/platform-browser": ">=7.0.3",
|
||||
"@angular/platform-browser-dynamic": ">=7.0.3",
|
||||
"@angular/router": ">=7.0.3",
|
||||
"@alfresco/js-api": "3.1.0-6eec5abc14bb31af3512cba5492f4ba43ffa2fac",
|
||||
"@alfresco/js-api": "3.1.0",
|
||||
"rxjs": ">=6.2.2",
|
||||
"@alfresco/adf-core": "3.2.0-beta3",
|
||||
"@ngx-translate/core": ">=11.0.0",
|
||||
|
@@ -27,7 +27,7 @@
|
||||
"@angular/router": ">=7.0.3",
|
||||
"@mat-datetimepicker/core": ">=2.0.1",
|
||||
"@mat-datetimepicker/moment": ">=2.0.1",
|
||||
"@alfresco/js-api": "3.1.0-6eec5abc14bb31af3512cba5492f4ba43ffa2fac",
|
||||
"@alfresco/js-api": "3.1.0",
|
||||
"rxjs": ">=6.2.2",
|
||||
"@ngx-translate/core": ">=11.0.0",
|
||||
"core-js": ">=2.5.4",
|
||||
|
@@ -2,6 +2,7 @@
|
||||
"name": "@alfresco/adf-extensions",
|
||||
"description": "Provides extensibility support for ADF applications.",
|
||||
"version": "3.2.0-beta3",
|
||||
"license": "Apache-2.0",
|
||||
"author": "Alfresco Software, Ltd.",
|
||||
"main": "bundles/adf-extensions.js",
|
||||
"repository": {
|
||||
@@ -15,7 +16,7 @@
|
||||
"@angular/common": ">=7.0.3",
|
||||
"@angular/core": ">=7.0.3",
|
||||
"@angular/http": ">=7.0.3",
|
||||
"@alfresco/js-api": "3.1.0-6eec5abc14bb31af3512cba5492f4ba43ffa2fac"
|
||||
"@alfresco/js-api": "3.1.0"
|
||||
},
|
||||
"keywords": [
|
||||
"extensions",
|
||||
|
@@ -25,7 +25,7 @@
|
||||
"@angular/platform-browser": ">=7.0.3",
|
||||
"@angular/platform-browser-dynamic": ">=7.0.3",
|
||||
"@angular/router": ">=7.0.3",
|
||||
"@alfresco/js-api": "3.1.0-6eec5abc14bb31af3512cba5492f4ba43ffa2fac",
|
||||
"@alfresco/js-api": "3.1.0",
|
||||
"rxjs": ">=6.2.2",
|
||||
"@alfresco/adf-core": "3.2.0-beta3",
|
||||
"@alfresco/adf-content-services": "3.2.0-beta3",
|
||||
|
@@ -25,7 +25,7 @@
|
||||
"@angular/platform-browser": ">=7.0.3",
|
||||
"@angular/platform-browser-dynamic": ">=7.0.3",
|
||||
"@angular/router": ">=7.0.3",
|
||||
"@alfresco/js-api": "3.1.0-6eec5abc14bb31af3512cba5492f4ba43ffa2fac",
|
||||
"@alfresco/js-api": "3.1.0",
|
||||
"rxjs": ">=6.2.2",
|
||||
"@alfresco/adf-core": "3.2.0-beta3",
|
||||
"@ngx-translate/core": ">=11.0.0",
|
||||
|
@@ -25,7 +25,7 @@
|
||||
"@angular/platform-browser": ">=7.0.3",
|
||||
"@angular/platform-browser-dynamic": ">=7.0.3",
|
||||
"@angular/router": ">=7.0.3",
|
||||
"@alfresco/js-api": "3.1.0-6eec5abc14bb31af3512cba5492f4ba43ffa2fac",
|
||||
"@alfresco/js-api": "3.1.0",
|
||||
"rxjs": ">=6.2.2",
|
||||
"@alfresco/adf-core": "3.2.0-beta3",
|
||||
"@alfresco/adf-content-services": "3.2.0-beta3",
|
||||
|
@@ -4,6 +4,6 @@
|
||||
"peerDependencies": {
|
||||
"@angular/common": "^7.1.0",
|
||||
"@angular/core": "^7.1.0",
|
||||
"@alfresco/js-api": "3.1.0-6eec5abc14bb31af3512cba5492f4ba43ffa2fac"
|
||||
"@alfresco/js-api": "3.1.0"
|
||||
}
|
||||
}
|
||||
|
@@ -62,7 +62,7 @@
|
||||
"@alfresco/adf-process-services": "3.2.0-beta3",
|
||||
"@alfresco/adf-process-services-cloud": "3.2.0-beta3",
|
||||
"@alfresco/adf-testing": "3.2.0-beta3",
|
||||
"@alfresco/js-api": "3.1.0-6eec5abc14bb31af3512cba5492f4ba43ffa2fac",
|
||||
"@alfresco/js-api": "3.1.0",
|
||||
"@angular/animations": "7.0.3",
|
||||
"@angular/cdk": "7.0.3",
|
||||
"@angular/common": "7.0.3",
|
||||
|
Reference in New Issue
Block a user