Skip to content

Releases: contentstack/gatsby-source-contentstack

Hotfix/2.2.4: Replaced "-" with "_" from contentTypeUid

23 Jun 10:52
e6f7631

Choose a tag to compare

Hotfix/2.2.4: Replaced "-" with "_" from contentTypeUid

Bugfix/2.2.3: resolved contentstack_asset type node for the file field

12 May 06:09
8aa2776

Choose a tag to compare

  • Bugfix: resolved "contentstack_asset" type node for the file field. If node data is available then return node else return null value.

BugFix/2.2.2 : Added fix for reference fields

06 May 13:55
aaa28d4

Choose a tag to compare

  • BugFix: Added fix for reference fields.

HotFix/2.2.1 : added null value in the empty fields

05 May 09:19

Choose a tag to compare

  • Hotfix : Added null value in the empty fields

Added option to generate the custom schema

30 Apr 09:19

Choose a tag to compare

  • Enhancement : Added option to generate/set the schema of the entries as per the content type that you created in Contentstack.

Build enhanment and bugfixes: 2.1.0

31 Mar 10:17

Choose a tag to compare

  • Added parallel call to bring assets and entries for gatsby build.
  • PR merged to change the prefix for nodes (Which also allows getting multiple stacks attached) PR-27
  • Hotfix: added validations for reference field.

Global Fields Supports

15 Nov 10:14

Choose a tag to compare

  1. Adding global fields supports in source plugin.

HotFix/2.0.3 Use locale from publish details when creating nodes and Adding check for modular blocks value

18 Oct 05:40

Choose a tag to compare

Following are the changes in above hotfix:

Using locale from publish details when creating nodes instead of entry object locale.
Adding check for modular blocks value in case if it's empty.

Hotfix/2.0.2 - Bug on empty modular blocks

03 Oct 06:28

Choose a tag to compare

Adding a check while normalizing modular block.

Sync API and Multiple ContentType reference support

09 Sep 06:55
43e7a4e

Choose a tag to compare

  1. Sync API - Is used to fetch content.
  2. Added support for multiple content-type reference field.