Releases: kontent-ai/gatsby-packages
Releases · kontent-ai/gatsby-packages
Release v3.0.1
#49 - Gatsby package moved to dev dependencies
Release v3.0.0
New Features
- Rich text element now contains structured data
- Circular references modelled in Linked items element are currently supported and it is possible to querry them
All features are listed in features section.
Breaking changes
- Linked items element data are currently right under the field name (not with
suffix _nodes
) - Language variant relation now does contain only items from other languages (doesn not include the same language)
Internal details
- Upgrade to JS SDK v5.4.0
- Refactoring of content item parsing
- split functionality to decorators
- Extended tests for rich text resolution tests
- cycle detection tests
- used new test http service for mocking responses from KC
Release v3.0.0.-beta4
- Upgrade to JS SDK v5.4.0
- Refactoring of content item parsing
- Extended tests for rich text resolution by linked items + images checks
- Readme polishing
- New Troubleshoot in Readme
- Mention that content components are not present at
linked items
property in RichText element
Breaking change since beta1 (caused by JS SDK upgrade):
- property
image_id
is renamed toimageId
for Assets Element since the image resolution is made my new version of JS SDK. - property
itemId
fromlinks
from rich text element is renamed tolinkId
Release v3.0.0.-beta3
- Upgrade to JS SDK v5.4.0
- Refactoring of content item parsing
- Extended tests for rich text resolution by linked items + images checks
- Readme polishing
- New Troubleshoot in Readme
- Mention that content components are not present at
linked items
property in RichText element
Breaking change since beta1: property image_id
is renamed to imageId
for Assets Element since the image resolution is made my new version of JS SDK.
Release v3.0.0.-beta2
Testing release
V3 beta 1 release
Breaking changes
- Linked items element data are currently right under the field name (not with
suffix _nodes
) - Language variant relation now does contain only items from other languages (doesn not include the same language)
New Features
- Rich text element now contains structured data
- Circular references modelled in Linked items element are currently supported and it is possible to querry them
Use custom header format for KC SDK
Merge pull request #47 from Kentico/fixtracking Add custom header in correct format
Rich text resolution
- Implement rich text resolution #44
Rename property name
Rename property name containing resolved HTML
Implement rich text resolution
Merge pull request #44 from Kentico/richtextresolution Implement rich text resolution