node-red 4.1.6 → 4.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +23 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,26 @@
|
|
|
1
|
+
#### 4.1.8: Maintenance Release
|
|
2
|
+
|
|
3
|
+
- Add badges to func node tabs with code in (#5585) @knolleary
|
|
4
|
+
- Fix typo in French link node description (#5530) @LPe7
|
|
5
|
+
- Encode branch name in delete request (#5584) @knolleary
|
|
6
|
+
- Introduce `show-first-tab` and `show-last-tab` actions (#5583) @GogoVega
|
|
7
|
+
- Fix "connected to ..." log string in tcp in/out nodes using TLS (#5484) @marcows
|
|
8
|
+
- TreeList: Fix arrow navigation through filtered TreeList (#5431) @piotrbogun
|
|
9
|
+
- Update tar dependency (#5582) @knolleary
|
|
10
|
+
- Allow Node-RED section of help sidebar to be hidden (#5581) @knolleary
|
|
11
|
+
- Allow theme plugin to override settings and add menu options (#5580) @knolleary
|
|
12
|
+
|
|
13
|
+
#### 4.1.7: Maintenance Release
|
|
14
|
+
|
|
15
|
+
- Do not block touch events on ports (#5527) @knolleary
|
|
16
|
+
- Allow palette.categories to be set via theme plugin (#5526) @knolleary
|
|
17
|
+
- Bump i18next version (#5519) @knolleary
|
|
18
|
+
- Suppress i18n notice in frontend (#5528) @knolleary
|
|
19
|
+
- Set showSupportNotice option on i18n (#5520) @knolleary
|
|
20
|
+
- Do not cache subflow colors as each subflow can have its own (#5518) @knolleary
|
|
21
|
+
- Update tar/multer deps (#5515) @knolleary
|
|
22
|
+
- Remove IE7 CSS hacks (#5511) @bonanitech
|
|
23
|
+
|
|
1
24
|
#### 4.1.6: Maintenance Release
|
|
2
25
|
|
|
3
26
|
- Allow palette.theme to be set via theme plugin and include icons (#5500) @knolleary
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-red",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.8",
|
|
4
4
|
"description": "Low-code programming for event-driven applications",
|
|
5
5
|
"homepage": "https://nodered.org",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
"flow"
|
|
32
32
|
],
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@node-red/editor-api": "4.1.
|
|
35
|
-
"@node-red/runtime": "4.1.
|
|
36
|
-
"@node-red/util": "4.1.
|
|
37
|
-
"@node-red/nodes": "4.1.
|
|
34
|
+
"@node-red/editor-api": "4.1.8",
|
|
35
|
+
"@node-red/runtime": "4.1.8",
|
|
36
|
+
"@node-red/util": "4.1.8",
|
|
37
|
+
"@node-red/nodes": "4.1.8",
|
|
38
38
|
"basic-auth": "2.0.1",
|
|
39
39
|
"bcryptjs": "3.0.3",
|
|
40
40
|
"cors": "2.8.5",
|