Skip to content
This repository has been archived by the owner on Mar 4, 2023. It is now read-only.

Latest commit

 

History

History
66 lines (36 loc) · 3.97 KB

CHANGELOG.md

File metadata and controls

66 lines (36 loc) · 3.97 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.5.0 (2020-10-04)

Bug Fixes

  • Adds rich text assets to assets collection (963487e), closes #15

0.4.1 (2020-04-13)

Bug Fixes

  • Changes to fix issues with Asset-related errors raised on #11 and #12
    • Do not add url field resolver if Assets collection is empty (9900350)
    • Resolver for Asset.url must have a "type" property (4e322c9)

0.4.0 (2019-11-17)

⚠ BREAKING CHANGES

  • This is only a breaking change if you have derived from GridsomeContentItem and overridden the addFields function.
    • addFields is now async so that other async functions, tools, libs can be used when creating content items.

Features

  • Content item node creation is now an async operation (c606fb5)

0.3.0 (2019-10-21)

⚠ BREAKING CHANGES

  • gridsome: Gridsome 0.7 changes the way routing is handled. Routing is no longer taken care of by this plugin and you will need to update your app to use the new templates config instead. Other changes to Gridsome may effect your app also, so please read through the 0.7 announcement blog post and this project's readme and adjust accordingly.

Features

  • gridsome: Update to use latest version of Gridsome (a73002b), closes #6

0.2.0 (2019-09-30)

⚠ BREAKING CHANGES

  • Due to changes in the Kentico Kontent Delivery API, there are some breaking changes within GridsomeContentItem and deliveryClientConfig.

These may not apply to your project so please run gridsome develop first and then come back here if you are seeing errors:

  • GridsomeContentItem: Access to raw ContentItem fields is now via this._raw.elements rather than this.elements
  • GridsomeContentItem: 'linkResolverhas been renamed tourlSlugResolver`
  • deliveryClientConfig: A few of the available options have changed - please review the Kentico Kontent documentation for supported configuration options

This update also replaces references to "Kentico Cloud" with "Kentico Kontent" due to the recent rebrand, which has resulted in a rename of this plugin.

Features

  • Update to use latest Kentico Kontent JavaScript SDK (2b5ac62), closes #7, #8, #9

0.1.2 (2019-09-30)

0.1.1 (2019-09-15)

Bug Fixes

  • Prevent duplicate asset nodes (9452267), closes #3
  • Prevent error being thrown when content with no URL slug field (e857f11), closes #4