Releases: firebase/extensions
firestore-bigquery-export v0.1.6
storage-resize-images v0.1.10
storage-resize-images v0.1.9
changed - If the original image is a vector image, the extension does not resize it. (Issue #326, PR #329)
fixed - Replaced mkdirp-promise
with mkdirp
because mkdirp-promise
is deprecated. (PR #266)
fixed - If the original image is smaller than the specified max width and height, the extension does not enlarge it or resize it. (Issue #337, PR #338)
storage-resize-images v0.1.8
fixed - Resized images now maintain the same orientation as the original image. (Issue #290)
storage-resize-images 0.1.7
firestore-translate-text 0.1.2
fixed - Fixed bug where target languages could not be reconfigured.
firestore-send-email 0.1.4
feature - Updated "Default FROM address" parameter to accept either an email address ([email protected]
) or a name plus email address (Friendly Firebaser <[email protected]>
). (issue #167)
storage-resize-images v0.1.6
fixed - Switched ImageMagick for Sharp library to support webp format. (Issue #199)
firestore-bigquery-export v0.1.4
firestore-bigquery-export v0.1.3
feature - Interpret data more easily with column descriptions in the exported BigQuery data (#138).
- The raw changelog now includes column descriptions.
- The schema-views script allows you to specify custom column descriptions.
fixed - Updated @firebaseextensions/firestore-bigquery-change-tracker
dependency (fixes issues #235 and #225).