It's working well for me. all of the i2c libraries/nodes that I use are good. Running on a RaspberryPi4B. I'm on Node-RED 2.0.1 ...
On my PC used for editing, I'm running one of the Windows 11 Beta Previews (anti-climatic.... it's like a Windows98 to Windows98SecondEdition kind of upgrade really).. Anyway... Chrome seems to work fine and I'm able to edit all of my NodeRed flows just the same....
I love the new update, especially the monaco editor. Great work.
@knolleary However, I am encountering a recurring issue. When trying to open a library in the function after multiple times, the workspace freezes.
For example, I load a function from the library in function node A, all works fine. When I try to load a function from the library in function node B, it freezes up, and I have to reload the browser losing intermediate changes in the process.
Great work, love the new features.
Question I have though, is this version backwards compatible with V1?
Reason I am asking, I have several projects running on different sites, that have NR V1. I have access to them via a VPN, but I cannot upgrade the Node-Red to V2. I can change the project itself via SSH. So if I make changes in my projects with NR V2 and then copy the project in a machine running NR V1, will this break? I make the assumption that it will not break, as all is based on NodeJS and NR is the programming/GUI interface, but assumptions make you look like .... well, you know.
the main breaking change was dropping support for nodejs 8 and 10 which are out of support anyway - so going forwards there may well be code that starts to use features in node12 and 14 that aren't available in node8 and 10 and will thus not work. If you are already using Node12 or better in your deployments then you should be OK - but as with all things it is down to you to test and verify that.
As long as the flows you create only use features of nodes that are also available in 1.x, then you should be fine copying the flow json from 2.x to 1.x.
So, to be clear in my mind, as long as the nodes I am using where there in V1 and where not especially made for V2, all will be well. So any new updates of nodes can be a potential problem, for example SQLite or Modbus, if they go through a revision change I need to contact the provider, to ensure they are compatible. Standard included nodes of NR are compatible?
When creating node-RED system backup routines, is it necessary (or even desirable) to include .config.modules.json in the backup list?
(I want to keep my node-RED Backup Flow - #22 by Paul-Reed project up to date)
It is the only record of what extra modules the runtime has installed for you. At some point in the future, if we have a UI to help manage those modules, then it will use that list to limit what it lets you remove.
So it is probably worth backing up, although not essential.