* 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
* 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
* 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
* fix windows
* fix windows
* fix windows
* fix windows
* fix windows
* fix windows
* fix windows
* fix windows
* fix windows
* fix windows
* fix windows
* fix windows
* fix windows
* #1197 auth guards
* #1197 restore lost router dependency to all libs
* #1197 ecm/bpm auth guards, home page
- ECM auth guard (redirect to Login if ECM auth is missing)
- BPM auth guard (redirect to Login if BPM auth is missing)
- new Home page and route, show details on demo areas
* css improvements
make app text white as per request
* #958 new StorageService service
abstraction around ‘Storage’ to allow switching to in-memory store
whenever ‘localStorage’ is not available (i.e. private/incognito modes,
etc.)
* fix unit tests
* update unit tests
- disable incorrect auth tests (core)
- simplify widget visibility tests (activiti-form)
* fix unit tests