Skip to content

Commit

Permalink
Merge branch 'development' into next-release-3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eromano authored Mar 30, 2019
2 parents e225afe + b0587da commit 81eb2d5
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 8 deletions.
11 changes: 11 additions & 0 deletions docs/process-services-cloud/components/app-list-cloud.component.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions docs/release-notes/RelNote310.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion lib/content-services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion lib/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 2 additions & 1 deletion lib/extensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion lib/insights/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion lib/process-services-cloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion lib/process-services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion lib/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 81eb2d5

Please sign in to comment.