From 70172db69354b8e325959016952a85055c7d8b5e Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Tue, 6 Apr 2021 18:31:16 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 39 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 37 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a92365ad9..326ccdde2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,40 @@ +### 1.3.0: Milestone Release + +Editor + + - Remember TypedInput selected sub option when switching types Fixes #2896 + - Show context store name on TypedInput flow/global types Fixes #2793 + - Add core:go-to-selected-subflow action + - Ctrl-dbclick on subflow node opens subflow tab + - Add go-to-previous/next-location actions + - Fix copy-to-clipboard action in FireFox + - Fix select up/down stream when zoomed in or out + - Use cursor keys to change selection in workspace + - Prevent accidental text selection of subflow toolbar text + - Update node-sass to 5.x Fixes #2907 + - Allow module to provide resources and automatically expose them (#2903) @knolleary + +Runtime + + - DE language updates (#2806 #2901 #2913) @heikokue + - Remove Node 8 from travis due to node-sass breakage + - Allow Flow.getNode to return subflowInstance nodes Related to #2898 + - Fix credential lookup for nested subflows Fixes #2910 + - Add externalModules config to settings.js + - Add Japanese translations for Node-RED v1.3.0 (#2900) + - Fix handling encrypted creds on /flows api + - Properly handle credentials passed to /flows api + - Fix line-number reporting in errors on node load (#2894) @HiroyasuNishiyama + +Nodes + + - Change: Add property validation to Change node rule set Closes #2911 + - Exec: Allow any property to be appended to command (#2908) @kazuhitoyokoi + - Inject: Flag validation errors in Inject node props config Fixes #2914 + - Switch: Fix Switch node handling of hasKey rule when property is undefined + - Switch: Handle invalid regex set dynamically in Switch node Fixes #2905 + + ### 1.3.0-beta.1: Beta Release Editor @@ -100,8 +137,6 @@ Nodes - - ### 1.2.9: Maintenance Release Editor