@node-red/editor-client 2.1.2 → 2.2.0-beta.1

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