* [ADF-2174] Menus background color is not properly displayed in black themes
* Removed global mat-menu-panel class style overriding
* * Refactored styles
* * Changed opacity property to rgba so that injected coponents will not be affected
* Removed fixed menu width
* [ADF-1291] Attachment list after upload list is not instantly refreshed
* Implemented NgZone to ensure change detection
* [#2377 Github] Attachments control won't let you add a document you removed
* Reset the value of input after each upload so that change will be detected if the same file is selected repeatedly
* [#2377 Github] Attachments control won't let you add a document you removed
* Added test to make sure the input value is rest after upload
* [ADF-1466] Ng2-activiti-tasklist module uses NO_ERRORS_SCHEMA schema, which hides underlying error
* Added directives for the custom tags
* Replaced empty list tags with new directives
* Removed CUSTOM_ELEMENTS_SCHEMA document-list, task-list and process-list
* Handled empty attachment list sceeenario in attachment list
* [ADF-1466] Ng2-activiti-tasklist module uses NO_ERRORS_SCHEMA schema, which hides underlying error
* Added tests for disabled and non empty attachments scenario
* Added a new service to fetch tasks without state filter
* Added services to fetch tasks with state filter
* Added processInstanceId input for tasklist to filter task for a single process
* Updated README with new processInstanceId input
* [ADF-1143] [TaskList] - Not able to start a task when changing the assignee from the 'Start Task' form
* Create task has been split into three diffrent service calls to replicate the ecxact behaviour of APS
* Current API call sequence is create-task -> attach-form -> assign-user
* Added a new service assign task
* Modified tests according to the API calls
* [ADF-1143] [TaskList] - Not able to start a task when changing the assignee from the 'Start Task' form
* Added responsive behaviour for APIs
* [ADF-1143] [TaskList] - Not able to start a task when changing the assignee from the 'Start Task' form
*Code refactoring
* Removed mdl dialogs for comments and people
* Removed list-column CSS class from activiti-demo component to show tasks/process list and details in the same row on low resolution screens
* [ADF-497] Improvement to task comment (activiti-comments) component - 1829 Github
* Added new design
* Removed dialog
* Migrated from mdl to md
* Created a new component to list comments by using data-table
* [ADF-497] Improvement to task comment (activiti-comments) component - 1829 Github
* Added documentation
* [ADF-497] Improvement to task comment (activiti-comments) component -1829 Github
* Improved css class naming
* Changed component name AdfCommentList to AdfCommentListComponent
* Code refactoring
* [ADF-497] Improvement to task comment (activiti-comments) component -1829 Github
* Removed extra space at the end
* [ADF-497] Improvement to task comment (activiti-comments) component -1829 Github
* Import reordering
* Fixes for activiti process diagram
Fix to show the current process state. ADF issue no ADF-402
* #ADF-402 fix to show process state and unit tests changes
* fixed test for pipeline to match new angular4 changes on simple change (#1868)
* [DW-50]: New features for accordion-group component (#1851)
[ADF-557] - Add a new property called showIcon as input to hide/show filter icons.
* [ADF-242] Select the first in the list when the report is deleted (#1862)
* ADF-242 Select the first in the list when the report is deleted
* Update README.md
* Fixes for activiti process diagram
Fix to show the current process state. ADF issue no ADF-402
* #ADF-402 fix to show process state and unit tests changes
* #ADF-402 Removed error logging and modified documentation