@node-red/editor-client 2.1.5 → 2.2.1

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