Skip to content

Releases: kontent-ai/gatsby-packages

4.4.0

04 Mar 13:29
0f760a1
Compare
Choose a tag to compare
  • Fix #107
  • contentDigest is now computed from raw elements - not the transformed elements for the Gatsby.
  • enableLogging configuration option now logs the number of created content item nodes correctly: 0bd36ee

4.3.0

23 Jan 11:39
6b49bb5
Compare
Choose a tag to compare

Using items-feed instead of items endpoint to prevent getting API limitation response errors

4.3.0-beta1

21 Jan 13:51
84be520
Compare
Choose a tag to compare
4.3.0-beta1 Pre-release
Pre-release

Using items-feed instead of items endpoint to prevent getting API limitation response errors

4.2.0 - Taxonomy support

15 Jan 14:14
Compare
Choose a tag to compare

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

20 Dec 09:38
Compare
Choose a tag to compare

4.0.0-beta6

19 Dec 17:28
8ec94bb
Compare
Choose a tag to compare
4.0.0-beta6 Pre-release
Pre-release

Fix schema definition for contentType link

4.0.0-beta5

18 Dec 17:24
bdabcb4
Compare
Choose a tag to compare
4.0.0-beta5 Pre-release
Pre-release

Add contentType, contentItems, and usedByContentItems to schema

4.1.0-beta7

12 Dec 06:51
Compare
Choose a tag to compare
4.1.0-beta7 Pre-release
Pre-release
  • 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

30 Nov 13:50
Compare
Choose a tag to compare
4.1.0-beta6 Pre-release
Pre-release
  • 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

21 Nov 16:26
Compare
Choose a tag to compare
4.1.0-beta5 Pre-release
Pre-release

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