Releases: kontent-ai/gatsby-packages
Releases · kontent-ai/gatsby-packages
4.4.0
4.3.0
4.3.0-beta1
Using items-feed
instead of items
endpoint to prevent getting API limitation response errors
4.2.0 - Taxonomy support
Thanks to the #79 it is possible to query taxonomies i.e. in case of loading all the taxonomy option to your site.
Version 4.1 was skipped because it was reserved for gatsby preview support (and now v 4.3will be locked for gatsby preview).
4.0.0
4.0.0-beta6
Fix schema definition for contentType
link
4.0.0-beta5
4.1.0-beta7
- Full update support 💪
- all language variant is updated per every call
Issue (gatsbyjs/gatsby#19917) fixed:
- Update fails when editing because the schema is not preserved
15:23:12 PM: error There was an error in your GraphQL query: - Unknown field 'system' on type '[KontentItemHeaderSectionKontentItemTestPreviewKontentItemVideoSectionUnion]'.
4.1.0-beta6
- Full update support 💪
- all language variant is updated per every call
Issues:
- Update fails when editing beacuse schema is not preserved
15:23:12 PM: error There was an error in your GraphQL query: - Unknown field 'system' on type '[KontentItemHeaderSectionKontentItemTestPreviewKontentItemVideoSectionUnion]'.
4.1.0-beta5
Gatsby preview
- support all 'primitive' elements update handling
- text
- number
- url_slug
- custom element
- date & time
- every change is replacing all (supported) elements not just the one lised as edited
- mainly because url_slug autogeneration -> this field is changed immediately withing the source text element
- removing fields for update run - they are recreated in createNodeField in site logic