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

Update SDK version to latest #9

Closed
ChristopherJennings opened this issue Sep 17, 2019 · 1 comment
Closed

Update SDK version to latest #9

ChristopherJennings opened this issue Sep 17, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@ChristopherJennings
Copy link

The JS SDK got some major updates in the V6 release which occured right around the time you released this plugin. Additionally, in support of the rebranding mentioned in #8, V7 was released yesterday.

There are a lot of changes in V6 from V5, but the Upgrade guide should cover just about all of them.

Thanks for all your efforts on this plugin!

@CMeeg CMeeg mentioned this issue Sep 18, 2019
@CMeeg
Copy link
Owner

CMeeg commented Sep 18, 2019

I think this will be the main focus of the next release - thanks for the link to the upgrade guide @ChristopherJennings.

Once that is done I will likely look to support the latest version of Gridsome, which also dropped recently.

@CMeeg CMeeg added the enhancement New feature or request label Sep 18, 2019
@CMeeg CMeeg self-assigned this Sep 22, 2019
CMeeg added a commit that referenced this issue Sep 30, 2019
BREAKING CHANGE: Due to [changes](https://github.com/Kentico/kentico-kontent-js/blob/master/packages/delivery/UPGRADE.md) 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`: 'linkResolver` has been renamed to `urlSlugResolver`
* `deliveryClientConfig`: A few of the available options have changed - please review the [Kentico Kontent documentation](https://github.com/Kentico/kentico-kontent-js/blob/master/packages/delivery/DOCS.md#client-configuration) 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.

Closes #7, #8, #9
@CMeeg CMeeg closed this as completed Sep 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants