After successfully launching Scrivito in mid-February this year and collecting valuable feedback from testers and customers, we set ourselves to work: There is nothing that cannot be improved.
After successfully launching Scrivito in mid-February this year and collecting valuable feedback from testers and customers, we set ourselves to work: There is nothing that cannot be improved.
Wouldn't it be nice if the changes made by other editors were instantly reflected in your browser window? At Scrivito, we are working hard to make auto-updating a reality. This will be extremely helpful for editors working on the same page in the same working copy.
With this release we’ve gotten one step closer to this goal. If you are in a working copy in preview mode, Scrivito now looks for new changes every two seconds and makes them visible to you. In editing mode, page content is not yet updated automatically, but will be in a future release.
And now enjoy the show:
The number of steps that needs to be taken to start your first editing session has been reduced: Switching from the preview to the editing mode without a working copy being available yet now causes a working copy to be automatically created for you. Start editing right away!
Widget handles and frames are now fading out after a short period of time, making it easier to edit widget content in place.
The new Scrivito.finishLoading()
function notifies the application that the current page has been rendered completely (and is not waiting for content required to render it). This can be quite useful, e.g., to defer the loading or execution of expensive JavaScript code until a page has been fully displayed, or to notify a prerendering service that the page content is now ready to be captured.
It is now possible to open links in HTML fields in new tabs or windows by holding the modifier key (Cmd in OS X, Ctrl in Windows) when clicking, or clicking with the middle mouse button.
As an editor, it is now possible to clear attributes of the integer
and float
types.
Scrivito now copes better with unreliable network connectivity or slow response times: it doesn't throw an error anymore but retries the request instead.
The performance of the in-place editing UI has been improved by minimizing the amount of page components that require rerendering after changing content.
Editable reference fields now change the mouse pointer to a cursor when hovered.
Improvements Data is updated when the browser window is focused > As a default, the Web Interface Builder now always refetches the relevant data when the browser window is focused. If, for example, you leave the application and return later, the Interface Builder automatically requests the latest...
Bugfix Release String attribute values are now escaped correctly > There was an issue where string attribute values were rendered without proper escaping, causing the browser to interpret them as HTML markup instead of displaying them as plain text. This issue has now been fixed. We apologize for...
If, in your organization or company, content is created and maintained in teams, the Interface Builder’s workflows are an excellent tool for managing the editorial cycle – from authoring through copyediting and reviewing to publishing. With the latest update, editors who want to see their working...
Improvements Smarter page links Scrivito Web Interface Builder now generates cleaner and easier to grasp URLs for page links. The updated slug generation supports a wider range of international scripts and Unicode characters, adheres to modern latinization standards, including ISO 843, ISO/R 9...
Improvements Filled-in data placeholders in “Changes” mode Data placeholders are now replaced with the actual data in “Changes” mode as well, not just in “Preview” and “Edit” mode. Added support for the "ref" prop The WidgetTag, ContentTag, LinkTag, ChildListTag, and ImageTag components now...
Bugfix Releases An issue has been fixed that prevented link queries from being appended when used in a Scrivito.LinkTag component. Furthermore, an issue that prevented navigateTo from properly navigating when provided with an external Link has been fixed. We apologize for any inconvenience these...
Improvements WYSIWYG abbreviation support To meet the highest accessibility standards (WCAG AAA), abbreviations and acronyms need to be clearly recognizable for all readers. Editors can now mark up abbreviations directly in the content using the new “Abbreviation” button in the text toolbar. With...
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...
Added support for Ruby on Rails 7.2 The Scrivito for Rails SDK now supports Ruby on Rails 7.2. It requires Ruby 3.1 or later. Earlier Rails versions are no longer supported by Scrivito. For instructions and details on updating your application to Rails 7.2, see: Ruby on Rails Guides – Upgrading...
Bugfix Release Editing interface issue with ImageTag An issue where using ImageTag with the loading="lazy" attribute could prevent image selection has been resolved. Adding an image widget without a preselected image now displays the clickable placeholder again. We apologize for any inconvenience...