fixed - Resized images now maintain the same orientation as the original image. (Issue #290)
fixed - Resized images now render in the Firebase console. (Issue #140) fixed - The Sharp cache is now cleared so that the latest image with a given file name is retrieved from the Storage bucket. (Issue #286)
fixed - Switched ImageMagick for Sharp library to support webp format. (Issue #199)
fixed - The original, uploaded image's MIME type must now always be specified in the Content-Type
header. (Issue #175)
fixed - Fixed bug where name of resized file was missing original name if there was no file extension. (issue #20) fixed - Fixed "TypeError: Cannot set property 'resizedImage' of undefined". (issue #130) fixed - Fixed bug where some valid bucket names were rejected during configuration. (issue #27)
feature - Automatically copy the following metadata, if present, from the original image to the resized image(s): Cache-Control
, Content-Disposition
, Content-Encoding
, Content-Language
, Content-Type
, and user-provided metadata (except Firebase storage download tokens). Note that you can configure your extension to overwrite the Cache-Control value for the resized image(s).
feature - Added new param for deleting the original image.
fixed - Fixed bug where certain edge cases led to already resized image being resized again. (issue #7)
Initial release of the Resize Images extension.