Scrivito JS SDK 1.57.0 Released

Posted on December 22, 2025

Improvements

Widgets being edited in the sidebar are highlighted

Opening the sidebar for editing a widget’s properties now highlights the selected widget. This makes it easier to identify the widget you are currently working on.

Dimension picker for string values

For string attribute values the app interprets as CSS dimension values, the new dimensionPicker allows editors to conveniently select a value and optionally a unit graphically instead of having to enter its representation manually. Dimension values are numbers combined with unit identifiers (e.g., 16px, 1.5rem, 50%) used throughout CSS to specify lengths, sizes, and spacing. See the documentation for further details.


Minor matters

  • The tenant SDK configuration key is now deprecated. We recommend using the new instanceId key instead, which is supported from version 1.57.0 onwards.

Bugfixes

  • Using whereFullTextOf with operators like matches, contains, or containsPrefix after onSite() or onAllSites() no longer causes an incorrect ArgumentError. Full-text search operators now work correctly with site-specific queries.
  • A bug that prevented a loading component that has been provided via Scrivito.provideComponent or Scrivito.connect from receiving up-to-date props was fixed.

Thank you once again for using JustRelate Web Builder!