From 3747db18b1ff81c4d5ae4ed58d6709074da6725b Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Wed, 26 Jan 2022 11:34:32 +0000 Subject: [PATCH] Update changelog --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0fd002f4..9c87baf23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +#### 2.2.0: Milestone Release + +Editor + + - Add editorTheme.tours property to default settings file (#3375) @knolleary + - Remember Zoom level and Sidebar tab selection between sessions (#3361) @knolleary + - Fix timing issue when merging background changes fixes #3364 (#3373) @Steve-Mcl + - Use a nodes palette label in help tree (#3372) @Steve-Mcl + - Subflow: Add labels to OUTPUT nodes (#3352) @ralphwetzel + - Fix vertical align subflow port (#3370) @knolleary + - Add Japanese translations for v2.2.0-beta.1 (#3353) @kazuhitoyokoi + - Make actions list i18n ready and Japanese translation (#3359) @HiroyasuNishiyama + +Runtime + + - Add support for accessing node id & name as environment variable (#3356) @HiroyasuNishiyama + - Add _path property to nodes and expose as node.path in Function node (#3371) @knolleary + - Clear context contents when switching projects (#3243) @knolleary + +Nodes + + - MQTT: reject invalid topics (#3374) @Steve-Mcl + + #### 2.2.0-beta.1: Beta Release Editor