Release Note for 4.2 - Initial draft. (#6390)

* Release Note for 4.2 - Initial draft.

* update dep

* documentation

* fix

* remove script

* lint

Co-authored-by: Eugenio Romano <eugenio.romano@alfresco.com>
Co-authored-by: Eugenio Romano <eromano@users.noreply.github.com>
This commit is contained in:
Francesco Corti
2020-12-07 22:03:41 +01:00
committed by GitHub
parent 27167b3420
commit 5a4cc4edda
214 changed files with 5178 additions and 4950 deletions

View File

@@ -13,10 +13,10 @@ Displays dynamically-loaded extension components.
### Properties
| Name | Type | Default value | Description |
| ---- | -------- | ------------- | --------------------------------------------------- |
| data | `any` | | Data for the dynamically-loaded component instance. |
| id | `string` | | Unique ID string for the component to show. |
| Name | Type | Default value | Description |
| --- | --- | --- | --- |
| data | `any` | | Data for the dynamically-loaded component instance. |
| id | `string` | | Unique ID string for the component to show. |
## Details
@@ -54,4 +54,4 @@ simply by registering that class with `setComponents` before use.
## See also
- [Extension service](../services/extension.service.md)
* [Extension service](../services/extension.service.md)

View File

@@ -16,12 +16,12 @@ an example of a real working viewer extension project.
### Properties
| Name | Type | Default value | Description |
| --------- | -------------------------------------------------------------------------------------------------------- | ------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
| extension | `string` | | File extension (.jpg, .png, etc) for the viewer. |
| id | `string` | | ID string of the component to preview. |
| node | [`Node`](https://github.com/Alfresco/alfresco-js-api/blob/develop/src/api/content-rest-api/docs/Node.md) | | [Node](https://github.com/Alfresco/alfresco-js-api/blob/develop/src/api/content-rest-api/docs/Node.md) containing the content to display. |
| url | `string` | | URL of the content in the repository. |
| Name | Type | Default value | Description |
| --- | --- | --- | --- |
| extension | `string` | | File extension (.jpg, .png, etc) for the viewer. |
| id | `string` | | ID string of the component to preview. |
| node | [`Node`](https://github.com/Alfresco/alfresco-js-api/blob/develop/src/api/content-rest-api/docs/Node.md) | | [`Node`](https://github.com/Alfresco/alfresco-js-api/blob/develop/src/api/content-rest-api/docs/Node.md) containing the content to display. |
| url | `string` | | URL of the content in the repository. |
## Details
@@ -101,5 +101,5 @@ further details of how to develop extensions.
## See also
- [Extension service](../services/extension.service.md)
- [App extensions](../../user-guide/app-extensions.md)
* [Extension service](../services/extension.service.md)
* [App extensions](../../user-guide/app-extensions.md)