Update node-red-standalone to 4.1.8 (#5168)
This commit is contained in:
parent
4e5dbd6705
commit
15820c70c1
@ -2,7 +2,7 @@ version: "3.7"
|
||||
|
||||
services:
|
||||
web:
|
||||
image: nodered/node-red:4.1.7@sha256:cf2d5657f12faebffaf1cea10203f277a2445434dec6a997212080ec0080f6c5
|
||||
image: nodered/node-red:4.1.8@sha256:a5cb1dcdf90a7148b02b9dba4acfe6bd98c7bf3bff1e845dcdecfd7af3a95a29
|
||||
network_mode: host
|
||||
restart: on-failure
|
||||
stop_grace_period: 1m
|
||||
|
||||
@ -2,7 +2,7 @@ manifestVersion: 1
|
||||
id: node-red-standalone
|
||||
category: automation
|
||||
name: "Node-RED"
|
||||
version: "4.1.7"
|
||||
version: "4.1.8"
|
||||
tagline: Wire together the Internet of Things
|
||||
description: >-
|
||||
Node-RED is a visual programming tool for wiring together hardware
|
||||
@ -15,11 +15,13 @@ description: >-
|
||||
The flows created in Node-RED are stored using JSON which can be easily imported and exported for sharing with others. An online flow library allows you to share your best flows with the world.
|
||||
releaseNotes: >-
|
||||
This release includes editor improvements and bug fixes:
|
||||
- Removed legacy IE7 CSS hacks for a cleaner codebase
|
||||
- Fixed subflow colors so each subflow can have its own color
|
||||
- Allow palette categories to be set via theme plugin
|
||||
- Fixed touch events on ports being blocked
|
||||
- Updated dependencies for improved stability
|
||||
- Allow theme plugins to override settings and add custom menu options
|
||||
- Allow the Node-RED help sidebar section to be hidden
|
||||
- Fixed arrow key navigation through filtered tree lists
|
||||
- Fixed "connected to ..." log message in TCP nodes using TLS
|
||||
- Added show-first-tab and show-last-tab actions for tab navigation
|
||||
- Added badges to function node tabs that contain code
|
||||
- Updated tar dependency for improved stability
|
||||
|
||||
|
||||
Full release notes are found at https://github.com/node-red/node-red/releases
|
||||
|
||||
Loading…
Reference in New Issue
Block a user