- Print
- DarkLight
- PDF
Release date: 2023-12-05
Improvements
The redesigned transfer details page allows you to see the details of changes against text and actor ID accounts that occurred within a transfer.
On Dashboard charts, you can see the values for each part.
The display of the Events page and all your events’ details are a better fit for your mobile device browsers.
Scripts
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.
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.