diff --git a/docs/core/services/jwt-helper.service.md b/docs/core/services/jwt-helper.service.md index 41051f4506..6117de3095 100644 --- a/docs/core/services/jwt-helper.service.md +++ b/docs/core/services/jwt-helper.service.md @@ -17,6 +17,13 @@ Decodes a JSON Web Token (JWT) to a JavaScript object. Decodes a JSON web token into a JS object. - _token:_ `any` - Token in encoded form - **Returns** `Object` - Decoded token data object +- **getValueFromLocalAccessToken**(key: `string`)
+ Gets a named value from the user access token. + - _key:_ `string` - Key name of the field to retrieve +- **getValueFromToken**(accessToken: `string`, key: `string`)
+ Gets a named value from the user access token. + - _accessToken:_ `string` - + - _key:_ `string` - ## Details diff --git a/docs/license-info/license-info-v3.3.0.md b/docs/license-info/license-info-v3.3.0.md index 0b5bb61a08..653895d1fd 100644 --- a/docs/license-info/license-info-v3.3.0.md +++ b/docs/license-info/license-info-v3.3.0.md @@ -1,20 +1,20 @@ --- -Title: License info, Alfresco Angular components 3.2.1 +Title: License info, Alfresco Angular components 3.3.0 --- -# License information for Alfresco Angular components 3.2.1 +# License information for Alfresco Angular components 3.3.0 -This page lists all third party libraries that ADF 3.2.1 depends on. +This page lists all third party libraries that ADF 3.3.0 depends on. ## Libraries | Name | Version | License | | --- | --- | --- | -| [@alfresco/adf-content-services](https://github.com/Alfresco/alfresco-ng2-components) | 3.2.1 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | -| [@alfresco/adf-core](https://github.com/Alfresco/alfresco-ng2-components) | 3.2.1 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | -| [@alfresco/adf-extensions](https://github.com/Alfresco/alfresco-ng2-components) | 3.2.1 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | -| [@alfresco/adf-insights](https://github.com/Alfresco/alfresco-ng2-components) | 3.2.1 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | -| [@alfresco/adf-process-services-cloud](https://github.com/Alfresco/alfresco-ng2-components) | 3.2.1 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | +| [@alfresco/adf-content-services](https://github.com/Alfresco/alfresco-ng2-components) | 3.3.0 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | +| [@alfresco/adf-core](https://github.com/Alfresco/alfresco-ng2-components) | 3.3.0 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | +| [@alfresco/adf-extensions](https://github.com/Alfresco/alfresco-ng2-components) | 3.3.0 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | +| [@alfresco/adf-insights](https://github.com/Alfresco/alfresco-ng2-components) | 3.3.0 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | +| [@alfresco/adf-process-services-cloud](https://github.com/Alfresco/alfresco-ng2-components) | 3.3.0 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | | [@alfresco/adf-process-services](https://github.com/Alfresco/alfresco-ng2-components) | 3.2.1 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | | [@alfresco/adf-testing](https://github.com/Alfresco/alfresco-ng2-components) | 3.2.1 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | | [@alfresco/js-api](https://github.com/Alfresco/alfresco-js-api) | 3.2.1 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | diff --git a/docs/process-services-cloud/services/task-filter-cloud.service.md b/docs/process-services-cloud/services/task-filter-cloud.service.md index 451997f1c0..a3e30fb01f 100644 --- a/docs/process-services-cloud/services/task-filter-cloud.service.md +++ b/docs/process-services-cloud/services/task-filter-cloud.service.md @@ -39,9 +39,6 @@ Manages task filters. - **getUsername**(): `string`
Gets the username field from the access token. - **Returns** `string` - Username string -- **getValueFromLocalAccessToken**(key: `string`)
- Gets a named value from the access token. - - _key:_ `string` - Key name of the value - **updateFilter**(filter: [`TaskFilterCloudModel`](../../../lib/process-services-cloud/src/lib/task/task-filters/models/filter-cloud.model.ts))
Updates a task filter. - _filter:_ [`TaskFilterCloudModel`](../../../lib/process-services-cloud/src/lib/task/task-filters/models/filter-cloud.model.ts) - The filter to update diff --git a/docs/release-notes/README.md b/docs/release-notes/README.md index f3dcd5600e..a9c5ddbf82 100644 --- a/docs/release-notes/README.md +++ b/docs/release-notes/README.md @@ -9,6 +9,7 @@ The first **General available** release was v2.0.0. ## General available +- [3.3.0](RelNote330.md) - [3.2.1](RelNote321.md) - [3.2.0](RelNote320.md) - [3.1.0](RelNote310.md) diff --git a/docs/release-notes/RelNote320.md b/docs/release-notes/RelNote320.md index b5a672e6a3..16f52774c5 100644 --- a/docs/release-notes/RelNote320.md +++ b/docs/release-notes/RelNote320.md @@ -314,11 +314,6 @@ Please refer to the [official documentation](http://docs.alfresco.com/) for furt Below is the list of JIRA issues that were closed for this release. - Release Notes - Apps Development Framework - Version 3.2.0 - - -

Documentation -