How do I update the public API when a new version is released?
- Download & extract the public-api.zip folder.
- Replace the public-api folder of your project at scr/app/shared/public-api .
- (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:
- Renamed
exportXML()
togetNodesetAsString()
- exportXML() now saves the Nodeset as XML to a specified location on the computer
- Renamed
setOnlineVariableValue()
towrite()
New API functions:
validateUANodeSet()
checkDependencies()
changeNamespaceOrder()
lockNamespace()
unlockNamespace()
toggleDefaultNodeID()
toggleShowDataTypes()
toggleShowDisplayName()
toggleSortNodesAlphabetically()
startValueForPlaceholder()
changeMaxNodeLimit()
countNumberOfNodes()
deleteNode()
moveNode()
addReference()
removeReference()
validateNodeSet()
importFromTIA()
isConnectedToTIA()
saveSiOME()