node-red 2.1.6 → 2.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,82 @@
1
+ #### 2.2.2: Maintenance Release
2
+
3
+ Nodes
4
+
5
+ - Fix "close timed out" error when performing full deploy or modifying broker node. (#3451) @Steve-Mcl
6
+
7
+
8
+ #### 2.2.1: Maintenance Release
9
+
10
+ Editor
11
+
12
+ - Handle mixed-cased filter terms in keyboard shortcut dialog (#3444) @knolleary
13
+ - Prevent duplicate links being added between nodes (#3442) @knolleary
14
+ - Fix to hide tooltip after removing subflow tab (#3391) @HiroyasuNishiyama
15
+ - Fix node validation to be applied to config node (#3397) @HiroyasuNishiyama
16
+ - Fix: Dont add wires to undo buffer twice (#3437) @Steve-Mcl
17
+
18
+ Runtime
19
+
20
+ - Improve module location parsing (of stack info) when adding hook (#3447) @Steve-Mcl
21
+ - Fix substitution of NR_NODE_PATH (#3445) @HiroyasuNishiyama
22
+ - Remove console.log when ignoring disabled module (#3439) @knolleary
23
+ - Improve "Unexpected Node Error" logging (#3446) @Steve-Mcl
24
+
25
+ Nodes
26
+
27
+ - Debug: Fix no-prototype-builtins bug in debug node and utils (#3394) @Alkarex
28
+ - Delay: Fix Japanese message of delay node (#3434)
29
+ - Allow nbRateUnits to be undefined when validating (#3443) @knolleary
30
+ - Coding help for recently added node-red Predefined Environment Variables (#3440) @Steve-Mcl
31
+
32
+
33
+ #### 2.2.0: Milestone Release
34
+
35
+ Editor
36
+
37
+ - Add editorTheme.tours property to default settings file (#3375) @knolleary
38
+ - Remember Zoom level and Sidebar tab selection between sessions (#3361) @knolleary
39
+ - Fix timing issue when merging background changes fixes #3364 (#3373) @Steve-Mcl
40
+ - Use a nodes palette label in help tree (#3372) @Steve-Mcl
41
+ - Subflow: Add labels to OUTPUT nodes (#3352) @ralphwetzel
42
+ - Fix vertical align subflow port (#3370) @knolleary
43
+ - Make actions list i18n ready and Japanese translation (#3359) @HiroyasuNishiyama
44
+ - Update tour for 2.2.0 (#3378) @knolleary
45
+ - Include paletteLabel when building search index (#3380) @Steve-Mcl
46
+ - Fix opening/closing subflow template not to make subflow changed (#3382) @HiroyasuNishiyama
47
+ - Add Japanese translations for v2.2.0 (#3353, #3381) @kazuhitoyokoi
48
+
49
+ Runtime
50
+
51
+ - Add support for accessing node id & name as environment variable (#3356) @HiroyasuNishiyama
52
+ - Clear context contents when switching projects (#3243) @knolleary
53
+
54
+ Nodes
55
+
56
+ - MQTT: reject invalid topics (#3374) @Steve-Mcl
57
+ - Function: Expose node.path property (#3371) @knolleary
58
+ - Function: Update `node` declarations in func.d.ts (#3377) @Steve-Mcl
59
+
60
+ #### 2.2.0-beta.1: Beta Release
61
+
62
+ Editor
63
+
64
+ - Add search history to main search box (#3262) @knolleary
65
+ - Check availability of type of config node on deploy (#3304) @k-toumura
66
+ - Add wire-slice mode to delete wires with Ctrl-RHClick-Drag (#3340) @knolleary
67
+ - Wiring keyboard shortcuts (#3288) @knolleary
68
+ - Snap nodes on grid using either edge as reference (#3289) @knolleary
69
+ - Detach node action (#3338) @knolleary
70
+ - Highlight links when selecting nodes (#3323) @knolleary
71
+ - Allow multiple links to be selected by ctrl-click (#3294) @knolleary
72
+
73
+ Nodes
74
+
75
+ - JSON: Let JSON node attempt to parse buffer if it contains a valid string (#3296) @dceejay
76
+ - Remove use of verbose flag in core nodes - and use node.debug level instead (#3300) @dceejay
77
+ - TCP: Add TLS option to tcp client nodes (#3307) @dceejay
78
+ - WebSocket: Implemented support for Websocket Subprotocols in WS Client Node. (#3333) @tobiasoort
79
+
1
80
  #### 2.1.6: Maintenance Release
2
81
 
3
82
  Editor
@@ -44,7 +123,6 @@ Nodes
44
123
  - WebSocket: Only setup ws client heartbeat once it is connected (#3344) @knolleary
45
124
  - Update Japanese translations in node help (#3332) @kazuhitoyokoi
46
125
 
47
-
48
126
  #### 2.1.4: Maintenance Release
49
127
 
50
128
  Runtime
@@ -439,2758 +517,8 @@ Nodes
439
517
  - TLS: Add ALPN support to TLS node (#2988) @hardillb
440
518
  - Inject: add "Inject now" button to edit dialog (#2990) @Steve-Mcl
441
519
 
442
- ### 1.3.5 Maintenance Release
443
-
444
- Editor
445
-
446
- - Open subflow tab next to active tab rather than at the end
447
- - Shrink default notification box
448
- - Support mousewheel scroll in tab bar
449
- - Revert some of #2967 to fix treeList gutter width calculation
450
- - Prevent unknown node from breaking editor
451
- - Stop module with missing types from preventing editor load
452
- - Handle sidebar tab that no longer exists when setting first active
453
- - Fix plugin loading when browser sends unrecognised lang
454
- - Prevent error whilst drag/drop importing from leaving dropTarget visible Fixes #2982
455
- - Fix scaling issues when dragging nodes into scaled workspace
456
- - Fix incorrect shortcut keys in info tips (#2980) @kazuhitoyokoi
457
- - Reduce code duplication around node/label generation
458
- - Fix theme handling when no editorTheme.page setting
459
- - Fix jshint error in treeList
460
-
461
- Runtime
462
-
463
- - Fix error handling in runtime/lib/api/nodes
464
- - Add Node 16 with sass fixed
465
- - Migrate from node-sass to sass (#2984)
466
- - Fix "installRetry" was declared a constant and changed (#2974) @aheissenberger
467
-
468
- Nodes
469
-
470
- - Function: Fix 'SyntaxError' in Function node when last line of on-stop is a comment
471
- - Function: Fix Function tab label names in the node help text Closes #2978
472
- - Function: Update Japanese info text of function node (#2985) @HiroyasuNishiyama
473
-
474
- ### 1.3.4 Maintenance Release
475
-
476
- Editor
477
- - Allow nodes to access resolved theme files Fixes #2968
478
- - Fix importing node to currently flow rather than match its old z value
479
- - Don't let 'escape' whilst moving nodes interrupt things Fixes #2960
480
- - Sort context stores in TypedInput and ensure default first Fixes #2954
481
- - Fix margin between nodes on palette (#2947) @kazuhitoyokoi
482
- - Ensure typedInput option is selected in dropdown menu Part of #2945
483
- - Ensure typedInput without value has focus class removed Closes #2945
484
- - TreeList: Fix remove item when depth=0 and wrong gutter calc (#2967) @hanc2006
485
-
486
- Runtime
487
- - Handle subflow modules that contain subflows
488
- - Timeout http upgrade requests that are not otherwise handled Fixes #2956
489
- - Fix error on auto commit for no flow change (#2957) @HiroyasuNishiyama
490
-
491
- Nodes
492
-
493
- - CSV: Fix CSV handling of special chars as separators
494
- - Delay: Give delay node random mina nd max more space so you can see complete value
495
- - Exec: fix grunt fail on exec node test (#2964) @HiroyasuNishiyama
496
- - Function: Ensure function expand button is above vertical scrollbar Fixes #2955
497
- - Inject: Fix inject node output tooltip extra property count
498
-
499
-
500
- ### 1.3.3: Maintenance Release
501
-
502
- Editor
503
-
504
- - Fix package semver comparison to allow >1 version increment
505
- - Prevent TypedInput label overflowing element Fixes #2941
506
- - Remove TypedInput from tab focus when only one type available
507
- - Make typedInput.disable more consistent in behaviour Fixes #2942
508
- - Fix project credential secret reset handling Part of #2868
509
-
510
- Runtime
511
-
512
- - Export package version in Grunt file so docs template can access
513
-
514
- Nodes
515
-
516
- - CSV: ensure CSV node can send false as string
517
- - HTTPIn: handle application/x-protobuf as Buffer type (#2935 #2938) @hardillb
518
- - MQTT: Ensure mqtt-close message is published when closing mqtt nodes
519
-
520
-
521
- ### 1.3.2: Maintenance Release
522
-
523
- Runtime
524
- - Handle package.json without dependencies section
525
-
526
- Editor
527
-
528
- - Fix variable reference error in editableList Fixes #2933
529
- - Fix handling of user-provided keymap Fixes #2926
530
- - Ensure theme login image is passed through to api response Fixes #2929
531
- - Add Japanese translations for Node-RED v1.3.1 (#2930) @kazuhitoyokoi
532
-
533
- Nodes
534
-
535
- - CSV: Fix CSV parsing with other than , separator
536
- - File out: Fix timing of msg.send to be after close
537
- - Function: describe `node.outputCount` in help text
538
- - MQTT: Fix MQTT Broker TLS config row layout Fixes #2927
539
- - Split: add comment to info re $N being number of messages arriving
540
-
541
- ### 1.3.1: Maintenance Release
542
-
543
- Nodes
544
-
545
- - Fix change node form validation
546
-
547
- ### 1.3.0: Milestone Release
548
-
549
- Editor
550
-
551
- - Remember TypedInput selected sub option when switching types Fixes #2896
552
- - Show context store name on TypedInput flow/global types Fixes #2793
553
- - Add core:go-to-selected-subflow action
554
- - Ctrl-dbclick on subflow node opens subflow tab
555
- - Add go-to-previous/next-location actions
556
- - Fix copy-to-clipboard action in FireFox
557
- - Fix select up/down stream when zoomed in or out
558
- - Use cursor keys to change selection in workspace
559
- - Prevent accidental text selection of subflow toolbar text
560
- - Update node-sass to 5.x Fixes #2907
561
- - Allow module to provide resources and automatically expose them (#2903) @knolleary
562
-
563
- Runtime
564
-
565
- - DE language updates (#2806 #2901 #2913) @heikokue
566
- - Remove Node 8 from travis due to node-sass breakage
567
- - Allow Flow.getNode to return subflowInstance nodes Related to #2898
568
- - Fix credential lookup for nested subflows Fixes #2910
569
- - Add externalModules config to settings.js
570
- - Add Japanese translations for Node-RED v1.3.0 (#2900)
571
- - Fix handling encrypted creds on /flows api
572
- - Properly handle credentials passed to /flows api
573
- - Fix line-number reporting in errors on node load (#2894) @HiroyasuNishiyama
574
-
575
- Nodes
576
-
577
- - Change: Add property validation to Change node rule set Closes #2911
578
- - Exec: Allow any property to be appended to command (#2908) @kazuhitoyokoi
579
- - HTTP Request: set followAllRedirects to work with POSTs Fixes #2017
580
- - Inject: Flag validation errors in Inject node props config Fixes #2914
581
- - Function: add node.outputCount to sandbox (#2918) @kristianheljas
582
- - Switch: Fix Switch node handling of hasKey rule when property is undefined
583
- - Switch: Handle invalid regex set dynamically in Switch node Fixes #2905
584
-
585
-
586
- ### 1.3.0-beta.1: Beta Release
587
-
588
- Editor
589
-
590
- - Add config node to refer to when exporting subflow
591
- - Add confirm dialog when deleting subflow with instances in use (#2845) @knolleary
592
- - Add easier ways to find subflow instances
593
- - Add enable/disable toggle button for groups in info-outliner (#2844) @knolleary
594
- - Add IE11 polyfill to support URI download scheme (#2871) @HiroyasuNishiyama
595
- - Add Japanese translations for Node-RED v1.3.0 (#2874) @kazuhitoyokoi
596
- - Add preview of exported nodes to Export dialog (#2820) @knolleary
597
- - Add RED.plugins module to editor
598
- - Add select-connected action (#2877) @knolleary
599
- - Add select-up/downstream-nodes action to editor (#2877) @knolleary
600
- - Add subflow edit button to palette tooltip
601
- - Add subflow meta data edit pane
602
- - Add support for library source plugins (#2785) @knolleary
603
- - Adds shift-click support for selecting up/down stream nodes
604
- - Allow default keymap to be overridden in settings file (#2843) @knolleary
605
- - Allow EditableList to have custom buttons (#2881) @bartbutenaers
606
- - Allow filtering of debug node output within subflow (#2870) @HiroyasuNishiyama
607
- - Ensure the first sidebar tab is shown when editor loads (#2846) @knolleary
608
- - Ensure TypedInput Change event is passed type/value properties Fixes #2883
609
- - Escape all user input
610
- - Filter palette manager nodes based on allow/deny list
611
- - Fix check for existing config nodes in subflow export set
612
- - Fix handling of + in shortcuts
613
- - fix jshint failure (#2850) @HiroyasuNishiyama
614
- - Fix keymap entries with multiple keys for same action
615
- - fix line break of exporting nodes to clipboard (#2849) @HiroyasuNishiyama
616
- - Fix line break of subflow label on palette (#2828)
617
- - Fix loading individual module catalog
618
- - Fix removing links when deleting node
619
- - Fix semver comparison for IE11 (#2888) @knolleary
620
- - fixed #2790 swapped description of encodeUrl/encodeUrlComponent and d… (#2791)
621
- - Handle timeouts when trying to load node credentials in editor Fixes #2840 (#2841) @knolleary
622
- - Hide projects dialog when opening proj with invalid encrypt key
623
- - hide unused input field (#2823)
624
- - Implement node property typing (#2812) @knolleary
625
- - Improve SemVer comparison in Palette Manager (#2821 #2879) @HaKr
626
- - Library: properly handle symlinked folders (#2768) @natcl
627
- - make flow download code separate utility instead of polyfill
628
- - Prevent duplicate keyboard shortcut from being assigned
629
- - Prevent rogue mouseup on tab from triggering tab change
630
- - Rename paletteEditorEnabled to installerEnabled
631
- - Tidy some subflow env props css
632
- - Tidy up typedInput syntax
633
- - Use subflow.info for help text and meta.type for node type
634
-
635
- Runtime
636
-
637
- - Deprecate autoInstallModules for externalModules.autoInstall
638
- - Deprecate editorTheme.palette.editable for externalModules.palette.allowInstall
639
- - Initial plugin runtime api implementation (#2779) @knolleary
640
- - Add initial support for ThemePlugins (#2836) @knolleary
641
- - Support npm subflow modules (#2690) @knolleary
642
- - Ability to add projects path to the settings file (#2816) @tfmf
643
- - Add i18n function to editor plugins when they are registered
644
- - Add optional 'lang' to settings file (#2796) @fellinga
645
- - Add SubflowModule class for running subflow modules
646
- - Add support for settings.externalModules (#2797) @knolleary
647
- - Allow default project workflow to be set via settings (#2763) @knolleary
648
- - Allow for adding an array of middleware functions (#2788) @kevinGodell
649
- - Better logging when deprecated editorTheme.palette.* settings used
650
- - Detect externalModule dependencies inside subflow modules
651
- - Fix global leak in lib/flows/index.js
652
- - Fix numeric status not displaying by ensuring it's a string (#2859) @knolleary
653
- - Fully remove when.js dependency (#2772) @knolleary
654
- - make nodes with only group change not deployed by nodes deploy mode
655
- - Move exec and events components to util module
656
- - Nodes log via parent flow to allow flow-info to be added
657
- - Restart node only if node's group changes (#2872) @HiroyasuNishiyama
658
- - Stop config nodes after flow nodes Fixes #2876 (#2880) @knolleary
659
- - Update marked dependency
660
- - Use more async funcs in runtime/lib/api to reduce Promise creation
661
- - Use npm info to check pending install version
662
-
663
- Nodes
664
-
665
- - Allow nested msg properties in msg/flow/global expressions (#2822)
666
- - Batch: Messaging API support in Batch node (#2738) @k-toumura
667
- - CSV: Handle commas in msg.columns if quoted.
668
- - CSV: Fix csv node template reset when array complete (#2854) @dceejay
669
- - CSV: Messaging API support in CSV node (#2734) @k-toumura
670
- - Debug: Sanitize Debug node name when display enable/disable message
671
- - Delay: Add support for Messaging API to delay node (#2733)
672
- - Exec: Add settings.execMaxBufferSize to control buffer size of exec node (#2819)
673
- - Exec: Don't append msg.payload to command by default (#2818)
674
- - Function: Add 'node' object to close scope
675
- - Function: allow to load external modules (#2873) @knolleary
676
- - Function: Add functionExternalModules to settings and default to false
677
- - Join: Fix join node in array mode with repeated messages, and allow reset all (#2869) @dceejay
678
- - MQTT: Add MQTT v5 support (#2778 #2886) @Steve-Mcl
679
- - Sort: Messaging API support in Sort node (#2744) @k-toumura
680
- - Split/Join: Messaging API support in Split/Join nodes (#2750) @k-toumura
681
- - Trigger: Messaging API support in Trigger node (#2751) @k-toumura
682
- - Add example flows for storage nodes (#2784) @HiroyasuNishiyama
683
- - Add example flows for network nodes (#2855) @HiroyasuNishiyama
684
- - Add example flows for parser nodes (#2749) @HiroyasuNishiyama
685
-
686
-
687
-
688
- ### 1.2.9: Maintenance Release
689
-
690
- Editor
691
-
692
- - Sanitize node type names when displaying in notifications
693
- - Sanitize branch name before displaying in notification message
694
-
695
- Runtime
696
-
697
- - Handle more valid language codes when validating lang params Fixes #2856
698
-
699
- ### 1.2.8: Maintenance Release
700
-
701
- Editor
702
-
703
- - Ensure subflow help is picked up for palette tooltip Fixes #2834
704
- - Improve Ru locale (#2826) @alexk111
705
- - Fix scrollbars (#2825) @alexk111
706
-
707
- Runtime
708
-
709
- - Restrict project file access to inside the project directory
710
- - Validate user-provided language parameter before passing to i18n
711
- - Fix grunt release mkdir issue on Node.js 14 (#2827) @alexk111
712
- - Prevent crash when coreNodesDir is empty (#2831) @hardillb
713
-
714
- Nodes
715
-
716
- - Batch node: Fixing minor typo in node's documentation (#2848) @matthiasradde
717
- - Split node: Handle out of order messages as long as one of the messages has msg.parts.count set to the proper value (#2748) @s4ke
718
-
719
- ### 1.2.7: Maintenance Release
720
-
721
- Editor
722
-
723
- - Ensure subflow-scoped config nodes do not get moved on import Fixes #2789
724
- - Allow TypedInput to be disabled (#2752) @bartbutenaers
725
- - Allow userMenu to be explicitly enabled (#2805) @tfmf
726
- - Improvements to DE translation (#2192) @ketzu
727
-
728
-
729
- Runtime
730
-
731
- - Handle `undefined` error passed to node.error (#2781) @johnwang71
732
- - Disable nyc coverage reporting on older node versions
733
- - Improve Editor API unit test coverage (#2777) @aaronmyatt
734
-
735
-
736
- Nodes
737
-
738
- - Trigger: ensure timestamp option sends .now() at point of sending
739
-
740
-
741
- ### 1.2.6: Maintenance Release
742
-
743
-
744
- Editor
745
-
746
- - Update Japanese translations for 1.2.5 (#2764) @kazuhitoyokoi
747
- - Library: properly handle symlinked folders (#2768) @natcl
748
-
749
- Runtime
750
-
751
- - Support Windows paths when installing tarball by path name Fixes #2769
752
- - Fix unsecure command usage in GH Action
753
-
754
- Nodes
755
-
756
- - Update MQTT to latest to fix Node 8 URL breakage
757
-
758
-
759
-
760
-
761
- ### 1.2.5: Maintenance Release
762
-
763
- Editor
764
-
765
- - Fix import of config nodes with unknown z property
766
-
767
- Runtime
768
-
769
- - Set ACTIONS_ALLOW_UNSECURE_COMMANDS in GH Action
770
-
771
- ### 1.2.4: Maintenance Release
772
-
773
- Editor
774
-
775
- - Support bigint types in Debug sidebar
776
- - Clear retained status of deleted nodes
777
- - Prevent needless retention of node status messages
778
- - Update projects dialogs to use TypedInput-cred input
779
- - Restore cursor position in TypedInput cred-mode
780
- - Ensure config nodes with invalid z are imported somewhere
781
- - Ensure user keyboard shortcuts override defaults Fixes #2753
782
-
783
- Runtime
784
-
785
- - Disable projects when flowFile passed into grunt dev
786
- - Add Russian Locale (#2761) (#2531) (@alexk111)
787
- - Add Japanese translation for http-in node (#2758) (@kazuhitoyokoi)
788
-
789
- Nodes
790
-
791
- - CSV: Fix CSV node repeating array output
792
-
793
- ### 1.2.3: Maintenance Release
794
-
795
- Editor
796
-
797
- - Disable 'use strict' checking in Function node Fixes #2743
798
- - Add gray/grey alternate options for status
799
- - Handle import errors on initial load and report to user
800
- - Only apply recovery tab on initial load Fixes #2731
801
- - Reinstate coveralls reporting to travis build
802
- - Update Japanese message catalogue for 1.2.3 release #2747 (@HiroyasuNishiyama)
803
-
804
- Runtime
805
-
806
- - Modify default settings comment (#2739)
807
- - Add mutex lock to saveSettings storage call Fixes #2736 (#2737)
808
- - Migrate to nyc instead of istanbul for code coverage
809
- - Move mosca to ui-test-dependencies
810
- - Remove " from npm install prefix option
811
-
812
- ### 1.2.2: Maintenance Release
813
-
814
- Editor
815
-
816
- - Prevent node z property getting set to 0 or ""
817
- - Only apply z-recovery logic to flow nodes
818
- - Fix api call to reload flows Fixes #2726
819
- - Remove bad z property from import config nodes
820
-
821
- ### 1.2.1: Maintenance Release
822
-
823
- Runtime
824
-
825
- - Fix race condition in .config file migration Fixes #2724
826
-
827
-
828
- ### 1.2.0: Milestone Release
829
-
830
- Editor
831
-
832
- - Fix selection of link node not existing within active workspace #2722 (@HiroyasuNishiyama)
833
- - Fix import of merged flow
834
- - Fix width of upload button in Safari #2718 (@HiroyasuNishiyama)
835
- - Update Chinese translations #2719 (@JiyeYu)
836
- - Update Japanese translations needed for 1.2 #2710 (@kazuhitoyokoi)
837
- - Fix unexpected line break of sidebar tab name popover #2716 (@HiroyasuNishiyama)
838
- - i18n module refresh tooltip #2717 (@HiroyasuNishiyama)
839
- - Add better error message if context file gets corrupted
840
- - Update info text of function node #2714 (@HiroyasuNishiyama)
841
- - Use markdown editor if editText called with md mode
842
- - Prevent group actions when in non-default mouse mode
843
-
844
- ### 1.2.0-beta.1: Beta Release
845
-
846
- Editor
847
-
848
- - Detect importing duplicate nodes and help user resolve #2698
849
- - Allow sidebar tabs to be reordered #2655
850
- - Add tgz upload button to palette manager #2682
851
- - Add 'automatic' git workflow for projects #2035
852
- - Allow project version string to be edited
853
- - Sanitize unknown node type when displaying
854
- - Handle nodes with invalid z property Closes #2170
855
- - Outline: Ensure sf instance nodes update in outliner when import-replace sf
856
- - Outline: Ensure recovered nodes tab is added to outliner properly
857
- - Groups: Only recalculate group label offsets when needed
858
- - Groups: Reuse first group name/style when merging elements Fixes #2680
859
- - Groups: Fix copy/paste of node into active group Fixes #2686
860
- - ACE: Update ACE to 1.4.12-src-min-noconflict Fixes #1988
861
- - ACE: Add comment highlighting to JSONata and fix regex handling Closes #2701
862
- - ACE: Ensure errors in ACE NRJavaScript mode are on valid lines
863
- - Prevent Enter on search box from reloading page Fixes #2678
864
- - Allow toggleButton icons to be optional
865
- - Allow treeList to have a header component
866
- - Disable selection of FA icons when dbl clicking node
867
-
868
- Runtime
869
-
870
- - Add RED.hooks API for pluggable routing #2665
871
- - Add flows:* events and deprecate nodes-* events
872
- - Split .config.json into separate files #2794
873
- - Add support for file upload in /nodes api #2682
874
- - Add 'done' metric log for message tracing #2685 (@k-toumura)
875
- - Add mutex locking around /flow apis #2679
876
- - Default flowFilePretty to true if projects enabled
877
- - Replace Math.random with crypto.getBytes for session tokens
878
- - Fix `this` context when calling multiple event listeners Fixes #2692. #2693 (@mgroenhoff)
879
- - Add --userDir=/tmp/foo support to grunt dev
880
- - Skip loading node html if disableEditor set #2684
881
- - Update util.writeFile to write to tmp file before rename #2683
882
- - Fix getModuleFiles function to include path property #2705 (@t-kawamorita)
883
- - Update nodemon to latest so grunt dev task behaves
884
- - Improve jsdoc of util.getObjectProperty to clarify thrown error See #2703
885
-
886
- Nodes
887
-
888
- - Trigger: allow msg.delay to be used to set delay/loop interval #2707
889
- - Function: allow to send & log in its initialize code #2644 (@cinhcet)
890
- - MQTT: Update to MQTT 4.2.1 Closes #2694
891
- - Debug: Handle undefined value in Debug view of Array and Object Fixes #2696
892
- - Switch: Clarify empty rules in switch node documentation #2649 (@natcl) #2669 (@kazuhitoyokoi)
893
- - Updated core nodes to use Done callback #2653 (@k-toumura)
894
- - yaml, xml, json, html, http, template, range, link, status, catch, complete, inject
895
-
896
- ### 1.1.3: Maintenance Release
897
-
898
- Editor
899
- - Fix vertical align of fa node icons Fixes #2670
900
- - Allow lasso selection to be restricted to active group
901
- - Make ctrl-click on nested group more intuitive
902
- - Fix copy/paste of nested groups
903
- - Add Set(iterable) polyfill for IE11
904
- - Support select-all inside active group
905
- - Improve performance of moving groups
906
- - Add additional check for git auth failure response Fixes #2656
907
- - german translation, wording (#2660) (#2666)
908
- - Remove filtering of duplicate fa icons
909
- - Show node help when switching node edit dialogs Fixes #2652
910
- - Ensure group theme picks up theme defaults properly Fixes #2651
911
-
912
- Nodes
913
- - Clarify Switch node isEmpty help
914
- - HTTP In: handle application/cbor as binary
915
-
916
- Runtime
917
- - Move runtime settings back to adminApi from editorApi Fixes #2662
918
- - Update Chinese message for debug node
919
-
920
- ### 1.1.2: Maintenance Release
921
-
922
- Editor
923
-
924
- - Fix all the touch screen issues Fixes #2647
925
- - Add RED.view.redrawStatus to avoid full redraw on update
926
- - Ensure node/group xrefs are consistent on import
927
- - Disable keyboard handler when dialogs are open
928
- - Ensure unknown nodes removed from outliner when node registers Fixes #2646
929
-
930
- Runtime
931
-
932
- - Allow Comms websocket auth to be done via token header Fixes #2642
933
-
934
- ### 1.1.1: Maintenance Release
935
-
936
- Editor
937
-
938
- - Set apiRootUrl for debug pop-out to load locales properly Fixes #2629, #2630
939
- - Update build-custom-theme to handle keyframes properly Fixes #2636
940
- - Remove hardcoded css and allow group to default from theme Fixes #2633
941
- - Add RED.view.DEBUG_SYNC_REDRAW to disable requestAnimationFrame References #2631
942
- - Fix up subflow port wiring
943
- - Ensure groups are removed when deleting subflows
944
- - Get group order right in history events to ensure proper handling
945
- - Prevent wiring to node with no corresponding port Fixes #2641
946
- - Avoid copying duplicate nodes to internal clipboard
947
- - Fix connecting wires to subflow status or io ports on touchscreen Fixes #2637
948
-
949
- Runtime
950
-
951
- - Authenticate websocket comms using user-provided token if present Fixes #2642
952
-
953
- Nodes
954
-
955
- - Delay: add words about independence of messages being delayed.
956
- - Debug: fix debug status to not loop, make migration more seamless, detect status type objects #2638
957
- - Debug: Update Japanese message for debug node #2645 (@kazuhitoyokoi)
958
-
959
- ### 1.1.0: Milestone Release
960
-
961
- Editor
962
-
963
- - Align node labels on FF
964
- - Fix node toggle button initial opacity
965
- - Make color/icon/label-pos pickers keyboard navigable
966
- - Default group label to be shown and improve toggle button
967
- - Fix clearing group label
968
- - Remove hardcoded css Fixes #2603
969
- - Fix node button mouse pointer css
970
- - Change node linebreak handling to use "\n "
971
- - Handle import of node with non-default number of outputs
972
- - Improve display of focussed form element
973
- - Fix typedInput error on empty subflow input types #2624 (@HiroyasuNishiyama)
974
- - Update JP message catalogue for subflow input type #2471 (@HiroyasuNishiyama)
975
- - Outliner - add empty item when last config node moved
976
- - Update zh-CN/zh-TW translations #2626 (@JiyeYu)
977
- - Add default shortcut for `core:show-help-tab`
978
- - Clear outline focus on config node sidebar panel
979
- - Tweak group margin to fit node status and look better
980
- - Fix reparenting nodes in outliner when they change
981
-
982
- Runtime
983
-
984
- - Add developer options - permits npm run build-dev #2628 (@Steve-Mcl)
985
-
986
- Nodes
987
- - Add example flows for lots of core nodes #2585 #2550 #2549 (@HiroyasuNishiyama)
988
- - TCP: Fix tcp in node finishing packets when in streaming base64 receive mode.
989
- - Join: Clear timeout when msg.reset received Fixes #2471
990
- - Switch: JSONata expr does not require msg.parts.count
991
- - Inject: fix backwards migration of inject without topic
992
-
993
- #### 1.1.0-beta.3: Beta Release
994
-
995
- Editor
996
-
997
- - Fix wiring nodes from input back to output
998
- - Fix sometimes unable to keyboard-move group to left/up
999
- - Fix group position in outliner
1000
- - Handle unknown nodes with no icon
1001
- - Prevent node creep when switching tabs
1002
-
1003
- #### 1.1.0-beta.2: Beta Release
1004
-
1005
- Editor
1006
-
1007
- - Add UI tests to travis build #2593 #2616 #2617 #2619 (@kazuhitoyokoi)
1008
- - Add Japanese translations for outliner, jsonata and runtime #2618 (@kazuhitoyokoi)
1009
- - Fix deleting node in group after changing selection
1010
- - Fixup padding of quick-add search box
1011
- - Move config nodes under type-level hierarchy in outline
1012
- - Emit nodes:change event for config node users list modified
1013
- - Increase group margin to avoid clash with status text
1014
- - Fix event order when quick-adding node to group
1015
- - Switch RED.events.DEBUG messages to warn to get stacktraces
1016
- - Fix empty item handling for subflows/config in outliner
1017
- - Fix search indexing of group nodes
1018
- - Avoid regenerating every node label on redraw
1019
- - Fix handling of multi-line node label
1020
- - Disable merge group menu for single item or non-group item #2611 (@HiroyasuNishiyama)
1021
- - Merge pull request #2609 from node-red-hitachi/fix-remove-from-group
1022
- - Fix position of empty group with multi-line label #2612 (@HiroyasuNishiyama)
1023
- - Make treelist of subflow/config nodes initially have empty placeholder
1024
- - Fix empty placeholder not shown on remove from group #2609 (@HiroyasuNishiyama)
1025
- - Prevent conversion of circular structure #2607 (@HiroyasuNishiyama)
1026
- - Handle null status text in the editor Fixes #2606
1027
- - Massively reduce our dependency on d3 to render the view
1028
- - EditableList/TreeList - defer adding elements to DOM
1029
- - Prevent RED.stop being called multiple times if >1 signal received
1030
- - Flag a node as removed when it is disabled
1031
- - Some performance improvements for TreeList
1032
- - Resize info/help sidebars whenever sidebar is opened
1033
- - Add search defaults to outliner searchBox
1034
- - Add search presets option to searchBox widget
1035
- - Add RED.popover.menu as a new type of menu widget
1036
- - Add support for is:XYZ search flags
1037
- - Track subflow instances on the subflow node itself
1038
- - Refresh outline filter whenever something changes Fixes #2601
1039
- - Fix Help tab search box appearance
1040
- - Rename Node Information to Information in sidebar
1041
- - Do a sync-redraw after clearing to ensure clean state
1042
- - Make catch/status/complete/link filter case-insensitive
1043
- - Add 'add' option to touch radialMenu for quick-add dialog
1044
- - Merge branch 'dev' of https://github.com/node-red/node-red into dev
1045
- - ensure trigger node detects changes to number of outputs
1046
- - Ignore whitespace when checking function setup/close code
1047
- - Preserve event handlers when moving outliner items
1048
- - Add tooltips to outliner buttons
1049
- - Only validate nodes once they have all been imported
1050
- - Ensure configNode.users is updated properly on import
1051
-
1052
- Runtime
1053
-
1054
- - Bump node-red-admin 0.2.6
1055
-
1056
- Nodes
1057
-
1058
- - WebSocket: Prevent charAt call on websocket listener #2610 ()
1059
- - Debug: fix status to migrate old nodes to correct default mode.
1060
- - Link: Fix Link node filter Fixes #2600
1061
-
1062
-
1063
- #### 1.1.0-beta.1: Beta Release
1064
-
1065
- Runtime
1066
-
1067
- - Allow HTTPS settings to be refreshed #2551 (@bartbutenaers)
1068
- - Add support for moment in JSONata expressions #2583 (@dxdc)
1069
- - Add httpAdminMiddleware for admin routes #2555
1070
- - Add admin api authentication function #2479 (@KazuhiroItoh)
1071
- - Add option support for overwriting settings.js #2463 (@HiroyasuNishiyama)
1072
- - Add support for credential-stored env var in subflow #2368
1073
- - Add node installation from other than public site #2378 (@KazuhiroItoh)
1074
- - Catch more signals to allow clean context flush on shutdown #2447
1075
- - Add `node-red admin` command #2592
1076
- - Move to `lodash.clonedeep` #2396 (@amodelbello)
1077
- - Tidy up unhandledRejection warning from context unit tests
1078
- - Add test cases for setMessageProperty with non-object properties
1079
- - Fix for settings.set subsequent updates #2584 (@sammachin)
1080
- - Turn off installer funding messages
1081
- - Remove unused \_info/\_type subflow env var magic values
1082
- - Add #! lines to project shell scripts #2548
1083
- - Add nodejs14 to Travis test matrix
1084
- - Remove duplicate NLS message #2516 (@alexk111)
1085
- - Let setMessageProperty return success flag #2439
1086
-
1087
- Editor
1088
-
1089
- - Add ability to group nodes #2493
1090
- - Add loading progress bar #2558
1091
- - Add Outliner to Info sidebar and add help sidebar #2556
1092
- - Add action to toggle node label visibility #2569
1093
- - Add show-examples-import-dialog action
1094
- - Add more consistent events in the editor #2543
1095
- - Save the node description property to the library #2490 (@kazuhitoyokoi)
1096
- - Add credential type to TypedInput #2367
1097
- - Scroll the view with WASD/Cursor keys when nothing selected #2381
1098
- - Bump jquery/migrate to latest versions
1099
- - Fix editor underscore visibility on Linux systems #2579 (@ristomatti)
1100
- - Support setting title on typedInput multi-option #2586 (@Steve-Mcl)
1101
- - Projects: Allow remote branch dialog to create non-default remote branches
1102
- - Ensure auth failure on project fetch identifies the remote #2545
1103
- - Make all dialogs handle smaller height screens better
1104
- - Add basic Array.from polyfill for IE11
1105
- - Add some more trap form elements to workaround Chrome autofill
1106
- - [info-sidebar] Handle node/group/flows with \n in their name
1107
- - [popover] Allow hover-type popovers to contain buttons
1108
- - Modify RED.panels to use flexbox position
1109
- - Allow node edit dialog to be opened on a non-default tab
1110
- - Add createNodeIcon and getDarkerColor to RED.utils
1111
- - [search] Refactor search to use editor events to generate index
1112
- - Allow RED.notify.popover to have a position offset
1113
- - Make selected list item more distinct
1114
- - Allow node button to be clicked via api call
1115
- - Reorder initial load so projects:load event emits before any nodes:add
1116
- - Add polyfills for IE11
1117
- - Activate project menu after initial clone #2547 (@HiroyasuNishiyama)
1118
- - Fix replacement of unknown node in workspace when module installed #2524 (@HiroyasuNishiyama)
1119
- - Fix appearance of subflow template panel #2506 (@HiroyasuNishiyama)
1120
- - Fix workspace CSS properties syntax #2487 (@bonanitech)
1121
- - Consolidate duplicate selectors #2488 (@bonanitech)
1122
- - Update message catalogue for subflow UI #2466 (@HiroyasuNishiyama)
1123
-
1124
- Nodes
1125
-
1126
- - Batch: Add reset feature to batch node #2553 (@HiroyasuNishiyama)
1127
- - Catch/Complete/Link/Status: #2588 Add compact searchBox to filter node lists
1128
- - Catch/Complete/Link/Status: Allow searchBox filter to filter on node type #2595 (@jeancarl)
1129
- - CSV: Add warn when unpaired quotes detected on input.
1130
- - CSV: allow node to only send headers once
1131
- - CSV: Allow CR and LF control chars to be a part of the value #2526 (@tmdoit)
1132
- - CSV: Add support for parsing empty strings and null values #2510 (@tmdoit)
1133
- - CSV: Update Japanese translations for CSV node #2562 (@kazuhitoyokoi)
1134
- - Debug: Add bulk-activate/deactive actions for debug node #2570 (@cinhcet)
1135
- - Debug: Show status independently of main output #2564
1136
- - Delay: Ensure delay node rate limit timer is cleared on reset
1137
- - Function: Make the function node top-level async
1138
- - Function: Add support of initialization & finalization to function node #2498 (@HiroyasuNishiyama)
1139
- - HTTP In: Remove nodejs deprecation warning #2540 (@vladimir-kazan)
1140
- - HTTP Request: Support sending body in GET requests #2478 (@hardillb)
1141
- - Inject: Adding user definable properties to inject node #2435 (@PaulWieland)
1142
- - TCP: Allow to know particular session from status node #2413 (@dvv)
1143
- - Trigger: Add optional second output
1144
- - Trigger: Ensure trigger sends complete 2nd msg if set to send latest msg
1145
- - Trigger: Allow trigger node to use other than msg.topic to separate streams
1146
- - XML: Moved XML options documentation property from Outputs to Inputs section #2572 (@jeancarl)
1147
- - Add some core node example flows #2455 (@HiroyasuNishiyama)
1148
- - Change types from text/x-red to text/html in node html files #2425 (@kazuhitoyokoi)
1149
-
1150
-
1151
- #### 1.0.6: Maintenance Release
1152
-
1153
- Runtime
1154
-
1155
- - Update to JSONata 1.8.3
1156
- - #2536 Handle clone of null in utils
1157
-
1158
- Editor
1159
-
1160
- - Prevent button label wrapping in typedInput
1161
- - Handle error objects when reporting in palette manager
1162
-
1163
- Nodes
1164
-
1165
- - Inject: Revert to cron 1.7.2
1166
- - UDP: when reusing input socket honour the broadcast mode.
1167
-
1168
- #### 1.0.5: Maintenance Release
1169
-
1170
- Runtime
1171
-
1172
- - #2500 Support for context stores using JSONata and evaluateNodeProperty()
1173
- - Add better handling of host-key-verify error with projects
1174
- - #2517 Handle false values in $env() properly
1175
- - #2514 Ensure complete node scope is remapped in subflows
1176
- - #2513 Flows/subflows must preinitialise their context objects
1177
- - Clear node.close timeout to avoid unnecessary work on restart
1178
- - #2532 Set flow.disabled when disabled property is false
1179
- - #2522 Ensure file context does not write 'undefined' to store
1180
-
1181
- Editor
1182
-
1183
- - #2489 Fix XPath in UI tests
1184
- - #2504 Fix paletteCategories order
1185
- - #2501 Add page objects for UI testing
1186
- - #2494 Check node props when deciding if pasted node can splice links
1187
- - #2521 Don't double-sanitize node name in debug sidebar
1188
- - #2519 German i18n updates
1189
- - #2523 Update nodeTabMap when replacing unknown nodes
1190
- - Update TypedInput to use flexbox and remove resizing code
1191
- - Handle nodes with no wires array
1192
- - Do not collapse whitespace in Debug string messages
1193
-
1194
- Nodes
1195
-
1196
- - File: Remove old legacy wording from file node info to stop confusing users.
1197
- - Join: Ensure join node handles missing buffer joiner when not in string mode
1198
- - Exec: make exec node logging consistent with itself. (only be verbose when in verbose mode)
1199
- - Trigger: reset default timeout value when switching away from wait for reset
1200
- - Join: Fix join to not crash on appending invalid types to buffer.
1201
- - MQTT out: Add warning if topic contains + or #
1202
- - #2502 WebSocket i18n update
1203
- - #2508 Add Japanese translation for join node
1204
- - TCP out: tidy up select of which rows to display
1205
-
1206
-
1207
- #### 1.0.4: Maintenance Release
1208
-
1209
- Runtime
1210
-
1211
- - Update all dependencies to latest fix versions
1212
- - Update JSONata to 1.8.1
1213
- - #2473 Handle httpAdminRoot missing ending slash with login strategy Fixes
1214
- - #2470 Update https-proxy-agent
1215
- - #2461 Allow credentials to be provided as part of /flows api
1216
- - #2444 Move receive metric position to better reflect async changes Fixes
1217
- - #2406 Improve file store error when cache disabled and sync api used Closes
1218
- - #2399 cloneMessage should handle undefined without throwing err Fixes
1219
- - #2418 Fix the library api routes to prevent too broad matching of regex URLs
1220
- - #2417 Remove undefined loadFlowLibrary call
1221
-
1222
- Editor
1223
-
1224
- - #2465 Add better regex highlighting in jsonata edit mode Fixes
1225
- - Add regex awareness to jsonata formatter
1226
- - #2472 Avoid adding extra newlines when formating jsonata Fixes
1227
- - #2475 Add UI test case for error handling
1228
- - Avoid adding extra divs to edit form to avoid size miscalculation
1229
- - Upgrade to latest marked and dompurify libs
1230
- - Ensure catalog load errors are logged to the console
1231
- - #2460 Track context sidebar element paths to track formatting changes Fixes
1232
- - Battling Chrome Autocomplete, part 31: Wrap search input with form
1233
- - #2445 Trick chrome into autofilling dummy username/password inputs Fixes
1234
- - #2457 Fix garbled characters in library
1235
- - #2409 Filter palette using raw label not html formatted label Fixes
1236
- - #2400 Wrap long context values when displaying in sidebar Fixes
1237
- - Fix duplicating array item in visual json editor
1238
- - #2338 Modify history sidebar button positioning to handle long labels Fixes
1239
- - #2438 Add some auto-complete snippets to the nrjavascript mode Close
1240
- - #2430 Ignore disabled nodes when checking for invalid configs on deploy Closes
1241
- - #2442 #2458 #2453 Update zh-CN translations
1242
- - #2235 Add initial zh-TW translation
1243
- - Re-enable jshint on editor and fixup issues
1244
- - #2431 Remove unnecessary namespaces for i18n
1245
- - #2440 Support BrowserStack in UI testing
1246
- - #2358 Add path property to debug messages Fixes
1247
- - Fix false change detection when no config node selected
1248
- - Fix IME bug in text editor
1249
- - Make node highlighting a bit more obvious for busy flows
1250
- - #2392 Add icons and support i18n in typedInput of JSON editor
1251
-
1252
- Nodes
1253
- - #2462 MQTT: Ensure IPv6 broker names are wrapped in brackets Fixes
1254
- - Join node - check existance before clearing timeout
1255
- - Trigger: Complete 2nd msg when set to send latest
1256
- - TCP: clarify text regarding blank parameters.
1257
- - #2449 HTTP Request: Add HEAD as Method
1258
- - Make min-height for change, switch, batch and mqtt consistent
1259
-
1260
-
1261
- #### 1.0.3: Maintenance Release
1262
-
1263
- Runtime
1264
- - Increase timeouts in Subflow tests to minimise false positives
1265
- - Update grunt-sass and add node-sass for node12 support
1266
- - Fix timings of Delay node tests
1267
- - #2340 Update JSONata to 1.7.0
1268
- - Bump https-proxy-agent version
1269
- - #2332 Fix error handling of nodes with multiple input handlers
1270
- - Add script to generate npm publish script
1271
- - #2371 Ensure folder is present before write (e.g. flows file not in user folder)
1272
- - #2371 Handle windows UNC '\' paths
1273
- - #2366 Handle logging of non-JSON encodable objects
1274
-
1275
- Editor
1276
- - #2328 Fix language handling in subflow node
1277
- - Use default language if lng param not set in i18n req
1278
- - #2326 Fix palette editor search visualization
1279
- - #2375 Subflow status not showing i18n version of contained core nodes status
1280
- - Fix inverse of 'replace' editor event
1281
- - #2376 Fallback to base language files if present
1282
- - #2373 Support UI testing on the latest Google Chrome
1283
- - #2364 Add tooltip to expand button in markdown editor
1284
- - #2363 Support ctrl key to select tabs for Windows
1285
- - #2356 Make JSONata help initially shown in expression editor
1286
- - #2355 Prohibit line break in type menu of typedInput
1287
-
1288
- Nodes
1289
- - Delay: Fix delay to not pass through .reset and .flush props consistently
1290
- - #2352 File: Using the ‘a msg per line’ the last line does not get msg.topic passed
1291
- - #2339 HTTP Request: Check auth type on opening
1292
- - HTTP Request: add units info
1293
- - #2372 MQTT/WS: Improved proxy support for MQTT and WebSocket nodes
1294
- - #2370 MQTT: Add clarification that MQTT Out requires payload to send msg
1295
-
1296
-
1297
- #### 1.0.2: Maintenance Release
1298
-
1299
- Runtime
1300
- - Allow node.status() to be passed number/bool types
1301
- - Allow node emitted events to have multiple arguments
1302
- - #2323 Fixed docstrings to have them match the function signature (name of parameters).
1303
- - #2318 NLS: Unify translations of "boolean"
1304
-
1305
- Editor
1306
- - Ensure node status is refreshed whenever node is edited
1307
- - #2316 Ensure z property included in full message debug payload #2315
1308
- - #2321 Fixed editor.json (JA nls)
1309
- - #2313 Fix element to collapse items in visual JSON editor
1310
- - #2314 Insert divider in menu by calling RED.menu.addItem('id', null);
1311
-
1312
- Nodes
1313
- - Change: Fixup use of node.done
1314
- - #2322 Template: Fix invalid JSON data in template node docs
1315
- - #2320 File: Fixed a typo in 10-file.html (JA nls)
1316
- - #2312 Template: Remove unnecessary comma in help text
1317
- - #2319 Inject: Interval of inject node should be 596 hours or less.
1318
-
1319
- #### 1.0.1: Maintenance Release
1320
-
1321
- Runtime
1322
- - #2301 Add env vars to enable safe mode and projects
1323
- - `NODE_RED_ENABLE_SAFE_MODE`
1324
- - `NODE_RED_ENABLE_PROJECTS`
1325
-
1326
- Editor
1327
- - #2308 Fix grid setting
1328
- - #2306 i18n support in tooltips
1329
- - Fix error when setting typedInput to boolean true/false
1330
- - #2299 Fix SVG icons in IE11
1331
- - #2303 Fix issue where subflow color did not update when not on a flow
1332
-
1333
- Nodes
1334
- - #2297 TLS: Allow TLS config node to provide just CA cert
1335
- - #2307 Inject: Fix width on inject node property
1336
- - #2305 Switch: Let switch node between rule work both ways round
1337
- - Range: Add example to range node info and make use of target consistent
1338
- - Join: node must clone group message before sending
1339
-
1340
-
1341
- #### 1.0.0: Milestone Release
1342
-
1343
- Editor
1344
- - Add click-on-tooltip to close
1345
- - Fix node draggable handling
1346
- - Ensure complete node scope property is remapped on import
1347
- - Update i18n for project feature
1348
- - Fix menu hiding function for flow editor
1349
- - Normalise default subflow color references
1350
- - Hide header text of very small screens to deploy is visible
1351
- - Fix tab access on touch screens
1352
- - Update radialMenu to use standard theme colours
1353
- - Fix undefined reference loading on mobile
1354
- - Allow word breaking of node name with long word
1355
- - Enable wrap mode in Markdown editor
1356
- - Maximize the size of markdown editor
1357
-
1358
- Nodes
1359
- - remove legacy error option from file in mode
1360
- - Change MQTT node default 3.1 compatibility mode to false
1361
- - Show clear debug shortcut in tooltip
1362
- - Fix file-in port labels for all 4 options
1363
- - Add extra comment re Mustache escapes to Template info
1364
- - Fix typo in complete node
1365
- - Allow Function node output input to go to 0
1366
-
1367
- #### 1.0.0-beta.4: Beta Release
1368
-
1369
- Runtime
1370
- - Clone the first message passed to node.send in Function node
1371
-
1372
- Editor
1373
- - Move flow-status button to footer for consistency
1374
- - Fix node hover effect to prevent jumping position
1375
- - Filter quick-add properly when splicing a wire
1376
- - #2274 Mark workspace dirty when deleting link node link Fixes
1377
- - Add red-ui-button class to strategy login button
1378
- - #2276 Fix padding of subflow locale select Closes
1379
- - Update info text of complete node & add JP text
1380
- - Add class red-ui-button to cancel button
1381
- - Add css class to login submit button (#2275)
1382
- - Realign subflow output port labels
1383
- - Move context sidebar auto-refresh option to individual sections
1384
- - Update Japanese message catalogue
1385
- - Fix subflow UI for select
1386
- - remove padding before label text for SUBFLOW UI row
1387
- - Allow SUBFLOW UI label row without variable name
1388
-
1389
- Nodes
1390
- - Remove old rc option from exec node for 1.0
1391
- - Add python and SQL to template language options
1392
- - Fix Switch node display of jsonata_exp type
1393
- - Remove sentiment from core nodes
1394
-
1395
- #### 1.0.0-beta.3: Beta Release
1396
-
1397
- Runtime
1398
- - [FEATURE] Add Node Done API - make message passing async
1399
- - Ensure the subflow stop promise is waiting for before restarting
1400
- - Limit the regex for the /nodes/ api end points
1401
- - #2255 Add error event handler to ssh-keygen child_process Fixes
1402
- - #2252 Fix default value handling on context array access Fixes
1403
- - Remove all ui test dependencies from package.json
1404
- - Add req back to audit log events and extend to Projects api
1405
- - #2228 Ensure 2nd arg to node.error is an object Fixes
1406
- - #2271 Use a more atomic process for writing context files Fixes
1407
-
1408
-
1409
- Editor
1410
- - [FEATURE] Change core node categories
1411
- - [FEATURE] Subflow Instance property UI (#2236)
1412
- - [FEATURE] Add visual JSON editor
1413
- - [FEATURE] Add Action List dialog
1414
- - [FEATURE] Add new shortcut to clear debug message list - ctrl-alt-l
1415
- - [FEATURE] Add show-library dialog actions
1416
- - [FEATURE] Add shift-cursor handling for moving quick-add dialog
1417
- - [FEATURE] Add enable/disable-flow actions
1418
- - [FEATURE] Add actions to change deploy type
1419
- - [FEATURE] Allow config nodes to be disabled, tidy css and add actions
1420
- - [FEATURE] Add default shortcut (ctrl-d) for deploy
1421
- - [FEATURE] Initial implementation of redo (un-undo) - ctrl-y
1422
- - [FEATURE] add support for specifying subflow template color
1423
- - [FEATURE] Use ctrl-click on wire to splice node in place
1424
- - [FEATURE] Allow search results to show more than 25 results
1425
- - #2268 [FEATURE] Allow a node to change if it has an input port Closes
1426
- - #2172 Revealing node position needs to account for zoom level Fixes
1427
- - #2174 Fix typedInput option selection Fixes
1428
- - #2173 Fix palette node id handling so search works Fixes
1429
- - Add popover tooltips to debug sidebar,function and template
1430
- - Add popovers to context sidebar mini buttons
1431
- - Ensure node status icon is shown when value set
1432
- - Revert treeList children function signature change
1433
- - Restore tray component css for compatibility. Mark as deprecated
1434
- - fix function name & string compare function
1435
- - #2171 Handle empty list of example flows Fixes
1436
- - Ensure library list has an item selected when opened
1437
- - Ensure tooltip popover doesn't replace normal popover
1438
- - Fix clipboard export download button
1439
- - Ensure input box has focus on repeated quick add
1440
- - Fix width calculation of typedInput
1441
- - Remove some hardcoded css colors
1442
- - #2194 Fix display of node help when clicking in palette Fixes
1443
- - #2195 Ensure node help is loaded in the right language Fixes
1444
- - Do not allow tab focus on clipboard hidden element
1445
- - Fix undefined error on typedInput due to valueLabel used before being added
1446
- - Fix undo of flow disable state change
1447
- - Fix select-all action in main view
1448
- - Fix delete-all action on config node sidebar
1449
- - Update UI tests for new editor css
1450
- - Add insertItemAt doc to editableList
1451
- - Ensure focus returns to the right element after dialogs shown
1452
- - Set autocomplete to disabled in form input elements
1453
- - Update all node icons to SVG
1454
- - Handle png/svg fallback for def.icon values. Remove old pngs
1455
- - Ignore empty examples directories (don't add to import menu)
1456
- - #2222 better handle example file at any depth -
1457
- - Properly escape node types in palette
1458
- - Ensure session expiry timeout doesn't exceed limit
1459
- - Use node/tab map to make filterNodes more efficient
1460
- - Rearrange contents of subflow template settings tab
1461
- - Handle undefined node.\_def in edit stack title.
1462
- - fix converting selection to subflow
1463
- - Fix inserting new subflow node to existing wire between nodes
1464
- - #2246 Support displaying falsey node status values Fixes
1465
- - Remove tab menu from node property UI for subflow and config nodes
1466
- - #2260 Mark workspace dirty when shift-click-drag detaches wires Fixes
1467
- - Fix subflow category change on palette
1468
-
1469
-
1470
- Nodes
1471
- - Remove pi gpi, twitter, email and feedparser nodes from core
1472
- - #2182 Fix error handling in Websocket broadcast function Fixes
1473
- - Handle websocket item being parseable but not an object better
1474
- - stop join tripping up if last message of buffer is blank.
1475
- - Add support for env var propety in switch node
1476
- - Improve handling of file upload in request node
1477
- - Add "has key" rule to switch node + tests
1478
- - Optimise generation of switch node edit dialog
1479
- - #2261 Add keep-alive option to HTTP Request -
1480
-
1481
- #### 1.0.0-beta.2: Beta Release
1482
-
1483
- Runtime
1484
- - Fix length calculation when loading library file
1485
-
1486
- #### 1.0.0-beta.1: Beta Release
1487
-
1488
- Runtime
1489
- - Update runtime apis to support multiple libraries
1490
- - Add Node 12 to travis (allow_failures)
1491
- - #2152 Bump all dependencies Fixes
1492
-
1493
- Editor
1494
- - [BREAKING] complete overhaul of editor DOM/CSS structure
1495
- - [BREAKING] Get rid of Bootstrap
1496
- - Simplify index.mst to a single div to insert the editor
1497
- - Append node configs to div rather than body
1498
- - Only redraw node status when it has changed
1499
- - Minimise work done to calculate node label widths
1500
- - Allow script tags with src to reference esm modules
1501
- - Upgrade to jq 3.4.1 / jq-ui 1.12.1
1502
- - Allow editor language to be chosen in editor settings
1503
- - #2128 Only NLS status text that starts with a letter Fixes
1504
- - #2140 Fix display of link node list within subflow Fixes
1505
- - #2097 Blur the active element when closing edit dialog via action Fixes
1506
- - #2160 Trigger change evnt on typedInput when type changes and options present Fixes
1507
- - Move library import/export to single dialog
1508
- - Move type-library dialogs to new style dialog
1509
- - Fix node drag and drop animation
1510
- - let status be simple text if wanted
1511
- - Add workspace statusBar
1512
- - Complete refresh of German translations
1513
- - #2163 Fix memory leak in Debug sidebar
1514
- - Introduce toggleButton and move flow-disabled to use it
1515
- - Allow RED.settings.get/set to use full property desc
1516
- - Add auto-refresh toggle to context sidebar
1517
- - Add build-custom-theme script
1518
- - Add RED.view.selectNodes api for node selection whilst editing
1519
- - Add node-select to typedInput
1520
-
1521
- Nodes
1522
- - http request node: warn user if msg.requestTimeout == 0
1523
- - hide delay node reset label on deploy
1524
- - Fix CSV regex to treat strings starting e as text
1525
- - Add "don't parse numbers" option to csv node
1526
- - Add expand editor button to Template node
1527
- - Update catch/status nodes to use selectNodes api and treeList
1528
-
1529
- #### 0.20.8: Maintenance Release
1530
-
1531
- - Sanitize tab name in edit dialog
1532
- - #2272 Pass httpServer to runtime even when httpAdmin disabled Fixes
1533
-
1534
- #### 0.20.7: Maintenance Release
1535
-
1536
- - #2183 Update jsonata to 1.6.5 which should fix
1537
- - Ensure the subflow stop promise is waiting for before restarting
1538
- - Properly escape node types in palette
1539
-
1540
- #### 0.20.6: Maintenance Release
1541
-
1542
- - #2172 Revealing node position needs to account for zoom level Fixes
1543
- - stop join tripping up if last message of buffer is blank.
1544
- - Improve handling of file upload in request node
1545
- - #2202 Handle subflow internal node wired to a non-existant node Fixes
1546
- - Do not save subflow env vars with blank names
1547
- - Don't allow a link node virtual wire to connect to normal port
1548
- - #2215 Clear HTTP Request node authType when auth disabled Fixes
1549
- - #2216 Fix parsing of content-type header Fixes
1550
- - Fix join node reset issue with merging objects
1551
- - #2211 Copy data-i18n attribute on TypedInput Fixes
1552
-
1553
- #### 0.20.5: Maintenance Release
1554
-
1555
- - Revert error handling in palette manager
1556
-
1557
- #### 0.20.4: Maintenance Release
1558
-
1559
- - Switch media-typer to content-type module Fixes #2122 #2123
1560
- - Use userObj.username and not .name for ssh key lookup Closes #2109
1561
- - Ensure mqtt message handlers are tidied up properly on partial deploy
1562
- - Update package dependencies
1563
- - Fix encoding menu in file node #2125
1564
- - Update ACE to 1.4.3-src-min-noconflict Fixes #2106
1565
- - Fix creating missing package.json when existing project imported Fixes #2115
1566
- - Allow subflow instance to override env var with falsey values Fixes #2113
1567
- - Prevent wire from normal node to link virtual port Fixes #2114
1568
- - Add explanation to the help text on the new feature to build query string from msg.payload #2116
1569
- - Bump bcrypt to latest
1570
- - Add Korean locales files for nodes #2100
1571
- - Add error message if catalog is invalid json
1572
- - Reduce udp out timeout to be less than default inject at start #2127
1573
-
1574
- #### 0.20.3: Maintenance Release
1575
-
1576
- - Do not dynamically add/remove upgrade listener in ws nodes
1577
- - Avoid env var reference loops and support $parent. prefix Fixes #2099
1578
- - Ensure config.\_flow is non-enumerable so is ignored by JSON.stringify
1579
- - Block loading ACE from cdn
1580
-
1581
- #### 0.20.2: Maintenance Release
1582
-
1583
- - Filter out duplicate nodes when importing a flow
1584
- - Handle node configs with multiple external scripts properly
1585
-
1586
- #### 0.20.1: Maintenance Release
1587
-
1588
- - #2095 Ensure all subflow instances are stopped when flow stopping Fixes
1589
- - #2091 modify name of korean locale forders
1590
- - Ensure node names are sanitized before being presented
1591
- - #2087 Subflow status node must pass status to parent flow Fixes
1592
- - #2090 fix problem on displaying option label on Firefox
1593
-
1594
- #### 0.20.0: Milestone Release
1595
-
1596
- Runtime
1597
- - Pass complete status to Status node and filter to editor
1598
- - #2067 Ensure flows wait for all nodes to close before restarting Fixes
1599
- - Fix git clone with password protected key
1600
- - Allow a project to be located below the root of repo
1601
- - Detect the cloning of an empty git repo properly
1602
- - Fix use of custom auth strategy plugins
1603
- - #2057 Remove remnants of when library in git/index Fixes
1604
- - Clear subflow status on close
1605
- - Add exportGlobalContextKeys to prevent exposing functionGlobalContext keys
1606
- - Add --no-audit and --no-update-notifier flags to npm commands to reduce workload
1607
- - Add envVarExcludes setting to block named env vars
1608
- - #2082 Update settings.js docs on userDir to match reality Fixes
1609
- - Add Korean Language
1610
-
1611
-
1612
- Editor
1613
- - Automatic placing of node icon according to input/output counts
1614
- - Transfer placeholder and type to generated TypedInput field
1615
- - Hitting enter in Comment node name field clicks markdown button
1616
- - Shift status text left if no shape specified
1617
- - Better align node status text to status dot
1618
- - Handle treeList labels as text not html
1619
- - Change subflow edit dialog titles
1620
- - Resize subflow edit dialog properly
1621
- - Add flow list button to tab bar
1622
- - Handle node name as unsanitized text in debug sidebar
1623
-
1624
- Nodes
1625
-
1626
- - HTTP Request: Add Digest and Bearer Auth modes to http request node (#2061)
1627
- - HTTP Request: Add multipart/form-data support to http request node (#2076)
1628
- - TCP: include session/event info in status events
1629
- - WebSocket: include session/event info in status events
1630
- - Add i18n support for port label of inject/exec/httprequest/file nodes
1631
- - Join node: handle merged objects with repeated properties and honour parts
1632
- - JSON node: handle single booleans and numbers
1633
- - File node: add encoding support to file in/out node (#2066)
1634
-
1635
- #### 0.20.0-beta.5: Beta Release
1636
-
1637
- Runtime
1638
-
1639
- - Bump dependencies
1640
- - Allow `$parent` access of flow context
1641
- - Make Node.\_flow a writeable property
1642
- - Do not propagate Flow.getNode to parent when called from outside flow
1643
- - Add support of subflow env var
1644
-
1645
- Editor
1646
-
1647
- - Properly sanitize node names in deploy warning dialogs
1648
- - Fix XSS issues in library ui code
1649
- - Add env type to subflow env var types
1650
- - Display parent subflow properties in edit dialog
1651
- - Fix direction value of subflow output
1652
- - #597 Add Status Node to Subflow to allow subflow-specific status Closes
1653
- - #2039 Better handling of multiple flow merges Fixes
1654
-
1655
- Nodes
1656
-
1657
- - Various translation updates
1658
- - #1747 Catch: Add 'catch uncaught only' mode. Closes
1659
- - Link: scroll to current flow in node list
1660
- - HTTPRequest: add option to urlencode cookies
1661
- - #1981 HTTPRequest: option to use msg.payload as query params on GET.
1662
- - Debug: Add local time display option to numerics in debug window
1663
- - MQTT: Add parsed JSON output option
1664
-
1665
- #### 0.20.0-beta.4: Beta Release
1666
-
1667
- Runtime
1668
-
1669
- - Bump JSONata to 1.6.4
1670
- - Add Flow.getSetting for resolving env-var properties
1671
- - Refactor Subflow logic into own class
1672
- - Restore RED.auth to node-red module api
1673
- - Tidy up when usage in Flow and Node
1674
-
1675
- Editor
1676
-
1677
- - German translation
1678
- - Change default dropdown appearance and sidebar tab menu handling
1679
- - #2021 Handle multiple-select box when nothing selected Fixes
1680
- - #2028 Handle i18n properly when key is a valid sub-identifier Fixes
1681
- - #2032 Avoid duplicate links when missing node type installed Fixes
1682
- - Add View Tools
1683
- - Don't collapse version control header when clicking refresh
1684
- - Add fast entry via keyboard for string of nodes
1685
- - Check for undeployed change before showing open project dialog
1686
- - Add placeholder node when in quick-add mode
1687
- - Move nodes to top-left corner when converting to subflow
1688
-
1689
- Nodes
1690
-
1691
- - Debug: Allow debug edit expression to be sent to status
1692
- - WebSocket: Fix missing translated help
1693
-
1694
-
1695
- #### 0.20.0-beta.3: Beta Release
1696
-
1697
- Editor
1698
-
1699
- - Update palette manager view properly when module updated
1700
- - Add TreeList common widget
1701
- - #2008 Fix visual jump when opening Comment editor on Safari Part of
1702
- - #2008 Fix vertical align of markdown editor in Safari Fixes
1703
- - #2009 Avoid marking node as changed if label state is default Fixes
1704
- - Highlight port on node hover while joining
1705
- - Support drag-wiring of link nodes
1706
- - Allow TypeSearch to include a filter option
1707
- - Improve diff colouring
1708
- - Allow sections to toggle in 2-element stack
1709
- - #1980 Add support for ${} env var syntax when skipping validation Closes
1710
- - i18 support for markdown editor tooltip
1711
- - Add RED.editor.registerTypeEditor for custom type editors
1712
- - Tidy up markdown toolbar handling across all editors
1713
- - Added validation while export into library
1714
- - Reuse notification boxes rather than stack multiple of the same type
1715
- - Make ssh key dialog accessible when opened from new proj dialog
1716
-
1717
- Runtime
1718
-
1719
- - #2023 Bump JSONata to 1.6.4 Fixes
1720
- - Add audit logging to admin api
1721
- - #2010 Fix failure of RED.require
1722
- - #1998 Allow oauth strategy callback method to be customised Closes
1723
- - #2001 Ensure fs context cache is flushed on close Fixes
1724
- - Fix library Buffer( to Buffer.alloc( for node 10
1725
- - Catch file-not-found on startup when non-existant flow file specified
1726
- - Actively expire login sesssions and notify user
1727
- - #1976 Add quotation marks for basic auth challenge
1728
-
1729
- Nodes
1730
-
1731
- - Change: remove promises to improve performance
1732
- - Debug: add ability to apply JSONata expression to message
1733
- - Join: remove promises to improve performance
1734
- - JSON: delete msg.schema before sending msg to avoid conflicts
1735
- - Link: update UI to use common TreeList widget
1736
- - Switch: remove promises to improve performance
1737
-
1738
- #### 0.20.0-beta.2: Beta Release
1739
-
1740
- - Split Node-RED internals into multiple sub-modules
1741
-
1742
- Editor
1743
-
1744
- - Allow the editor to use a custom admin api url root
1745
- - #1989 Improve performance of Flow Diff dialog - @TothiViseo
1746
- - Add 'open project' option to Projects Welcome dialog
1747
- - Add 'type already registered' check in palette editor
1748
- - Handle missing tab.disabled property
1749
- - Handle missing wires prop and string x/y props on import
1750
- - Add RED.notifications.hide flag - for UI testing
1751
- - Improve alignment of node label edit inputs
1752
- - Show arrow-in node when invalid font-awesome icon name was specified for default icon
1753
- - Add ability to delete context values from sidebar
1754
- - Allow copy-to-clipboard copy whole tabs
1755
- - Make disabled flows more obvious in editor
1756
- - Allow import/export from file in editor
1757
- - Allow config nodes to be selected in sidebar and deleted
1758
- - Show port label of subflow with input port
1759
- - Support ctrl-click selection of flow tabs
1760
- - Allow left-hand node button to act as toggle
1761
- - Support dbl-click in tab bar to add new flow in position
1762
- - Fix duplicate subflow detection on import
1763
- - #1862 Add import notification with info on what has been imported Closes
1764
- - Show error details when trying to import invalid json
1765
- - Show default icon when non-existent font-awesome icon was specified
1766
- - Add configurable option for showing node label
1767
- - #1903 Avoid http redirects as Safari doesn't reuse Auth header Fixes
1768
- - Tidy up ace tooltip styling
1769
- - Add event log to editor
1770
- - Add tooltips to multiple editor elements
1771
- - Allow palette to be hidden
1772
- - Add node module into to sidebar and palette popover
1773
- - Mark all newly imported nodes as changed
1774
- - Allow a node label to be hidden
1775
- - Add markdown formatting toolbar
1776
- - Add markdown toolbar to various editors
1777
- - Fix i18n handling for ja-JP locale on Safari/MacOS
1778
- - Add node body tooltip
1779
- - Decrease opacity of flow-navigator
1780
- - Update tooltip style
1781
- - Update ACE to 1.4.1-src-min-noconflict
1782
- - Cache node locales by language
1783
- - Show icon element with either icon image or fa-icon
1784
- - Added font-awesome icons to user defined icon
1785
- - Update info side bar with node description section
1786
- - One-click search of config node users
1787
- - Redesign node edit dialog to tabbed style
1788
- - Add 'restart flows' option to deploy menu
1789
- - Add node description property UI
1790
-
1791
-
1792
- Runtime
1793
-
1794
- - Allow a project to be loaded from cmdline
1795
- - #1978 Handle lookup of undefined property in Global context Fixes
1796
- - Refuse to enable Manage Palette if npm too old
1797
- - Remove restriction on upgrading non-local modules
1798
- - #1709 Remove deprecated Buffer constructor usage Fixes
1799
- - Update httpServerOptions doc in settings.js
1800
- - Exclude non-testable .js files from the unit tests
1801
- - Add --safe mode flag to allow starting without flows running
1802
- - #1789 Add setting-defined accessToken for automated access to the adminAPI -
1803
-
1804
- Nodes
1805
-
1806
- - #1990 Move all core node EN help to their own locale files -
1807
- - CSV: better regex for number detection
1808
- - Debug: hide button if not configured to send to sidebar
1809
- - Delay: report queue activity when in by-topic mode
1810
- - Delay: add msg.flush mode
1811
- - Exec: Preserve existing properties on msg object
1812
- - File: remove CR/LF from incoming filename
1813
- - #1911 Function: create custom ace javascript mode to handle ES6 Fixes
1814
- - Function: add env.get
1815
- - #1913 HTTP Request: Add http-proxy config
1816
- - HTTP Request: add msg.redirectList to output
1817
- - #1959 HTTP Request: add msg.requestTimeout option for per-message setting - @natcl
1818
- - #1912 - @DurandA MQTT: add auto-detect and base64 output to mqtt node Fixes
1819
- - MQTT: only unsubscribe node that is being removed
1820
- - Sentiment: move to node-red-node-sentiment
1821
- - Switch: add missing edit dialog icon
1822
- - Tail: move to node-red-node-tail
1823
- - TCPGet: clear status if user changes target per message
1824
- - Template: tidy up edit dialog
1825
- - UDP: more resilient binding to correct port for udp, give input side priority
1826
- - Split/Join: add msg.reset to info panel
1827
- - Split/Join: reset join without sending part array
1828
- - Watch: add msg.filename so can feed direct to file in node
1829
- - WebSocket: preserve \_session on msg but don't send as part of wholemsg
1830
-
1831
- #### 0.19.6: Maintenance Release
1832
-
1833
- - #2051 Fix encoding of file node from binary to utf8 -
1834
-
1835
- #### 0.19.5: Maintenance Release
1836
-
1837
- - Recognize pip installs of RPi.GPIO (#1934)
1838
- - #1941 from node-red-hitachi/master-batch Merge pull request
1839
- - #1931 from node-red-hitachi/master-typedinput Merge pull request
1840
- - Set min value of properties and spinners for batch
1841
- - Fix that unnecessary optionMenu remains
1842
- - #1894 from node-red-hitachi/fix-overlapping-file-node-execution Merge pull request
1843
- - #1924 from imZack/patch-1 Merge pull request
1844
- - Add missing comma
1845
- - #1921 Do not disable context sidebar during node edit Fixes
1846
- - #1920 Don't allow virtual links to be spliced Fixes
1847
- - Merge project package changes to avoid overwritten changes
1848
- - #1908 Handle manually added project deps that are unused Fixes
1849
- - update close & input handling of File node
1850
- - make close handler argument only one
1851
- - #1907 from amilajack/patch-2 Merge pull request
1852
- - Change repo badge to point to master branch
1853
- - invoke callbacks if async handler is specified
1854
- - #1891 from camlow325/resolve-example-path-for-windows-support Merge pull request
1855
- - #1900 from kazuhitoyokoi/master-addtestcases4settings.js Merge pull request
1856
- - wait closing while pending messages exist
1857
- - Add test cases for red/api/editor/settings.js
1858
- - #1893 Ensure all palette categories are opened properly Closes
1859
- - Resolve path when sending example file for Windows support
1860
- - fix multiple input message processing of file node
1861
-
1862
- #### 0.19.4: Maintenance Release
1863
-
1864
- - #1888 Fix race condition in non-cache lfs context Fixes
1865
- - LocalFileSystem Context: Remove extra flush code
1866
- - Prevent race condition in caching mode of lfs context (#1889)
1867
- - Allow context store name to be provided in the key
1868
- - Switch node: only use promises when absolutely necessary
1869
- - Fix dbl-click handling on webkit-based browsers
1870
- - Ensure context.flow/global cannot be deleted or enumerated
1871
- - #1883 Handle context.get with multiple levels of unknown key Fixes
1872
- - Fix global.get("foo.bar") for functionGlobalContext set values
1873
- - Fix node color bug (#1877)
1874
- - #1857 from cclauss/patch-1 Merge pull request
1875
- - Define raw_input() in Python 3 & fix time.sleep()
1876
-
1877
- #### 0.19.3: Maintenance Release
1878
-
1879
- - Split node - fix complete to send msg for k/v object
1880
- - Remove unused Join node merged object key typed input
1881
- - Set the JavaScript editor to full-screen
1882
- - Filter global modules installed locally
1883
- - Add svg to permitted icon extension list
1884
- - Debug node - indicate status all the time if selected to do so
1885
- - pi nodes - increase test coverage slightly
1886
- - TCP-request node - only write payload
1887
- - JSON schema: perform validation when obj -> obj or str -> str
1888
- - JSON schema: add draft-06 support (via $schema keyword)
1889
- - #1651. Mqtt proxy configuration for websocket connection,
1890
- - Allows MQTT Shared Subscriptions for MQTT-In core node
1891
- - Fix use of HTML tag or CSS class specification as icon of typedInput
1892
-
1893
- #### 0.19.2: Maintenance Release
1894
-
1895
- - Ensure node default colour is used if palette.theme has no match
1896
- - #1863 (#1864) fix lost messages / properties in TCPRequest Node; closes
1897
- - Fix typo in template.html
1898
- - Improve error reporting from context plugin loading
1899
- - Prevent no-op edit of node marking as changed due to icon
1900
- - Change node must handle empty rule set
1901
-
1902
- #### 0.19.1: Maintenance Release
1903
-
1904
- - Pull in latest twitter node
1905
- - Handle windows paths for context storage
1906
- - Handle persisting objects with circular refs in context
1907
- - Ensure js editor can expand to fill available space
1908
- - Add example localfilesystem contextStorage to settings
1909
- - Fix template node handling of nested context tags
1910
-
1911
- #### 0.19: Milestone Release
1912
-
1913
- Editor
1914
-
1915
- - Add editorTheme.palette.theme to allow overriding colours
1916
- - #1446 Index all node properties when searching Fixes
1917
- - #1779 Handle NaN and Infinity properly in debug sidebar Fixes #1778
1918
- - Prevent horizontal scroll when palette name cannot wrap
1919
- - Ignore middle-click on node/ports to enable panning
1920
- - Better wire layout when looping back
1921
- - fix appearence of retry button of remote branch management dialog
1922
- - Handle releasing ctrl when using quick-add node dialog
1923
- - Add $env function to JSONata expressions
1924
- - Widen support for env var to use ${} or $() syntax
1925
- - Add env-var support to TypedInput
1926
- - Show unknown node properties in info tab
1927
- - Add node icon picker widget
1928
- - Only edit nodes on dbl click on primary button with no modifiers
1929
- - Allow subflows to be put in any palette category
1930
- - Add flow navigator widget
1931
- - #1753 Cache flow library result to improve response time Fixes
1932
- - Add middle-button-drag to pan the workspace
1933
- - allow multi-line category name in editor
1934
- - Redesign sidebar tabs
1935
- - Do not disable the export-clipboard menu option with empty selection
1936
-
1937
- Nodes
1938
-
1939
- - #1769 Change: Ensure runtime errors in Change node can be caught Fixes
1940
- - File: Add output to File Out node
1941
- - Function: add expandable JavaScript editor pane
1942
- - Function: allow id and name reference in function node code (#1731)
1943
- - HTTP Request: Move to request module
1944
- - #1278 HTTP: Ensure apiMaxLength applies to HTTP Nodes Fixes
1945
- - Join: accumulate top level properties
1946
- - Join: allow environment variable as reduce init value
1947
- - JSON: add JSON schema validation via msg.schema
1948
- - Pi: Let nrgpio code work with python 3
1949
- - Pi: let Pi nodes be visible/editable on all platforms
1950
- - Switch: add isEmpty rule
1951
- - #1414 TCP: queue messages while connecting; closes
1952
- - #1805 TLS: Add servername option to TLS config node for SNI Fixes
1953
- - UDP: Don't accidentally re-use udp port when set to not do so
1954
-
1955
- Persistent Context
1956
-
1957
- - Add Context data sidebar
1958
- - Add persistable context option
1959
- - Add default memory store
1960
- - Add file-based context store
1961
- - Add async mode to evaluateJSONataExpression
1962
- - Update RED.util.evaluateNodeProperty to support context stores
1963
-
1964
- Runtime
1965
-
1966
- - Support flow.disabled and .info in /flow API
1967
- - #1781 Node errors should be Strings not Errors Fixes
1968
- - #1770 Add detection of connection timeout in git communication Fixes
1969
- - Handle loading empty nodesDir
1970
- - Add 'private' property to userDir generated package.json
1971
- - Add RED.require to allow nodes to access other modules
1972
- - Ensure add/remove modules are run sequentially
1973
-
1974
- #### 0.18.7: Maintenance Release
1975
-
1976
- Editor Fixes
1977
-
1978
- - #1737 Do not trim wires if node declares outputs in defaults but misses value Fixes
1979
-
1980
- Node Fixes
1981
-
1982
- - Relax twitter node version ready for major version bump
1983
- - Pass Date into the Function node sandbox to fix instanceof tests
1984
- - let TCP in node report remote ip and port when in single packet mode
1985
- - typo fix in node help (#1735)
1986
-
1987
- Other Fixes
1988
- - #1738 Tidy up default grunt task and fixup test break due to reorder Fixes
1989
- - Bump jsonata version
1990
-
1991
- #### 0.18.6: Maintenance Release
1992
-
1993
- Editor Fixes
1994
-
1995
- - #1724 Handle a node having wires in the editor on ports it no longer has Fixes
1996
- - Add missing ACE snippet files
1997
- - #1726 Fix wireClippedNodes is not defined Fixes
1998
- - Split node html to isolate bad nodes when loading
1999
- - Avoid unnecessary use of .html() where .text() will do
2000
-
2001
- - Add editorTheme.projects.enabled to default settings.js"
2002
-
2003
- #### 0.18.5: Maintenance Release
2004
-
2005
- Projects
2006
-
2007
- - Add clone project to welcome screen
2008
- - Handle cloning a project without package.json
2009
- - Keep remote branch state in sync between editor and runtime
2010
-
2011
- New Features
2012
-
2013
- - Add type checks to switch node options (#1714)
2014
- - add output property select to HTML parse node (#1701)
2015
- - Add Prevent Following Redirect to HTTP Request node (#615) (#1684)
2016
- - Add debug and trace functions to function node (#1654)
2017
- - Enable user defined icon for subflow
2018
- - Add MQTT disconnect message and rework broker node UI (#1719)
2019
- - Japanese message catalogue updates (#1723)
2020
- - Show node load errors in the Palette Manager view
2021
-
2022
- Editor Fixes
2023
-
2024
- - #1698 Highlight subflow node when log msg comes from inside Fixes
2025
- - #1678 Ensure node wires array is not longer than outputs value Fixes
2026
- - #1681 Allow importing an unknown config node to be undone Fixes
2027
- - #1696 Ensure keyboard shortcuts get saved in runtime settings Fixes
2028
- - Don't mark a subflow changed when actually modified nothing (#1665)
2029
-
2030
- Node Fixes
2031
-
2032
- - bind to correct port when doing udp broadcast/multicast (#1686)
2033
- - Provide full error stack in Function node log message (#1700)
2034
- - #1690 Fix http request doc type Fixes
2035
- - Make debug slightly larger to pass WCAG AA rating
2036
- - #1673 Make core nodes labels more consistent, to close
2037
- - #1671 Allow template node to be updated more than once Fixes
2038
- - Fix the problem that output labels of switch node sometimes disappear (#1664)
2039
- - Chinese translations for core nodes (#1607)
2040
-
2041
- Runtime Fixes
2042
-
2043
- - #1689 (#1694) Handle and display for invalid flow credentials when project is disabled
2044
- - node-red-pi: fix behavior with old bash version (#1713)
2045
- - Fix ENOENT error on first start when no user dir (#1711)
2046
- - #1721 Handle null error object in Flow.handleError Fixes
2047
- - update settings comments to describe how to setup for ipv6 (#1675)
2048
- - #1359 Remove credential props after diffing flow to prevent future false positives Fixes
2049
- - #1645 Log error if settings unavailable when saving user settings Fixes
2050
- - Keep backup of .config.json
2051
- - Add warning if using \_credentialSecret from .config.json
2052
- - Filter req.user in /settings to prevent potentially leaking info
2053
-
2054
- #### 0.18.4: Maintenance Release
2055
-
2056
- Projects
2057
-
2058
- - Ensure sshkey file path is properly escaped on Windows
2059
- - Normalize ssh key paths for Windows file names
2060
- - Ensure userDir is an absolute path when used with sshkeygen
2061
- - Detect if there are no existing flows to migrate into a project
2062
- - Use relative urls when retriving flow history
2063
- - Add credentialSecret to clone pane
2064
- - Delay clearing inflight when changing credentials key
2065
- - Mark deploy inflight when reverting a file change
2066
- - Handle missing_flow_file error on clone properly
2067
- - Remote project from cached list on delete so it can be reused
2068
- - Fix tests for existing file flag in settings
2069
-
2070
- Editor Fixes
2071
-
2072
- - Fix merging a remote diff
2073
- - Fixed the problems when using a node without defaults
2074
- - Disable user defined icon for subflow
2075
- - #1635 getDefaultNodeIcon should handle subflow instance nodes Fixes
2076
- - Add Japanese info text for core nodes
2077
- - Fix message lookup for core nodes in case of i18 locales directory exists
2078
- - Prevent the last tab from being deleted
2079
-
2080
- Node Fixes
2081
-
2082
- - Ensure trigger gets reset when 2nd output is null
2083
-
2084
-
2085
- #### 0.18.3: Maintenance Release
2086
-
2087
- Projects
2088
-
2089
- - Fix permissions on git/ssh scripts
2090
- - Add support for GIT_SSH on older levels of git
2091
- - Handle host key verification as auth error
2092
- - Ensure commit list has a refs object even if empty
2093
- - Make git error detection case-insensitive
2094
- - Fix up merge conflict handling
2095
- - Use flow-diff when looking at flow file changes
2096
-
2097
- Node Fixes
2098
-
2099
- - Ensure debug tools show for 'complete msg object'
2100
- - Fix msg.parts handling in concat mode of Batch node
2101
-
2102
- Editor Fixes
2103
-
2104
- - Fix offset calculation when dragging node from palette
2105
- - Allow a library entry to use non-default node-input- prefixes
2106
- - #1628 Change remote-diff shortcut and add it to keymap Fixes
2107
-
2108
- #### 0.18.2: Maintenance Release
2109
-
2110
- Projects
2111
-
2112
- - Filter out %D from git log command for older git versions
2113
- - Ensure projects are created as logged in user
2114
- - Better error handling/reporting in project creation
2115
- - Add Project Settings menu option
2116
- - Refresh vc sidebar on remote add/remove
2117
- - Fix auth prompt for ssh repos
2118
- - Prevent http git urls from including username/pword
2119
- - Fix fetch auth handling on non-default remote
2120
- - Avoid exception if git not installed
2121
- - Check version of git client on startup
2122
- - Fix pull/push when no tracked branch
2123
- - Add git_pull_unrelated_history handling
2124
- - Handle delete of last remote in project settings
2125
-
2126
- Node Fixes
2127
-
2128
- - Fix and Add some Chinese translations
2129
- - Update sort/batch docs
2130
- - Don't assume node has defaults when exporting icon property
2131
- - Ensure send is last thing trigger does
2132
- - Ensure trigger doesn't set two simultaneous timeouts
2133
- - Add missing property select var to HTML node
2134
- - Add a default keepalive to tcp client mode
2135
- - Move node.send in exec and httprequest nodes
2136
-
2137
-
2138
- #### 0.18.1: Maintenance Release
2139
-
2140
- Projects
2141
-
2142
- - Handle more repo clone error cases
2143
- - Relax validation of git urls
2144
- - Revalidate project name on return to project-details view
2145
- - #1597 Avoid unnecessary project refresh on branch-switch Fixes
2146
- - Add support for file:// git urls
2147
- - Handle project first-run without existing flow file
2148
- - Handle delete of last remote in project settings
2149
- - Add git_pull_unrelated_history handling
2150
- - Fix pull/push when no tracked branch
2151
- - Remember to disable projects in editor when git not found
2152
-
2153
- Node Fixes
2154
-
2155
- - Trigger node migration - ensure bytopic not blank
2156
- - #1598 Add HEAD to list of methods with no body in http req node
2157
- - #1598 Do not include payload in GET requests Fixes
2158
- - #1601 Update sort/batch docs Fixes
2159
- - Don't assume node has defaults when exporting icon property
2160
-
2161
-
2162
- #### 0.18: Milestone Release
2163
-
2164
- Runtime
2165
-
2166
- - Beta: Projects - must be enabled in settings file
2167
- - Allow port zero for Express (#1363)
2168
- - Better error reporting when module provides duplicate type
2169
- - Update jsonata to 1.5.0
2170
- - add express-session memorystore without leaks (#1435)
2171
- - #1461 Allow adminAuth.user to be a Function Fixes
2172
- - Ensure RED.server is set even if admin api disabled
2173
- - #1481 Ensure strategy login button uses relative URL Fixes
2174
- - ignore `_msgid` when merging full objects
2175
- - #1488 Move node install to spawn to allow for big stdout Fixes
2176
- - SIGINT handler should wait for stop to complete before exit
2177
-
2178
- Editor
2179
-
2180
- - allow a node's icon to be set dynamically (#1490)
2181
- - Batch messages sent over comms to increase throughput
2182
- - Migrate deploy confirmations to notifications
2183
- - #1346 `oneditdelete` should be available to all node types Closes
2184
- - Sort typeSearch results based on position of match
2185
- - Update ACE to test and add python highlighter (#1373)
2186
- - #1517 Clear mouse state when typeSearch cancelled Fixes
2187
- - Handle scoped modules via palette editor
2188
- - #1549 TypedInput: handle user defined value/labels options Fixes
2189
-
2190
- Nodes
2191
-
2192
- - add msg. select to range and yaml nodes
2193
- - add property choice to xml, sentiment nodes
2194
- - mqtt: Add 'name' to mqtt-broker node, and label it by this if it is set. (#1364)
2195
- - Add option to JSON node to ensure particular encoding
2196
- - add parts support for HTML node (#1495)
2197
- - Add passphrase to TLS node
2198
- - Add rc property to exec node outputs 1 and 2 (#1401)
2199
- - Add skip first n lines capability to csv node (#1535)
2200
- - Add support for rejectUnauthorized msg property
2201
- - Add TLS options to WebSocket client
2202
- - Added parsed YAML support for template node (#1443)
2203
- - #1360 Allow delay node in rate-limit mode to be reset Fixes
2204
- - Allow setTimeout in Function node to be promisified in node 8
2205
- - Debug to status option (#1499)
2206
- - enable template config via msg.template for stored or generated templates (#1503)
2207
- - HTTP REQUEST: Adding PROPPATCH and PROPFIND http methods (#1531)
2208
- - Initial support of merge & reduce mode for JOIN node (#1546)
2209
- - Initial support of new BATCH node (#1548)
2210
- - Initial support of sequence rules for SWITCH node (#1545)
2211
- - initial support of SORT node (#1500)
2212
- - Inject node - let once delay be editable (#1541)
2213
- - Introduce `nodeMessageBufferMaxLength` setting for msg sequence nodes
2214
- - Let CSV correct parts if we remove header row.
2215
- - let default apply if msg.delay not set in override mode. (#1397)
2216
- - let trigger node be reset by boolean message (#1554)
2217
- - Let trigger node support per topic mode (#1398)
2218
- - let HTML node return empty array for no matching input (#1582)
2219
- - MQTT node - if Server/URL config contains '//' use it as a complete url; enabled ws:// and wss://
2220
- - clone messages before delayed send (#1474)
2221
- - Decrement connected client count rather than show disconnected
2222
- - #1566 Don't end mqtt client on first error Fixes
2223
- - #1489 File out - create dirs synchronously to ensure they exist Fixes
2224
- - Fix debug message format for Buffer (#1444)
2225
- - Fix global.keys() bug in function node (#1417)
2226
- - Handle escape characters in template node which uses Mustache format and JSON output mode (#1377)
2227
- - #1527) (#1539) Move all node.send to end of timer functions in trigger node (issue
2228
- - #1521 Publish null/undefined to mqtt as blank not toString Fixes
2229
- - remove inject node at specific time spinner
2230
- - restrict inject interval to less that 2^31 millisecs
2231
- - tag UDP ports in use properly so they get closed correctly (#1508)
2232
-
2233
- #### 0.17.5: Maintenance Release
2234
-
2235
- - Add express-session missing dependency for oauth
2236
- - Fix improper type tests is core test cases
2237
- - #1351 File node: recreate write stream when file deleted Fixes
2238
- - Add flow stopping trace messages
2239
- - Fix userDir test case when .config.json exists (#1350)
2240
- - #1344 Do not try to send msg after http request error handled Fixes
2241
- - Fix boundary problem in range node (#1338)
2242
- - Modify messages in node properties to refer messages.json (#1339)
2243
- - Fix settings.js replacing webSocketVerifyClient by webSocketNodeVerifyClient (#1343)
2244
-
2245
-
2246
- #### 0.17.4: Maintenance Release
2247
-
2248
- - Add request node test case for POSTing 0
2249
- - Allow false and 0 in payload for httprequest (#1334)
2250
- - Add file extension into flow name of library automatically (#1331)
2251
- - #1335 Fix accessing global context from jsonata expressions Fixes
2252
- - #1332 Disable editor whilst a deploy is inflight Fixes
2253
- - Replace Unknown nodes with their real versions when node loaded
2254
- - Retry auto-install of modules that fail
2255
- - Fix column name in link nodes to refer language file (#1330)
2256
- - #1329 Use namespaces with link node title attributes i18n name Fixes
2257
- - #1328 Tidy up GPIO pin table presentation Fixes
2258
- - Join: count of 0 should not send on every msg
2259
- - Handle importing only one end of a link node pair
2260
- - #1323 Make sending to Debug synchronous again Fixes
2261
- - Make send-error behaviour optional in file node
2262
- - Restore File In node behaviour of sending msg on error
2263
- - Expose context.keys within Function node
2264
- - JSON parser default should be not formatting output
2265
-
2266
-
2267
- #### 0.17.3: Maintenance Release
2268
-
2269
- - Fix flow library in menu to support period characters as flow name (#1320)
2270
- - editorTheme not setting custom css/scripts properly
2271
- - Fix missing icons for some nodes (#1321)
2272
- - Add reformat button to JSONata test data editor
2273
- - Update delay node status without spawning unnecessary intervals
2274
- - #1311 Avoid stringify ServerResponse and Socket in Debug node Fixes
2275
- - Fix creating userDir other than system drive on Windows (#1317)
2276
- - #1316 Trigger node not handling a duration of 0 as block mode Fixes
2277
- - #1314 Unable to config GPIO Pin 13 Fixes
2278
-
2279
- #### 0.17.2: Maintenance Release
2280
-
2281
- - Fix GPIO node labels
2282
-
2283
- #### 0.17.1: Maintenance Release
2284
-
2285
- - Fix PI gpio to use BCM
2286
- - #1311 Prevent event thread contention when sending to Debug node Closes
2287
- - Fix Bug: Can not display node icon when npm package has scope (#1305) (#1309)
2288
- - Clear moved flag when nodes are deployed
2289
-
2290
- #### 0.17: Milestone Release
2291
-
2292
- Runtime
2293
-
2294
- - #1273 Return flow rev on reload api when api v2 enabled Closes
2295
- - Provide single endpoint to load all node message catalogs
2296
- - Add .trace and .debug to Node prototype
2297
- - Rename oauth auth scheme to strategy as it works for openid
2298
- - Allow oauth schemes provide a custom verify function
2299
- - Add support for oauth adminAuth configs
2300
- - Cache auth details to save needlessly recalculating hashes
2301
- - Add context.keys function to list top-level keys
2302
- - #1239 Strip BOM character from JSON files if present Fixes
2303
- - Version check no meta (#1243)
2304
- - #1230 Ensure all nodes have access to global context Fixes
2305
- - #851 Don't process subscription for unauthenticated comms link Fixes
2306
- - #1198 Clone credentials when passing to node Fixes
2307
- - Resolve dir argument of getLocalNodeFiles function (#1216)
2308
- - Add wait for writing a library entry into a file. (#1186)
2309
- - Use correct Buffer.from method rather than constructor
2310
- - update core nodes to use newer Buffer syntax
2311
- - #1167 Treat missing msg properties as undefined rather than throw error Fixes
2312
- - Allows flows to be enabled/disabled in the runtime
2313
- - add off option to logging settings comment
2314
- - Log error stack traces if verbose flag is set
2315
- - Extract line number if available from node load errors
2316
- - Add node 8 to travis (with allow failure)
2317
- - Shuffle promises for creating default package.json
2318
- - Create a package.json file in userDir if one doesn't exist
2319
- - autoInstallModules option must honour version/pending_version
2320
- - Refuse to update a non-local node module
2321
- - Finalise nodeSettings and update tlsConfigDisableLocalFiles
2322
- - Allow a node to declare what settings should be made available to the editor. (#1185)
2323
- - Add node whitelist function (#1184)
2324
- - Allow a node to declare settings that should be exported
2325
- - Add test coverage for deleting a flow
2326
- - Update tests for oauth -> strategy rename
2327
- - Fix the test cases which sometimes fails due to timing. (#1228)
2328
- - Extend timeout for the test case of installing non-existant path. (#1191)
2329
- - Fix loader test to expect line numbers in load errors
2330
- - Update ui_spec for icon module path
2331
- - let node installer try to save with ~ version prefix to allow minor updates
2332
- - Log error when non-msg-object is returned from a Function
2333
- - Timeout a node that fails to close - default 15s timeout
2334
- - Pass a 'removed' parameter to node close handler
2335
- - Remove event passing for icons/examples from the api layer
2336
- - Update general dependencies
2337
-
2338
- Nodes
2339
-
2340
- - Do not log node errors if handled by a Catch node
2341
- - Fix wrong number of double quotes in CSV parsing
2342
- - let csv node handle ip addresses without trying to parse
2343
- - Update debug node to register the settings it uses
2344
- - #1202 Handle IncomingMessage/ServerResponse object types in debug Fixes
2345
- - #1203 Toggling debug node enabled/disabled state should set state dirty Fixes
2346
- - redo delay node status messages to be interval based
2347
- - Update delay node ui
2348
- - Add new msg.delay option to delay node
2349
- - stop delay node spamming web socket (when in fast rate limit mode)
2350
- - Delay/Range node help tidy up
2351
- - Bug fix in exec node. White spaces in arguments now works (#1285)
2352
- - Make exec node explicitly call SIGTERM for default
2353
- - Fix exec node error tests on Windows (#1234)
2354
- - update messages for updated exec node
2355
- - Make exec node spawn and exec outputs more consistent
2356
- - Exec node for windows environment (#1200)
2357
- - remove requirement for cmd in exec node config + new style info
2358
- - retry exec node tests
2359
- - let exec node take msg.kill SIG... param and pid param
2360
- - Third output from Exec node must be consistent for success/failure conditions
2361
- - exec node returns 0 on the third output if command ended without error. (#1160)
2362
- - exec node can be killed on demand
2363
- - add "split/stream" ability to file in node
2364
- - add port label to file node and update info
2365
- - Allow nodes to have translations not in core (#1183)
2366
- - fix tcp node new Buffer alloc size 0
2367
- - change pin selection table for pi gpis nodes
2368
- - stop using sudo for Pi gpio access
2369
- - adding frequency configuration to pwm output (#1206)
2370
- - Fix Pi GPIO debounce
2371
- - let Hypriot on Pi detect gpio correctly
2372
- - More core node info help tidy up
2373
- - Tidy up more core node help text
2374
- - Tidy up parser node edit dialogs and help text
2375
- - yet more core node info updates
2376
- - more core node info updates to newer style
2377
- - Update some core nodes info
2378
- - First pass of new node-info style
2379
- - MQTT new style info
2380
- - Fix empty extra node help content issue
2381
- - #1218 Handle HTTP In url that is missing its leading / Fixes
2382
- - Add file upload support to HTTP In node
2383
- - HTTP Request node: add info on how to do form encoding
2384
- - #1015 Prevent unmodified msg.headers from breaking HTTP Request flows Closed
2385
- - Add cookie handling to HTTP Request node
2386
- - Add guard against the http-request buffer fix being reverted
2387
- - Multipart streaming
2388
- - Add http-request node unit tests
2389
- - http request node add transport validity check and warn.
2390
- - #1172 Update follow_redirects to fix http_proxy handling Fixes
2391
- - Allow statusCode/headers to be set directly within HTTP Response node
2392
- - let inject "between time" also fire at start - Plus new info
2393
- - remove repeat symbol from inject if repeat is 0
2394
- - Add port labels to inject node (to show types)
2395
- - Add buffer joiner mode to Join node
2396
- - Let join node auto re-assemble buffers
2397
- - let join also accumulate strings (and not fail)
2398
- - Add Pretty print option to JSON node and
2399
- - Fix selection of link nodes
2400
- - Add link label value as portLabels
2401
- - Add sentence about clearing retained topic on mqtt
2402
- - make sure MQTT client closes if redeploy during reconnect
2403
- - make sure MQTT client closes if redeploy during reconnect
2404
- - slight filed size adjust for mqtt broker port field - allow 5 digits
2405
- - Add help info for split node
2406
- - split node - in object mode allow msg.complete on its own
2407
- - let split of objects use key to set another property (e.g. topic)
2408
- - adding streaming modes into split node
2409
- - let split node reassemble based on a final packet. (as well as the first)
2410
- - Add buffer support to split node
2411
- - updated split/join node (split still needs work before release)
2412
- - Added a name icon and a description label on edit subflow window.
2413
- - Don't display port labels for subflow pseudo-port nodes
2414
- - Added a name icon and a description label on edit subflow window.
2415
- - tcp request - remove confusing timeout wording from info
2416
- - Final TCP node nits - let 0 do it's thing as per every other timeout
2417
- - fix tcp port not waiting as per info/previous behaviour
2418
- - TCP In: Fix error in timout callback (#1249)
2419
- - Make tcp send msg more consistent
2420
- - Update 31-tcpin.js (#1235)
2421
- - really close tcp node connection right away (if told to)
2422
- - clone message before send in stay connected mode
2423
- - Better template node help example
2424
- - Add option to parse Template result as JSON before sending
2425
- - nail trigger test for windows AND linux
2426
- - give up on SIGQUIT for widows test
2427
- - better tests for windows nodes
2428
- - comment out 2nd exec node kill tests
2429
- - fixes for grunt files tests on Windows
2430
- - Add events to test helper
2431
- - Change default value of tlsConfigDisableLocalFiles to false
2432
- - Add the node setting tlsConfigDisableLocalFiles for tls node. (#1190)
2433
- - UI to upload certificates and keys for TLS node
2434
- - Update trigger help
2435
- - let trigger node set repeated outputs
2436
- - Move udp sock error listener to only be instantiated once.
2437
- - Let watch node recurse into subdirectories
2438
- - Misconfigured WebSocket nodes should not register msg handlers
2439
- - #1127 Add websocketVerifyClient option to enable custom websocket auth Fixes
2440
-
2441
- Editor
2442
-
2443
- - Bump ACE editor to v1.2.7
2444
- - Add RED.utils.getNodeLabel utility function
2445
- - Include module name in requests for node icons
2446
- - Change debug message menu icon
2447
- - Handle empty array/objects in debug view
2448
- - Add per-node filter option to Debug pane
2449
- - Ensure debug node marked changed when button pressed
2450
- - Fix pop-out debug window for all the recent updates
2451
- - Add debug message menu
2452
- - Don't include msg. in debug message copied paths
2453
- - Format Buffer numbers as hex by default
2454
- - Remember formatting choices for dbg msg elements
2455
- - Allow debug msg elements to be pinned
2456
- - Only show debug tools under the debug tab
2457
- - Fix test for valid js identifiers in debug path construction
2458
- - Remove unused modified flag on debug messages
2459
- - Add copy path/value buttons to debug messages
2460
- - dont match only part of the node type (#1242)
2461
- - #1213 Add editorTheme.logout.redirect to allow redirect on logout Closes
2462
- - #1288 Handle logging out and already logged-out editor Fixes
2463
- - Fix bug: Export Subflows (#1282)
2464
- - destroy editor to ensure fully removed on close (function, template, comment)
2465
- - #1258 Don't try to nls status text starting with '.' Fixes
2466
- - Add note of removed flows in diffConfig (#1253)
2467
- - Add description to flow same as subflow
2468
- - Allow tabs to be enabled/disabled in the editor
2469
- - Make H3 sections in node help collapsible
2470
- - Add JSON Expression editor
2471
- - Expression editor - clear legacy flag for blank expressions
2472
- - Ensure node labels are reordered properly to match outputs
2473
- - Add 'none' placeholder for empty port label form
2474
- - Don't mark a node changed when going from none to blank labels
2475
- - Leave a node to nls its own port labels
2476
- - Allow a node to override default labels
2477
- - Add placeholder text on label inputs and clear buttons
2478
- - Add port labels to Subflow nodes
2479
- - Keep port label form in sync with output reordering
2480
- - Basic node label editor
2481
- - Port label editor starting point
2482
- - Allow port labels be i18n identifiers
2483
- - Add inputLabels and outputLabels to node defn + Update Change node
2484
- - Resize port labels based on content
2485
- - Initial port label behaviour
2486
- - Allow a node to decide for itself if its button should be enabled or not
2487
- - Provide feedback when enable/disable node fails
2488
- - Add node module update api and expose in palette editor
2489
- - Reset palette-manager tabs when settings dialog reopened
2490
- - Move palette editor to settings panel
2491
- - Move palette editor to userSettings dialog
2492
- - Move view and keyboard into user settings dialog
2493
- - Add basic user settings panel
2494
- - Node status should be on by default
2495
- - Make theme able to load custom javascript (#1211)
2496
- - Allow tips to be hidden and cycled through
2497
- - Add info tips back to the sidebar
2498
- - Add buffer mode to typedInput
2499
- - Add typedInput binary mode icon
2500
- - Ensure all ace editors are destroyed in the expression editors
2501
- - Refresh sidebar info when tab is changed
2502
- - better spacing for library widget
2503
- - Fix gridSize for node width calculation to avoid odd resizing
2504
- - Redraw grid properly if gridSize changes
2505
- - Scroll sidebar info tab to top when changing content
2506
- - Ensure info tab sections are collapsible when set from palette
2507
- - Only show tab info if there is an active tab
2508
- - Only check for reordered outputs if outputMap defiend
2509
- - Avoid circular references when stingifying node objects
2510
- - Fix padding of config node edit dialog
2511
- - Add force-deploy option when conflict detected
2512
- - Hide tip box on startup if disabled
2513
- - Track node moves separately to node config changes
2514
- - Ensure ace editor instances are freed if edit cancelled
2515
- - Clip overly long notification messages
2516
- - Use queryCommandSupported not queryCommandEnabled to check for copy support
2517
- - Add tip to tab description editor
2518
- - Make tab info edit box resizable
2519
- - Shrink config node appearance in info table
2520
- - Display config nodes in Info sidebar table
2521
- - Ensure flow info box updates after editing flow
2522
- - Hide Node info section when displaying changelog
2523
- - Restructure info tab
2524
- - Provide notification when new flows deployed in the background
2525
- - Stop some ui elements from clearing url anchor when clicked
2526
- - clipboard export text stay highlighted even when button deselected
2527
- - ensure export clipboard keeps text selected and formatted
2528
- - Defer resizing tray components until they have finished building
2529
- - Use pre-calculated values for connection path
2530
- - Use textContent to avoid manual escaping
2531
- - Add RED.stack as a common ui component
2532
- - Numeric validator that accepts blank should accept undefined
2533
- - Add visual cue as to whether the workspace is focused
2534
- - Allow RED.validators.number to allow blank values as valid
2535
- - Support dropping json files into the editor
2536
- - NLS Expression/JSON editor and fix their height calculation
2537
- - #1275 Update JSONata to 1.2.4 Closes
2538
- - Remember test expression data on a per-node basis
2539
- - NLS jsonata test messages
2540
- - Add JSONata expr tester and improved feedback
2541
- - Add $context/$flow/$global functions to jsonata
2542
- - Update jsonata
2543
-
2544
- Other
2545
-
2546
- - add allow es6 to .jshintrc
2547
- - travis - don't allow node 8 fails, (and re-add 7)
2548
- - ask istanbul for more reports as default
2549
- - Add istanbul to Gruntfile.js (#1189)
2550
-
2551
-
2552
- #### 0.16.2: Maintenance Release
2553
-
2554
- - #1126 Ensure custom mustache context parent set in Template node fixes
2555
- - Display debug node name in debug panel if its known
2556
- - Ensure auth-tokens are removed when no user is specified in settings
2557
- - Ensure all a tags have blank target in info sidebar
2558
- - Ensure links do not span tabs in the editor
2559
- - Avoid creating multiple reconnect timers in websocket node
2560
- - #1120 Fix inner reference in install fail message catalog entry Fixes
2561
- - Display buffer data properly for truncated buffers under Object property
2562
-
2563
- #### 0.16.1: Maintenance Release
2564
-
2565
- - Add colour swatches to debug when hex colour matched
2566
- - Nodes with hasUsers set to false should not appear unused
2567
- - Change hard error to verbose warning if using old node.js level
2568
- - #1117 Don't filter debug properties starting with _ Fixes
2569
- - #1116 Node logged errors not displayed properly in debug pane Fixes
2570
- - #1114 Do not look for existing nodes when checking for wires on paste Fixes
2571
- - -v option not enabling verbose mode properly
2572
- - Add node.js version check on startup
2573
-
2574
- #### 0.16.0: Milestone Release
2575
-
2576
- Runtime
2577
-
2578
- - Drop support for node 0.10 and 0.12
2579
-
2580
- Nodes
2581
-
2582
- - #1103 Add option to colourise debug console output Closes
2583
- - Add property validation to nodes using typedInput
2584
- - #1104 Add common validator for typedInput fields Closes
2585
- - #1094 Update debug node console logging indicator icon Closes
2586
- - Let exec node (spawn) handle commands with spaces in path
2587
- - Add symbol to debug node to indicate debugging also to console.log
2588
- - Change file node to use node 4 syntax (drops support for 0.8)
2589
- - add info for httprequest responseUrl property
2590
- - Add res.responseUrl to httprequest node response
2591
- - Add support for flow and global context in Template node (#1048)
2592
- - Added YAML parser node (#1034)
2593
- - node-red-node-serialport removed as a default node
2594
-
2595
- Editor
2596
-
2597
- - #1109 Add install/remove dialog to increase friction Closes
2598
- - #1009 Report node catalogue load errors Closes
2599
- - #1043 Properly report module remove errors in palette editor Fixes
2600
- - Update rather than hide install button after success install
2601
- - Tweak search box styling
2602
- - Display info tips slightly longer
2603
- - Allow tips to be enabled/disabled via menu option
2604
- - Info-tips update
2605
- - Make typedInput keyboard navigable
2606
- - update Font Awesome to 4.7.0
2607
- - Add expression editor for jsonata
2608
- - Overhaul keyboard handling and introduce editor actions
2609
- - Add Japanese translation file(editor.json) (#1084)
2610
- - Add quick-add node mode with cmd/ctrl-click
2611
- - Add cmd/ctrl-click to quick add wires
2612
- - Use json-stringify-safe to detect circular references in debug msgs
2613
- - debug - format if time if correct length/range
2614
- - Make Debug object explorable
2615
- - Initial debug pop-out window
2616
- - Add proper three-way diff view
2617
- - Focus tray body when edit dialog opened
2618
- - Hit enter to edit first node in selection
2619
- - Add node delete button to edit dialog
2620
- - #832 Add notification when runtime stopped due to missing types Part of
2621
-
2622
- Fixes
2623
-
2624
- - #1111 Do not tie debug src loading to needsPermission Fixes
2625
- - #1095 Initialise nodeApp regardless of httpAdmin setting Closes #1096
2626
- - Speed up reveal of search dialogs
2627
- - #1069 Ensure flows exist before delegating status/error events Fixes
2628
- - Update package dependencies
2629
- - Update MQTT to latest 2.2.1
2630
- - Node status not being refreshed properly in the editor
2631
- - #1081 Try to prevent auto-fill of password fields in node edit tray Fixes
2632
- - Fix whitespace in localfilesystem
2633
- - fix bug where savesettings did not honor local settings variables (#1073)
2634
- - #922 Tidy up unused/duplicate editor messages Closes
2635
- - Property expressions must not be blank
2636
- - Tidy up merge commit of validatePropertyExpression
2637
- - add port if wires array > number of ports declared.
2638
- - #1101 Allow quoted property expressions Fixes
2639
- - Index all node properties for node search
2640
- - Remove node 0.10 from travis config
2641
- - update welcome message to use logger so it can be turned off/on if required (#1083)
2642
- - Fix dynamically loading multiple node-sets from palette editor
2643
- - #1031 Allow a node to reorder its outputs and maintain links Fixes
2644
-
2645
- #### 0.15.3: Maintenance Release
2646
-
2647
- - Tcpgetfix: Another small check (#1070)
2648
- - TCPGet: Ensure done() is called only once (#1068)
2649
- - #1063 Allow $ and _ at start of property identifiers Fixes
2650
- - TCPGet: Separated the node.connected property for each instance (#1062)
2651
- - Corrected 'overide' typo in XML node help (#1061)
2652
- - TCPGet: Last property check (hopefully) (#1059)
2653
- - Add additional safety checks to avoid acting on non-existent objects (#1057)
2654
- - add --title for process name to command line options
2655
- - add indicator for fire once on inject node
2656
- - reimplement $(env var) replace to share common code.
2657
- - Fix error message for missing node html file, and add test.
2658
- - Let credentials also use $(...) substitutions from ENV
2659
- - Rename insecureRedirect to requireHttps
2660
- - Add setting to cause insecure redirect (#1054)
2661
- - Palette editor fixes (#1033)
2662
- - Close comms on stopServer in test helper (#1020)
2663
- - Tcpgetfix (#1050)
2664
- - TCPget: Store incoming messages alongside the client object to keep reference
2665
- - Merge remote-tracking branch 'upstream/master' into tcpgetfix
2666
- - TCPget can now handle concurrent sessions (#1042)
2667
- - Better scope handling
2668
- - Add security checks
2669
- - small change to udp httpadmin
2670
- - Fix comparison to "" in tcpin
2671
- - Change scope of clients object
2672
- - Works when connection is left open
2673
- - First release of multi connection tcpget
2674
- - Fix node.error() not printing when passed false (#1037)
2675
- - fix test for CSV array input
2676
- - different test for Pi (rather than use serial port name)
2677
- - Fix missing 0 handling for css node with array input
2678
-
2679
-
2680
- #### 0.15.2: Maintenance Release
2681
-
2682
- - #1024 Revert bidi changes to nodes and hide menu option until fixed Fixes
2683
- - Let xml node set options both ways
2684
- - Bump serialport to use version 4
2685
- - gpio node handle multiple bits of data returned in one go
2686
- - #1023 HTTP In should pass application/octet-stream as buffer not string Fixes
2687
- - Handle missing httpNodeRoot setting properly
2688
- - Config sidebar not handling node definition error properly
2689
- - Add minimum show time to deploy spinner to avoid flicker
2690
- - Add work-in-progress update button to palette-editor
2691
- - Add log.removeHandler function
2692
- - Add Crtl/Shift/p shortcut for manage palette
2693
- - Add spinner to deploy button
2694
- - #1016 Status messages from nodes in subflows not delegated properly Fixes
2695
- - fix spelling in join node info
2696
- - Speed up tab scrolling
2697
- - #1013 Update delay burst test to be more tolerant of timing Fixes
2698
-
2699
- #### 0.15.1: Maintenance Release
2700
-
2701
- - Update default palette catalogue to use https
2702
- - Disable palette editor if npm not found - and fix for Windows
2703
- - #1010 Searching package catalogue should be case-insensitive Fixes
2704
- - #1011 contenteditable fields not handled in config nodes Fixes
2705
- - Change html link refs from `_new` to `_blank` to be standards compliant
2706
-
2707
- #### 0.15.0: Milestone Release
2708
-
2709
- Runtime
2710
-
2711
- - #1001 Increase default apiMaxLength to 5mb and add to default settings Closes
2712
- - Add v2 /flows api and deploy-overwrite protection
2713
- - Encrypt credentials by default
2714
- - Ensure errors thrown by RED.events handlers don't percolate up
2715
-
2716
- Editor
2717
-
2718
- - Mark nodes as changed when they are moved
2719
- - Added parent containment option for draggable. (#1006)
2720
- - #999 Ignore bidi event handling on non-existent and non-Input elements Closes
2721
- - Remove list of flows from menu
2722
- - Allow nodes to be imported with their credentials
2723
- - Add workspace search option
2724
- - Add scrollOnAdd option to editableList
2725
- - Add swift markup to editor for open whisk node
2726
- - Scrollable tabs 👍
2727
- - Allow linking to individual flow via url hash
2728
- - Avoid duplicating existing subflows on import
2729
- - Add import-to-new-tab option
2730
- - Add new options to export-nodes dialog
2731
- - Stop nodes being added beyond the outer bounds of the workspace
2732
- - #972 Default config nodes to global scope unless in a subflow Closes
2733
- - Bidi support for Text Direction and Structured Text (#961)
2734
- - Fix jQuery selector, selecting more than one help pane/popover and displaying incorrectly. (#970)
2735
- - Fixes removeItem not passing row data to callback. (#965)
2736
- - Move common components and add searchBox
2737
- - Add initial palette sidebar
2738
-
2739
- Nodes
2740
-
2741
- - Inject node label - show topic for timestamp mode if short
2742
- - Let change node set type if total match
2743
- - Clean up status on close for several core nodes.
2744
- - Change node: re-parse JSON set value each time to avoid pass-by-ref
2745
- - Better handle HTTP Request header capitalisation
2746
- - #985 Enable ES6 parsing in Function editor by default Fixes
2747
- - Update debug sidebar to use RED.view.reveal to show debug nodes
2748
- - Add full path tip to file node, And tidy up Pi node tips
2749
- - Remove WebSocket node maxlistener warning
2750
- - Update mqtt-broker node to use fully name-space qualified status messages
2751
- - Let UDP node better share same port instance if required
2752
- - Add number of units to the delay node (rate) (#994)
2753
- - Allow http middleware to skip rawBodyParser
2754
- - Let change node move property to sub-property.
2755
- - Add info to exec warning about buffered output if using python
2756
- - TCP node: pass on latest input msg properties
2757
- - Make sure MQTT broker is really set
2758
- - Fix escape character catch in TCPGet + support 0x?? sequences
2759
- - Fix split character in TCP Request node
2760
- - Add CSS highlighting to the template node (#950)
2761
- - Only update switch previous value after all rules are run
2762
-
2763
- Other
2764
-
2765
- - #660 Add npm build/test scripts Closes #946
2766
- - Move travis to node 6 and 7 - drop 5 and 0.12
2767
-
2768
-
2769
- #### 0.14.6: Maintenance Release
2770
-
2771
- Fixes
2772
-
2773
- - #927 Tell ace about Function node globals. Closes
2774
- - #935 Tidy up mqtt nodes - linting and done handling. Closes
2775
- - Fix invalid html in TCP and HTML node edit templates
2776
- - Add proper help text to link nodes
2777
- - Handle importing old mqtt-broker configs that lack properties
2778
- - Update ace to 1.2.4
2779
- - Allow config nodes to provide a sort function for their select list
2780
- - Add log warning if node module required version cannot be satisfied
2781
- - #937 Handle empty credentials file. Closes
2782
- - Add RPi.GPIO lib test for ArchLinux
2783
-
2784
- #### 0.14.5: Maintenance Release
2785
-
2786
- Fixes
2787
-
2788
- - Cannot clear cookies with http nodes
2789
- - let HTML parse node allow msg.select set select
2790
- - Validate nodes on import after any references have been remapped
2791
- - #933 Debug node handles objects without constructor property Fixes
2792
- - #940 Ensure 'false' property values are displayed in info panel Fixes
2793
- - Fix node enable/disable over restart - load configs after settings init
2794
-
2795
- #### 0.14.4: Maintenance Release
2796
-
2797
- Nodes
2798
-
2799
- - Update trigger node ui to use typedInputs
2800
- - Better handling of quotes in CSV node
2801
- - #929 Clarify the MQTT node sends msg.payload - closes
2802
- - #914 Inject node should reuse the message it is triggered with Closes
2803
- - Stop trigger node re-using old message
2804
- - Allow node.status text to be 'falsey' values
2805
-
2806
- Fixes
2807
-
2808
- - #932 Handle DOMException when embedded in an iframe of different origin Fixes
2809
- - Fix double firing of menu actions
2810
- - #928 Fix select box handling in Safari - fixes
2811
- - #858 Clear context in node test helper Fixes
2812
- - #880 Allow node properties to be same as existing object functions Fixes
2813
- - Handle comms link closing whilst completing the initial connect
2814
- - #917 Protect against node type names that clash with Object property names Fixes
2815
- - Clone default node properties to avoid reference leakage
2816
- - Strip tab node definition when exporting
2817
- - Check for null config properties in editor before over-writing them
2818
- - Add hasUsers flag to config nodes
2819
-
2820
- Editor
2821
-
2822
- - Add sql mode to ace editor
2823
- - Keyboard shortcuts dialog update (#923)
2824
- - #921 Ensure importing link nodes to a subflow doesn't add outbound links Fixes
2825
- - Add updateConfigNodeUsers function to editor
2826
- - Scroll to bottom when item added to editableList
2827
- - #920 Form input widths behave more consistently when resizing Fixes #919
2828
-
2829
- #### 0.14.3: Maintenance Release
2830
-
2831
- Fixes
2832
-
2833
- - #908 Create default setting.js in user-specified directory. Fixes
2834
- - MQTT In subscription qos not defaulting properly
2835
- - Let exec node handle 0 as well as "0"
2836
-
2837
- #### 0.14.2: Maintenance Release
2838
-
2839
- Fixes
2840
-
2841
- - #913 Cannot add new twitter credentials. Fixes
2842
- - Support array references in Debug property field
2843
-
2844
- #### 0.14.1: Maintenance Release
2845
-
2846
- Fixes
2847
-
2848
- - Handle undefined property that led to missing wires in the editor
2849
- - #911 Remove duplicate 'Delete' entry in keyboard shortcut window. Closes
2850
- - #910 Add 'exec' to node-red-pi launch script. Closes
2851
-
2852
- #### 0.14.0: Milestone Release
2853
-
2854
- Editor
2855
-
2856
- - Replace edit dialog with edit tray
2857
- - Enable shift-drag detach of just the selected link
2858
- - Allow workspace tabs to be re-ordered
2859
- - Scope keyboard shortcuts to dom elements
2860
- - Ensure parent nodes marked as changed due to child config node changes
2861
- - Validate all edit dialog inputs when one changes
2862
- - Add editableList widget and update Switch/Change nodes to use it
2863
- - Add option to filter Debug sidebar by flow and highlight subflow-emitting nodes
2864
- - Back off comms reconnect attempts after prolonged failures
2865
- - Prompt for login if comms reconnect fails authentication
2866
- - Change style of nodes in subflow template view
2867
- - Add CHANGELOG.md and make it accessible from menu
2868
-
2869
- Runtime
2870
-
2871
- - Always log node warnings on start without requiring -v
2872
- - #885 Add support for loading scoped node modules. Closes
2873
- - Add process.env.PORT to settings.js
2874
- - #870 Clear node context on deploy. Closes
2875
- - Enable finer grained permissions in adminAuth
2876
-
2877
- Nodes
2878
-
2879
- - Enable config nodes to reference other config nodes
2880
- - Add Split/Join nodes
2881
- - Add Link nodes
2882
- - #904 Add support to HTTP In node for PATCH requests. Closes
2883
- - Add cookie handling to HTTP In and HTTP Response nodes
2884
- - #887 Add repeat indicator to inject node label. Closes
2885
- - Add javascript highlighter to template node
2886
- - Add optional timeout to exec node
2887
- - Add TLS node and update MQTT/HTTP nodes to use it
2888
- - Let trigger node also send last payload to arrive
2889
- - Add timestamp as a default typedInput and update Inject and change nodes to match,
2890
- - Add QoS option to MQTT In node
2891
- - Add status to exec spawn mode
2892
- - Add Move capability to Change node
2893
- - Update Serial node to support custom baud rates
2894
- - Add support for array-syntax in typedInput msg properties
2895
- - Add RED.util to Function node sandbox
2896
- - #879 Capture error stack on node.error. Closes
2897
-
2898
-
2899
- Fixes
2900
-
2901
- - Add error handling to all node definition api calls
2902
- - Handle null return from Function node in array of messages
2903
- - #895 Defer loading of token sessions until they are accessed. Fixes
2904
- - set pi gpio pin status correctly if set on start
2905
- - #635 Prevent parent window scrolling when view is focused. Fixes
2906
- - Handle missing tab nodes in a loaded flow config
2907
- - Ensure typedInput dropdown doesn't fall off the page
2908
- - #880 Protect against node types with reserved names such as toString. Fixes
2909
- - Do not rely on the HTML file to identify where nodes are registered from
2910
- - Preserve node properties on import
2911
- - Fix regression in delay node. topic based queue was emptying all the time instead of spreading out messages.
2912
- - Throw an error if a Function node adds an input event listener
2913
- - Fix hang on partial deploy with disconnected mqtt node
2914
- - TypedInput: preload type icons to ensure width calc correct
2915
- - Ensure tcp node creates a buffer of size 1 at least
2916
- - Return editorTheme default if value is undefined
2917
- - Fix RED.util.compareObjects for Function created objects and Buffers
2918
- - Ensure default settings copied to command-line specified userDir
2919
-
2920
-
2921
- #### 0.13.4: Maintenance Release
2922
-
2923
- - Add timed release mode to delay node
2924
- - #811 Enable link splicing for when import_dragging nodes. Closes
2925
- - Fix uncaught exception on deploy whilst node sending messages
2926
- - Deprecate old mqtt client and connection pool modules
2927
- - #835 Change node: add bool/num types to change mode Closes
2928
- - #825 Validate fields that are `$(env-vars)` Closes
2929
- - Handle missing config nodes when validating node properties
2930
- - Pi node - don't try to send data if closing
2931
- - Load node message catalog when added dynamically
2932
- - Split palette labels on spaces and hyphens when laying out
2933
- - #816 Warn if editor routes are accessed but runtime not started Closes
2934
- - #819 Better handling of zero-length flow files Closes
2935
- - Allow runtime calls to RED._ to specify other namespace
2936
- - Better right alignment of numerics in delay and trigger nodes
2937
- - Allow node modules to include example flows
2938
- - Create node_modules in userDir
2939
- - #815 Ensure errors in node def functions don't break view rendering Fixes
2940
- - Updated Inject node info with instructions for flow and global options
2941
-
2942
-
2943
-
2944
- #### 0.13.3: Maintenance Release
2945
-
2946
- - Fix crash on repeated inject of invalid json payload
2947
- - Add binary mode to tail node
2948
- - Revert Cheerio to somewhat smaller version
2949
- - Add os/platform info to default debug
2950
-
2951
-
2952
-
2953
- #### 0.13.2: Maintenance Release
2954
-
2955
- - Don't force reconnect mqtt client if message arrives (fixes the MQTT connect/disconnect endless cycle)
2956
- - Add -p/--port option to override listening port
2957
- - Invert config node filter toggle button colours so state is more obvious
2958
- - Add timeout to httprequest node
2959
- - Tidy up of all node info content - make style consistent
2960
- - Make jquery spinner element css consistent with other inputs
2961
- - tcp node add reply (to all) capability
2962
- - Allow the template node to be treated as plain text
2963
- - #792 Validate MQTT In topics Fixes
2964
- - #793 httpNodeAuth should not block http options requests Fixes
2965
- - Disable perMessageDeflate on WS servers - fixes 'zlib binding closed' error
2966
- - Clear trigger status icon on re-deploy
2967
- - Don't default inject payload to blank string
2968
- - Trigger node, add configurable reset
2969
- - #790 - fixes use of httpNodeMiddleware Allow function properties in settings Fixes
2970
- - Fix order of config dialog calls to save/creds/validate
2971
- - Add debounce to Pi GPIO node
2972
-
2973
-
2974
-
2975
- #### 0.13.1: Maintenance Release
2976
-
2977
- - Revert wrapping of http request object
2978
-
2979
-
2980
-
2981
- #### 0.13.0: Milestone Release
2982
-
2983
- - Add 'previous value' option to Switch node
2984
- - Allow existing nodes to splice into links on drag
2985
- - #783 CORS not properly configured on multiple http routes Fixes
2986
- - Restore shift-drag to snap/unsnap to grid
2987
- - Moving nodes with keyboard should flag workspace dirty
2988
- - Notifications flagged as fixed should not be click-closable
2989
- - Rework config sidebar and deploy warning
2990
- - Wrap http request object to match http response object
2991
- - Add 'view' menu and reorganise a few things
2992
- - Allow shift-click to detach existing wires
2993
- - Splice nodes dragged from palette into links
2994
- - try to trim imported/dragged flows to [ ]
2995
- - Move version number as title of NR logo
2996
- - Moving nodes mark workspace as dirty
2997
- - Ok/Cancel edit dialogs with Ctrl-Enter/Escape
2998
- - Handle OSX Meta key when selecting nodes
2999
- - Add grid-alignment options
3000
- - Add oneditresize function definition
3001
- - Rename propertySelect to typedInput and add boolean opt
3002
- - Add propertySelect to switch node
3003
- - Add propertySelect support to Change node
3004
- - Add context/flow/global support to Function node
3005
- - Add node context/flow/global
3006
- - Add propertySelect jquery widget
3007
- - Add add/update/delete flow apis
3008
- - Allow core nodes dir to be provided to runtime via settings
3009
- - Tidy up API passed to node modules
3010
- - Move locale files under api/runtime components
3011
- - Add flow reload admin api
3012
-
3013
-
3014
-
3015
- #### 0.12.5: Maintenance Release
3016
-
3017
- - Add attribute capability to HTML parser node
3018
- - Add Pi Keyboard code node
3019
- - Fix for MQTT client connection cycling on partial deploy
3020
- - Fix for tcp node properly closing connections
3021
- - Update sentiment node dependencies
3022
- - Fix for file node handling of UTF8 extended characters
3023
-
3024
-
3025
-
3026
- #### 0.12.4: Maintenance Release
3027
-
3028
- - Add readOnly setting to prevent file writes in localfilesystem storage
3029
- - Support bcrypt for httpNodeAuth
3030
- - Pi no longer needs root workaround to access gpio
3031
- - Fix: Input File node will not retain the file name
3032
-
3033
-
3034
-
3035
- #### 0.12.3: Maintenance Release
3036
-
3037
- - Fixes for TCP Get node reconnect handling
3038
- - Clear delay node status on re-deploy
3039
- - Update Font-Awesome to v4.5
3040
- - Fix trigger to block properly until reset
3041
- - Update example auth properties in settings.js
3042
- - Ensure httpNodeAuth doesn't get applied to admin routes
3043
- - TCP Get node not passing on existing msg properties
3044
-
3045
-
3046
-
3047
- #### 0.12.2: Maintenance Release
3048
-
3049
- - Enable touch-menu for links so they can be deleted
3050
- - Allow nodes to be installed by path name
3051
- - Fix basic authentication on httpNode/Admin/Static
3052
- - Handle errors thrown in Function node setTimeout/Interval
3053
- - Fix mqtt node lifecycle with partial deployments
3054
- - Update tcp node status on reconnect after timeout
3055
- - Debug node not handling null messages
3056
- - Kill processes run with exec node when flows redeployed
3057
- - Inject time spinner incrementing value incorrectly
3058
-
3059
-
3060
-
3061
- #### 0.12.1: Maintenance Release
3062
-
3063
- - Enable touch-menu for links so they can be deleted
3064
- - Allow nodes to be installed by path name
3065
- - Fix basic authentication on httpNode/Admin/Static
3066
-
3067
-
3068
-
3069
- #### 0.12.0: Milestone Release
3070
-
3071
- - Change/Switch rules now resize with dialog width
3072
- - Support for node 4.x
3073
- - Move to Express 4.x
3074
- - Copy default settings file to user dir on start up
3075
- - Config nodes can be scoped to a particular subflow/tab
3076
- - Comms link tolerates <5 second breaks in connection before notifying user
3077
- - MQTT node overhaul - add will/tls/birth message support
3078
- - Status node - to report status events from other nodes
3079
- - Error node can be targeted to specific other nodes
3080
- - JSON node can encode Array types
3081
- - Switch node regular expression rule can now be set to be case-insensitive
3082
- - HTTP In node can accept non-UTF8 payloads - will return a Buffer when appropriate
3083
- - Exec node configuration consistent regardless of the spawn option
3084
- - Function node can now display status icon/text
3085
- - CSV node can now handle arrays
3086
- - setInterval/clearInterval add to Function node
3087
- - Function node automatically clears all timers (setInterval/setTimeout) when the node is stopped
3088
-
3089
-
3090
-
3091
- #### 0.11.2: Maintenance Release
3092
-
3093
- - Allow XML parser options be set on the message
3094
- - Add 'mobile' category to the palette (no core nodes included)
3095
- - Allow a message catalog provide a partial translation
3096
- - Fix HTTP Node nls message id
3097
- - Remove delay spinner upper limit
3098
- - Update debug node output to include length of payload
3099
-
3100
-
3101
-
3102
-
3103
- #### 0.11.1: Maintenance Release
3104
-
3105
- - Fix exclusive config node check when type not registered (prevented HTTP In node from being editable unless the swagger node was also installed)
3106
-
3107
-
3108
-
3109
- #### 0.11.0: Milestone Release
3110
-
3111
- - Add Node 0.12 support
3112
- - Internationalization support
3113
- - Editor UI refresh
3114
- - Add RBE node
3115
- - File node optionally creates path to file
3116
- - Function node can access `clearTimeout`
3117
- - Fix: Unable to login with 'read' permission
3118
-
3119
-
3120
-
3121
- #### 0.10.10: Maintenance Release
3122
-
3123
- - Fix permissions issue with packaged nrgpio script
3124
- - Add better help message if deprecated node missing
3125
-
3126
-
3127
-
3128
- #### 0.10.9: Maintenance Release
3129
-
3130
- Fix packaging of bin scripts
3131
-
3132
-
3133
-
3134
- #### 0.10.8: Maintenance Release
3135
-
3136
- - Nodes moved out of core
3137
- - still included as a dependency: twitter, serial, email, feedparser
3138
- - no longer included: mongo, arduino, irc, redis
3139
- - node icon defn can be a function
3140
- - http_proxy support
3141
- - httpNodeMiddleware setting
3142
- - Trigger node ui refresh
3143
- - editorTheme setting
3144
- - Warn on deploy of unused config nodes
3145
- - catch node prevents error loops
3146
-
3147
-
3148
-
3149
- #### 0.10.6: Maintenance Release
3150
-
3151
- Changes:
3152
- - Performance improvements in editor
3153
- - Palette appearance update
3154
- - Warn on navigation with undeployed changes
3155
- - Disable undeployed node action buttons
3156
- - Disable subflow node action buttons
3157
- - Add Catch node
3158
- - Add logging functions to Function node
3159
- - Add send function to Function node
3160
- - Update Change node to support multiple rules
3161
-
3162
-
3163
-
3164
- #### 0.10.4: Maintenance Release
3165
-
3166
- Changes:
3167
-
3168
- - http request node passes on request url as msg.url
3169
- - handle config nodes appearing out of order in flow file - don't assume they are always at the start
3170
- - move subflow palette category to the top, to make it more obvious
3171
- - fix labelling of Raspberry Pi pins
3172
- - allow email node to mark mail as read
3173
- - fix saving library content
3174
- - add node-red and node-red-pi start scripts
3175
- - use $HOME/.node-red for user data unless specified otherwise (or existing data is found in install dir)
3176
-
3177
-
3178
-
3179
- #### 0.10.3: Maintenance Release
3180
-
3181
- Fixes:
3182
-
3183
- - httpAdminAuth was too aggressively deprecated (ie removed); restoring with a console warning when used
3184
- - adds reporting of node.js version on start-up
3185
- - mongo node skip/limit options can be strings or numbers
3186
- - CSV parser passes through provided message object
3187
-
3188
520
 
3189
521
 
3190
- #### 0.10.2: Maintenance Release
522
+ #### Older Releases
3191
523
 
3192
- Fixes:
3193
- - subflow info sidebar more useful
3194
- - adds missing font-awesome file
3195
- - inject node day selection defaulted to invalid selection
3196
- - loading a flow with no tabs failed to add nodes to default tab
524
+ Change logs for older releases are available on GitHub: https://github.com/node-red/node-red/releases