Skip to content

1.5.0

Choose a tag to compare

👋

Today we're releasing a new version of Slice Machine that includes:

⚠️ IMPORTANT : in order to be able to enjoy all our new features, you have to update also your Slice Machine adapter.

  • Next npm install --save-dev @slicemachine/adapter-next@latest
  • Nuxt2 npm install --save-dev @slicemachine/adapter-nuxt2@latest
  • Nuxt3 npm install --save-dev @slicemachine/adapter-nuxt@latest

New Features

Prismic Academy

  • Introducing the Prismic Academy, our new learning platform for new Next.js users. You can access the Prismic Academy here to learn how to build your first website with Prismic and Next.js. You can also access it through Slice Machine, by clicking on the Tutorial link.

Page Types improvements

This week, we're adding 2 cool features to our new page types.
We're on our way to let users have a seamless and enjoyable experience to create the pages of their websites with Prismic. In order to do so, following our recent research we wanted to remove 2 important friction points. First, the actual creation of the page component connected to Prismic. Second, the understanding of the Slice Zone and the experience of creating and adding a first Slice to a page type.

So, we added 2 important improvements to the page type feature :

  • Create Slices from the Slice Zone. Users can now create Slices directly from the Slice Zone and automatically add newly created Slices to it.

CreateSlicesInPageTypes

  • Page Component Code Snippet. Users can now copy a code snippet and use it as a boilerplate for their page component, making it easier to get started with building both single and repeatable pages.

PageCodeSnippets

Bug Fixes

  • We resolved an issue where the dropdown on the Slice Creation Modal was showing an empty area. The dropdown now properly shows all Slices libraries contained in the Slices folder.