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 Accessing the current user’s picture The Scrivito.currentEditor API now seamlessly integrates with IAM, allowing developers to access the picture URL associated with the current editor’s IAM profile. Easier attribute type migration There are situations in which a developer needs to...
> After introducing details pages for data items in version 1.36.0 of the Scrivito SDK, the editing interface now offers you to create such a page for a given data class directly from within a data item. If, for example, you have a card widget in your data list widget, and this card widget has a...
Improvements Updating data items using custom logic By defining the update callback of Scrivito.provideDataItem , you can now smoothly update data items using your own logic. This gives you greater control and flexibility in managing your data within your Scrivito app. Prerendering fails early...
This release fixes a bug found in version 1.36.0 of the Scrivito JS SDK: Under certain conditions, the renderChild prop of Scrivito.ChildListTag received an argument that was not a child object. This could lead to unexpected app crashes. We apologize for any inconvenience this may have caused!
Scrivito’s user management has moved to the Console After introducing the JustRelate Console in April this year and announcing that authorized Scrivito users would be able to manage their account’s users and teams there, we finally did it: Clicking “Manage users” in the main menu now opens a new...
Bugfixes All API keys now work properly in Node.js environments In the Scrivito JS SDK, version 1.35.0, we added support for private API keys in a Node.js environment. Due to an encoding error when passing the credentials to the Scrivito backend, some keys didn’t grant access to restricted...
In an earlier Scrivito JS SDK release, we introduced data lists for seamlessly integrating not only individual data items but also collections of such items into your Scrivito app. Now, we are happy to present an even more powerful feature for data integration: Data details pages that can display...
Logged-in editors can now see their profile image If you have added a profile picture to the IdP (identity provider) account you use to log in, it is now displayed on the sidebar instead of your initials. For example, if you log in with your enterprise account, Scrivito uses the image from your...
This release introduces multi-line editing for string attributes, and improves several development-related aspects, also in the context of Node.js. Improvements Multi-line editing for string attributes As a developer, you can now enable multi-line editing for string attributes in the “Properties”...
Placeholders in lists In the previous Scrivito JS SDK release, we had introduced placeholders as a means to incorporate personalized data into textual content. Building upon that, we are excited to announce that in this release, we have expanded the functionality of placeholders so that they can...