Releases: cloudinary-community/gatsby-transformer-cloudinary
Releases · cloudinary-community/gatsby-transformer-cloudinary
v4.2.0
4.2.0 (2022-12-20)
Bug Fixes
- gatsbyImageData generates http urls, not https (#210) (3508cd3), closes #209
- peer dependency (gatsby-plugin-image) (#212) (3f40130)
Features
- allow invalid source data by making gatsbyImageData nullable (#218) (acf28f9), closes #214
v3.1.0
3.1.0 (2022-12-20)
Features
- allow invalid source data by making gatsbyImageData nullable (#218) (acf28f9), closes #214
v3.0.1
3.0.1 (2022-11-30)
Bug Fixes
- gatsbyImageData generates http urls, not https (#210) (3508cd3), closes #209
- peer dependency (gatsby-plugin-image) (#212) (3f40130)
v4.1.0
4.1.0 (2022-10-26)
Features
v4.0.1
4.0.1 (2022-10-10)
Performance Improvements
- remove upload code only needed by gatsby-image (#197) (576f30f), closes #188
v4.0.0
4.0.0 (2022-10-10)
Features
- remove support for gatsby-image - deprecated Gatsby plugin (#195) (d451b8e)
BREAKING CHANGES
- Removed support for gatsby-image (ie.
fixed
and fluid
), use gatsby-plugin-image (ie. gatsbyImageData
instead.
v3.0.0 - Gatsby v4 support
Fixes:
- Direct mutation of nodes not allowed #156
Note:
- Backwards compatible with Gatsby v3
BREAKING CHANGES:
CloudinaryAsset
nodes are not added for existing assets described by a content node
- When uploading remote images the relationship between parent and child node must be handled manually
gatsbyImageData
, fluid
and fixed
resolvers are only added to GraphQL Types configured using the transformTypes
v2.3.0 - gatsby-plugin-image support
Additions:
- Support for
gatsby-plugin-image
(adds the gatsbyImageData
resolver)#90
Improvements:
publicId
, cloudName
and version
available on CloudinaryAsset nodes #89
- Limit files to upload by utilizing the added
uploadSourceInstanceNames
plugin option #71 and #103