Skip to content

v1.1.19

Compare
Choose a tag to compare
@unocelli unocelli released this 22 May 17:29
· 472 commits to master since this release

New features:

  • Add Tag from Tag Selection Dialog
  • Add placeholder to bind dynamically Controls property/events with Tag
  • Add script function $getTagDaqSettings and $setTagDaqSettings (enabled/interval/restored)
  • Change the color of all elements included in the grouped shape (#749)
  • Add frontend script function $invokeObject to used to call GUI-Control functions
  • Add Chart control function updateOptions/setProperty/addValueInterval/setZoom to be call with $invokeObject script function
  • Add Table control function setTableAndData to be call with $invokeObject script function
  • Add Customizable Login Overlay Color Feature to Enhance User Privacy (#1112 Thanks @mauroalexandre)
  • Add Configurable Clock/Date Display to Header for Full-Screen Mode Enhancement (#1139 #1140 Thanks @mauroalexandre)
  • Add function declaration as async on all server script (so we can use await for synchron call)
  • Improve of script console error
  • Improve of side panel layout for Chart/Graph/iFrame/Table/Panel Control configuration
  • Add Table control events, row selection to run script
  • Add Tag description attribute
  • Update ip package from 1.1.5 to 2.0.1 in server
  • Update axios package from 0.21.4 to 0.28.0 in server
  • Update nodemailer package from 6.7.4 to 6.9.9 in server
  • Updates node-opcua package from 2.78.0 to 2.123.0 in server
  • Updates express package from 4.18.2 to 4.19.2 in server
  • Updates modbus-serial package from 8.0.9 to 8.0.16 in server

Fixed:

  • Input control range validator
  • Button with multiline text (
    )
  • Reconnect process (#1104)
  • docker compose file wget url (#1131 Thanks @AlexBondor)
  • Bacnet Device connection initialization (#1144 Thanks @lpaszcza)
  • Set opcua bool Tag via script (#1116)
  • Tag options form validator (#1150)
  • Catch of server script exceptions