From eb18af89451f98ded3c3f8add979193337564e33 Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Fri, 29 Mar 2019 16:24:03 +0000 Subject: [PATCH 1/3] fix doc small issue --- .../components/app-list-cloud.component.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/process-services-cloud/components/app-list-cloud.component.md b/docs/process-services-cloud/components/app-list-cloud.component.md index 5f4b628565..234585d6a8 100644 --- a/docs/process-services-cloud/components/app-list-cloud.component.md +++ b/docs/process-services-cloud/components/app-list-cloud.component.md @@ -31,6 +31,17 @@ You can show custom content when there are no apps available by supplying an ``` +## 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 From 3a79bdbb918904668d130d528738853f6714d50b Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Fri, 29 Mar 2019 16:49:19 +0000 Subject: [PATCH 2/3] 3.1.0 version package.json (#4521) --- demo-shell/package.json | 2 +- lib/content-services/package.json | 6 +++--- lib/core/package.json | 4 ++-- lib/extensions/package.json | 4 ++-- lib/insights/package.json | 8 ++++---- lib/process-services-cloud/package.json | 6 +++--- lib/process-services/package.json | 8 ++++---- lib/testing/package.json | 4 ++-- package.json | 18 +++++++++--------- 9 files changed, 30 insertions(+), 30 deletions(-) diff --git a/demo-shell/package.json b/demo-shell/package.json index 5f45d1d4ac..d1448010ad 100644 --- a/demo-shell/package.json +++ b/demo-shell/package.json @@ -1,7 +1,7 @@ { "name": "Alfresco-ADF-Angular-Demo", "description": "Demo shell for Alfresco Angular components", - "version": "3.1.0-beta5", + "version": "3.1.0", "author": "Alfresco Software, Ltd.", "repository": { "type": "git", diff --git a/lib/content-services/package.json b/lib/content-services/package.json index 5885fef812..d6e6404a8e 100644 --- a/lib/content-services/package.json +++ b/lib/content-services/package.json @@ -1,7 +1,7 @@ { "name": "@alfresco/adf-content-services", "description": "Alfresco ADF content services", - "version": "3.1.0-beta5", + "version": "3.1.0", "author": "Alfresco Software, Ltd.", "main": "bundles/adf-content-services.js", "repository": { @@ -25,9 +25,9 @@ "@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.1.0-beta5", + "@alfresco/adf-core": "3.1.0", "@ngx-translate/core": ">=11.0.0", "hammerjs": ">=2.0.8", "moment": ">=2.22.2", diff --git a/lib/core/package.json b/lib/core/package.json index f4ba426e90..90247e2b05 100644 --- a/lib/core/package.json +++ b/lib/core/package.json @@ -1,7 +1,7 @@ { "name": "@alfresco/adf-core", "description": "Alfresco ADF core", - "version": "3.1.0-beta5", + "version": "3.1.0", "author": "Alfresco Software, Ltd.", "main": "bundles/adf-core.js", "repository": { @@ -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", diff --git a/lib/extensions/package.json b/lib/extensions/package.json index dbea828308..10405b132e 100644 --- a/lib/extensions/package.json +++ b/lib/extensions/package.json @@ -1,7 +1,7 @@ { "name": "@alfresco/adf-extensions", "description": "Provides extensibility support for ADF applications.", - "version": "3.1.0-beta5", + "version": "3.1.0", "license": "Apache-2.0", "author": "Alfresco Software, Ltd.", "main": "bundles/adf-extensions.js", @@ -16,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", diff --git a/lib/insights/package.json b/lib/insights/package.json index c0119744d6..12861e5e88 100644 --- a/lib/insights/package.json +++ b/lib/insights/package.json @@ -1,7 +1,7 @@ { "name": "@alfresco/adf-insights", "description": "Alfresco ADF insights", - "version": "3.1.0-beta5", + "version": "3.1.0", "author": "Alfresco Software, Ltd.", "main": "bundles/adf-insights.js", "repository": { @@ -25,10 +25,10 @@ "@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.1.0-beta5", - "@alfresco/adf-content-services": "3.1.0-beta5", + "@alfresco/adf-core": "3.1.0", + "@alfresco/adf-content-services": "3.1.0", "@ngx-translate/core": ">=11.0.0", "chart.js": ">=2.5.0", "core-js": ">=2.5.4", diff --git a/lib/process-services-cloud/package.json b/lib/process-services-cloud/package.json index dbfe160677..519bcd846a 100644 --- a/lib/process-services-cloud/package.json +++ b/lib/process-services-cloud/package.json @@ -1,7 +1,7 @@ { "name": "@alfresco/adf-process-services-cloud", "description": "Alfresco ADF process services cloud", - "version": "3.0.0", + "version": "3.1.0", "author": "Alfresco Software, Ltd.", "main": "bundles/adf-process-services-cloud.js", "repository": { @@ -25,9 +25,9 @@ "@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.1.0-beta5", + "@alfresco/adf-core": "3.1.0", "@ngx-translate/core": ">=11.0.0", "hammerjs": ">=2.0.8", "moment": ">=2.22.2", diff --git a/lib/process-services/package.json b/lib/process-services/package.json index 0f55324c2c..c877409fbb 100644 --- a/lib/process-services/package.json +++ b/lib/process-services/package.json @@ -1,7 +1,7 @@ { "name": "@alfresco/adf-process-services", "description": "Alfresco ADF process services", - "version": "3.1.0-beta5", + "version": "3.1.0", "author": "Alfresco Software, Ltd.", "main": "bundles/adf-process-services.js", "repository": { @@ -25,10 +25,10 @@ "@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.1.0-beta5", - "@alfresco/adf-content-services": "3.1.0-beta5", + "@alfresco/adf-core": "3.1.0", + "@alfresco/adf-content-services": "3.1.0", "@ngx-translate/core": ">=11.0.0", "core-js": ">=2.5.4", "hammerjs": ">=2.0.8", diff --git a/lib/testing/package.json b/lib/testing/package.json index 6b4e3b73c7..03c019c744 100644 --- a/lib/testing/package.json +++ b/lib/testing/package.json @@ -1,9 +1,9 @@ { "name": "@alfresco/adf-testing", - "version": "3.1.0-beta5", + "version": "3.1.0", "peerDependencies": { "@angular/common": "^7.1.0", "@angular/core": "^7.1.0", - "@alfresco/js-api": "3.1.0-6eec5abc14bb31af3512cba5492f4ba43ffa2fac" + "@alfresco/js-api": "3.1.0" } } diff --git a/package.json b/package.json index d1713d21ab..0c22b9b597 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "alfresco-components", "description": "Alfresco Angular components", - "version": "3.1.0-beta5", + "version": "3.1.0", "author": "Alfresco Software, Ltd.", "main": "./index.js", "scripts": { @@ -55,14 +55,14 @@ "process services-cloud" ], "dependencies": { - "@alfresco/adf-content-services": "3.1.0-beta5", - "@alfresco/adf-core": "3.1.0-beta5", - "@alfresco/adf-extensions": "3.1.0-beta5", - "@alfresco/adf-insights": "3.1.0-beta5", - "@alfresco/adf-process-services": "3.1.0-beta5", - "@alfresco/adf-process-services-cloud": "3.1.0-beta5", - "@alfresco/adf-testing": "3.1.0-beta5", - "@alfresco/js-api": "3.1.0-6eec5abc14bb31af3512cba5492f4ba43ffa2fac", + "@alfresco/adf-content-services": "3.1.0", + "@alfresco/adf-core": "3.1.0", + "@alfresco/adf-extensions": "3.1.0", + "@alfresco/adf-insights": "3.1.0", + "@alfresco/adf-process-services": "3.1.0", + "@alfresco/adf-process-services-cloud": "3.1.0", + "@alfresco/adf-testing": "3.1.0", + "@alfresco/js-api": "3.1.0", "@angular/animations": "7.0.3", "@angular/cdk": "7.0.3", "@angular/common": "7.0.3", From b0587da7b738de1ffad77dae8311538e90d61b03 Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Fri, 29 Mar 2019 17:29:50 +0000 Subject: [PATCH 3/3] Update RelNote310.md --- docs/release-notes/RelNote310.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/release-notes/RelNote310.md b/docs/release-notes/RelNote310.md index 98a8f46875..3cee8b8638 100644 --- a/docs/release-notes/RelNote310.md +++ b/docs/release-notes/RelNote310.md @@ -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.