Version 2.1.0

March 21, 2024
  • Added Craft 5 compatibility.

Version 2.0.2

August 15, 2023
  • Fixed an error that could occur when determining which elements had been updated when sourcing elements. (#31)

Version 2.0.1

November 21, 2022
  • Fixed a bug where Live Preview wasn’t working properly on newer versions of Craft. (#25)

Version 2.0.0

May 3, 2022
  • Added Craft 4 compatibility.
  • The builds, deltas, and sourceNodes components can now be configured via craft\services\Plugins::$pluginConfigs.

Version 1.1.4

August 15, 2023
  • Fixed an error that could occur when determining which elements had been updated when sourcing elements. (#31)

Version 1.1.3

April 13, 2021
  • The elementType field on the UpdatedNode GraphQL type can also be null.

Version 1.1.2

December 9, 2021
  • Fixed a bug where Gatsby incremental sourcing would break if elements were updated that had no real GraphQL support.

Version 1.1.1

December 8, 2021
  • Added the elementType field to the UpdatedNode GraphQL type.
  • Fixed an error with sourcing updated elements when the graphQlTypePrefix option was used.

Version 1.1.0

December 1, 2021
  • Added the craftVersion GraphQL query that returns more data points for the sourcing plugin to use when construct its queries.

Version 1.0.9.1

November 30, 2021

Version 1.0.9

November 30, 2021

Version 1.0.8

November 25, 2021
  • Fixed a bug where moving structure elements around would not trigger a Gatsby incremental build correctly. (craftcms/gatsby-source-craft/#48)
  • Fixed a deprecation error. (#17)

Version 1.0.7

October 21, 2021
  • Fixed a bug where Gatsby Helper plugin would return incorrect results for incremental sourcing queries. (#16)

Version 1.0.6

October 18, 2021
  • The nodesUpdatedSince query now also accepts site argument that specifies sites to query for updated elements.
  • Fixed a bug where it would be impossible to query for updated element in a disabled site. (craftcms/gatsby-source-craft#50)

Version 1.0.5

September 2, 2021
  • Fixed a bug where preview builds would not be triggered for entries that had no drafts.

Version 1.0.4

July 6, 2021
  • Fixed various issues where plugin was overly eager to trigger Gatsby site and preview builds. (#14)

Version 1.0.3

May 26, 2021
  • Fix a bug where it was impossible to update to 1.02 on installations that used PostgreSQL.

Version 1.0.2

May 21, 2021
  • Fixed a bug that could lead to a Gatsby content sourcing failure. (#13)

Version 1.0.1

March 30, 2021
  • Source node types registered on craft\gatsbyhelper\events\RegisterSourceNodeTypesEvent::$types should now be indexed by the type’s interface name.
  • Fixed a bug that could lead to a Gatsby content sourcing failure. (#9)
  • Fixed a bug where the “Build Webhook URL” said it could be set to an alias or environment variable, but didn’t actually support them. (#10)

Version 1.0.0

March 16, 2021
  • Added a new “Build Webhook URL” setting that triggers Gatsby site builds on element save, if set. (#7)
  • Fixed a Javascript error that would occur when saving an entry without previewing it. (#6)

Version 1.0.0-beta.2

December 1, 2020

You will need to ensure that your “Preview Webhook URL” setting is set correctly after updating.

  • Added the correct header to trigger Gatsby Cloud previews correctly. (#5)
  • Added the “Preview Webhook URL” setting.
  • Removed the “Preview Server URL” setting.
  • Fixed a bug where queries that would not be defined by the GraphQL schema were exposed to Gatsby, anyway.
  • Fixed a bug where it was impossible to not provide server port for the preview server url. (#4)

Version 1.0.0-beta.1

November 3, 2020
  • Initial release