* table cell component
- table cell component with performance improvements
* permissions and sorting fixes
- fixed ability to set default sorting
- fixed permission evaluation
- new: context menu now also works with permissions
- disabled tags column in demo shell due to performance implications
* fix unit tests
* fix tsconfig for unit testing
* fix upload issues with various file types
- removes file type check as most browsers leave this field empty
- allows uploading all types of files
* remove obsolete tests
* Create a new component Task Attachment List
Improve the datatable to get the rows to show
* The component name should follow the guide style
Move the Content calls in a different service file
Show the attach file inside the viewer
* Change method name
* Datatable should get the path and show the icon
* Improve attachment component
* Improve datatable documentation
* Remove console.log
* change prepublish to build only
add .npmrc in the gitignore and npmignore
clean .npmrc during the clean task
change registry during publish with npmrc file
add rimraf install in npm publish
* add option to link an alfresco-js-api from github
* npm build on develop branch will use the alfresco-js-api from develop
* modify script after review
add -gitjsapi to starts.sh to change jsapi pointing
add -vjsapi to starts.sh to change jsapi pointing
* start dist demo shell script option
* fix sourcemap
fix relative path and pre publish build
change travis wait
all test run build and remove unused cpx
* global test task
modify publish script to accept options
* appveyor run
* different approach single test run
* make it work the analytics test
modify start demo shell script to use a different registry
* sourcemap demo shell working
* update readme and add install after any clean
add registry option in start.sh script
add develop and normal mode in demo shell
add -d option in start.sh to point to the local components
add -c option in build script to point to the local components
* allow setting sorting in html
* readme update
* update readme
* restore permissions code
* - Remove the check permission from the datatable and move inside the documentlist
* Remove commented test
* 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
* version 1.4.0 social component
* Login dialog enhancements
- ability to toggle ‘Remember me’ (switched off by default now)
- ability to toggle a footer with extra actions (switched off by
default now)
- readme updates
* fix unit tests
* Add the permission check on the activiti button
* Fix code after unit test
* Add basic documentation
* Improve the code and fix the missing file issue
* Fix unit test after refactoring
* remove duplicate log