Skip to content

Releases: merlosy/ngx-material-file-input

Support for Angular 14

02 Jul 21:18
Compare
Choose a tag to compare
  • 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
Choose a tag to compare

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
Choose a tag to compare

Feature

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

Project

  • update tag script

UI improvements and security fixes

15 Feb 23:55
Compare
Choose a tag to compare

Fixes

  • Text overflow with ellipsis #42

Project

  • Update dependencies due to security concerns #43 #48

Update to Angular 8

24 Aug 23:01
Compare
Choose a tag to compare

BREAKING changes

  • Upgraded to support angular 8
  • Upgraded multiple dependencies

Dev

  • Removed support for node < 10

Feature

  • Improved demo site

Fix clear input

03 Mar 17:14
Compare
Choose a tag to compare

Fix

  • Remove remaining file when clearing the input

new year resolution

19 Jan 16:23
Compare
Choose a tag to compare

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
Choose a tag to compare

Possible BREAKING CHANGES:

  • support for Angular 7 (as minimal required version)

Minor updates:

  • added badges

Bug fix

09 Dec 19:10
Compare
Choose a tag to compare

Fixes:

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

Support "accept"

16 Sep 09:32
Compare
Choose a tag to compare

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