Ngx Material File Input Versions Save

File input for Angular Material form-field

v4.0.0

1 year ago
  • Added support for Angular 14
    • peerDependencies should enforce angular 14 as well
  • Updated monorepo dependencies
  • Updated package command

Many thanks to the contributions!

v3.0.0

2 years ago

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: https://github.com/merlosy/ngx-material-file-input/compare/v2.1.1...v3.0.0

v2.1.0

4 years ago

Feature

  • added support for Angular 9 (still compatible with ng8 too) #46

Project

  • update tag script

v2.0.1

4 years ago

Fixes

  • Text overflow with ellipsis #42

Project

  • Update dependencies due to security concerns #43 #48

v2.0.0

4 years ago

BREAKING changes

  • Upgraded to support angular 8
  • Upgraded multiple dependencies

Dev

  • Removed support for node < 10

Feature

  • Improved demo site

v1.1.1

5 years ago

Fix

  • Remove remaining file when clearing the input

1.1.0

5 years ago

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)

1.0.0

5 years ago

Possible BREAKING CHANGES:

  • support for Angular 7 (as minimal required version)

Minor updates:

  • added badges

0.3.1

5 years ago

Fixes:

  • write correct value to native input node on visibility toggle #14

0.3.0

5 years ago

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