Product changes

Update - callback actions

We've updated actions. Actions are used to process data. They run either in the foreground (basically in your browser) or in the background. It's no longer needed to use foreground actions or foreground import events when you need to wait before the...

New feature - Web components in the UI Builder (wysiwyg)

We have improved how components are offered in the front-end UI Builder. We made a framework (in the background of the platform) to produce web components. This kind of components can have their own pieces of JavaScript, so we can specify the needs...

Update - Pdf and e-mail templates

Pdf and e-mail templates are improved by using the dynamic liquid link for assets. Previously you could only use the complete static urls but now you can use the dynamic liquid link. Also you can now use the 'Include' tag{% include 'partialname' %} 

Update - Export modal

We have updated the export modal in the back office module with a label value for the export file name (the export outcome). We made it more clear what the export name and file name will be for exports.

The export modal contains now a label value...

Update - HTTP method PATCH in webservice endpoints

We added the HTTP request method PATCH  to the list of request methods in web service endpoints. We now support GET, PUT, POST, DELETE and PATCH request methods. This new HTTP method PATCH can be used to update partial resources.

The HTTP method...

Subscribe to product changes