Wappler 5.6.2 Released

Wappler 5.6.2 Released

Check the new Wappler site at https://wappler.io/
and download Wappler 5.6.2 from your Account Dashboard

Or just do “check for updates” on the Wappler tray icon for automatic install!

What's New

We have great addition to the Wappler Extensibility for you this week. Now you can also fully package Server Connect extensions and publish them to npm, so that users can install them quickly and easy out of the box! Automatic extension installation, together with its dependencies and full version and update control is than in place, so automatic update is also possible.
See How To Install and Use Custom Wappler Extensions

Also the documentation for the Wappler Extension builders has been updated, see Wappler Extensibility - Build Custom Wappler Extensions

Also try out the newest Wappler Extensions made by our power user Tobias (@tbvgl) like the Bull Queue and Advanced Logger for NodeJS in Wappler.
Many thanks to Tobias for helping us to make the best Wappler extensions integration and also deliver such powerful extensions to the Wappler community!

Furthermore we have a new experimental option for you that allows you to edit the project options now much easier in a tab editor. So try it our by just enabling the experimental options and let us know what you think.

Server Connect with the integrated PHP Composer is now final and out of beta, so it is available in the stable extensions channel as well.

App Connect 2.0 is still in beta and we are making great progress in improving it and fine tuning it, thanks to power users like @mebeingken that supply us when great feedback and awesome test cases to test on.

Wappler Extensibility

  • Added full support for Server Connect extensions auto installation!
  • Now Server Connect extensions can also be published as NPM packages, so users can easily fully install them as extensions in their Wappler Projects
  • When the Wappler extension is installed for a project all needed files will be copied automatically
  • Extensions can be also auto updated easily later on when new version is available, by just running npm update
  • Server Connect extensions should have have the server-connect keyword in their package.json - it is auto generated when you choose to creaste a new extension in Wappler and select Sevrer Connect
  • Server Connect extensions can also have their own dependencies in their package.json and those will be auto installed
  • Improve auto installing of Wappler extensions in node when Docker is used for local development. Now node packages are direct installed in the docker container and the package.json is changed there, so there is no need for redeploy on install. Also package.json is auto synchen with the one in the project root.

Database Manager

  • Improved SSH connections to databases on different server
  • Improved SSH tunnel error handling

Project Options

  • Greatly restyled the UI and improved control alignments
  • Prepare for options in tab editor

New Project Options Editor in Tab

  • Now fully available as experimental option
  • Allow managing extensions and Docker Management also on the new project options in tab
  • Improved extension install
  • Improved save and refresh of the options, so you can continue with more edits after save.

Resource Manager

  • Fixed adding new cloud providers, was broken in the last update

App Connect 2.0 - beta 3

  • Routing beta component to make it working with App Connect 2
  • Fixed repeat attribute bug and added a limit of 10000 records
  • Fixed several component with props case-sensitive naming
  • Moved code for data signals to own file
  • Fixed typo in html attribute
  • Refactor flow component (now uses fetch instead of xmlhttprequest)
  • Improved $watch, now calls callback in Microtask to prevent signals registering to code in callback
  • Fixed special props on fetch/serverconnect component

Server Connect 3.0

  • Now in stable extensions channel so no longer in beta. The PHP Composer integration is now always available
  • Removed the check for PHP composer enabling only on beta channel as it is now always available

Security Provider

  • Improved the static security provider in PHP

Fixed issues

9 Likes