Node RED v1.0.2 Release Notes

Release Date: 2019-10-14 // over 4 years ago
  • ๐Ÿš€ 1.0.2: Maintenance Release

    โš™ Runtime

    • ๐Ÿ‘ Allow node.status() to be passed number/bool types
    • ๐Ÿ‘ Allow node emitted events to have multiple arguments
    • ๐Ÿ›  #2323 Fixed docstrings to have them match the function signature (name of parameters).
    • ๐ŸŒ #2318 NLS: Unify translations of "boolean"

    Editor

    • Ensure node status is refreshed whenever node is edited
    • ๐Ÿ›ฐ #2315 #2316 Ensure z property included in full message debug payload
    • ๐Ÿ›  #2321 Fixed editor.json (JA nls)
    • #2313 Fix element to collapse items in visual JSON editor
    • #2314 Insert divider in menu by calling RED.menu.addItem('id', null);

    Nodes

    • ๐Ÿ”„ Change: Fixup use of node.done
    • ๐Ÿ“„ #2322 Template: Fix invalid JSON data in template node docs
    • ๐Ÿ›  #2320 File: Fixed a typo in 10-file.html (JA nls)
    • ๐Ÿšš #2312 Template: Remove unnecessary comma in help text
    • #2319 Inject: Interval of inject node should be 596 hours or less.