Simulator 5.21
  • 15 Feb 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Simulator 5.21

  • Dark
    Light
  • PDF

Article summary

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

  1. The mask parameter has been added to the Edit component. For more information, go to Edit.
  2. 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.
  3. 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" }
]
}
}
  1. The resettable parameter (removal of selected value) has been added to the Select component. For more information, go to Select.
  2. 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?

What's Next