Skip to content

Releases: cloudinary-community/gatsby-transformer-cloudinary

v4.2.0

20 Dec 11:49
Compare
Choose a tag to compare
v4.2.0 Pre-release
Pre-release

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

20 Dec 09:33
Compare
Choose a tag to compare

3.1.0 (2022-12-20)

Features

  • allow invalid source data by making gatsbyImageData nullable (#218) (acf28f9), closes #214

v3.0.1

30 Nov 13:03
Compare
Choose a tag to compare

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

26 Oct 12:55
Compare
Choose a tag to compare
v4.1.0 Pre-release
Pre-release

4.1.0 (2022-10-26)

Features

v4.0.1

10 Oct 13:49
Compare
Choose a tag to compare
v4.0.1 Pre-release
Pre-release

4.0.1 (2022-10-10)

Performance Improvements

  • remove upload code only needed by gatsby-image (#197) (576f30f), closes #188

v4.0.0

10 Oct 13:03
Compare
Choose a tag to compare
v4.0.0 Pre-release
Pre-release

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

27 Jul 20:30
0045535
Compare
Choose a tag to compare

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

27 Jul 09:53
35ee3c1
Compare
Choose a tag to compare

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