mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Update for 1.0.3 again
This commit is contained in:
parent
aa6c0b9d6e
commit
b81be8f358
14
CHANGELOG.md
14
CHANGELOG.md
@ -8,17 +8,31 @@ Runtime
|
|||||||
- Bump https-proxy-agent version
|
- Bump https-proxy-agent version
|
||||||
- #2332 Fix error handling of nodes with multiple input handlers
|
- #2332 Fix error handling of nodes with multiple input handlers
|
||||||
- Add script to generate npm publish script
|
- Add script to generate npm publish script
|
||||||
|
- #2371 Ensure folder is present before write (e.g. flows file not in user folder)
|
||||||
|
- #2371 Handle windows UNC '\\' paths
|
||||||
|
- #2366 Handle logging of non-JSON encodable objects
|
||||||
|
|
||||||
Editor
|
Editor
|
||||||
- #2328 Fix language handling in subflow node
|
- #2328 Fix language handling in subflow node
|
||||||
- Use default language if lng param not set in i18n req
|
- Use default language if lng param not set in i18n req
|
||||||
- #2326 Fix palette editor search visualization
|
- #2326 Fix palette editor search visualization
|
||||||
|
- #2375 Subflow status not showing i18n version of contained core nodes status
|
||||||
|
- Fix inverse of 'replace' editor event
|
||||||
|
- #2376 Fallback to base language files if present
|
||||||
|
- #2373 Support UI testing on the latest Google Chrome
|
||||||
|
- #2364 Add tooltip to expand button in markdown editor
|
||||||
|
- #2363 Support ctrl key to select tabs for Windows
|
||||||
|
- #2356 Make JSONata help initially shown in expression editor
|
||||||
|
- #2355 Prohibit line break in type menu of typedInput
|
||||||
|
|
||||||
Nodes
|
Nodes
|
||||||
- Delay: Fix delay to not pass through .reset and .flush props consistently
|
- Delay: Fix delay to not pass through .reset and .flush props consistently
|
||||||
- #2352 File: Using the ‘a msg per line’ the last line does not get msg.topic passed
|
- #2352 File: Using the ‘a msg per line’ the last line does not get msg.topic passed
|
||||||
- #2339 HTTP Request: Check auth type on opening
|
- #2339 HTTP Request: Check auth type on opening
|
||||||
- HTTP Request: add units info
|
- HTTP Request: add units info
|
||||||
|
- #2372 MQTT/WS: Improved proxy support for MQTT and WebSocket nodes
|
||||||
|
- #2370 MQTT: Add clarification that MQTT Out requires payload to send msg
|
||||||
|
|
||||||
|
|
||||||
#### 1.0.2: Maintenance Release
|
#### 1.0.2: Maintenance Release
|
||||||
|
|
||||||
|
12
package.json
12
package.json
@ -34,14 +34,14 @@
|
|||||||
"cookie": "0.4.0",
|
"cookie": "0.4.0",
|
||||||
"cookie-parser": "1.4.4",
|
"cookie-parser": "1.4.4",
|
||||||
"cors": "2.8.5",
|
"cors": "2.8.5",
|
||||||
"cron": "1.7.1",
|
"cron": "1.7.2",
|
||||||
"denque": "1.4.1",
|
"denque": "1.4.1",
|
||||||
"express": "4.17.1",
|
"express": "4.17.1",
|
||||||
"express-session": "1.16.2",
|
"express-session": "1.17.0",
|
||||||
"fs-extra": "8.1.0",
|
"fs-extra": "8.1.0",
|
||||||
"fs.notify": "0.0.4",
|
"fs.notify": "0.0.4",
|
||||||
"hash-sum": "2.0.0",
|
"hash-sum": "2.0.0",
|
||||||
"https-proxy-agent": "2.2.3",
|
"https-proxy-agent": "2.2.4",
|
||||||
"i18next": "15.1.2",
|
"i18next": "15.1.2",
|
||||||
"iconv-lite": "0.5.0",
|
"iconv-lite": "0.5.0",
|
||||||
"is-utf8": "0.2.1",
|
"is-utf8": "0.2.1",
|
||||||
@ -66,10 +66,10 @@
|
|||||||
"raw-body": "2.4.1",
|
"raw-body": "2.4.1",
|
||||||
"request": "2.88.0",
|
"request": "2.88.0",
|
||||||
"semver": "6.3.0",
|
"semver": "6.3.0",
|
||||||
"uglify-js": "3.6.0",
|
"uglify-js": "3.6.9",
|
||||||
"when": "3.7.8",
|
"when": "3.7.8",
|
||||||
"ws": "6.2.1",
|
"ws": "6.2.1",
|
||||||
"xml2js": "0.4.19"
|
"xml2js": "0.4.22"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"bcrypt": "3.0.6"
|
"bcrypt": "3.0.6"
|
||||||
@ -95,7 +95,7 @@
|
|||||||
"grunt-npm-command": "~0.1.2",
|
"grunt-npm-command": "~0.1.2",
|
||||||
"grunt-sass": "~3.1.0",
|
"grunt-sass": "~3.1.0",
|
||||||
"grunt-simple-mocha": "~0.4.1",
|
"grunt-simple-mocha": "~0.4.1",
|
||||||
"http-proxy": "^1.16.2",
|
"http-proxy": "1.18.0",
|
||||||
"istanbul": "0.4.5",
|
"istanbul": "0.4.5",
|
||||||
"jsdoc-nr-template": "github:node-red/jsdoc-nr-template",
|
"jsdoc-nr-template": "github:node-red/jsdoc-nr-template",
|
||||||
"minami": "1.2.3",
|
"minami": "1.2.3",
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
"body-parser": "1.19.0",
|
"body-parser": "1.19.0",
|
||||||
"clone": "2.1.2",
|
"clone": "2.1.2",
|
||||||
"cors": "2.8.5",
|
"cors": "2.8.5",
|
||||||
"express-session": "1.16.2",
|
"express-session": "1.17.0",
|
||||||
"express": "4.17.1",
|
"express": "4.17.1",
|
||||||
"memorystore": "1.6.1",
|
"memorystore": "1.6.1",
|
||||||
"mime": "2.4.4",
|
"mime": "2.4.4",
|
||||||
|
@ -22,12 +22,12 @@
|
|||||||
"cookie-parser": "1.4.4",
|
"cookie-parser": "1.4.4",
|
||||||
"cookie": "0.4.0",
|
"cookie": "0.4.0",
|
||||||
"cors": "2.8.5",
|
"cors": "2.8.5",
|
||||||
"cron": "1.7.1",
|
"cron": "1.7.2",
|
||||||
"denque": "1.4.1",
|
"denque": "1.4.1",
|
||||||
"fs-extra": "8.1.0",
|
"fs-extra": "8.1.0",
|
||||||
"fs.notify": "0.0.4",
|
"fs.notify": "0.0.4",
|
||||||
"hash-sum": "2.0.0",
|
"hash-sum": "2.0.0",
|
||||||
"https-proxy-agent": "2.2.3",
|
"https-proxy-agent": "2.2.4",
|
||||||
"is-utf8": "0.2.1",
|
"is-utf8": "0.2.1",
|
||||||
"js-yaml": "3.13.1",
|
"js-yaml": "3.13.1",
|
||||||
"media-typer": "1.1.0",
|
"media-typer": "1.1.0",
|
||||||
@ -38,7 +38,7 @@
|
|||||||
"raw-body": "2.4.1",
|
"raw-body": "2.4.1",
|
||||||
"request": "2.88.0",
|
"request": "2.88.0",
|
||||||
"ws": "6.2.1",
|
"ws": "6.2.1",
|
||||||
"xml2js": "0.4.19",
|
"xml2js": "0.4.22",
|
||||||
"iconv-lite": "0.5.0"
|
"iconv-lite": "0.5.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@node-red/util": "1.0.3",
|
"@node-red/util": "1.0.3",
|
||||||
"semver": "6.3.0",
|
"semver": "6.3.0",
|
||||||
"uglify-js": "3.6.0",
|
"uglify-js": "3.6.9",
|
||||||
"when": "3.7.8"
|
"when": "3.7.8"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user