4.0.2 (2018-05-15)
- Small changes in gitignore
4.0.0 (2018-05-07)
- Update to Angular 6.0.0
3.0.2 (2018-04-29)
- Allow drag events to be ignored that originate from document (introduced in 3.0.1) even if using custom styles
3.0.1 (2018-04-25)
- Conditionally Disable Dropzone and Ignore DragEvents that initiate from within the browser document
3.0.0 (2018-03-15)
- Added better typescript types
2.0.5 (2018-02-18)
- Some cleanups
2.0.4 (2018-01-19)
- Update angular-cli version due to vulnerable dependencies
2.0.3 (2018-01-18)
- Multiple File-Drops
2.0.2 (2017-12-20)
- Using a workaround to enable getting files when no webkitGetAsEntry is supported
2.0.1 (2017-11-20)
- Fix packaging
2.0.0 (2017-11-20)
- Allow angular 4 & 5 and change the build and packaging process
1.0.18 (2017-10-30)
- Allow angular 4 & 5
1.0.17 (2017-10-27)
- Revert Angular 5 changes
1.0.16 (2017-10-27)
- Prepare upgrade to Angular 5
- Changes to confirm to the tslint rules
1.0.15 (2017-10-19)
- Read entries should be called until all dirs are read
1.0.14 (2017-10-19)
- Add dist folder with .js and .js.map files
1.0.13 (2017-10-13)
- Fix typo in Readme
- Add ng-content tag to support nested components within drag/drop region
1.0.12 (2017-09-13)
- Fix bugs in Safari
1.0.11 (2017-09-13)
- Fix bug in Safari
1.0.10 (2017-06-21)
- Check subscription exists before unsubscribing
1.0.9 (2017-06-06)
- Add onFileOver and onFileLeave functions
- Remove some not needed dependencies
- Fix typos in Readme
- Add Travis CI
- Update Readme.md
1.0.4 (2017-05-28)
- Add LICENSE
- Add DEMO
- Update npm support
- Doc update
- Style changes
- Initial release