Skip to content

Releases: contentstack/gatsby-source-contentstack

Support gatsby rendering engines

18 Jul 12:18
fe06aca
Compare
Choose a tag to compare
  • Added support for gatsby rendering engines in v4.0.3

Azure NA support & bug fixes

25 May 12:15
7c7a941
Compare
Choose a tag to compare
  1. In gatsby-source-contentstack plugin v4.0.2 we are adding support for azure NA region mainly for image delivery api url.
  2. The number field in a content type threw an error while querying data in graphql when provided a float value so we have fixed that.

Handles invalid types returned when asset is unpublished

25 Feb 13:38
5c0d5b3
Compare
Choose a tag to compare
  1. Handles invalid types returned when asset is unpublished.

Hotfix: restores foreign key referencing for file and reference nodes

21 Feb 07:10
00ba5b4
Compare
Choose a tag to compare
  1. Restored foreign key referencing for file and reference nodes and updated create resolver API.

Removed dependency on the gatsby image plugin for v4

02 Feb 05:53
e2b1250
Compare
Choose a tag to compare
  1. Removed dependency on image plugin
  2. Image resolver API optimisation.
  3. Format date string fix.

Removed dependency on the gatsby image plugin

01 Feb 13:50
cd1d1e9
Compare
Choose a tag to compare
  1. Removed dependency on image plugin
  2. Image resolver API optimisation.
  3. Format date string fix.

Added support for gatsby v4

14 Jan 11:02
Compare
Choose a tag to compare
  1. Added support for gatsby v4.
  2. Code refactoring.

3.1.1

12 Jan 10:59
Compare
Choose a tag to compare

Added support for new gatsby image plugin.
Requires the user to install gatsby-plugin-image, gatsby-plugin-sharp, gatsby-transformer-sharp to make it work.

Support for fetching data for only specified content-types and locales.

09 Nov 11:22
Compare
Choose a tag to compare
  • Added support for fetching data for the specified content-types.
  • Added support to exclude content-types while fetching data.
  • Added support for fetching data for the specified locales.
  • A combination of both content-types and locales also can be used to fetch data.
  • Sync token caching issue fixed when expediteBuild is true.

Hotfix: Added Sync API params to fetch unpublished and deleted entries

04 Oct 11:31
27f524d
Compare
Choose a tag to compare
  • Added params entry_unpublished, entry_deleted, asset_unpublished and asset_deleted to sync updated data from contentstack.