11.3.0 (2021-11-04)
- Revert 11.2.0
- Remove unused interfaces from dom.types
11.2.0 (2021-09-09)
- On folder/files drop validate accepted file extensions
11.1.0 (2021-04-21)
- Make FileSystemFileEntry.file() chainable
11.0.1 (2021-02-16)
- Fix bug with dropEffect not taking into consideration and Outlook problems
11.0.0 (2021-01-29)
- Update to Angular 11
10.1.1 (2020-11-11)
- Compile with View Engine
10.0.0 (2020-10-02)
- Update to Angular 10
9.0.1 (2020-04-15)
- Add dragenter option
9.0.0 (2020-03-31)
- Update to Angular 9
8.0.8 (2019-09-26)
- Add directory parameter
8.0.7 (2019-08-08)
- Revert previous version due to regression
8.0.6 (2019-08-06)
- Add readme to the npm package
8.0.5 (2019-08-06)
- Add directory parameter
8.0.4 (2019-07-17)
- Lowering node version requirement to LTS version 10 ( again)
8.0.3 (2019-06-28)
- Lowering node version requirement to LTS version 10
8.0.2 (2019-06-05)
- Update README
8.0.0 (2019-06-04)
- Update to Angular 8
6.0.1 (2019-05-08)
- Add support for multiple attribute changing
6.0.0 (2019-03-11)
- Code cleanup and consistent naming scheme, removing deprecated code
5.1.0 (2019-03-08)
- Code cleanup and consistent naming scheme
5.0.6 (2019-02-27)
- Add accept field
5.0.5 (2019-02-13)
- Add custom styling properties
5.0.4 (2019-02-04)
- Add property for browse button label
- Code optimization and refactoring
5.0.3 (2019-02-01)
- Fix bug introduced with previous version
5.0.2 (2019-01-23)
- Add browse file button functionality
5.0.1 (2019-01-18)
- Support patch-level differences for zone.js
- Update Readme
5.0.0 (2018-10-22)
- Update to Angular 7.0.0
4.0.6 (2018-06-19)
- Bug fixing
4.0.5 (2018-06-19)
- Fix for big, nested folder structure
4.0.4 (2018-05-16)
- Clear unused dependencies
4.0.3 (2018-05-15)
- Loosen Angular-Dependencies
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