* 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
* 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
* Form: support for embedded document view
* unit tests and improvements
- new ContentService to deal with trusted URL and downloads
- unit tests and improvements for ActivitiContent component
* 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
* improved uploading of files
- new core/UploadDirective to allow dropping files to any html element
- enhanced file dropping for DataTable rows (disabled by default)
- enhanced file dropping for DocumentList rows (disabled by default)
- upload drop area now handles file uploads for child elements (i.e.
rows in the document list)
* fix unit tests
* unit tests and code cleanup
* #1732, fix upload of folders
* 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
* 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