Resize/compress image - Fixed descriptions to have range between 0-100 instead of 0-1
Action sheet - Fixed bug where two options with same labels always return the first labels value
Upload files - Added a third output for partially successful upload, meaning that if you upload 2 files and 1 fails, the second output is triggered.
Download Base64 text as file (web only) – given a Base64 text as input, download it as a file
Debug log – log a value to the AppGyver Debugger console tab
Open page in bottom sheet – open a page in a Google Maps -style bottom sheet
Upload files now supports progress events, old Upload multiple files deprecated – see https://docs.appgyver.com/tutorials/event-handling-from-upload-files-flow-function for details
Convert file to Base64 now works on web too
Updated the http request flow function to have a second output for not-ok responses, e.g. if the server responds withok: false
and statusCode: 400
, now you can get that info, before in this scenario a generic error was thrown.
Updated all flow functions to correctly report the available outputs, e.g. errors are only available in the appropriate output instead of all outputs
Multiple flow functions (such as geolocation and push notification related ones) now report their build service plugin requirements correctly
Added missing onChange event to Slider field component
Get record flow function now correctly returns an error if the response is an array instead of an object
HTML renderer (beta) component released, allowing you to render HTML code in your app efficiently.
Data flow functions now give access to JSON-format error messages from the backend.
Fixed view component preview issues in marketplace for input fields, sliders and toggles
Move/rename file/directory now also outputs the directory data and the type of the moved item
Following flow functions fixed to output file object correctly
Published Open native share dialog
Added Build Service configuration of plugins and permissions to all flow functions and view components that were using plugins and permissions that needed to be configured
Published Capture screenshot (beta)