Version 11.0.0
- added two new validations
ngf-dimensions
andngf-duration
to customize the validation of image dimensions or media duration. #1229 - fixed
ngf-fix-orientation
to maintain exif info after rotation #1146 - added
ngf-resize-if
to be able to filter the files that need to be resized. #1184
Migration notes:
- #1208 if you are using resumable upload _chunkSize now will always have the same value even for the last chunk, Use _currentChunkSize to get the actual size of the last chunk.