Skip to content

Releases: contentstack/gatsby-source-contentstack

Feat: added changes to support gatsby v3.

08 Sep 10:33
deb3c2a
Compare
Choose a tag to compare
  • Updated gatsby-source-filesystem to 3.
  • Updated babel 6 to babel 7.
  • Updated touchNode and deleteNode api.
  • Added plugin options disableMandatoryFields, downloadImages in pluginOptionsSchema.

Fix: Added disableMandatoryFields config option and commitlint config.

18 Aug 13:31
3a6100d
Compare
Choose a tag to compare
  • Added config option disableMandatoryFields: Disables mandatory fields check if a field is expected to be mandatory and value is null.
  • Added commitlint config.
  • Added semantic-release config.

BugFix: Reference field dependency tracking for inc builds

29 Apr 13:46
ac663c8
Compare
Choose a tag to compare
  • getAllNodes replaced with getNodeById while resolving reference fields. Resolvers don't track resolved node dependencies in Gatsby v2 with getAllNodes, wherewith getNodeById track query dependencies to properly re-run queries for reference fields. Details are here in PR #91 description.

Hotfix: File fields inside group fields are not getting resolved

15 Feb 10:37
795ff90
Compare
Choose a tag to compare
  • 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.

17 Dec 05:29
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

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