Node RED v1.1.0-beta.1 Release Notes

Release Date: 2020-06-04 // almost 4 years ago
  • ⚙ Runtime

    • Allow HTTPS settings to be refreshed #2551 (@bartbutenaers)
    • Add support for moment in JSONata expressions #2583 (@dxdc)
    • Add httpAdminMiddleware for admin routes #2555
    • Add admin api authentication function #2479 (@KazuhiroItoh)
    • Add option support for overwriting settings.js #2463 (@HiroyasuNishiyama)
    • Add support for credential-stored env var in subflow #2368
    • Add node installation from other than public site #2378 (@KazuhiroItoh)
    • Catch more signals to allow clean context flush on shutdown #2447
    • Add node-red admin command #2592
    • Move to lodash.clonedeep #2396 (@amodelbello)
    • Tidy up unhandledRejection warning from context unit tests
    • Add test cases for setMessageProperty with non-object properties
    • Fix for settings.set subsequent updates #2584 (@sammachin)
    • Turn off installer funding messages
    • Remove unused _info/_type subflow env var magic values
    • Add #! lines to project shell scripts #2548
    • Add nodejs14 to Travis test matrix
    • Remove duplicate NLS message #2516 (@alexk111)
    • Let setMessageProperty return success flag #2439

    Editor

    • Add ability to group nodes #2493
    • Add loading progress bar #2558
    • Add Outliner to Info sidebar and add help sidebar #2556
    • Add action to toggle node label visibility #2569
    • Add show-examples-import-dialog action
    • Add more consistent events in the editor #2543
    • Save the node description property to the library #2490 (@kazuhitoyokoi)
    • Add credential type to TypedInput #2367
    • Scroll the view with WASD/Cursor keys when nothing selected #2381
    • Bump jquery/migrate to latest versions
    • Fix editor underscore visibility on Linux systems #2579 (@ristomatti)
    • Support setting title on typedInput multi-option #2586 (@Steve-Mcl)
    • Projects: Allow remote branch dialog to create non-default remote branches
    • Ensure auth failure on project fetch identifies the remote #2545
    • Make all dialogs handle smaller height screens better
    • Add basic Array.from polyfill for IE11
    • Add some more trap form elements to workaround Chrome autofill
    • [info-sidebar] Handle node/group/flows with \n in their name
    • [popover] Allow hover-type popovers to contain buttons
    • Modify RED.panels to use flexbox position
    • Allow node edit dialog to be opened on a non-default tab
    • Add createNodeIcon and getDarkerColor to RED.utils
    • [search] Refactor search to use editor events to generate index
    • Allow RED.notify.popover to have a position offset
    • Make selected list item more distinct
    • Allow node button to be clicked via api call
    • Reorder initial load so projects:load event emits before any nodes:add
    • Add polyfills for IE11
    • Activate project menu after initial clone #2547 (@HiroyasuNishiyama)
    • Fix replacement of unknown node in workspace when module installed #2524 (@HiroyasuNishiyama)
    • Fix appearance of subflow template panel #2506 (@HiroyasuNishiyama)
    • Fix workspace CSS properties syntax #2487 (@bonanitech)
    • Consolidate duplicate selectors #2488 (@bonanitech)
    • Update message catalogue for subflow UI #2466 (@HiroyasuNishiyama)

    Nodes

    • Batch: Add reset feature to batch node #2553 (@HiroyasuNishiyama)
    • Catch/Complete/Link/Status: #2588 Add compact searchBox to filter node lists
    • Catch/Complete/Link/Status: Allow searchBox filter to filter on node type #2595 (@jeancarl)
    • CSV: Add warn when unpaired quotes detected on input.
    • CSV: allow node to only send headers once
    • CSV: Allow CR and LF control chars to be a part of the value #2526 (@tmdoit)
    • CSV: Add support for parsing empty strings and null values #2510 (@tmdoit)
    • CSV: Update Japanese translations for CSV node #2562 (@kazuhitoyokoi)
    • Debug: Add bulk-activate/deactive actions for debug node #2570 (@cinhcet)
    • Debug: Show status independently of main output #2564
    • Delay: Ensure delay node rate limit timer is cleared on reset
    • Function: Make the function node top-level async
    • Function: Add support of initialization & finalization to function node #2498 (@HiroyasuNishiyama)
    • HTTP In: Remove nodejs deprecation warning #2540 (@vladimir-kazan)
    • HTTP Request: Support sending body in GET requests #2478 (@hardillb)
    • Inject: Adding user definable properties to inject node #2435 (@PaulWieland)
    • TCP: Allow to know particular session from status node #2413 (@dvv)
    • Trigger: Add optional second output
    • Trigger: Ensure trigger sends complete 2nd msg if set to send latest msg
    • Trigger: Allow trigger node to use other than msg.topic to separate streams
    • XML: Moved XML options documentation property from Outputs to Inputs section #2572 (@jeancarl)
    • Add some core node example flows #2455 (@HiroyasuNishiyama)
    • Change types from text/x-red to text/html in node html files #2425 (@kazuhitoyokoi)