V532/533/534/535 Release Notes

Version 532 of Thunkable was released on December 16, 2025

Platform Updates

  • Improved Block generation.
  • Fixed an issue when setting the Map’s latitude and longitude to null.
  • Resolved an issue happening when the project has a module and canvas blocks.

Version 533 of Thunkable was released on December 22, 2025

Platform Updates

Version 534 of Thunkable was released on January 5, 2026

Platform Updates

  • Fixed an issue with the “Update filter” data source block.
  • Added Pitch and rate to the advanced text to speech block:

Version 535 of Thunkable was released on January 12, 2026

Platform Updates

  • Fixed an issue with the Record video blocks on iOS.

  • Resolved an issue with the StP barcode scanner blocks on Android.

  • Resolved an issue with the Map Icon marker Title/description text’s width.

  • Added font size and font family options on the Text Input blocks:

  • Fixed some issues with the Data Viewer component.

  • Updated Web Viewer post message block:
    Previously, we were sending whatever type the user has chosen - e.g., if you send the number “1”, we’re sending 1 as a number. Now, we are stringifying everything, meaning that if you send “1”, it’ll be 1 as a string and not as a number. This means that whoever is receiving or consuming the message should handle it accordingly.
    In the case of “1”, it’s “simple”. But if the user decides to send a whole object (e.g., { name: 'John Doe', age: 20 }, then this will be sent/received as a string, and the receiver must cast/parse it to an object and then they can use it as such

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.

1 Like