All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
- This is only a breaking change if you have derived from
GridsomeContentItem
and overridden theaddFields
function.addFields
is now async so that other async functions, tools, libs can be used when creating content items.
- Content item node creation is now an async operation (c606fb5)
- 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.
- Due to changes in the Kentico Kontent Delivery API, there are some breaking changes within
GridsomeContentItem
anddeliveryClientConfig
.
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 rawContentItem
fields is now viathis._raw.elements
rather thanthis.elements
GridsomeContentItem
: 'linkResolverhas been renamed to
urlSlugResolver`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.