Node RED v0.20.0-beta.5 Release Notes

  • ⚙ Runtime

    • Bump dependencies
    • Allow $parent access of flow context
    • Make Node._flow a writeable property
    • Do not propagate Flow.getNode to parent when called from outside flow
    • Add support of subflow env var

    Editor

    • Properly sanitize node names in deploy warning dialogs
    • Fix XSS issues in library ui code
    • Add env type to subflow env var types
    • Display parent subflow properties in edit dialog
    • Fix direction value of subflow output
    • #597 Add Status Node to Subflow to allow subflow-specific status Closes
    • #2039 Better handling of multiple flow merges Fixes

    Nodes

    • Various translation updates
    • #1747 Catch: Add 'catch uncaught only' mode. Closes
    • Link: scroll to current flow in node list
    • HTTPRequest: add option to urlencode cookies
    • #1981 HTTPRequest: option to use msg.payload as query params on GET.
    • Debug: Add local time display option to numerics in debug window
    • MQTT: Add parsed JSON output option