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.
Scrivito JS SDK 1.57.0 Released
Posted on December 22, 2025
Improvements
Widgets being edited in the sidebar are highlighted

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
tenantSDK configuration key is now deprecated. We recommend using the newinstanceIdkey instead, which is supported from version 1.57.0 onwards.
Bugfixes
- Using
whereFullTextOfwith operators likematches,contains, orcontainsPrefixafteronSite()oronAllSites()no longer causes an incorrectArgumentError. Full-text search operators now work correctly with site-specific queries. - A bug that prevented a
loadingcomponent that has been provided viaScrivito.provideComponentorScrivito.connectfrom receiving up-to-date props was fixed.
Thank you once again for using JustRelate Web Builder!