Scrivito JS SDK 1.50.0 Released 🎉

Posted on May 6, 2025

Celebrating Scrivito’s 50th update! 🔥

We’re thrilled to announce our 50th update to Scrivito Interface Builder! We couldn’t have achieved this without your continued support and feedback. From the introduction of ReactJS integration in version 1.0 seven years ago to the latest enhancements in our Interface Builder, we’ve continuously evolved to meet your needs. Highlights include:

  • Multiple languages: Added support for managing content in multiple languages.
  • Performance boosts: Optimizations like lazy image loading and WebP support for faster content delivery.
  • Developer tools: Support for TypeScript and advanced API methods for better customization.
  • Data management: Refined data editor, more filtering options and data class retrieval methods, data details pages.
  • Page access control: Added support for tailoring page visibility to teams and visitor groups.


Thank you so much for letting us be part of your journey. Here’s to many more releases together!

Interface Builder improvements

Customizable image crop aspect ratios

Some website designs rely on specific image aspect ratios for visual consistency. To support this, Scrivito Interface Builder now provides the Scrivito.configureCropAspectRatios API. It lets developers define the crop aspect ratios available in the image editor, making it easier for editors to crop images to match design requirements precisely.

Further improvements

Navigating your app to a URL

It is now possible to navigate a Scrivito application to a URL using Scrivito.navigateTo:

Furthermore, you can now render a Scrivito.LinkTag that points to a URL:

In both cases, the URL needs to be absolute, i.e., start with “https://”.

Thanks again for using Scrivito!