SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for nodejs-node-red-2.2.3-lp155.1.5.x86_64.rpm :

* Mon Nov 16 2020 Tuukka Pasanen - ### 1.2.3: Maintenance Release- Editor
* Disable \'use strict\' checking in Function node Fixes #2743
* Add gray/grey alternate options for status
* Handle import errors on initial load and report to user
* Only apply recovery tab on initial load Fixes #2731
* Reinstate coveralls reporting to travis build
* Update Japanese message catalogue for 1.2.3 release #2747 (AATTHiroyasuNishiyama)- Runtime
* Modify default settings comment (#2739)
* Add mutex lock to saveSettings storage call Fixes #2736 (#2737)
* Migrate to nyc instead of istanbul for code coverage
* Move mosca to ui-test-dependencies
* Remove \" from npm install prefix option- ### 1.2.2: Maintenance Release- Editor
* Prevent node z property getting set to 0 or \"\"
* Only apply z-recovery logic to flow nodes
* Fix api call to reload flows Fixes #2726
* Remove bad z property from import config nodes- ### 1.2.0: Milestone Release- Editor
* Fix selection of link node not existing within active workspace #2722 (AATTHiroyasuNishiyama)
* Fix import of merged flow
* Fix width of upload button in Safari #2718 (AATTHiroyasuNishiyama)
* Update Chinese translations #2719 (AATTJiyeYu)
* Update Japanese translations needed for 1.2 #2710 (AATTkazuhitoyokoi)
* Fix unexpected line break of sidebar tab name popover #2716 (AATTHiroyasuNishiyama)
* i18n module refresh tooltip #2717 (AATTHiroyasuNishiyama)
* Add better error message if context file gets corrupted
* Update info text of function node #2714 (AATTHiroyasuNishiyama)
* Use markdown editor if editText called with md mode
* Prevent group actions when in non-default mouse mode
* Detect importing duplicate nodes and help user resolve #2698
* Allow sidebar tabs to be reordered #2655
* Add tgz upload button to palette manager #2682
* Add \'automatic\' git workflow for projects #2035
* Allow project version string to be edited
* Sanitize unknown node type when displaying
* Handle nodes with invalid z property Closes #2170
* Outline: Ensure sf instance nodes update in outliner when import-replace sf
* Outline: Ensure recovered nodes tab is added to outliner properly
* Groups: Only recalculate group label offsets when needed
* Groups: Reuse first group name/style when merging elements Fixes #2680
* Groups: Fix copy/paste of node into active group Fixes #2686
* ACE: Update ACE to 1.4.12-src-min-noconflict Fixes #1988
* ACE: Add comment highlighting to JSONata and fix regex handling Closes #2701
* ACE: Ensure errors in ACE NRJavaScript mode are on valid lines
* Prevent Enter on search box from reloading page Fixes #2678
* Allow toggleButton icons to be optional
* Allow treeList to have a header component
* Disable selection of FA icons when dbl clicking node- Runtime
* Add RED.hooks API for pluggable routing #2665
* Add flows:
* events and deprecate nodes-
* events
* Split .config.json into separate files #2794
* Add support for file upload in /nodes api #2682
* Add \'done\' metric log for message tracing #2685 (AATTk-toumura)
* Add mutex locking around /flow apis #2679
* Default flowFilePretty to true if projects enabled
* Replace Math.random with crypto.getBytes for session tokens
* Fix this context when calling multiple event listeners Fixes #2692. #2693 (AATTmgroenhoff)
* Add --userDir=/tmp/foo support to grunt dev
* Skip loading node html if disableEditor set #2684
* Update util.writeFile to write to tmp file before rename #2683
* Fix getModuleFiles function to include path property #2705 (AATTt-kawamorita)
* Update nodemon to latest so grunt dev task behaves
* Improve jsdoc of util.getObjectProperty to clarify thrown error See #2703- Nodes
* Trigger: allow msg.delay to be used to set delay/loop interval #2707
* Function: allow to send & log in its initialize code #2644 (AATTcinhcet)
* MQTT: Update to MQTT 4.2.1 Closes #2694
* Debug: Handle undefined value in Debug view of Array and Object Fixes #2696
* Switch: Clarify empty rules in switch node documentation #2649 (AATTnatcl) #2669 (AATTkazuhitoyokoi)
* Updated core nodes to use Done callback #2653 (AATTk-toumura)
* yaml, xml, json, html, http, template, range, link, status, catch, complete, inject
* Thu Sep 03 2020 Tuukka Pasanen - ### 1.1.3: Maintenance Release Editor - Fix vertical align of fa node icons Fixes #2670 - Allow lasso selection to be restricted to active group - Make ctrl-click on nested group more intuitive - Fix copy/paste of nested groups - Add Set(iterable) polyfill for IE11 - Support select-all inside active group - Improve performance of moving groups - Add additional check for git auth failure response Fixes #2656 - german translation, wording (#2660) (#2666) - Remove filtering of duplicate fa icons - Show node help when switching node edit dialogs Fixes #2652 - Ensure group theme picks up theme defaults properly Fixes #2651 Nodes - Clarify Switch node isEmpty help - HTTP In: handle application/cbor as binary Runtime - Move runtime settings back to adminApi from editorApi Fixes #2662 - Update Chinese message for debug node [#]## 1.1.2: Maintenance Release Editor - Fix all the touch screen issues Fixes #2647 - Add RED.view.redrawStatus to avoid full redraw on update - Ensure node/group xrefs are consistent on import - Disable keyboard handler when dialogs are open - Ensure unknown nodes removed from outliner when node registers Fixes #2646 Runtime - Allow Comms websocket auth to be done via token header Fixes #2642 [#]## 1.1.1: Maintenance Release Editor - Set apiRootUrl for debug pop-out to load locales properly Fixes #2629, #2630 - Update build-custom-theme to handle keyframes properly Fixes #2636 - Remove hardcoded css and allow group to default from theme Fixes #2633 - Add RED.view.DEBUG_SYNC_REDRAW to disable requestAnimationFrame References #2631 - Fix up subflow port wiring - Ensure groups are removed when deleting subflows - Get group order right in history events to ensure proper handling - Prevent wiring to node with no corresponding port Fixes #2641 - Avoid copying duplicate nodes to internal clipboard - Fix connecting wires to subflow status or io ports on touchscreen Fixes #2637 Runtime - Authenticate websocket comms using user-provided token if present Fixes #2642 Nodes - Delay: add words about independence of messages being delayed. - Debug: fix debug status to not loop, make migration more seamless, detect status type objects #2638 - Debug: Update Japanese message for debug node #2645 (AATTkazuhitoyokoi) [#]## 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 - 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 \"\
\" - 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 (AATTHiroyasuNishiyama) - Update JP message catalogue for subflow input type #2471 (AATTHiroyasuNishiyama) - Outliner - add empty item when last config node moved - Update zh-CN/zh-TW translations #2626 (AATTJiyeYu) - 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 (AATTSteve-Mcl) Nodes - Add example flows for lots of core nodes #2585 #2550 #2549 (AATTHiroyasuNishiyama) - 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 (AATTkazuhitoyokoi) - Add Japanese translations for outliner, jsonata and runtime #2618 (AATTkazuhitoyokoi) - 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 (AATTHiroyasuNishiyama) - Merge pull request #2609 from node-red-hitachi/fix-remove-from-group - Fix position of empty group with multi-line label #2612 (AATTHiroyasuNishiyama) - Make treelist of subflow/config nodes initially have empty placeholder - Fix empty placeholder not shown on remove from group #2609 (AATTHiroyasuNishiyama) - Prevent conversion of circular structure #2607 (AATTHiroyasuNishiyama) - 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 () - 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 (AATTbartbutenaers) - Add support for moment in JSONata expressions #2583 (AATTdxdc) - Add httpAdminMiddleware for admin routes #2555 - Add admin api authentication function #2479 (AATTKazuhiroItoh) - Add option support for overwriting settings.js #2463 (AATTHiroyasuNishiyama) - Add support for credential-stored env var in subflow #2368 - Add node installation from other than public site #2378 (AATTKazuhiroItoh) - Catch more signals to allow clean context flush on shutdown #2447 - Add `node-red admin` command #2592 - Move to `lodash.clonedeep` #2396 (AATTamodelbello) - Tidy up unhandledRejection warning from context unit tests - Add test cases for setMessageProperty with non-object properties - Fix for settings.set subsequent updates #2584 (AATTsammachin) - 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 (AATTalexk111) - 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 (AATTkazuhitoyokoi) - 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 (AATTristomatti) - Support setting title on typedInput multi-option #2586 (AATTSteve-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 \
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 (AATTHiroyasuNishiyama) - Fix replacement of unknown node in workspace when module installed #2524 (AATTHiroyasuNishiyama) - Fix appearance of subflow template panel #2506 (AATTHiroyasuNishiyama) - Fix workspace CSS properties syntax #2487 (AATTbonanitech) - Consolidate duplicate selectors #2488 (AATTbonanitech) - Update message catalogue for subflow UI #2466 (AATTHiroyasuNishiyama) Nodes - Batch: Add reset feature to batch node #2553 (AATTHiroyasuNishiyama) - 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 (AATTjeancarl) - 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 (AATTtmdoit) - CSV: Add support for parsing empty strings and null values #2510 (AATTtmdoit) - CSV: Update Japanese translations for CSV node #2562 (AATTkazuhitoyokoi) - Debug: Add bulk-activate/deactive actions for debug node #2570 (AATTcinhcet) - 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 (AATTHiroyasuNishiyama) - HTTP In: Remove nodejs deprecation warning #2540 (AATTvladimir-kazan) - HTTP Request: Support sending body in GET requests #2478 (AATThardillb) - Inject: Adding user definable properties to inject node #2435 (AATTPaulWieland) - TCP: Allow to know particular session from status node #2413 (AATTdvv) - 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 (AATTjeancarl) - Add some core node example flows #2455 (AATTHiroyasuNishiyama) - Change types from text/x-red to text/html in node html files #2425 (AATTkazuhitoyokoi) [#]### 1.0.6: Maintenance Release Runtime - Update to JSONata 1.8.3 - #2536 Handle clone of null in utils Editor - Prevent button label wrapping in typedInput - Handle error objects when reporting in palette manager Nodes - Inject: Revert to cron 1.7.2 - UDP: when reusing input socket honour the broadcast mode. [#]### 1.0.5: Maintenance Release Runtime - #2500 Support for context stores using JSONata and evaluateNodeProperty() - Add better handling of host-key-verify error with projects - #2517 Handle false values in $env() properly - #2514 Ensure complete node scope is remapped in subflows - #2513 Flows/subflows must preinitialise their context objects - Clear node.close timeout to avoid unnecessary work on restart - #2532 Set flow.disabled when disabled property is false - #2522 Ensure file context does not write \'undefined\' to store Editor - #2489 Fix XPath in UI tests - #2504 Fix paletteCategories order - #2501 Add page objects for UI testing - #2494 Check node props when deciding if pasted node can splice links - #2521 Don\'t double-sanitize node name in debug sidebar - #2519 German i18n updates - #2523 Update nodeTabMap when replacing unknown nodes - Update TypedInput to use flexbox and remove resizing code - Handle nodes with no wires array - Do not collapse whitespace in Debug string messages Nodes - File: Remove old legacy wording from file node info to stop confusing users. - Join: Ensure join node handles missing buffer joiner when not in string mode - Exec: make exec node logging consistent with itself. (only be verbose when in verbose mode) - Trigger: reset default timeout value when switching away from wait for reset - Join: Fix join to not crash on appending invalid types to buffer. - MQTT out: Add warning if topic contains + or # - #2502 WebSocket i18n update - #2508 Add Japanese translation for join node - TCP out: tidy up select of which rows to display [#]### 1.0.4: Maintenance Release Runtime - Update all dependencies to latest fix versions - Update JSONata to 1.8.1 - #2473 Handle httpAdminRoot missing ending slash with login strategy Fixes - #2470 Update https-proxy-agent - #2461 Allow credentials to be provided as part of /flows api - #2444 Move receive metric position to better reflect async changes Fixes - #2406 Improve file store error when cache disabled and sync api used Closes - #2399 cloneMessage should handle undefined without throwing err Fixes - #2418 Fix the library api routes to prevent too broad matching of regex URLs - #2417 Remove undefined loadFlowLibrary call Editor - #2465 Add better regex highlighting in jsonata edit mode Fixes - Add regex awareness to jsonata formatter - #2472 Avoid adding extra newlines when formating jsonata Fixes - #2475 Add UI test case for error handling - Avoid adding extra divs to edit form to avoid size miscalculation - Upgrade to latest marked and dompurify libs - Ensure catalog load errors are logged to the console - #2460 Track context sidebar element paths to track formatting changes Fixes - Battling Chrome Autocomplete, part 31: Wrap search input with form - #2445 Trick chrome into autofilling dummy username/password inputs Fixes - #2457 Fix garbled characters in library - #2409 Filter palette using raw label not html formatted label Fixes - #2400 Wrap long context values when displaying in sidebar Fixes - Fix duplicating array item in visual json editor - #2338 Modify history sidebar button positioning to handle long labels Fixes - #2438 Add some auto-complete snippets to the nrjavascript mode Close - #2430 Ignore disabled nodes when checking for invalid configs on deploy Closes - #2442 #2458 #2453 Update zh-CN translations - #2235 Add initial zh-TW translation - Re-enable jshint on editor and fixup issues - #2431 Remove unnecessary namespaces for i18n - #2440 Support BrowserStack in UI testing - #2358 Add path property to debug messages Fixes - Fix false change detection when no config node selected - Fix IME bug in text editor - Make node highlighting a bit more obvious for busy flows - #2392 Add icons and support i18n in typedInput of JSON editor Nodes - #2462 MQTT: Ensure IPv6 broker names are wrapped in brackets Fixes - Join node - check existance before clearing timeout - Trigger: Complete 2nd msg when set to send latest - TCP: clarify text regarding blank parameters. - #2449 HTTP Request: Add HEAD as Method - Make min-height for change, switch, batch and mqtt consisten
* Sat Feb 08 2020 Tuukka Pasanen - Add Node-Red 1.0.3 version
 
ICM