Releases: merlosy/ngx-material-file-input
Releases · merlosy/ngx-material-file-input
Support for Angular 14
02 Jul 21:18
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
27 Nov 18:30
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
16 Feb 18:51
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
15 Feb 23:55
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
24 Aug 23:01
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
03 Mar 17:14
Compare
Sorry, something went wrong.
No results found
Fix
Remove remaining file when clearing the input
new year resolution
19 Jan 16:23
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
09 Dec 20:17
Compare
Sorry, something went wrong.
No results found
Possible BREAKING CHANGES:
support for Angular 7 (as minimal required version)
Minor updates:
Bug fix
09 Dec 19:10
Compare
Sorry, something went wrong.
No results found
Fixes:
write correct value to native input node on visibility toggle #14
Support "accept"
16 Sep 09:32
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