🎉 Node-RED 1.1.3 released

Node-RED 1.1.3 has been released.

This maintenance release improves some of the ways you can edit and work with groups in the editor:

  • Fixes an issue with copy/pasting of groups containing nested groups
  • When editing a group's contents (shown when the group's border is dashed):
    • the lasso select (drag to select) option now works on the contents of the group
    • Ctrl-A (select-all) applies just to the contents of the active group
    • Ctrl-clicking on a nested group now behaves more intuitively

It also improves the performance of dragging groups around the editor. There's more work to be done in this area, but hopefully each release brings some incremental improvements.

Full details in the changelog - https://github.com/node-red/node-red/releases/tag/1.1.3

Docker images being updated as I type.

9 Likes

Raspberry PI4 install 1.1.3 fail:


Started : gio 6 ago 2020, 10.48.52, CEST
Running for user pi at /home/pi
Found global nodes: :

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Lettura elenco dei pacchetti...
Generazione albero delle dipendenze...
Lettura informazioni sullo stato...
Il pacchetto "nodered" non è installato e quindi non è stato rimosso
I seguenti pacchetti sono stati installati automaticamente e non sono più richiesti:
alsa-base gstreamer0.10-alsa gstreamer0.10-plugins-base
libgstreamer-plugins-base0.10-0 libgstreamer0.10-0 libllvm8 libmicrodns0
libva-wayland2 libxfce4util-bin libxfce4util-common libxfce4util7
libxfconf-0-2 pimixer point-rpi rpi-eeprom-images xfconf
Usare "sudo apt autoremove" per rimuoverli.
0 aggiornati, 0 installati, 0 da rimuovere e 0 non aggiornati.
Already have nodejs v12.18.3
Now install nodejs
Versions: node:v12.18.3 npm:6.14.6
Now install Node-RED
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated bcrypt@3.0.8: versions < v5.0.0 do not handle NUL in passwords properly
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@node-red/editor-client/-/editor-client-1.1.3.tgz
npm ERR! 404
npm ERR! 404 '@node-red/editor-client@1.1.3' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404 It was specified as a dependency of 'node-red'
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2020-08-06T08_50_28_132Z-debug.log
Now create basic package.json for the user and move any global nodes
Installing extra nodes: node-red-node-pi-gpio@latest node-red-node-random@latest node-red-node-ping@latest node-red-contrib-play-audio@latest node-red-node-smooth@latest node-red-node-serialport@latest :
npm WARN node-red-contrib-ui-led@0.3.1 requires a peer of node-red-dashboard@2.14.x but none is installed. You must install peer dependencies yourself.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})

  • node-red-node-smooth@0.1.2
  • node-red-node-random@0.2.0
  • node-red-node-pi-gpio@1.1.1
  • node-red-node-serialport@0.10.3
  • node-red-contrib-play-audio@2.5.0
  • node-red-node-ping@0.2.1
    updated 7 packages in 49.541s
    Now add the shortcut and start/stop/log scripts to the menu
    Now add systemd script and configure it for pi
    Now add launcher to top bar, add cpu temp example, make sure ping works
    L'utente «pi» fa già parte del gruppo «gpio».
    Memory : 3,8G
    Finished : gio 6 ago 2020, 10.48.52, CEST

Please help

Looks like npm are having a bit of an outage - https://status.npmjs.org/incidents/cksjqc1w11v5

1 Like

16 posts were split to a new topic: Issue installing Node-RED with Homebridge

I don't know if my problem is related to this release but just after upgrading to 1.1.3 (I think from 1.1.0) the TreeList Widget do not show tick boxes any more. I think I haven't changed anything in my code.
The objects for the entries have the selected property (initially false):


but I get this result
image

Any ideas?

The classes only define background colors:

    <style>
      .homie-base {
        background-color: rgba(0, 0, 0, 0.5);
      }
      .homie-node {
        background-color: rgba(0, 0, 0, 0.3);
      }
    </style>

Since 1.1.0 you need to set checkbox to true to enable the checkboxes.

I missed updating the docs as I had forgotten I had documented that bit of treelist to begin with.

Will update when back from holiday

Thank you for the hint. Great saved me a lot of time investigating.
Enjoy your holidays.

Problem with the freezing node-red also appears.

I have created a Github issue.

As replied to on the issue, we already had an issue raised for the freezing issue (assuming its the same) - https://github.com/node-red/node-red/issues/2686

It has been fixed ready for the next release.

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.