Wappler 2.2.3 Released

Wappler 2.2.3 Released

Go get it from https://wappler.io/download/
Or just do “check for updates” on the Wappler tray icon for automatic install!

What’s New

In this week Wappler update, we have many new UI improvements and also some great additions in Server Connect.
Now you can build a whole custom file downloader in Server Connect!
Also the Database Connector is now extended with extra Single Record Query for easy data binding!
Also Routing has been greatly extended with Server Connect actions. So you can now make friendly urls of those special social login or file download actions.

General UI

  • Improved UI styling. All Property panels have now longer and better styled input controls

File Manager

  • Blue folders for local view in file manager
  • Changed icon on folder for git changes

Server Connect

App Structure

  • Improved selection highlight

Database Connector

  • New Database Single Query action! Now you can create a special database query that returns just a single record.
    This is very convenient for data binding when you just need one record, like user info and don’t need a complex repeater to access the data.

File System Connector

  • Added File Download action - now you can implement File Downloads with Server Connect!

Routing Manager

  • New - allow to make routes directly to Server Connect actions!
  • Added new Server Connect action picker to be able to quickly add new routes based on Server Connect Actions
    • all the server connect action parameters are auto translated to new route path
    • the new routes can be used as links afterwards with the route picker

Monaco Code Editor

  • Added file watcher in code editor, so that open files are now automatically reloaded on change
    *Added ESlint support for better javascript syntax checking
15 Likes