Skip to content

2.2.0

Compare
Choose a tag to compare
@xrutayisire xrutayisire released this 05 Jun 17:15
· 98 commits to main since this release

Hey! πŸ‘‹

Today we are happy to bring support for Next 15 Release Candidate and a few bug fixes.

✨ Support of Next 15 Release Candidate

Upgrading to Next 15 Release Candidate does not require any changes to your Prismic code. It does, however, require updating your packages.

  1. Update your Prismic packages:

    npm install --save-dev slice-machine-ui@latest @slicemachine/adapter-next@latest
    npm install @prismicio/next@latest @prismicio/react@latest
  2. Migrate your project to Next 15 Release Candidate using the official guide.

πŸ› Bug fixes

  • We fixed an error when trying to initialize a project with recent versions of Node.js (thanks @andresmarpz).
  • We fixed a misleading warning message when removing the repeatable zone from a slice.