From f16134ab1fbb212ba908237fe38b62b1fae31710 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Wed, 9 Jun 2021 13:49:33 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78ce7d480..c0bf134f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,79 @@ +#### 2.0.0-beta.1: Beta Release + +Migration from 1.x + + - Node-RED now requires Node.js 12.x or later. + + - The following nodes have had significant dependency updates. Unless stated, + they should be fully backward compatible. + + - RBE: Relabelled as 'filter' to make it more discoverable and made part of + the core palette, rather than as a separate module. + - Tail: This node has been removed from the default palette. You can reinstall it + from node-red-node-tail + - HTTP Request: Reimplemented with a different underlying module. We have + tried to maintain 100% functional compatibility, but it is possible + some edge cases remain. In particular, if you are use http proxies in + your environment + - JSON: The schema validation option no longer supports JSON-Schema draft-04 + - HTML: Its underlying module has had a major version update. Should be fully + backward compatible. + - HTML: Its underlying module has had a major version update. Should be fully + backward compatible. + + +Runtime + + - [MAJOR] Set minimum node version to 12. + - [MAJOR] Fix flowfile name to flows.json in settings (#2951) @dceejay + - [MAJOR] Update to latest i18n in editor and runtime (#2940) @knolleary + - [MAJOR] Deprecate usage of httpRoot (#2953) @knolleary + - Add pre/postInstall hooks to npm install handling (#2936) @knolleary + - Add engine-strict flag to npm install args (#2965) @nileio + - Restructure default settings.js to be more organised (#3012) @knolleary + - Ensure httpServerOptions gets applied to ALL the express apps + - Allow RED.settings.set to replace string property with object property + - Update debug tests to handle compact comms format + - Updates to encode/decode message when passed over debug comms link + - Remove all input event listeners on a node once it is closed + - Move hooks to util package + - Rework hooks structure to be a linkedlist + - Update dependencies (#2922) @knolleary + +Editor + + - [MAJOR] Change node id generation to give fixed length values without '.' (#2987) @knolleary + - [MAJOR] Add Monaco code editor (#2971) @Steve-Mcl + - Update to latest Monaco (#3007) @Steve-Mcl + - Update Node-RED Function typings in Monaco (#3008) @Steve-Mcl + - Add css named variables for certain key colours (#2994) @knolleary + - Improve contrast of export dialog JSON font color + - Switch editableList buttons from to