Skip to content

Releases: contentstack/gatsby-source-contentstack

Hotfix: File fields inside group fields are not getting resolved

Choose a tag to compare

@ninadhatkar ninadhatkar released this 15 Feb 10:37
795ff90
  • File fields inside group fields are not getting resolved on 2.3.0 and above version

Hotfix: adds downloadImages support for EU and Blizzard instances.

Choose a tag to compare

@vkalta vkalta released this 17 Dec 05:29

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

Choose a tag to compare

@vkalta vkalta released this 11 Dec 09:56

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

Choose a tag to compare

@vkalta vkalta released this 15 Oct 05:49

Hotfix

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

Hotfix: Handles default typePrefix

Choose a tag to compare

@vkalta vkalta released this 18 Sep 13:00

Hotfix

Handles default value for typePrefix if not passed in config.

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

Choose a tag to compare

@vkalta vkalta released this 18 Sep 10:34

Bug Fixes

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

Fixes random ordering of assets and references.

Choose a tag to compare

@vkalta vkalta released this 01 Sep 12:32

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

Hotfix/2.2.8: Handles null references inside group.

Choose a tag to compare

@vkalta vkalta released this 21 Aug 06:31
  • 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

Choose a tag to compare

@asmit-patil asmit-patil released this 14 Aug 12:47
aa60e3e
  • 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

Choose a tag to compare

@asmit-patil asmit-patil released this 06 Aug 11:13
26bc73f
  • attached missing global field schema in content_type schema
  • disabled auto schema generation for union type referenced fields