JourneyApps Container v4.25

We’re excited to announce v4.25 of the JourneyApps Container. Included in this release:

File Utilities

Save text & images from your app with ease. Need to generate a report detailing which assets to replace? Does your user need to save the image of the ATM they just serviced? Use the newly available saveFile method. Together with this, we created a helper function generateCSV that converts an array or matrix of data into valid CSV, which you can easily save using the saveFile method. Note that this only works on desktop. For more info, see:

  • saveFile() docs

  • generateCSV() docs

Changelog

  • added: saveFile and generateCSV utility functions

  • added: Language support for Korean, Portuguese (Brazilian) and Japanese

  • fixed: Various bugs with Object Tables v2 (labels not displaying correctly, empty messages not being internationalized and other similar bugs)

  • fixed: (Version 4.25.3) Object Tables v2: Dates now sort correctly! Previously, date values were handled as text when sorting, leading to confusing results. It now sorts based on the actual date value.

Last updated