Releases: prismicio/slice-machine
2.10.2
Hey! 👋
We're happy to announce the release of Slice Machine v2.10.2!
🐛 Bug fixes
- When toggling
Allow display text
on a Link, the code snippets are now updated right away. - Corrected a field drag-and-drop reordering issue (#17848).
- The videos in our onboarding guide now update correctly when moving to the next step.
- A completed onboarding guide longer flashes when switching pages.
Follow our progress
Stay tuned with all the latest updates by following our progress on the what’s new page: https://prismic.io/updates
2.10.1
Hey! 👋
We're happy to announce the release of Slice Machine v2.10.1!
🐛 Bug fixes
- The Next.js adapter (
@slicemachine/adapter-next
) no longer throws when used with Next.js 15. We recommend updating Next.js and your Slice Machine adapter to benefit from the latest Next.js improvements.
Follow our progress
Stay tuned with all the latest updates by following our progress on the what’s new page: https://prismic.io/updates
2.10.0
Hey! 👋
We're happy to announce the release of Slice Machine v2.10.0!
🎨 Enhancements
- We released our new Shared Onboarding Guide, an interactive guide to "Build your first page in 10 simple steps" that walks you through Page Builder and Slice Machine.
2.9.1
Hey! 👋
We're happy to announce the release of Slice Machine v2.9.1!
🐛 Bug fixes
- We fixed an issue with the close button of the field creation modal not closing on the first click.
2.9.0
Hey! 👋
We're happy to announce the release of Slice Machine v2.9.0!
🎨 Enhancements
- We improved the experience of our onboarding guide.
2.8.1
Hey! 👋
We're happy to announce the release of Slice Machine v2.8.1!
🐛 Bug fixes
- We fixed a warning in the console related to an unknown onboarding guide step.
- We fixed warnings in the console related to missing Error Boundaries in Slice Machine code.
2.8.0
Hey! 👋
We're happy to announce the release of Slice Machine v2.8.0!
Over the last weeks, the team has been focusing on enhancing Prismic modeling capabilities to simplify how developers build slices, including the most advanced ones, while creating the smoothest experience for marketers to create pages out of these slices.
We’ve considered the different needs developers and marketers face when building page sections. By finding common themes, we want to deliver solutions that make the process more productive and enjoyable for both teams..
We’re starting with the most common use case we’ve identified, the one of creating links and CTAs
🔗 Link Text
- We're upgrading our link field to make it easier for developers to create links with display text and style in slices while providing a simpler experience for marketers in the Page Builder.
- As a first milestone, links now support display text. Marketers can label links with text like "Get started" without an extra field. Our updated SDKs automatically render a link's display text, and developers can disable display text when it is not needed.
How to use it?
In Slice Machine, add a link field in one of your slices or Custom Type / Page Type. By default the new text
property will be activated. Save your field and push your changes to your Page Builder.
In the Page Builder, add the slice to a page and start editing your link. You will see that now you can add a display text to your link.
How does this simplify your workflow?
Instead of having to manually add a key text field to all your links, you can simply use this property in your link fields that require a display text.
Stay tuned, this is only our first milestones, we're coming back with even more enhancements to the link field and the way you build slices with Prismic.
Follow our progress
Stay tuned with all the latest updates by following our progress on the what’s new page: https://prismic.io/updates
2.7.1
Hey! 👋
We're happy to announce the release of Slice Machine v2.7.1!
🔍 Errors tracking
- We have added error tracking for slice naming to better understand their impact and prioritize fixes accordingly.
2.7.0
Hey! 👋
We're happy to announce the release of Slice Machine v2.7.0!
🐛 Bug fixes
- We replaced
revalidatePath
withrouter.refresh
in the Next.js adapter's to prevent unnecessary cache purges and reduce expensive data fetches during simulator updates. Thank you @rajansolanki for the contribution!
🎨 Enhancements
- We improved visibility of our Onboarding Guide in
slice-machine
.
2.6.0
Hey! 👋
We're happy to announce the release of Slice Machine v2.6.0!
🎨 Enhancements
- We improved the way to add a field in Slice Machine by using the same modal as when editing.
- We now display a message that leads you to editing your content after pushing changes.