mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Update changelog
This commit is contained in:
parent
4b8d07f301
commit
cb9f910642
@ -3,10 +3,11 @@
|
|||||||
|
|
||||||
Editor
|
Editor
|
||||||
|
|
||||||
|
- Detect importing duplicate nodes and help user resolve #2698
|
||||||
- Allow sidebar tabs to be reordered #2655
|
- Allow sidebar tabs to be reordered #2655
|
||||||
|
- Add tgz upload button to palette manager (#2682)
|
||||||
- Sanitize unknown node type when displaying
|
- Sanitize unknown node type when displaying
|
||||||
- Handle nodes with invalid z property Closes #2170
|
- Handle nodes with invalid z property Closes #2170
|
||||||
- Detect importing duplicate nodes and help user resolve #2698
|
|
||||||
- Outline: Ensure sf instance nodes update in outliner when import-replace sf
|
- Outline: Ensure sf instance nodes update in outliner when import-replace sf
|
||||||
- Outline: Ensure recovered nodes tab is added to outliner properly
|
- Outline: Ensure recovered nodes tab is added to outliner properly
|
||||||
- Groups: Only recalculate group label offsets when needed
|
- Groups: Only recalculate group label offsets when needed
|
||||||
@ -18,14 +19,13 @@ Editor
|
|||||||
- Prevent Enter on search box from reloading page Fixes #2678
|
- Prevent Enter on search box from reloading page Fixes #2678
|
||||||
- Allow toggleButton icons to be optional
|
- Allow toggleButton icons to be optional
|
||||||
- Allow treeList to have a header component
|
- Allow treeList to have a header component
|
||||||
- Add tgz upload button to palette manager (#2682)
|
|
||||||
- Disable selection of FA icons when dbl clicking node
|
- Disable selection of FA icons when dbl clicking node
|
||||||
|
|
||||||
Runtime
|
Runtime
|
||||||
|
|
||||||
- Split .config.json into separate files #2794
|
- Split .config.json into separate files #2794
|
||||||
- Add 'done' metric log for message tracing #2685 (@k-toumura)
|
|
||||||
- Add support for file upload in /nodes api #2682
|
- Add support for file upload in /nodes api #2682
|
||||||
|
- Add 'done' metric log for message tracing #2685 (@k-toumura)
|
||||||
- Add mutex locking around /flow apis #2679
|
- Add mutex locking around /flow apis #2679
|
||||||
- Default flowFilePretty to true if projects enabled
|
- Default flowFilePretty to true if projects enabled
|
||||||
- Replace Math.random with crypto.getBytes for session tokens
|
- Replace Math.random with crypto.getBytes for session tokens
|
||||||
@ -37,6 +37,7 @@ Runtime
|
|||||||
|
|
||||||
Nodes
|
Nodes
|
||||||
|
|
||||||
|
- Function: allow to send & log in its initialize code #2644 (@cinhcet)
|
||||||
- MQTT: Update to MQTT 4.2.1 Closes #2694
|
- MQTT: Update to MQTT 4.2.1 Closes #2694
|
||||||
- Debug: Handle undefined value in Debug view of Array and Object Fixes #2696
|
- Debug: Handle undefined value in Debug view of Array and Object Fixes #2696
|
||||||
- Switch: Clarify empty rules in switch node documentation #2649 (@natcl) #2669 (@kazuhitoyokoi)
|
- Switch: Clarify empty rules in switch node documentation #2649 (@natcl) #2669 (@kazuhitoyokoi)
|
||||||
|
Loading…
Reference in New Issue
Block a user