-
Notifications
You must be signed in to change notification settings - Fork 4
Rebranding #8
Comments
Thanks for the comments @ChristopherJennings - I'm really pleased the plugin has been working well for you! I saw the announcement of the rebrand - congrats on that! I will bring the plugin in line with the new brand in the next release, which I am planning to also include #7 and #9. |
Hi @ChristopherJennings - with the rebrand, would it be better to rename the plugin:
|
Guidelines: https://gitter.im/Kentico/Kontent?at=5d8b643d692d464f7969c6d9 I'd go for |
Hi, We've just published guidelines for the community here. As your plugin is outside of our github organization, naming would be |
Great, thanks @petrsvihlik and @ChristopherJennings :) I'm pretty much done with changes related to the rebrand and upgrade to the latest js sdk. I'll hopefully get some time in the coming days to finalise and push. |
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
As @seangwright mentioned in A comment in #5, We just announced a rebrand of the product. When you get a chance it'd be great if you could update this plugin to reflect that new brand, "Kentico Kontent"
On an unrelated note, I've been working with the plugin in my free time the last couple of weeks converting the Vue travel blog sample I built and I'm nearly complete. I've run into very few issues that I couldn't resolve quickly and they were all mostly due to my lack of understanding of Gridsome or GraphQL. I've been super pleased with this plugin!
The text was updated successfully, but these errors were encountered: