@node-red/editor-client 2.1.4 → 2.2.0

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