Node-RED v2.2.0 Release Notes

  • Editor

    • Add editorTheme.tours property to default settings file (#3375) @knolleary
    • Remember Zoom level and Sidebar tab selection between sessions (#3361) @knolleary
    • Fix timing issue when merging background changes fixes #3364 (#3373) @Steve-Mcl
    • Use a nodes palette label in help tree (#3372) @Steve-Mcl
    • Subflow: Add labels to OUTPUT nodes (#3352) @ralphwetzel
    • Fix vertical align subflow port (#3370) @knolleary
    • Make actions list i18n ready and Japanese translation (#3359) @HiroyasuNishiyama
    • Update tour for 2.2.0 (#3378) @knolleary
    • Include paletteLabel when building search index (#3380) @Steve-Mcl
    • Fix opening/closing subflow template not to make subflow changed (#3382) @HiroyasuNishiyama
    • Add Japanese translations for v2.2.0 (#3353, #3381) @kazuhitoyokoi

    ⚙ Runtime

    • Add support for accessing node id & name as environment variable (#3356) @HiroyasuNishiyama
    • Clear context contents when switching projects (#3243) @knolleary

    Nodes

    • MQTT: reject invalid topics (#3374) @Steve-Mcl
    • Function: Expose node.path property (#3371) @knolleary
    • Function: Update node declarations in func.d.ts (#3377) @Steve-Mcl