Releases: merlosy/ngx-material-file-input
Releases · merlosy/ngx-material-file-input
Support for Angular 14
Compare
Sorry, something went wrong.
No results found
Added support for Angular 14
peerDependencies should enforce angular 14 as well
Updated monorepo dependencies
Updated package command
Many thanks to the contributions!
Support for Angular 13
Compare
Sorry, something went wrong.
No results found
tl;dr
Added support for Angular 13
Migrated from tslint to eslint
Migrated from protractor to cypress
Fixed integration with Travis CI, Coveralls
some other small fixes along the way
What's Changed
New Contributors
Full Changelog : v2.1.1...v3.0.0
Support for Angular 9
Compare
Sorry, something went wrong.
No results found
Feature
added support for Angular 9 (still compatible with ng8 too) #46
Project
UI improvements and security fixes
Compare
Sorry, something went wrong.
No results found
Fixes
Text overflow with ellipsis #42
Project
Update dependencies due to security concerns #43 #48
Update to Angular 8
Compare
Sorry, something went wrong.
No results found
BREAKING changes
Upgraded to support angular 8
Upgraded multiple dependencies
Dev
Removed support for node < 10
Feature
Fix clear input
Compare
Sorry, something went wrong.
No results found
Fix
Remove remaining file when clearing the input
new year resolution
Compare
Sorry, something went wrong.
No results found
New feature
Added component API clear() to clear the content of the input (#21 )
optional event argument, to stop event propagation (see demo example)
Added export of FileInputConfig and FileInputComponent (#19 )
Misc
Added coverage report (with coveralls)
Support for Angular v7
Compare
Sorry, something went wrong.
No results found
Possible BREAKING CHANGES:
support for Angular 7 (as minimal required version)
Minor updates:
Bug fix
Compare
Sorry, something went wrong.
No results found
Fixes:
write correct value to native input node on visibility toggle #14
Support "accept"
Compare
Sorry, something went wrong.
No results found
This release includes:
bug fix bug#9
support for "accept" attribute PR#11
updated demo and docs
removed unused internal id (md-form-field), not W3C compliant as ids must be unique