Releases: contentstack/gatsby-source-contentstack
Releases · contentstack/gatsby-source-contentstack
Hotfix: adds downloadImages support for EU and Blizzard instances.
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
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
Hotfix
Authentication parameters to be sent as headers for all new organisations created after 24th June, 2020.
Hotfix: Handles default typePrefix
Hotfix
Handles default value for typePrefix if not passed in config.
Fix: Multiple stack support and handles empty string for file type
Bug Fixes
Multiple stack support.
Handles empty string value for file type field
Fixes random ordering of assets and references.
Presents data to graphql query in the same order as sent in response.
Hotfix/2.2.8: Handles null references inside group.
- 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
Hotfix/2.2.6: added global field schema and disabled auto schema generation referenced fields
- attached missing global field schema in content_type schema
- disabled auto schema generation for union type referenced fields