From ca5cba87713a193c54ebeca4ecb74332ce4f901a Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Tue, 12 Feb 2019 14:21:54 +0000 Subject: [PATCH] Update RelNote300.md (#4307) --- docs/release-notes/RelNote300.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/release-notes/RelNote300.md b/docs/release-notes/RelNote300.md index 9fc3b909fc..5a98b6a6d7 100644 --- a/docs/release-notes/RelNote300.md +++ b/docs/release-notes/RelNote300.md @@ -23,6 +23,7 @@ If you want to be updated on the [ADF roadmap](../roadmap.md), check the public - [Angular 7](#angular-7) - [Deprecation removal](#deprecation-removal) - [Activiti 7 and APS 2 support](#activiti-7-and-aps-2-support) + - [Icon Component](#icon-component) - [Localization](#localization) - [References](#references) - [Issues addressed](#issues-addressed) @@ -222,6 +223,23 @@ Below you can find a brief list of references to help you start using the new re Please refer to the [official documentation](http://docs.alfresco.com/) for further details and suggestions. +### Icon Component + +Universal icon component that supports Material Ligatures and custom registered SVG icons in the same format. + +```html + + + + + + + + +``` + +See Icon Component [documentation](https://github.com/Alfresco/alfresco-ng2-components/blob/master/docs/core/icon.component.md) for more details. + ## Issues addressed Below the list of JIRA issues, closed for this release.