Scrivito JS SDK 1.61.0 Released

Posted on July 26, 2026

Improvements

Improved responsiveness when typing

An issue has been fixed where typing quickly in an inline string field on performance-intensive pages could occasionally drop characters. Editing now reliably captures every keystroke, even while the page is busy updating, so what you type is exactly what you get.

Refetching a dataclass’s data

You can now have an external DataClass refetch all data from the backend on next access using DataClass#forceReloadAllQueries. Analogously, the data of a particular DataItem can be refetched from the backend using DataItem#forceReload.

If a Scrivito.Link component doesn’t have children, and its to prop is a Scrivito.Link with a title, the title of the latter link is rendered as the child.

Thank you for using JustRelate Web Builder!