Skip to content

v0.2.0

Compare
Choose a tag to compare
@cbrake cbrake released this 31 May 16:37
· 1422 commits to master since this release
18e8835

(implemented in PR #362)

  • UI: fix sorting of Rule child nodes
  • highlight rule actions when active #266
  • better linking of nodes for rules #251
  • display clipboard contents at top of screen
  • update elm/virtual-dom to 1.0.3 (helps
    prevent xss attacks)

This release improves the process of linking nodes to rule actions or conditions. In the past, the system clipboard was used and you had to paste the system clipboard contents into the Node ID field of rule conditions and actions.
Now, when you a copy a node, the SIOT frontend has its own clipboard and a past button is displayed below the Node ID fields for easy pasting the node ID. Additionally, the node description is displayed below the Node ID field so you can easily tell which node the ID is referring to.

A video is available which illustrates how node IDs can now be copied and pasted.

docs are also updated.