node-red 3.1.9 → 3.1.11

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,31 @@
1
+ #### 3.1.11: Maintenance Release
2
+
3
+ - Add/Update German Translations for delay node (#4762) @dceejay
4
+ - Update ws dependency
5
+
6
+ #### 3.1.10: Maintenance Release
7
+
8
+ - Include rewired nodes when calculating Modified Flows stop list (#4754) @knolleary
9
+ - Fix clone of group env var properties (#4753) @knolleary
10
+ - Fix losing links when importing a copy of links into a subflow (#4750) @GogoVega
11
+ - Ensure all CSS variables are in the output file (#3743) @bonanitech
12
+ - Fix the Sidebar Config is not refreshed after a deploy (#4734) @GogoVega
13
+ - Fix checkboxes are not updated when calling `typedInput("value", "")` (#4729) @GogoVega
14
+ - Fix panning with middle mouse button on windows 10/11 (#4716) @corentin-sodebo-voile
15
+ - Add Japanese translation for sidebar tooltip (#4727) @kazuhitoyokoi
16
+ - Translate the number of items selected in the options list (#4730) @GogoVega
17
+ - Fix a checkbox should return a Boolean value and not the string `on` (#4715) @GogoVega
18
+ - Deleting a grouped node should update the group (#4714) @GogoVega
19
+ - Change the Config Node cursor to `pointer` (#4711) @GogoVega
20
+ - Add missing tooltips to Sidebar (#4713) @GogoVega
21
+ - Allow nodes to return additional history entries in onEditSave (#4710) @knolleary
22
+ - Pass full error object in Function node and copy over cause property (#4685) @knolleary
23
+ - Replacing vm.createScript in favour of vm.Script (#4534) @patlux
24
+ - Avoid login loops when autoLogin enabled but login fails (#4684) @knolleary
25
+ - Fix undo of subflow env property edits (#4667) @knolleary
26
+ - Fix three error typos in monaco.js (#4660) @JoshuaCWebDeveloper
27
+ - docs: Add closing paragraph tag (#4664) @ZJvandeWeg
28
+
1
29
  #### 3.1.9: Maintenance Release
2
30
 
3
31
  - Prevent subflow being added to itself (#4654) @knolleary
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-red",
3
- "version": "3.1.9",
3
+ "version": "3.1.11",
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": "3.1.9",
35
- "@node-red/runtime": "3.1.9",
36
- "@node-red/util": "3.1.9",
37
- "@node-red/nodes": "3.1.9",
34
+ "@node-red/editor-api": "3.1.11",
35
+ "@node-red/runtime": "3.1.11",
36
+ "@node-red/util": "3.1.11",
37
+ "@node-red/nodes": "3.1.11",
38
38
  "basic-auth": "2.0.1",
39
39
  "bcryptjs": "2.4.3",
40
40
  "express": "4.19.2",