New `execute` service to run JavaScripts functions
Description
This release contains one new feature, and a minor change. It's now possible to use the new execute-service 🥳, to execute JavaScript, without having to use a service like class_set. handleError is now changed, so the error-message is prioritized before error-stack.
Please do report, if you find anything that doesn't work after the following changes, listed below.
Changes
- Feature: New
executeservice. Add your JavaScript, and execute it - instead of having to wrap your functions inclass_setor using a custom component likenone:none. See #260 for "how to use it".executewill execute all JavaScript defined withinservice_data(the string, or easy key with a string). See more things related to this in this discussion, and how to use browser_mod in combination withexecutein our docs. - Change: handleError will now echo the message to our log, instead of the error stack. Check the browser console, for the error-stack.