[0.3.22] - 2023-07-12
Helm changes
- Add
opentelemetry
for future monitoring - Add
linkedInPartnerId
andmetaPixelId
optional parameters - Applications versions:
server - 5.22.0
frontend - 5.22.1
realtime - 3.0.0
control-tasks - 2.4.0
widget - v1.0.50
Improvements
- Added functionality for group sharing of actors on the graph. Select multiple actors using Shift or lasso -> Share access and grant access rights.
- Newly created actors are now immediately added to the Recent section in Actors bag.
- Added support for formula calculations over a period of time.
- Implemented backend for transfers (transactions between multiple actors). A new section called Transfers will be available in future versions
- Created an API filter for parameters of nested actors.
- Implemented an API for searching by "ref" in nested actors.
- Started adding the newly created actor to the "Recent" section in the Actors bag.
- The text field does not resize during event description editing.
- By default, the workspace owner is granted "Edit" permissions for actors.
- Fixed the bug that prevented entering numbers with a dot or comma in the "amount" field of the transaction creation form.
Scripts
- Added screenshots and more descriptions to each component in the documentation.
- Added a Style section to the documentation - https://control.events/script.html#tag/style - providing an example of how to change the color theme for your script. Also added CSS support to components that previously did not have it.
- Added input mask support for the Edit component.
- Added a script protocol parameter for controlling the opening of external links (in a new or current tab).
- Enabled the execution of changes on submit for any forms on the page. (Previously, changes could only be made to the form on which the submit occurred). The changes object should include a formId parameter for executing such changes.
Example:
{
"code": 200,
"data": {
"changes": [
{
"id": "componentId",
"formId": "anotherFormId",
"visibility": "hidden"
}
]
}
}
- Added support for resettable (removing selected value) in the select component - https://control.events/script.html#tag/select.
- Integrated with Onfido (Digital ID Verification) at the widget component level.
https://control.events/script.html#tag/widget -> type: onfido - Enabled applying changes to the extra attribute in the widget component.
- Added the "copy" component. The copy chip allows copying information to the clipboard. It can also be used within the table component. https://control.events/script.html#tag/copy
- Added tooltips to all folders and objects within folders in the script constructor.
- Added more examples in the style of: https://control.events/script.html#tag/style