Node RED v1.1.0 Release Notes

Release Date: 2020-06-30 // almost 4 years ago
  • ๐Ÿš€ 1.1.0: Milestone Release

    Editor

    • Align node labels on FF
    • ๐Ÿ›  Fix node toggle button initial opacity
    • ๐Ÿ‘‰ Make color/icon/label-pos pickers keyboard navigable
    • 0๏ธโƒฃ Default group label to be shown and improve toggle button
    • ๐Ÿ›  Fix clearing group label
    • โœ‚ Remove hardcoded css Fixes #2603
    • ๐Ÿ›  Fix node button mouse pointer css
    • ๐Ÿ”„ Change node linebreak handling to use "\n "
    • 0๏ธโƒฃ Handle import of node with non-default number of outputs
    • ๐Ÿ‘Œ Improve display of focussed form element
    • ๐Ÿ›  Fix typedInput error on empty subflow input types #2624 (@HiroyasuNishiyama)
    • โšก๏ธ Update JP message catalogue for subflow input type #2471 (@HiroyasuNishiyama)
    • ๐Ÿšš Outliner - add empty item when last config node moved
    • โšก๏ธ Update zh-CN/zh-TW translations #2626 (@JiyeYu)
    • โž• Add default shortcut for core:show-help-tab
    • Clear outline focus on config node sidebar panel
    • ๐Ÿ‘‰ Tweak group margin to fit node status and look better
    • ๐Ÿ›  Fix reparenting nodes in outliner when they change

    โš™ Runtime

    • โž• Add developer options - permits npm run build-dev #2628 (@Steve-Mcl)

    Nodes

    • โž• Add example flows for lots of core nodes #2585 #2550 #2549 (@HiroyasuNishiyama)
    • TCP: Fix tcp in node finishing packets when in streaming base64 receive mode.
    • ๐Ÿ›  Join: Clear timeout when msg.reset received Fixes #2471
    • Switch: JSONata expr does not require msg.parts.count
    • Inject: fix backwards migration of inject without topic

    ๐Ÿš€ 1.1.0-beta.3: Beta Release

    Editor

    • ๐Ÿ›  Fix wiring nodes from input back to output
    • ๐Ÿ›  Fix sometimes unable to keyboard-move group to left/up
    • ๐Ÿ›  Fix group position in outliner
    • ๐Ÿ– Handle unknown nodes with no icon
    • Prevent node creep when switching tabs

    ๐Ÿš€ 1.1.0-beta.2: Beta Release

    Editor

    • โž• Add UI tests to travis build #2593 #2616 #2617 #2619 (@kazuhitoyokoi)
    • โž• Add Japanese translations for outliner, jsonata and runtime #2618 (@kazuhitoyokoi)
    • ๐Ÿ›  Fix deleting node in group after changing selection
    • ๐Ÿ›  Fixup padding of quick-add search box
    • ๐Ÿšš Move config nodes under type-level hierarchy in outline
    • Emit nodes:change event for config node users list modified
    • Increase group margin to avoid clash with status text
    • ๐Ÿ›  Fix event order when quick-adding node to group
    • Switch RED.events.DEBUG messages to warn to get stacktraces
    • ๐Ÿ›  Fix empty item handling for subflows/config in outliner
    • ๐Ÿ›  Fix search indexing of group nodes
    • Avoid regenerating every node label on redraw
    • ๐Ÿ›  Fix handling of multi-line node label
    • ๐Ÿ”€ Disable merge group menu for single item or non-group item #2611 (@HiroyasuNishiyama)
    • ๐Ÿ”€ Merge pull request #2609 from node-red-hitachi/fix-remove-from-group
    • ๐Ÿ›  Fix position of empty group with multi-line label #2612 (@HiroyasuNishiyama)
    • ๐Ÿ‘‰ Make treelist of subflow/config nodes initially have empty placeholder
    • ๐Ÿ›  Fix empty placeholder not shown on remove from group #2609 (@HiroyasuNishiyama)
    • Prevent conversion of circular structure #2607 (@HiroyasuNishiyama)
    • ๐Ÿ›  Handle null status text in the editor Fixes #2606
    • Massively reduce our dependency on d3 to render the view
    • EditableList/TreeList - defer adding elements to DOM
    • ๐Ÿšฆ Prevent RED.stop being called multiple times if >1 signal received
    • ๐Ÿšš Flag a node as removed when it is disabled
    • ๐ŸŽ Some performance improvements for TreeList
    • Resize info/help sidebars whenever sidebar is opened
    • โž• Add search defaults to outliner searchBox
    • โž• Add search presets option to searchBox widget
    • โž• Add RED.popover.menu as a new type of menu widget
    • โž• Add support for is:XYZ search flags
    • Track subflow instances on the subflow node itself
    • ๐Ÿ›  Refresh outline filter whenever something changes Fixes #2601
    • ๐Ÿ›  Fix Help tab search box appearance
    • ๐Ÿ“‡ Rename Node Information to Information in sidebar
    • ๐Ÿ”€ Do a sync-redraw after clearing to ensure clean state
    • ๐Ÿ‘‰ Make catch/status/complete/link filter case-insensitive
    • โž• Add 'add' option to touch radialMenu for quick-add dialog
    • ๐Ÿ”€ Merge branch 'dev' of https://github.com/node-red/node-red into dev
    • ensure trigger node detects changes to number of outputs
    • Ignore whitespace when checking function setup/close code
    • Preserve event handlers when moving outliner items
    • โž• Add tooltips to outliner buttons
    • Only validate nodes once they have all been imported
    • โšก๏ธ Ensure configNode.users is updated properly on import

    โš™ Runtime

    • โฌ†๏ธ Bump node-red-admin 0.2.6

    Nodes

    • WebSocket: Prevent charAt call on websocket listener #2610 ()
    • 0๏ธโƒฃ Debug: fix status to migrate old nodes to correct default mode.
    • ๐Ÿ”— Link: Fix Link node filter Fixes #2600

    ๐Ÿš€ 1.1.0-beta.1: Beta Release

    โš™ 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)
    • 0๏ธโƒฃ 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)