nuxt-modules / prismic

Easily connect your Nuxt.js application to your content hosted on Prismic

Home Page:https://prismic.nuxtjs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update to @prismicio/client v6

simonmaass opened this issue · comments

Will there be an update to prismicio/client v6?

commented

Hi there, thanks for contributing!

I assume you're talking about @nuxtjs/prismic v1 targetting Nuxt 2 (version 3, targetting Nuxt 3, already make use of @prismicio/client v6+)

tl;dr; there is no plan to update @nuxtjs/prismic v1 (the Nuxt 2 module) to use @prismicio/client v6+ Main reasons being that this comes with various breaking changes and we don't want to introduce a new major for the Nuxt 2 module which has been stable for a long time and will reach End Of Life at the end of the year alongside Vue 2 and Nuxt 2.

You can find more about the reasoning behind that, and the technical challenges, in this issue: #177
Also, if you want to use @prismicio/client v6 within your Nuxt 2 project, you still can by using the library alongside the Nuxt module.

The Nuxt 3 SDK should be released as latest next week.

Let us know if anything!