Simulator 5.43
  • 16 Feb 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Simulator 5.43

  • Dark
    Light
  • PDF

Article summary

Release date: 2023-12-05

Improvements

  1. The redesigned transfer details page allows you to see the details of changes against text and actor ID accounts that occurred within a transfer.
    Account%20from%202

  2. On Dashboard charts, you can see the values for each part.
    Chart%20with%20numbers_1

  3. The display of the Events page and all your events’ details are a better fit for your mobile device browsers.

Scripts

  1. Localization support was added. In the locale file, you can configure your localization:

    {
     "legacy": "Зворотня сумісність",
    "label": {
      "en": "Hello page",
      "uk": "Привіт сторінка"
    }
    }
    

    Where:

    • uk and en are the keys with any value; you can have any number of such keys.
    • The old keys remain operable as before.

    To use a particular localization language, you need to send the language parameter together with the language value from Corezoid in response to the /get request. For more information, go to Get page and Locale.

  2. The protocol for working with widget commands from scripts that run in the widget has been changed:

    {
    "data": {
        "ctrl": [
            {
                "namespace": "webWidget",
                "method": "close"
            }
        ]
    },
    "code": 200
    }
    

    To see the full list of commands, go to Send form.


Was this article helpful?

What's Next