Node RED v2.2.0-beta.1 Release Notes

  • Editor

    • Add search history to main search box (#3262) @knolleary
    • Check availability of type of config node on deploy (#3304) @k-toumura
    • Add wire-slice mode to delete wires with Ctrl-RHClick-Drag (#3340) @knolleary
    • Wiring keyboard shortcuts (#3288) @knolleary
    • Snap nodes on grid using either edge as reference (#3289) @knolleary
    • Detach node action (#3338) @knolleary
    • Highlight links when selecting nodes (#3323) @knolleary
    • Allow multiple links to be selected by ctrl-click (#3294) @knolleary

    Nodes

    • JSON: Let JSON node attempt to parse buffer if it contains a valid string (#3296) @dceejay
    • Remove use of verbose flag in core nodes - and use node.debug level instead (#3300) @dceejay
    • TCP: Add TLS option to tcp client nodes (#3307) @dceejay
    • WebSocket: Implemented support for Websocket Subprotocols in WS Client Node. (#3333) @tobiasoort