Skip to content

Releases: contentstack/gatsby-source-contentstack

Hotfix: adds downloadImages support for EU and Blizzard instances.

17 Dec 05:29

Choose a tag to compare

In 2.3.0 downloadImages support was only available for NA instance.

Minor release: Support for gatsby image, schema correction for content type objects, added support for nested custom field

11 Dec 09:56

Choose a tag to compare

Gatsby image support: Images will be downloaded locally to take advantage of gatsby's native image processing capabilities.
Custom field support: Added support for deeply nested custom field.
Contenttype schema fix: Suppressed warnings by gatsby with this fix.

Hotfix/2.2.12:Sends auth params as headers

15 Oct 05:49

Choose a tag to compare

Hotfix

Authentication parameters to be sent as headers for all new organisations created after 24th June, 2020.

Hotfix: Handles default typePrefix

18 Sep 13:00

Choose a tag to compare

Hotfix

Handles default value for typePrefix if not passed in config.

Fix: Multiple stack support and handles empty string for file type

18 Sep 10:34

Choose a tag to compare

Bug Fixes

Multiple stack support.
Handles empty string value for file type field

Fixes random ordering of assets and references.

01 Sep 12:32

Choose a tag to compare

Presents data to graphql query in the same order as sent in response.

Hotfix/2.2.8: Handles null references inside group.

21 Aug 06:31

Choose a tag to compare

  • While normalizing an entry, null was being passed to graphql, which makes it display references as null. Handling null reference passed to graphql which expects an array data type resolves the issue.

Added resolvers for nested fields using createResolver api

14 Aug 12:47
aa60e3e

Choose a tag to compare

  • Merged PR's #45 and #35
  • Added resolvers for nested fields using createResolver api

Hotfix/2.2.6: added global field schema and disabled auto schema generation referenced fields

06 Aug 11:13
26bc73f

Choose a tag to compare

  • attached missing global field schema in content_type schema
  • disabled auto schema generation for union type referenced fields

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

20 Jul 09:34
4cd07b3

Choose a tag to compare

Graphql was giving syntax error while creating node type if content type uid contains "-" character