- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Release date: July 5, 2023
New Features
The Transfers backend has been created for transactions between multiple actors. For more information, go to Transfers.
Scripts
- The mask parameter has been added to the Edit component. For more information, go to Edit.
- To view the script protocol, you can now open it in a new tab or check it in a current one. For more information, go to Scripts.
- You can make changes in any forms on the page you’ve created by adding the formId parameter to the object you want to change. For more information, go to Form.
{
"code": 200,
"data": {
"changes": [
{ "id": "componentId", "formId": "anotherFormId", "visibility": "hidden" }
]
}
}
- The resettable parameter (removal of selected value) has been added to the Select component. For more information, go to Select.
- The integration with Onfido (Digital ID Verification) has been added at the Widget component level. You can now apply changes to the extra parameter in the Widget component. For more information, go to Widget.
Was this article helpful?