Skip to content

Releases: merlosy/ngx-material-file-input

Support for Angular 14

Choose a tag to compare

@merlosy merlosy released this 02 Jul 21:18
  • 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

Choose a tag to compare

@merlosy merlosy released this 27 Nov 18:30

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

Choose a tag to compare

@merlosy merlosy released this 16 Feb 18:51

Feature

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

Project

  • update tag script

UI improvements and security fixes

Choose a tag to compare

@merlosy merlosy released this 15 Feb 23:55

Fixes

  • Text overflow with ellipsis #42

Project

  • Update dependencies due to security concerns #43 #48

Update to Angular 8

Choose a tag to compare

@merlosy merlosy released this 24 Aug 23:01

BREAKING changes

  • Upgraded to support angular 8
  • Upgraded multiple dependencies

Dev

  • Removed support for node < 10

Feature

  • Improved demo site

Fix clear input

Choose a tag to compare

@merlosy merlosy released this 03 Mar 17:14

Fix

  • Remove remaining file when clearing the input

new year resolution

Choose a tag to compare

@merlosy merlosy released this 19 Jan 16:23

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

Choose a tag to compare

@merlosy merlosy released this 09 Dec 20:17

Possible BREAKING CHANGES:

  • support for Angular 7 (as minimal required version)

Minor updates:

  • added badges

Bug fix

Choose a tag to compare

@merlosy merlosy released this 09 Dec 19:10

Fixes:

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

Support "accept"

Choose a tag to compare

@merlosy merlosy released this 16 Sep 09:32

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