Skip to content

2.2.0

Choose a tag to compare

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.