Skip to content

Commit

Permalink
Tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
TotallyInformation committed Sep 26, 2021
1 parent caa29d0 commit 264a757
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.1.1 - Improvements & new event-return node (2021-09-26)
## 1.1.2 - Improvements & new event-return node (2021-09-26)

### New

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This allows you to create sub-flows (sub-routines) and loops very easily.

* For the most part, nodes like this should be avoided because then can make the tracing of your logic hard if you aren't careful.
However, used with care, these are very powerful but simple to use nodes that can greatly simplify certain types of logic.
* The event handler is shared between the nodes. Event names are the `msg.topic` prefixed with `Contrib-Events:`.
* The event handler is shared between the nodes. Event names are the `msg.topic` prefixed with `node-red-contrib-events/`. Return events use `node-red-contrib-events/return/<node.id>`
* A separate event handler is needed because the Node-RED core devs want to make sure that Node-RED's own event handlers are not used by contributed nodes.
These nodes use a separate event handler module that is shared with other nodes from me including node-red-contrib-uibuilder.
That means that these nodes will (in the future) interact with uibuilder where needed but are not dependent.
Expand Down

0 comments on commit 264a757

Please sign in to comment.