node-red 3.1.9 → 3.1.10

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