Skip to content

Releases: kontent-ai/gatsby-packages

Release v3.0.1

01 Apr 14:12
a2cad56
Compare
Choose a tag to compare

#49 - Gatsby package moved to dev dependencies

Release v3.0.0

20 Feb 08:28
eda3f77
Compare
Choose a tag to compare

New Features

All features are listed in features section.

Breaking changes

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

19 Feb 11:37
Compare
Choose a tag to compare
Release v3.0.0.-beta4 Pre-release
Pre-release
  • 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 to imageId for Assets Element since the image resolution is made my new version of JS SDK.
  • property itemId from links from rich text element is renamed to linkId

Release v3.0.0.-beta3

19 Feb 10:32
Compare
Choose a tag to compare
Release v3.0.0.-beta3 Pre-release
Pre-release
  • 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

19 Feb 10:16
Compare
Choose a tag to compare
Release v3.0.0.-beta2 Pre-release
Pre-release

Testing release

V3 beta 1 release

12 Feb 08:36
Compare
Choose a tag to compare
V3 beta 1 release Pre-release
Pre-release

Breaking changes

New Features

Use custom header format for KC SDK

05 Feb 08:39
9ee0177
Compare
Choose a tag to compare
Merge pull request #47 from Kentico/fixtracking

Add custom header in correct format

Rich text resolution

17 Jan 12:48
Compare
Choose a tag to compare
  • Implement rich text resolution #44

Rename property name

17 Jan 08:56
Compare
Choose a tag to compare
Rename property name Pre-release
Pre-release

Rename property name containing resolved HTML

Implement rich text resolution

16 Jan 12:15
ba115c4
Compare
Choose a tag to compare
Pre-release
Merge pull request #44 from Kentico/richtextresolution

Implement rich text resolution