Update changelog

This commit is contained in:
Nick O'Leary 2021-04-06 18:31:16 +01:00
parent ff93a38354
commit 70172db693
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
1 changed files with 37 additions and 2 deletions

View File

@ -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