Keep up with latest product news

Initial Release: Basic authenticaiton in REST API and authorisation example



Added methods for saving the custom security level to the global and applying these settings to other instances

The ability to change the security level not only to lockdown, but also to minimum and normal has been implemented.



An example of deploying a solution with databases from the archive. (Can be expanded without source codes).





disableContextMenu, when set to "1" disables context menu on shared widget
disableContextMenu, when set to "1" disables context menu on shared widgetsFixing completely broken UI on Linux
Clearer settings around git path when on git is available via PATH
Expose git version in CLI and settings UI
Popper.js downgrade for proper compatibility



Fix bug when generating SAML token using IBSP.CONN.SAML.BO.SAMLcos Business Operation

colorFormula now taken from data properties and can define formula in a css way to calculate color of polygon:
hsl((255-x)/255 * 120, 100%, 50%)rgb(0, x, 0)x - relative data value from 0(minimum value) to 255(maximum value)hsl(193 + x/255 * (235 - 193), 100%, 50%)