1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Update changelog

This commit is contained in:
Nick O'Leary 2020-06-03 21:10:28 +01:00
parent 3b3a2d4edc
commit 3c259b2c22
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -2,42 +2,42 @@
Runtime Runtime
- #2551 (@bartbutenaers) Allow HTTPS settings to be refreshed - Allow HTTPS settings to be refreshed #2551 (@bartbutenaers)
- #2583 (@dxdc) Add support for moment in JSONata expressions - Add support for moment in JSONata expressions #2583 (@dxdc)
- #2555 Add httpAdminMiddleware for admin routes - Add httpAdminMiddleware for admin routes #2555
- #2479 (@KazuhiroItoh) Add admin api authentication function - Add admin api authentication function #2479 (@KazuhiroItoh)
- #2463 (@HiroyasuNishiyama) Add option support for overwriting settiings.js - Add option support for overwriting settiings.js #2463 (@HiroyasuNishiyama)
- #2368 Add support for credential-stored env var in subflow - Add support for credential-stored env var in subflow #2368
- #2378 (@KazuhiroItoh) Add node installation from other than public site - Add node installation from other than public site #2378 (@KazuhiroItoh)
- Catch more signals to allow clean context flush on shutdown #2447
- #2396 (@amodelbello) Move to `lodash.clonedeep` - Add `node-red admin` command #2592
- Move to `lodash.clonedeep` #2396 (@amodelbello)
- Tidy up unhandledRejection warning from context unit tests - Tidy up unhandledRejection warning from context unit tests
- Add test cases for setMessageProperty with non-object properties - Add test cases for setMessageProperty with non-object properties
- #2584 (@sammachin) Fix for settings.set subsequent updates - Fix for settings.set subsequent updates #2584 (@sammachin)
- Turn off installer funding messages - Turn off installer funding messages
- Remove unused \_info/\_type subflow env var magic values - Remove unused \_info/\_type subflow env var magic values
- #2548 Add #! lines to project shell scripts - Add #! lines to project shell scripts #2548
- Add nodejs14 to Travis test matrix - Add nodejs14 to Travis test matrix
- #2516 (@alexk111) Remove duplicate NLS message - Remove duplicate NLS message #2516 (@alexk111)
- #2439 Let setMessageProperty return success flag - Let setMessageProperty return success flag #2439
Editor Editor
- #2493 Add ability to group nodes - Add ability to group nodes #2493
- #2558 Add loading progress bar - Add loading progress bar #2558
- #2556 Add Outliner to Info sidebar and add help sidebar - Add Outliner to Info sidebar and add help sidebar #2556
- #2569 Add action to toggle node label visibility - Add action to toggle node label visibility #2569
- Add show-examples-import-dialog action - Add show-examples-import-dialog action
- #2543 Add more consistent events in the editor - Add more consistent events in the editor #2543
- #2490 (@kazuhitoyokoi) Save the node description property to the library - Save the node description property to the library #2490 (@kazuhitoyokoi)
- #2367 Add credential type to TypedInput - Add credential type to TypedInput #2367
- #2381 Scroll the view with WASD/Cursor keys when nothing selected - Scroll the view with WASD/Cursor keys when nothing selected #2381
- Bump jquery/migrate to latest versions - Bump jquery/migrate to latest versions
- #2579 (@ristomatti) Fix editor underscore visibility on Linux systems - Fix editor underscore visibility on Linux systems #2579 (@ristomatti)
- #2586 (@Steve-Mcl) Support setting title on typedInput multi-option - Support setting title on typedInput multi-option #2586 (@Steve-Mcl)
- Projects: Allow remote branch dialog to create non-default remote branches - Projects: Allow remote branch dialog to create non-default remote branches
- #2545 Ensure auth failure on project fetch identifies the remote - Ensure auth failure on project fetch identifies the remote #2545
- Make all dialogs handle smaller height screens better - Make all dialogs handle smaller height screens better
- Add basic Array.from polyfill for IE11 - Add basic Array.from polyfill for IE11
- Add some more trap form elements to workaround Chrome autofill - Add some more trap form elements to workaround Chrome autofill
@ -52,36 +52,38 @@ Editor
- Allow node button to be clicked via api call - Allow node button to be clicked via api call
- Reorder initial load so projects:load event emits before any nodes:add - Reorder initial load so projects:load event emits before any nodes:add
- Add polyfills for IE11 - Add polyfills for IE11
- #2547 (@HiroyasuNishiyama) Activate project menu after initial clone - Activate project menu after initial clone #2547 (@HiroyasuNishiyama)
- #2524 (@HiroyasuNishiyama) Fix replacement of unknown node in workspace when module installed - Fix replacement of unknown node in workspace when module installed #2524 (@HiroyasuNishiyama)
- #2506 (@HiroyasuNishiyama) Fix appearance of subflow template panel - Fix appearance of subflow template panel #2506 (@HiroyasuNishiyama)
- #2487 (@bonanitech) Fix workspace CSS properties syntax - Fix workspace CSS properties syntax #2487 (@bonanitech)
- #2488 (@bonanitech) Consolidate duplicate selectors - Consolidate duplicate selectors #2488 (@bonanitech)
- #2466 (@HiroyasuNishiyama) Update message catalogue for subflow UI - Update message catalogue for subflow UI #2466 (@HiroyasuNishiyama)
Nodes Nodes
- Batch: #2553 (@HiroyasuNishiyama) Add reset feature to batch node - 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: Add warn when unpaired quotes detected on input.
- CSV: allow node to only send headers once - CSV: allow node to only send headers once
- CSV: #2526 (@tmdoit) Allow CR and LF control chars to be a part of the value - CSV: Allow CR and LF control chars to be a part of the value #2526 (@tmdoit)
- CSV: #2510 (@tmdoit) Add support for parsing empty strings and null values - CSV: Add support for parsing empty strings and null values #2510 (@tmdoit)
- CSV: #2562 (@kazuhitoyokoi) Update Japanese translations for CSV node - CSV: Update Japanese translations for CSV node #2562 (@kazuhitoyokoi)
- Debug: #2570 (@cinhcet) Add bulk-activate/deactive actions for debug node - Debug: Add bulk-activate/deactive actions for debug node #2570 (@cinhcet)
- Debug: #2564 Show status independently of main output - Debug: Show status independently of main output #2564
- Delay: Ensure delay node rate limit timer is cleared on reset - Delay: Ensure delay node rate limit timer is cleared on reset
- Function: Make the function node top-level async - Function: Make the function node top-level async
- Function: #2498 (@HiroyasuNishiyama) Add support of initialization & finalization to function node - Function: Add support of initialization & finalization to function node #2498 (@HiroyasuNishiyama)
- HTTP In: #2540 (@vladimir-kazan) Remove nodejs deprecation warning - HTTP In: Remove nodejs deprecation warning #2540 (@vladimir-kazan)
- HTTP Request: #2478 (@hardillb) Support sending body in GET requests - HTTP Request: Support sending body in GET requests #2478 (@hardillb)
- Inject: #2435 (@PaulWieland) Adding user definable properties to inject node - Inject: Adding user definable properties to inject node #2435 (@PaulWieland)
- TCP: #2413 (@dvv) Allow to know particular session from status node - TCP: Allow to know particular session from status node #2413 (@dvv)
- Trigger: Add optional second output - Trigger: Add optional second output
- Trigger: Ensure trigger sends complete 2nd msg if set to send latest msg - 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 - Trigger: Allow trigger node to use other than msg.topic to separate streams
- XML: #2572 (@jeancarl) Moved XML options documentation property from Outputs to Inputs section - XML: Moved XML options documentation property from Outputs to Inputs section #2572 (@jeancarl)
- #2455 (@HiroyasuNishiyama) Add some core node example flows - Add some core node example flows #2455 (@HiroyasuNishiyama)
- #2425 (@kazuhitoyokoi) Change types from text/x-red to text/html in node html files - Change types from text/x-red to text/html in node html files #2425 (@kazuhitoyokoi)
#### 1.0.6: Maintenance Release #### 1.0.6: Maintenance Release