Skip to content

Releases: tia-portal-applications/SiOME-Base-Plugin

SiOME Version 2.8.8 Plugin API

13 Nov 10:29
Compare
Choose a tag to compare

How do I update the public API when a new version is released?

  1. Download & extract the public-api.zip folder.
  2. Replace the public-api folder of your project at scr/app/shared/public-api .
  3. (Depending on changes made to the API) Update API interface imports in your component files and adapt breaking changes made to the API functions.

Breaking changes:

  1. Renamed exportXML() to getNodesetAsString()
  2. exportXML() now saves the Nodeset as XML to a specified location on the computer
  3. Renamed setOnlineVariableValue() to write()

New API functions:

validateUANodeSet()
checkDependencies()
changeNamespaceOrder()
lockNamespace()
unlockNamespace()
toggleDefaultNodeID()
toggleShowDataTypes()
toggleShowDisplayName()
toggleSortNodesAlphabetically()
startValueForPlaceholder()
changeMaxNodeLimit()
countNumberOfNodes()
deleteNode()
moveNode()
addReference()
removeReference()
validateNodeSet()
importFromTIA()
isConnectedToTIA()
saveSiOME()

SiOME Version 2.8.5 Plugin API

29 Apr 18:18
Compare
Choose a tag to compare

How do I update the public API when a new version is released?

  1. Download & extract the public-api.zip folder.
  2. Replace the public-api folder of your project at scr/app/shared/public-api .
  3. (Depending on changes made to the API) Update API interface imports in your component files.

Important Changes:

  • Unified return values and errors for all API functions

SiOME Version 2.8.1 Plugin API

26 Apr 13:26
Compare
Choose a tag to compare

How do I update the public API when a new version is released?

  1. Download & extract the public-api.zip folder.
  2. Replace the public-api folder of your project at scr/app/shared/public-api .
  3. (Depending on changes made to the API) Update API interface imports in your component files.