Skip to content

Releases: contentstack/gatsby-source-contentstack

Hotfix/2.2.8: Handles null references inside group.

21 Aug 06:31
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

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

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

23 Jun 10:52
e6f7631
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Hotfix : Added null value in the empty fields

Added option to generate the custom schema

30 Apr 09:19
Compare
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
Compare
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.