* 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
* extra DOM events for DataTable
- support for ‘row-click’ DOM event (bubbling)
- support for ‘row-dblclick’ DOM event (bubbling)
- DataRowEvent exposes ‘sender’ property to simplify access to
component from within handlers
- readme and test updates
* fix unit tests
* 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
* showing selected row
Support for showing selected row for the components:
- DataTable
- DocumentList
- Activiti TaskList
- Activiti ProcessList
fixes#170
* unit test fixes