Skip to content

Version 11.0.0

Compare
Choose a tag to compare
@danialfarid danialfarid released this 24 Dec 19:07
· 136 commits to master since this release
  • added two new validations ngf-dimensions and ngf-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.