Releases: contentstack/gatsby-source-contentstack
Releases · contentstack/gatsby-source-contentstack
Hotfix/2.2.4: Replaced "-" with "_" from contentTypeUid
Hotfix/2.2.4: Replaced "-" with "_" from contentTypeUid
Bugfix/2.2.3: resolved contentstack_asset type node for the file field
- 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
- BugFix: Added fix for reference fields.
HotFix/2.2.1 : added null value in the empty fields
- Hotfix : Added null value in the empty fields
Added option to generate the custom schema
- 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
- 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.
Global Fields Supports
- Adding global fields supports in source plugin.
HotFix/2.0.3 Use locale from publish details when creating nodes and Adding check for modular blocks value
Following are the changes in above hotfix:
Using locale from publish details when creating nodes instead of entry object locale.
Adding check for modular blocks value in case if it's empty.
Hotfix/2.0.2 - Bug on empty modular blocks
Adding a check while normalizing modular block.
Sync API and Multiple ContentType reference support
- Sync API - Is used to fetch content.
- Added support for multiple content-type reference field.