Node-RED v3.0.0 Release Notes

  • Editor

    • Use theme page and header values if settings.js values are not present (#3767) @Steve-Mcl
    • Focus editor for undo after some actions in menu (#3759) @kazuhitoyokoi
    • Ensure node icon shade has properly rounded corners (#3763) @knolleary
    • Fix storing subflow credential type when input has multiple types (#3762) @knolleary
    • Ensure global-config and flow-config have info in the hierarchy popover (#3752) @Steve-Mcl
    • Include dirty state in history event (#3748) @Steve-Mcl
    • Fix display direction of context sub-menu (#3746) @knolleary
    • Fix clear pinned paths of debug sidebar menu (#3745) @HiroyasuNishiyama
    • prevent exception generating tooltip for deleted nodes (#3742) @Steve-Mcl
    • Fix context menu issues ready for v3 beta.5 (#3741) @Steve-Mcl
    • Do not generate new node-ids when pasting a cut flow (#3729) @knolleary
    • Fix to prevent node from moving out of workspace (#3731) @HiroyasuNishiyama
    • Don't let themes change disabled config node background color (#3736) @bonanitech
    • Move colors left behind in #3692 to CSS variables (#3737) @bonanitech
    • Fix handling of global debug message (#3733) @HiroyasuNishiyama
    • Fix label overflow @ config-node palette (#3730) @ralphwetzel
    • Fix defaulting to monaco if settings does not contain codeEditor (#3732) @knolleary
    • Disable keyboard shortcut mapping when showing Edit[..]Dialog (#3700) @ralphwetzel
    • Update add-junction menu to work in more cases (#3727) @knolleary
    • Ensure importMap is not null when using import UI (#3723) @Steve-Mcl
    • Add Japanese translations for v3.0-beta.4 (#3724) @kazuhitoyokoi
    • Fix "split with" on virtual links (#3766) @Steve-Mcl

    ⚙ Runtime

    • Do not remove unknown credentials of Subflow Modules (#3728) @knolleary
    • Add missing entries from beta.4 changelog (#3721) @knolleary

    Nodes

    • Change: Fix change node, not handling from field properly when using context (#3754) @Fadoli
    • Link Call: Fix linkcall registry bugs (#3751) @Steve-Mcl
    • WebSocket: Fix close timeout of websocket node (#3734) @HiroyasuNishiyama