JourneyApps Runtime v4.70

We're happy to announce that v4.70 of the JourneyApps Runtime has been released. You can use this version of the runtime by selecting it from the list of stable runtime versions under App Settings/Version Management.

v4.70

Updated:

  • <object-table/> is updated to v3.2 and introduces various new features, for more information see Object table v3: Cell callouts, Object table v3: Copy & Paste and Object table v3: State

  • <text-input/> now supports on-change, which will trigger a change on every valid keystroke. We are also introducing error-message="" attribute for text-inputs, which will be used for the error message text when a validation or required check is performed.

  • <columns/> now supports one, two or more column tags. It is also possible to nest columns and place columns inside a dialog. On desktop, a single column can be centered by setting align="center" on it. Multi-columns will shrink to a minimum width and then become horizontally scrollable.

  • <button-group/> now supports a new mode="column" attribute, which will stack buttons vertically (similar to how buttons inside button-groups are displays on mobile).

Fixed:

  • <object-list/> not rendering inside a dialog component.

Deprecated:

  • The feature flag Input modifiers will no longer have an effect on runtime v4.70 and onward. The latest <text-input/> component will be used by default.

Last updated