Roadmap
Changelog
🐞 Bug Fix: QR Scanner crashing native apps
fixed
Bug Fixes
Components
If the QR Scanner component was used in an app, the app would crash on mobile. Apps using this component should no longer crash. Native apps will need to be rebuilt for the fix to apply.
Apps were temporarily unable to be cloned.
fixed
The Adalo Editor
Bug Fixes
Some apps and app templates were temporarily unavailable for cloning. This is now resolved and they can be cloned with no restrictions.
🐞 Bug Fix: Inviting a new team member could result in blank screen
fixed
The Adalo Editor
Bug Fixes
Sometimes when inviting new team members to apps, you could end up on a blank screen. This issue is now resolved!
🐞 Bug Fix: External Collection properties that were null would get set as text
fixed
Bug Fixes
External Collection properties would be created as "text" properties when the first object of an external API's response had those properties present but a value of
null
. Now we evaluate all objects in the response before setting the property types.
🐞 Bug Fix: Screen crashing when updating a linked record from a many-to-many relationship
fixed
Bug Fixes
Certain actions related to many-to-many relationships when there were counts present would cause a screen to crash. This has been fixed!
🐞 Bug Fix: Bottom of the screen gets cut off when it is re-sized in the Editor
new
Screens would get cropped off a few px from the bottom if you pull either of the sides while re-sizing them. This was caused by the screen shadow implementation. It should be fixed now and screens shouldn't get cropped off.
🕰️ Better identification of Unix style timestamps for External Collections
improved
The Adalo Editor
When your external collection uses timestamps represented as integers (e.g 1678113994), it would often be set as a "number" property. With this improvement, we're now way better about setting these as Date & Time properties.
🐞 Bug Fix: Nested properties weren't included for Xano database collections
fixed
The Adalo Editor
Bug Fixes
If you had a collection for your Xano Database that looked like this:
{
"username":"the_dude",
"avatar": {
"url": "https://example.com/lebowski.jpg"
}
We weren't creating a text property for
avatar > url
or any other nested key/value pairs.
This fix applies to all Xano database collections including your Users collection.
To get these missing properties to appear, open the overflow menu and step through the "Edit Settings" flow for each collection.
🐞 Bug Fix: Issues with Copying and Pasting Screens
fixed
Bug Fixes
Screens that contained Custom Lists weren't able to be copied and pasted. This issue is now resolved. Please refresh your browser to make sure you have the latest version of the editor.
🏔️ A heap of Improvements to the Adalo + Xano Database Setup Flow
improved
The Adalo Editor
  • If we can’t find the endpoints we need for your users collection, we’ll show a helpful error message now.
    If you’re curious, we expect the endpoints to be named “User” or “users” (capitalization doesn’t matter!)
  • We’re now including Authorization headers for all requests to Xano collections. This has always been possible, but now it is enabled by default and included automatically. Security FTW!
  • We added resiliency to the Users & Auth setup step by checking both the Get One and Get All endpoints for user properties. Sometimes, one of those endpoints would return an empty object, and that would prevent us from listing the correct the properties in the Users collection.
  • When the Xano Users collection is refreshed, we now remove properties that are no longer present.
Load More