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
19a103d3a0
commit
5f62e41d62
31
CHANGELOG.md
31
CHANGELOG.md
@ -1,3 +1,34 @@
|
|||||||
|
#### 0.20.0: Milestone Release
|
||||||
|
|
||||||
|
Runtime
|
||||||
|
- Pass complete status to Status node and filter to editor
|
||||||
|
- Ensure flows wait for all nodes to close before restarting Fixes #2067
|
||||||
|
- Fix git clone with password protected key
|
||||||
|
- Allow a project to be located below the root of repo
|
||||||
|
- Detect the cloning of an empty git repo properly
|
||||||
|
- Fix use of custom auth strategy plugins
|
||||||
|
- Remove remnants of when library in git/index Fixes #2057
|
||||||
|
- Clear subflow status on close
|
||||||
|
|
||||||
|
Editor
|
||||||
|
- Transfer placeholder and type to generated TypedInput field
|
||||||
|
- Hitting enter in Comment node name field clicks markdown button
|
||||||
|
- Shift status text left if no shape specified
|
||||||
|
- Better align node status text to status dot
|
||||||
|
- Handle treeList labels as text not html
|
||||||
|
- Change subflow edit dialog titles
|
||||||
|
- Resize subflow edit dialog properly
|
||||||
|
|
||||||
|
Nodes
|
||||||
|
|
||||||
|
- HTTP Request: Add Digest and Bearer Auth modes to http request node (#2061)
|
||||||
|
- TCP: include session/event info in status events
|
||||||
|
- WebSocket: include session/event info in status events
|
||||||
|
- Add i18n support for port label of inject/exec/httprequest/file nodes
|
||||||
|
- Join node: handle merged objects with repeated properties and honour parts
|
||||||
|
- JSON node: handle single booleans and numbers
|
||||||
|
|
||||||
|
|
||||||
#### 0.20.0-beta.5: Beta Release
|
#### 0.20.0-beta.5: Beta Release
|
||||||
|
|
||||||
Runtime
|
Runtime
|
||||||
|
Loading…
Reference in New Issue
Block a user