mirror of
https://github.com/node-red/node-red.git
synced 2025-12-27 07:31:07 +01:00
Merge branch 'rel410b1-prep' into fix-http-digest-query
This commit is contained in:
73
CHANGELOG.md
73
CHANGELOG.md
@@ -1,3 +1,76 @@
|
||||
#### 4.1.0-beta.1: Beta Release
|
||||
|
||||
Editor
|
||||
|
||||
- Add update notification (#5117) @knolleary
|
||||
- Add a node annotation if the info property is set (#4955) @knolleary
|
||||
- Add node suggestion api to editor and apply to typeSearch (#5135) @knolleary
|
||||
- Node filter support for typedInput's builtin node (#5154) @GogoVega
|
||||
- Import `got` module only once when sending metrics (#5152) @GogoVega
|
||||
- Trigger button action of the selected nodes with new Hotkey (#4924) @GogoVega
|
||||
- Handle deleting of subflow context entries (#5071) @knolleary
|
||||
- Add the `changed` badge to the config node (#5062) @GogoVega
|
||||
- Default Palette Search: Sort by Downloads (#5108) @joepavitt
|
||||
- Show deprecated message if module flagged (#5134) @knolleary
|
||||
- Add link icon to node docs and warn for major update (#5143) @GogoVega
|
||||
- Support for a module with nodes and plugins in the palette (#4945) @GogoVega
|
||||
- Include module list in global-config node when importing/exporting flows (#4599) @knolleary
|
||||
- Add `Install all` button to the module list feature (#5123) @GogoVega
|
||||
- Fix node tab filtering (#5119) @knolleary
|
||||
- Cleanup global Palette Manager variables (#4958) @GogoVega
|
||||
- Add a new `update available` widget to statusBar (#4948) @knolleary
|
||||
- Add a queue while installing or removing a module from the Palette Manager (#4937) @GogoVega
|
||||
- Ignore state of disabled nodes/flows during deployment (#5054) @GogoVega
|
||||
- Exclude internal properties from node definition (#5144) @GogoVega
|
||||
- Refresh config node sidebar when changing lock state of a flow (#5072) @knolleary
|
||||
- Add a border to better distinguish typedInput type/option dropdowns (#5078) @knolleary
|
||||
- Fix undo of subflow color change not applying to instances (#5012) @GogoVega
|
||||
- Properly handle scale factor in getLinksAtPoint for firefox (#5087) @knolleary
|
||||
- Update markdown drop-target appearance (#5059) @knolleary
|
||||
- Support for disabled flows in Sidebar Config (#5061) @GogoVega
|
||||
- Support text drag & drop into markdown editor (#5056) @gorenje
|
||||
- Truncate long messages from the Debug Sidebar (#4944) @GogoVega
|
||||
- Handle link nodes with show/hide label action (#5106) @knolleary
|
||||
- Update the Node-RED logo to use the hex variant (#5103) @joepavitt
|
||||
- Add the vertical marker to the palette hand (#4954) @GogoVega
|
||||
- Monaco Latest (0.52.0) (#4930) @Steve-Mcl
|
||||
- Updates monaco to 0.52.0 for action widget sizing fix (#5110) @Steve-Mcl
|
||||
- Bump Multer to 2.0.1 (#5151) @hardillb
|
||||
- Upgrade multer to 2.0.0 (#5148) @hardillb
|
||||
- Update dompurify (#5120) @knolleary
|
||||
- Colourise the Node-RED logs (#5109) @hardillb
|
||||
- Only apply colours for non-default log lines (#5129) @knolleary
|
||||
- feat: import default export if plugin is a transpiled es module (#5137) @dschmidt
|
||||
- Add an additional git_auth_failed condition (#5145) @sonnyp
|
||||
- Fix Sass deprecation warnings (#4922) @bonanitech
|
||||
- chore(editor)!: remove Internet Explorer polyfill (#5070) @Rotzbua
|
||||
- Remove Internet Explorer CSS hacks (#5142) @bonanitech
|
||||
|
||||
Runtime
|
||||
|
||||
- fix: set label in themeSettings.deployButton despite type attribute (#5053) @matiseni51
|
||||
- fix(html): correct buggy html (#4768) @Rotzbua
|
||||
- Update dev (#4836) @knolleary
|
||||
- Update dependencies (#5107) @knolleary
|
||||
- Bump i18next to 24.x and auto-migrate message catalog format (#5088) @knolleary
|
||||
- chore(editor): update `DOMPurify` flag (#5073) @Rotzbua
|
||||
- Add .editorconfig to .gitignore (#5060) @gorenje
|
||||
|
||||
Nodes
|
||||
|
||||
- Complete/Status: Fix complete node to not feedback immediately connected nodes (#5114) @dceejay
|
||||
- Function: Add URL/URLSearchParams to Function sandbox (#5159) @knolleary
|
||||
- Function: Add support for node: prefixed modules in function node (#5067) @knolleary
|
||||
- Function: Add globalFunctionTimeout (#4985) @vasuvanka
|
||||
- Exec: Make encoding handling consistent between stdout and err (#5158) @knolleary
|
||||
- Split: Let split node send original msg to complete node (#5113) @dceejay
|
||||
- Split: Rename Split The field (#5130) @dceejay
|
||||
- MQTT: Ensure generated mqtt clientId uses only valid chars (#5156) @knolleary
|
||||
- HTTP Request: Fix the capitisation for ALPN settings in http-request (#5105) @hardillb
|
||||
- HTTP Request: (docs) Recommend HTTPS over HTTP (#5141) @ZJvandeWeg
|
||||
- Catch: Add code to error object sent by Catch node (#5081) @knolleary
|
||||
- Debug: Improve debug display of error objects (#5079) @knolleary
|
||||
|
||||
#### 4.0.9: Maintenance Release
|
||||
|
||||
Editor
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "node-red",
|
||||
"version": "4.1.0-beta.0",
|
||||
"version": "4.1.0-beta.1",
|
||||
"description": "Low-code programming for event-driven applications",
|
||||
"homepage": "https://nodered.org",
|
||||
"license": "Apache-2.0",
|
||||
@@ -26,7 +26,7 @@
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"acorn": "8.14.1",
|
||||
"acorn": "8.15.0",
|
||||
"acorn-walk": "8.3.4",
|
||||
"ajv": "8.17.1",
|
||||
"async-mutex": "0.5.0",
|
||||
@@ -65,7 +65,7 @@
|
||||
"mqtt": "5.11.0",
|
||||
"multer": "2.0.1",
|
||||
"mustache": "4.2.0",
|
||||
"node-red-admin": "^4.0.2",
|
||||
"node-red-admin": "^4.1.0",
|
||||
"node-watch": "0.7.4",
|
||||
"nopt": "5.0.0",
|
||||
"oauth2orize": "1.12.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@node-red/editor-api",
|
||||
"version": "4.1.0-beta.0",
|
||||
"version": "4.1.0-beta.1",
|
||||
"license": "Apache-2.0",
|
||||
"main": "./lib/index.js",
|
||||
"repository": {
|
||||
@@ -16,8 +16,8 @@
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"@node-red/util": "4.1.0-beta.0",
|
||||
"@node-red/editor-client": "4.1.0-beta.0",
|
||||
"@node-red/util": "4.1.0-beta.1",
|
||||
"@node-red/editor-client": "4.1.0-beta.1",
|
||||
"bcryptjs": "3.0.2",
|
||||
"body-parser": "1.20.3",
|
||||
"clone": "2.1.2",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@node-red/editor-client",
|
||||
"version": "4.1.0-beta.0",
|
||||
"version": "4.1.0-beta.1",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
BIN
packages/node_modules/@node-red/editor-client/src/tours/images/missing-modules.png
vendored
Normal file
BIN
packages/node_modules/@node-red/editor-client/src/tours/images/missing-modules.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 46 KiB |
BIN
packages/node_modules/@node-red/editor-client/src/tours/images/node-docs.png
vendored
Normal file
BIN
packages/node_modules/@node-red/editor-client/src/tours/images/node-docs.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.3 KiB |
BIN
packages/node_modules/@node-red/editor-client/src/tours/images/update-notification.png
vendored
Normal file
BIN
packages/node_modules/@node-red/editor-client/src/tours/images/update-notification.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
@@ -16,45 +16,70 @@ export default {
|
||||
},
|
||||
{
|
||||
title: {
|
||||
"en-US": "Something new",
|
||||
"en-US": "Update notifications",
|
||||
},
|
||||
// image: 'images/nr4-multiplayer-location.png',
|
||||
image: 'images/update-notification.png',
|
||||
description: {
|
||||
"en-US": `<p>Something new</p>`
|
||||
"en-US": `<p>Stay up to date with notifications when there is a new Node-RED version available, or updates to the nodes you have installed</p>`
|
||||
}
|
||||
},
|
||||
// {
|
||||
// title: {
|
||||
// "en-US": "Node Updates",
|
||||
// "ja": "ノードの更新",
|
||||
// "fr": "Mises à jour des noeuds"
|
||||
// },
|
||||
// // image: "images/",
|
||||
// description: {
|
||||
// "en-US": `<p>The core nodes have received lots of minor fixes, documentation updates and
|
||||
// small enhancements. Check the full changelog in the Help sidebar for a full list.</p>
|
||||
// <ul>
|
||||
// <li>A fully RFC4180 compliant CSV mode</li>
|
||||
// <li>Customisable headers on the WebSocket node</li>
|
||||
// <li>Split node now can operate on any message property</li>
|
||||
// <li>and lots more...</li>
|
||||
// </ul>`,
|
||||
// "ja": `<p>コアノードには沢山の軽微な修正、ドキュメント更新、小さな機能拡張が入っています。全リストはヘルプサイドバーにある変更履歴を参照してください。</p>
|
||||
// <ul>
|
||||
// <li>RFC4180に完全に準拠したCSVモード</li>
|
||||
// <li>WebSocketノードのカスタマイズ可能なヘッダ</li>
|
||||
// <li>Splitノードは、メッセージプロパティで操作できるようになりました</li>
|
||||
// <li>他にも沢山あります...</li>
|
||||
// </ul>`,
|
||||
// "fr": `<p>Les noeuds principaux ont reçu de nombreux correctifs mineurs ainsi que des améliorations. La documentation a été mise à jour.
|
||||
// Consultez le journal des modifications dans la barre latérale d'aide pour une liste complète. Ci-dessous, les changements les plus importants :</p>
|
||||
// <ul>
|
||||
// <li>Un mode CSV entièrement conforme à la norme RFC4180</li>
|
||||
// <li>En-têtes personnalisables pour le noeud WebSocket</li>
|
||||
// <li>Le noeud Split peut désormais fonctionner sur n'importe quelle propriété de message</li>
|
||||
// <li>Et bien plus encore...</li>
|
||||
// </ul>`
|
||||
// }
|
||||
// }
|
||||
{
|
||||
title: {
|
||||
"en-US": "Flow documentation",
|
||||
},
|
||||
image: 'images/node-docs.png',
|
||||
description: {
|
||||
"en-US": `<p>Quickly see which nodes have additional documentation with the new documentation icon.</p><p>Clicking on the icon opens up the Description tab of the node edit dialog.</p>`
|
||||
}
|
||||
},
|
||||
{
|
||||
title: {
|
||||
"en-US": "Palette Manager Improvements",
|
||||
},
|
||||
description: {
|
||||
"en-US": `<p>There are lots of improvements to the palette manager:</p>
|
||||
<ul>
|
||||
<li>Search results are sorted by downloads to help you find the most popular nodes</li>
|
||||
<li>See which nodes have been deprecated by their author and are no longer recommended for use</li>
|
||||
<li>Links to node documentation for the nodes you already have installed</li>
|
||||
</ul>`
|
||||
}
|
||||
},
|
||||
{
|
||||
title: {
|
||||
"en-US": "Installing missing modules",
|
||||
},
|
||||
image: 'images/missing-modules.png',
|
||||
description: {
|
||||
"en-US": `<p>Flows exported from Node-RED 4.1 now include information on what additional modules need to be installed.</p>
|
||||
<p>When importing a flow with this information, the editor will let you know what is missing and help to get them installed.</p>
|
||||
`
|
||||
}
|
||||
},
|
||||
{
|
||||
title: {
|
||||
"en-US": "Node Updates",
|
||||
"ja": "ノードの更新",
|
||||
"fr": "Mises à jour des noeuds"
|
||||
},
|
||||
// image: "images/",
|
||||
description: {
|
||||
"en-US": `<p>The core nodes have received lots of minor fixes, documentation updates and
|
||||
small enhancements. Check the full changelog in the Help sidebar for a full list.</p>
|
||||
<ul>
|
||||
<li>Support for <code>node:</code> prefixed modules in the Function node</li>
|
||||
<li>The ability to set a global timeout for Function nodes via the runtime settings</li>
|
||||
<li>Better display of error objects in the Debug sidebar</li>
|
||||
<li>and lots more...</li>
|
||||
</ul>`,
|
||||
// "ja": `<p>コアノードには沢山の軽微な修正、ドキュメント更新、小さな機能拡張が入っています。全リストはヘルプサイドバーにある変更履歴を参照してください。</p>
|
||||
// <ul>
|
||||
// </ul>`,
|
||||
// "fr": `<p>Les noeuds principaux ont reçu de nombreux correctifs mineurs ainsi que des améliorations. La documentation a été mise à jour.
|
||||
// Consultez le journal des modifications dans la barre latérale d'aide pour une liste complète. Ci-dessous, les changements les plus importants :</p>
|
||||
// <ul>
|
||||
// </ul>`
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@node-red/nodes",
|
||||
"version": "4.1.0-beta.0",
|
||||
"version": "4.1.0-beta.1",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -15,7 +15,7 @@
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"acorn": "8.14.1",
|
||||
"acorn": "8.15.0",
|
||||
"acorn-walk": "8.3.4",
|
||||
"ajv": "8.17.1",
|
||||
"body-parser": "1.20.3",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@node-red/registry",
|
||||
"version": "4.1.0-beta.0",
|
||||
"version": "4.1.0-beta.1",
|
||||
"license": "Apache-2.0",
|
||||
"main": "./lib/index.js",
|
||||
"repository": {
|
||||
@@ -16,7 +16,7 @@
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"@node-red/util": "4.1.0-beta.0",
|
||||
"@node-red/util": "4.1.0-beta.1",
|
||||
"clone": "2.1.2",
|
||||
"fs-extra": "11.3.0",
|
||||
"semver": "7.7.1",
|
||||
|
||||
@@ -237,8 +237,12 @@ function start() {
|
||||
}
|
||||
}
|
||||
return redNodes.loadContextsPlugin().then(function () {
|
||||
redNodes.loadFlows().then(() => { redNodes.startFlows() }).catch(function(err) {});
|
||||
started = true;
|
||||
redNodes.loadFlows().then(() => {
|
||||
if (started) {
|
||||
redNodes.startFlows()
|
||||
}
|
||||
}).catch(function(err) {});
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@node-red/runtime",
|
||||
"version": "4.1.0-beta.0",
|
||||
"version": "4.1.0-beta.1",
|
||||
"license": "Apache-2.0",
|
||||
"main": "./lib/index.js",
|
||||
"repository": {
|
||||
@@ -16,8 +16,8 @@
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"@node-red/registry": "4.1.0-beta.0",
|
||||
"@node-red/util": "4.1.0-beta.0",
|
||||
"@node-red/registry": "4.1.0-beta.1",
|
||||
"@node-red/util": "4.1.0-beta.1",
|
||||
"async-mutex": "0.5.0",
|
||||
"clone": "2.1.2",
|
||||
"cronosjs": "1.7.1",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@node-red/util",
|
||||
"version": "4.1.0-beta.0",
|
||||
"version": "4.1.0-beta.1",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
12
packages/node_modules/node-red/package.json
vendored
12
packages/node_modules/node-red/package.json
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "node-red",
|
||||
"version": "4.1.0-beta.0",
|
||||
"version": "4.1.0-beta.1",
|
||||
"description": "Low-code programming for event-driven applications",
|
||||
"homepage": "https://nodered.org",
|
||||
"license": "Apache-2.0",
|
||||
@@ -31,16 +31,16 @@
|
||||
"flow"
|
||||
],
|
||||
"dependencies": {
|
||||
"@node-red/editor-api": "4.1.0-beta.0",
|
||||
"@node-red/runtime": "4.1.0-beta.0",
|
||||
"@node-red/util": "4.1.0-beta.0",
|
||||
"@node-red/nodes": "4.1.0-beta.0",
|
||||
"@node-red/editor-api": "4.1.0-beta.1",
|
||||
"@node-red/runtime": "4.1.0-beta.1",
|
||||
"@node-red/util": "4.1.0-beta.1",
|
||||
"@node-red/nodes": "4.1.0-beta.1",
|
||||
"basic-auth": "2.0.1",
|
||||
"bcryptjs": "3.0.2",
|
||||
"cors": "2.8.5",
|
||||
"express": "4.21.2",
|
||||
"fs-extra": "11.3.0",
|
||||
"node-red-admin": "^4.0.2",
|
||||
"node-red-admin": "^4.1.0",
|
||||
"nopt": "5.0.0",
|
||||
"semver": "7.7.1"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user