V459 Release Notes

Version 459 of Thunkable was released on May 30, 2024

Platform Updates

New Components

Please keep in mind that you may need to do a hard refresh of your browser for the changes to take effect in your project. If you experienced any of these issues on the Thunkable Live app, you will need to update to the latest version through the App Store and/or Google Play Store before any changes will occur. If your downloaded or published app is affected by any of these issues, you will need to re-download or re-publish your app for these changes to take effect.

This seems cool at first glance. Convenient anyhow. What is the practical differences between this and what could be done with the webviewer previously? Except for not needing the addition of a visual component, of course.

That is exactly it. The JS Web Bridge does not require a Creator to instantiate a UI component so you can use this with a Logic Module. An example here would be if you were writing a script for date formatting. No UI component would be necessary in this and so we needed a “headless” solution for adding in the code.

2 Likes