From e94b8d3e847048105b94424c15fe9830530946c8 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Fri, 8 Feb 2019 10:41:01 +0000 Subject: [PATCH] Update changelog --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52fd4a18e..302a8c66c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,33 @@ +#### 0.20.0-beta.5: Beta Release + +Runtime + + - Bump dependencies + - Allow `$parent` access of flow context + - Make Node.\_flow a writeable property + - Do not propagate Flow.getNode to parent when called from outside flow + - Add support of subflow env var + +Editor + + - Properly sanitize node names in deploy warning dialogs + - Fix XSS issues in library ui code + - Add env type to subflow env var types + - Display parent subflow properties in edit dialog + - Fix direction value of subflow output + - Add Status Node to Subflow to allow subflow-specific status Closes #597 + - Better handling of multiple flow merges Fixes #2039 + +Nodes + + - Various translation updates + - Catch: Add 'catch uncaught only' mode. Closes #1747 + - Link: scroll to current flow in node list + - HTTPRequest: add option to urlencode cookies + - HTTPRequest: option to use msg.payload as query params on GET. #1981 + - Debug: Add local time display option to numerics in debug window + - MQTT: Add parsed JSON output option + #### 0.20.0-beta.4: Beta Release Runtime