Wappler 7.3.2 Released
Check the new Wappler site at https://wappler.io/
and download Wappler 7.3.2 from your Account Dashboard
Or just do “check for updates” on the Wappler tray icon for automatic install!
What's New
In this Wappler update we have greatly improved Wappler extensibility and the ease of installing Wappler extensions.
Now when adding a new extension, you can search for it on NPM and directly pick the right one in a new rich extensions picker dialog. The new dialog let you search for the right extension, filter by keywords and sort by popularity or recently updated.
See the updated How To Install Custom Wappler Extensions for more details.
Installing of custom extensions in Wappler has never been easier!
Furthermore we have improved also the Wappler extensibility in Docker development environments, so you can now easily install custom Wappler extensions when using Docker.
We have also improved the AI Assistant with better state restoration when reopening Wappler and improved descriptions for Server Connect actions.
App Connect Flows is updated with more base actions like Select, Try/Catch and Group and a new triggerDownload action step that will trigger a download but not wait for it to finish.
Also lots of Wappler extensions are updated with new features and fixes as requested by the community.
Extensions Installer
- New dialog for searching Wappler extensions online on NPM and directly picking the right one
- It is called from the add extension + icon in the project options / Extensions
- Improved styling of the extensions list
- Improve keywords titles and made them more human readable
- Toggle by main keywords for app Connect and Server Connect and filter the rest of the keywords
- Show already installed extensions and disable them
- Make explicit action buttons for Add and Info about the extension
- Improved add/info button colors
- Improved blocks styling
Wappler Extensibility
- Added support for custom Wappler extensions in Docker development environments
- Improved the installation of custom Wappler extensions when docker is used
- Now just copy or remove the extensions files to the project node_modules, so they are available for Wappler
- Refresh extensions list now directly after a new extension is installed, so no Wappler restart is required
- Allow installing custom extensions in PHP when using Wappler Local Server
- Improved installing extensions for custom server connect formatters in PHP
AI Assistant
- Updated server connect editor to restore AI state and chat history Wappler reopen
- Improved server connect actions description for naming actions
- improved server connect mailer description
- Improved comment node description
Docker Manager
- Improved extensibility and usage of custom Wappler extensions in docker development targets. Expose the internal node_modules
- Added project checks if the docker options need to be updated. Check for older NodeJS or new options and suggest to update.
- Improved docker desktop monitoring on Linux, detect if Wappler doesn't have access to the docker socket and show message about it
Assets Manager
- Improved thumbnails alignment and hover styling
Pages Manager
- Improved thumbnails alignment and hover styling
Database Query Builder
- Some extra fallbacks for mssql tables with missing schema
App Connect Flows
- Improved the compacting of try/Catch and Select actions
App Connect 2.1.2
- Added more base flow actions like Select, Try/Catch, Group
- New Flow action triggerDownload action step for flows (it will trigger a download but not wait for it to finish)
App Connect Tagify 2.0.5
- Fixed issues with tagify not submitting when in formrepeat
App Connect Masonry 2.0.3
- Fix issue with multiple masonry on same page not updating
App Connect date Picker 3.0.5
- Added extra customonly property for datepicker
App connect S3 Upload 2.0.2
- Added extra param attribute to pass params to server
- Added a max-files attribute to limit files that can be added
- Added autoremove attribute, setting this option will remove files from the component that finished uploading
- New done state added to file properties in files data collection
Fixed issues
- [AI] Unknown Action: comment
- App Connect S3 Upload Component Doesn't Honor File Names in S3Upload1.files
- Custom App connect module features not working for Docker Deployments
- Add File Limit Validation to S3 Multi Upload Component
- Datepicker - Only dates from database
- Extensions - App Connect - how to get it working
- Tagify values not submitted within Form Repeat
- [AI] Comment step has wrong attribute
- Custom Extensions not available in Server Connect Actions Panel
- Bug with custom formatters and modules (php)
- Extension actions not available (Bull Queues)
- How to Implement UI for Custom App connect Extension