- Update the Angular dependencies to latest version.
- Update the Angular dependencies to latest version.
- Update the Angular dependencies to latest version.
- Update the Angular dependencies to latest version.
- Update the Angular dependencies to latest version.
- Use UntypedFormControl.
- Update the Angular dependencies to latest version.
- Updated to Angular 9.
- Fix a bug where min validation was not performed if max constraints were not set.
- Add minHeight and minWidth validation for images. Closing #4.
- Add maxHeight, maxWidth, minHeight, and minWidth properties to errors object.
- imageWidth and imageHeight properties now reflect validation errors for their counterparts (maxWidth, minWidth for imageWidth, maxHeight, minHeight for imageHeight)
- Update to Angular v8.
- Update to Angular v7. Major versions will align with major Angular versions moving forward.
- Compatible with Angular SSR (Server Side Rendering) since version 2.0.1.
- Packaging updated to use ng-packagr, according to instructions provided here.
- Validation when using string or array doesn't match against file extension correctly.
This matches against the end of the filenames by appending
$
to the end of the string or string array Regex.
- Updated demo and README - Added compatibility section and links to Rxjs docs.
- Using Angular v6, which means Rxjs v6, which means if your project is using Angular v4 or v5, you should stick to FileInputAccessor v1.x.x
- README.md - Added example code for uploading files
- Dependencies - Updated so they actually reflect the Angular versions this is compatible with. Version 1.x.x works with Angular >=4.0.0 <6.0.0
- Removed some redundant code that wasn't really doing anything (fingers crossed).
- Fix an error when importing directly from Rxjs.
- This will change in future versions (version 2.x) to keep best practices moving forward
- Update types from 'any'.
- Add setDisabledState() implementation.
- Demo cleanup.
- Refactor input properties to provide better completion.