gatsby-transformer-cloudinary
Advanced tools
Changelog
Version 1.1.2
Fixes:
overwriteExisting
plugin option.Changelog
Version 1.1.1
Changes:
enableDefaultTransformations
plugin option. When set to true, f_auto
and q_auto
are added to all source URLs automatically. Previously, this was on by default. This behavior is now opt-in.Changelog
Version 1.1.0
Additions:
cloudinaryAssetData: true
and providing cloudName
, publicId
, originalHeight
, and originalWidth
properties.height
argument to fixed
queries.Improvements:
Fixes:
Changelog
Version 1.0.1
Additions:
Changelog
Version 1.0.0
Breaking changes:
fluidMinWidth
has been decreased from 200 to 50 to match Cloudinary defaults.createDerived
has been changed to false.breakpointsMaxImages
has been increased from 5 to 20 to match Cloudinary defaults.useCloudinaryBreakpoints
option.)overwriteExisting
option.)Other changes:
createRemoteImageNode
to allow uploading remote images directly to Cloudinary without downloading them locally first.