`.
We have created an error page component that will show buttons and messages relevant to the error that occurred (404, 403, etc...)
For more information about this component please refer to [the official documentation.](https://github.com/Alfresco/alfresco-ng2-components/blob/development/docs/core/error-content.component.md)
-
+
### Search Improvements
@@ -174,7 +174,7 @@ Note that this feature applies to all methods of uploading (drag and drop, butto
You can find more details and examples of how to set up the confirmation dialog on the [Upload drag area page.](https://github.com/Alfresco/alfresco-ng2-components/blob/development/docs/content-services/upload-drag-area.component.md#intercepting-uploads)
-
+
### Conditional Visibility for Data Columns
@@ -203,7 +203,7 @@ More details are available on the [Content action component page.](https://githu
We have added a new component which allows you add a custom list of buttons. The list will automatically collapse into a burger menu choice for small screens so the menu button will always fit inside your page.
See the [Buttons menu component page](https://github.com/Alfresco/alfresco-ng2-components/blob/development/docs/core/buttons-menu.component.md) for more information.
-
+
## Localization
diff --git a/docs/release-notes/RelNote250.md b/docs/release-notes/RelNote250.md
index 21491d16ef..7a7f382cf4 100644
--- a/docs/release-notes/RelNote250.md
+++ b/docs/release-notes/RelNote250.md
@@ -97,7 +97,7 @@ This component is a reusable header for Alfresco applications. It displays a cus
.......
-
+
For more information about this component please refer to the
[official documentation](https://github.com/Alfresco/alfresco-ng2-components/blob/development/docs/core/header.component.md).
@@ -110,7 +110,7 @@ In ADF 2.5.0 you can now customize the metadata card with the option of showing
[displayEmpty]="false">
-
+
### Card view new property types rendering
@@ -132,7 +132,7 @@ Two new property types are now available in the card view:
KeyValuePairs is a map key value that is rendered as shown in the image to the left. It uses a nicely-formatted table that allows also for easy editing.ViewSelectItem is a selectBox that allows you to limit the set of possible values for a property.
-
+
For more information about this component please refer to the
[official documentation](https://github.com/Alfresco/alfresco-ng2-components/blob/development/docs/core/card-view.component.md).
@@ -147,7 +147,7 @@ The NotificationService now exposes a new input parameter to allow a full custom
- Vertical Position : The vertical position to place the snack bar.
- panelClass : Extra CSS classes to be added to the snack bar container.
-
+
For more information about this component please refer to the
[official documentation](https://github.com/Alfresco/alfresco-ng2-components/blob/development/docs/core/notification.service.md).
@@ -156,7 +156,7 @@ For more information about this component please refer to the
You can now render DateTime items in the dynamic table of a form.
-
+
### Attach a form to a standalone Task
@@ -166,7 +166,7 @@ You can now attach a form to a new task that is not part of a Process using the
[taskName]= "taskname">
-
+
For more information about this component please refer to the
[official documentation](https://github.com/Alfresco/alfresco-ng2-components/blob/development/docs/process-services/task-standalone.component.md).
diff --git a/docs/release-notes/RelNote260.md b/docs/release-notes/RelNote260.md
index 3cd2ea565d..545eea5977 100644
--- a/docs/release-notes/RelNote260.md
+++ b/docs/release-notes/RelNote260.md
@@ -62,7 +62,7 @@ The **Tag List Component** has two new buttons that allow the user to see more/l
-
+
### Show sidebar on the right option
@@ -70,7 +70,7 @@ The **Sidenav Component** now accepts the **position** as an input parameter so
-
+
### Double sidebar for viewer
@@ -89,13 +89,13 @@ An extra sidebar is now available to use within the **Viewer Component**. This h
[sidebarLeftTemplate]="sidebarLeftTemplate"
[sidebarTemplate]="sidebarRightTemplate">
-
+
### Smart folder icon
The **DocumentList Component** can now show different icons for **Smart Folders** and Standard Folders. No extra action is needed by the user to use this functionality.
-
+
### Tag node list component has a configurable delete button for tag
@@ -103,7 +103,7 @@ A configurable delete button has been added to the **Tag Node List Component** t
-
+
### Validation summary support for form component
@@ -121,13 +121,13 @@ The **Form Component** will now use the **formError** event to send a validation
Error {{ error.name }} {{error.validationSummary.message | translate}}
-
+
### Share link with expiry date
Some extra information is now available for shared links: expiry date. The earliest date accepted is at least 24h after the time you created it (following the ACS specification : [here](https://docs.alfresco.com/5.2/concepts/repository-properties.html) is the link). This is embedded into the **Share Dialog Component** and will be automatically shown when the share dialog is displayed.
-
+
### Base extensibility support