* Add Accordion component
* Add property to hide icon
* Use accordion component in demo shell
* Add basic doc
* Add adf prefix
* Add element id and change unit test
* Provide a way to retrieve the task filter by Id or by name
* Update activiti-tasklist.service.ts
* Update activiti-tasklist.service.spec.ts
* Removed space
* #1426 - added remove checklist feature on task details
* #1426 - Improved test for tasklist service
* 426 - added component test for deleting a checklist
* Provide a way to filter the apps
#1389
* Add unit test
#1389
* Add documentation
#1389
* Improve docs
#1389
* Correct image
* Add parameter filtersAppId to docs
- fix navigation within process details
- fix ‘create task’ button name (was ‘start task’ previously)
- put ‘create task’ and ‘start process’ buttons to proper places in
layout
* Provide a FormService event when you click on the uploaded content
* Add a formContentClick event to the Form component
* Provide a way to pass Blob to viewer
* Provide a way to use the viewer using a Blob
- Fix the pdf viewer
- Fix the image viewer
- Fix the media viewer
* Update the viewer documentation
* Use the ContentService provided by the core
* Fix and improve unit test
* Add unit test blob viewer
* make the local link build fast and run the test only if asked #1588
* demo core doesn't exist
* link after install
* move in after success matrix build and install scripts
* support for column definitions in html
- provides generic support for html-based column definitions for
datatable-like controls
* html column definitions for Task List component
* html column definitions for Document List component
* update code and documentation
* Update README.md
* #1173 fix doc documentlist
* Date widget: support for `display date format`
* unit tests update
* pin js-api version
* Fix Thumbnail preview (#1689)
* Fix Thumbnail preview
* Fix thumbnail unit test
* Remove the fix prexif
* Rollback the pin js api version
* Update package.json
* 1.2.1 tasklist,processlist,form
* i18n fixes
- fix issue with default (fallback) language set to browser language
- fix issue with fallback language loading when browser language set to
non-English locale
* code and UI fixes
- move document list i18n strings into own scope
- replace MDL menu with @angular/material menu (fixes issue with menu
items translation, not supported by MDL)
- minor improvements
* fix unit tests
* improve i18n docs and code
- provide basic documentation for Translation service
- remove custom Login component localisation in favour of documentation
sample
- simplified i18n setup for demo shell (single path for dev/prod env)
* remove unnecessary comments
* showing selected row
Support for showing selected row for the components:
- DataTable
- DocumentList
- Activiti TaskList
- Activiti ProcessList
fixes#170
* unit test fixes